init files
Dieser Commit ist enthalten in:
Ursprung
46f679b77f
Commit
691c2ffaf0
29 geänderte Dateien mit 2654 neuen und 0 gelöschten Zeilen
17
templates/template.tree_article.html
Normale Datei
17
templates/template.tree_article.html
Normale Datei
|
|
@ -0,0 +1,17 @@
|
|||
<form method="post" action="main.php" name="contentallocation">
|
||||
{HIDDENFIELDS}
|
||||
<table border="0" cellpadding="2" cellspacing="0" width="500" 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="450" class="textg_medium" style="border: 0px; border-top:1px; border-right:1px; border-color: #B3B3B3; border-style: solid">{CATEGORY}</td>
|
||||
<td width="50" class="textg_medium" style="border: 0px; border-top:1px; border-right:1px; border-color: #B3B3B3; border-style: solid"> </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:1px; border-right:1px;border-color: #B3B3B3; border-style: solid; padding-left: {ITEMINDENT} ;">{ITEMNAME}</td>
|
||||
<td style="border: 0px; border-top:1px; border-right:1px; border-color: #B3B3B3; border-style: solid;">{CHECKBOX}</td>
|
||||
</tr>
|
||||
<!-- END:BLOCK -->
|
||||
</table>
|
||||
{DIV}
|
||||
</form>
|
||||
Laden …
Tabelle hinzufügen
Einen Link hinzufügen
In neuem Issue referenzieren