init files
Dieser Commit ist enthalten in:
Ursprung
46f679b77f
Commit
691c2ffaf0
29 geänderte Dateien mit 2654 neuen und 0 gelöschten Zeilen
13
templates/template.tree_structure.html
Normale Datei
13
templates/template.tree_structure.html
Normale Datei
|
|
@ -0,0 +1,13 @@
|
|||
<table border="0" cellpadding="2" cellspacing="0" width="800" style="border:0px; border-left:1px; border-bottom: 1px;border-color: #B3B3B3; border-style: solid;">
|
||||
<tr class="text_medium" style="font-weight:bold; background-color: #E2E2E2;">
|
||||
<td width="600" class="textg_medium" style="border: 0px; border-top:1px; border-right:1px; border-color: #B3B3B3; border-style: solid">{CATEGORY}</td>
|
||||
<td width="200" class="textg_medium" style="border: 0px; border-top:1px; border-right:1px; border-color: #B3B3B3; border-style: solid">{ACTIONS}</td>
|
||||
</tr>
|
||||
|
||||
<!-- BEGIN:BLOCK -->
|
||||
<tr style="background-color: {BACKGROUND_COLOR};" onmouseover="row.over(this)" onmouseout="row.out(this)" onclick="row.click(this)">
|
||||
<td style="border: 0px; border-top:0px; border-right:1px;border-color: #B3B3B3; border-style: solid; padding-left: {ITEMINDENT} ;">{ITEMNAME}</td>
|
||||
<td style="border: 0px; border-top:0px; border-right:1px; border-color: #B3B3B3; border-style: solid;">{ACTION_CREATE} {ACTION_RENAME} {ACTION_ONOFFLINE} {ACTION_MOVE_UP} {ACTION_MOVE_DOWN} {ACTION_DELETE}</td>
|
||||
</tr>
|
||||
<!-- END:BLOCK -->
|
||||
</table>
|
||||
Laden …
Tabelle hinzufügen
Einen Link hinzufügen
In neuem Issue referenzieren