17 Zeilen
1,1 KiB
HTML
17 Zeilen
1,1 KiB
HTML
|
<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>
|