makeing idots template the default

This commit is contained in:
Ralf Becker 2010-06-09 12:30:34 +00:00
parent 4b30608396
commit e7af6bf8a6
3 changed files with 38 additions and 149 deletions

View File

@ -1,19 +1,32 @@
<!-- BEGIN portal_box --> <!-- BEGIN portal_box -->
<p> <p>
<table border="{outer_border}" cellpadding="0" cellspacing="0" width="{outer_width}" bordercolor="{outer_bordercolor}" bgcolor="{outer_bgcolor}"> <div style="border: #9c9c9c 1px solid;">
<table border="0" cellpadding="0" cellspacing="0" width="{outer_width}">
<tr nowrap align="center"> <tr nowrap align="center">
<td align="center" background="{header_background_image}">{title}</td>{portal_controls} <td align="left">
<div class="divSideboxHeader" style="height: 15px; padding-top: 0px">
<table border="0" cellpadding="1" cellspacing="0" width="{outer_width}">
<tr>
<td align="left">&nbsp;<strong>{title}</strong></td>{portal_controls}
</tr>
</table>
</div>
</td>
</tr> </tr>
<tr> <tr>
<td colspan="2"> <td colspan="2">
<table border="1" cellpadding="0" cellspacing="0" width="{inner_width}" bgcolor="{inner_bgcolor}"> <table border="0" cellpadding="0" cellspacing="0" width="{inner_width}" bgcolor="#eeeeee">
{row} {row}
</table> </table>
</td> </td>
</tr> </tr>
</table> </table>
</div>
</p> </p>
<!-- END portal_box --> <!-- END portal_box -->
<!-- BEGIN portal_row --> <!-- BEGIN portal_row -->
<tr> <tr>
<td> <td>
@ -21,21 +34,37 @@
</td> </td>
</tr> </tr>
<!-- END portal_row --> <!-- END portal_row -->
<!-- BEGIN portal_listbox_header --> <!-- BEGIN portal_listbox_header -->
<td> <tr>
<ul> <td>
<ul>
<!-- END portal_listbox_header --> <!-- END portal_listbox_header -->
<!-- BEGIN portal_listbox_link --> <!-- BEGIN portal_listbox_link -->
<li><a href="{link}">{text}</a></li> <li><a href="{link}">{text}</a></li>
<!-- END portal_listbox_link --> <!-- END portal_listbox_link -->
<!-- BEGIN portal_listbox_footer --> <!-- BEGIN portal_listbox_footer -->
</ul> </ul>
</td> </td>
</tr>
<!-- END portal_listbox_footer --> <!-- END portal_listbox_footer -->
<!-- BEGIN portal_control --> <!-- BEGIN portal_control -->
<td valign="middle" align="right" nowrap background="{header_background_image}">{control_link} <td valign="middle" align="right" nowrap="nowrap">{control_link}</td>
</td>
<!-- END portal_control --> <!-- END portal_control -->
<!-- BEGIN link_field --> <!-- BEGIN link_field -->
{link_field_data} {link_field_data}
<!-- END link_field --> <!-- END link_field -->

View File

@ -1,70 +0,0 @@
<!-- BEGIN portal_box -->
<p>
<div style="border: #9c9c9c 1px solid;">
<table border="0" cellpadding="0" cellspacing="0" width="{outer_width}">
<tr nowrap align="center">
<td align="left">
<div class="divSideboxHeader" style="height: 15px; padding-top: 0px">
<table border="0" cellpadding="1" cellspacing="0" width="{outer_width}">
<tr>
<td align="left">&nbsp;<strong>{title}</strong></td>{portal_controls}
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td colspan="2">
<table border="0" cellpadding="0" cellspacing="0" width="{inner_width}" bgcolor="#eeeeee">
{row}
</table>
</td>
</tr>
</table>
</div>
</p>
<!-- END portal_box -->
<!-- BEGIN portal_row -->
<tr>
<td>
{output}
</td>
</tr>
<!-- END portal_row -->
<!-- BEGIN portal_listbox_header -->
<tr>
<td>
<ul>
<!-- END portal_listbox_header -->
<!-- BEGIN portal_listbox_link -->
<li><a href="{link}">{text}</a></li>
<!-- END portal_listbox_link -->
<!-- BEGIN portal_listbox_footer -->
</ul>
</td>
</tr>
<!-- END portal_listbox_footer -->
<!-- BEGIN portal_control -->
<td valign="middle" align="right" nowrap="nowrap">{control_link}</td>
<!-- END portal_control -->
<!-- BEGIN link_field -->
{link_field_data}
<!-- END link_field -->

View File

@ -1,70 +0,0 @@
<!-- BEGIN portal_box -->
<p>
<div style="border: #9c9c9c 1px solid;">
<table border="0" cellpadding="0" cellspacing="0" width="{outer_width}">
<tr nowrap align="center">
<td align="left">
<div class="divSideboxHeader" style="height: 15px; padding-top: 0px">
<table border="0" cellpadding="1" cellspacing="0" width="{outer_width}">
<tr>
<td align="left">&nbsp;<strong>{title}</strong></td>{portal_controls}
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td colspan="2">
<table border="0" cellpadding="0" cellspacing="0" width="{inner_width}" bgcolor="#eeeeee">
{row}
</table>
</td>
</tr>
</table>
</div>
</p>
<!-- END portal_box -->
<!-- BEGIN portal_row -->
<tr>
<td>
{output}
</td>
</tr>
<!-- END portal_row -->
<!-- BEGIN portal_listbox_header -->
<tr>
<td>
<ul>
<!-- END portal_listbox_header -->
<!-- BEGIN portal_listbox_link -->
<li><a href="{link}">{text}</a></li>
<!-- END portal_listbox_link -->
<!-- BEGIN portal_listbox_footer -->
</ul>
</td>
</tr>
<!-- END portal_listbox_footer -->
<!-- BEGIN portal_control -->
<td valign="middle" align="right" nowrap="nowrap">{control_link}</td>
<!-- END portal_control -->
<!-- BEGIN link_field -->
{link_field_data}
<!-- END link_field -->