Files
AutoIndex-pl4/templates/SwiftBlue/mx_main_layout.html
2019-09-17 10:16:07 +03:00

114 lines
3.7 KiB
HTML

<table border="0" cellspacing="10" cellpadding="0" width="100%" class="mx_body_table">
<tr valign="top">
<!-- BEGIN layout_column -->
<td class="{layout_column.COL_CLASS}" width="{layout_column.BLOCK_SIZE}">
<!-- BEGIN blocks -->
<!-- BEGIN sub_start -->
<table border="0" cellpadding="0" cellspacing="0" width="{layout_column.BLOCK_SIZE}">
<tr valign="top">
<!-- END sub_start -->
<!-- BEGIN sub_col -->
{layout_column.blocks.sub_col.INNER_SPACE}
<td class="{layout_column.blocks.sub_col.COL_CLASS}" width="{layout_column.blocks.sub_col.BLOCK_SIZE}">
<!-- END sub_col -->
<table width="{layout_column.BLOCK_SIZE}" cellpadding="0" cellspacing="0" border="0" class="mx_graphborder">
<tr>
<td>
<!-- BEGIN block_header -->
<table width="100%" cellpadding="0" cellspacing="0" border="0" class="forumline" style="border-bottom:none; padding:1px 1px 0px 1px;">
<tr>
<td>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<!-- END block_header -->
<!-- BEGIN show_title -->
<th class="thCornerL" align="left" width="100%">
&nbsp;{layout_column.blocks.show_title.L_TITLE}&nbsp;
</th>
<!-- END show_title -->
<!-- BEGIN edit -->
<th class="thTop" align="right" width="1">
<div class="editCP_switch" style="display: {layout_column.blocks.edit.EDITCP_SHOW};">
<form action="{layout_column.blocks.edit.EDIT_ACTION}" method="post" class="mx_editform">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<!-- BEGIN hidden_block -->
<td align="right">
<span class="gensmall"><i>{layout_column.blocks.edit.hidden_block.HIDDEN_BLOCK}</i></span>
</td>
<!-- END hidden_block -->
<td align="right">
{layout_column.blocks.edit.EDIT_IMG}
{layout_column.blocks.edit.S_HIDDEN_FORM_FIELDS}
</td>
</tr>
</table>
</form>
</div>
</th>
<!-- END edit -->
<!-- BEGIN show_title -->
<th class="thCornerR" align="right" width="1">
</th>
<!-- END show_title -->
<!-- BEGIN block_header -->
</tr>
</table>
</td>
</tr>
</table>
<!-- END block_header -->
<div id="block_{layout_column.blocks.BLOCK_ID}">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td>
{layout_column.blocks.BLOCK}
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<!-- BEGIN block_stats -->
<div align="right"><span class="copyright">{layout_column.blocks.block_stats.L_BLOCK_UPDATED}{layout_column.blocks.block_stats.EDITOR_NAME} ({layout_column.blocks.block_stats.EDIT_TIME})</span></div>
<br clear="all" />
<!-- END block_stats -->
<!-- BEGIN no_stats -->
<br clear="all" />
<!-- END no_stats -->
<!-- BEGIN sub_col -->
</td>
<!-- END sub_col -->
<!-- BEGIN sub_end -->
</tr>
</table>
<!-- END sub_end -->
<!-- END blocks -->
</td>
<!-- END layout_column -->
</tr>
</table>