Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2209 → Rev 2210

/web/acc/phpsysinfo/templates/alcasar/box.tpl
1,19 → 1,15
<table width="100%">
<tr>
<td>
 
<table border="1" class="box">
 
<tr class="boxheader">
<td class="boxheader">{title}</td>
</tr>
 
<tr class="boxbody">
<td dir="{text_dir}">{content}</td>
</tr>
 
</table>
 
</td>
</tr>
<table class="box" cellspacing="0" cellpadding="0" border="0">
<tr class="boxheader"><th>{title}</th><tr>
<tr class="boxheaderbottom"><td><img src="/images/pix.gif" width="1" height="2"></td></tr>
</table>
<table class="box" cellspacing="0" cellpadding="0" border="1">
<tr class="boxbody">
<td dir="{text_dir}">{content}</td>
</tr>
</table>
</td>
</tr>
</table>