Unreported:fixed unvalid XHTML in "no news" and "no announcements" messages, fixed unvalid XHTML in "no polls" message, style fix for link us block. all in subsilver2

This commit is contained in:
Kevin
2008-01-31 17:59:07 +00:00
parent 77482ddbf4
commit a52171fba0
6 changed files with 16 additions and 20 deletions

View File

@@ -2,15 +2,13 @@
<tr>
<th>{L_LATEST_ANNOUNCEMENTS}</th>
</tr>
<tr class="row1">
<td>
<!-- BEGIN announcements_row -->
<!-- IF announcements_row.S_NO_TOPICS -->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
{L_NO_ANNOUNCEMENTS}
</tr>
</table>
<tr class="row1">
<td>
<span class="gensmall"><strong>{L_NO_ANNOUNCEMENTS}</strong></span>
</td>
</tr>
<!-- ELSE -->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
@@ -42,7 +40,5 @@
<!-- IF announcements_row.S_NOT_LAST --><br /><!-- ENDIF -->
<!-- ENDIF -->
<!-- END announcements_row -->
</td>
</tr>
</table>
<br />

View File

@@ -5,8 +5,8 @@
<!-- BEGIN announcements_row -->
<!-- IF announcements_row.S_NO_TOPICS -->
<tr class="row1">
<td styl="text-align:center;">
<span class="gensmall"><strong>{L_NO_NEWS}</strong></span>
<td>
<span class="gensmall"><strong>{L_NO_ANNOUNCEMENTS}</strong></span>
</td>
</tr>
<!-- ELSE -->

View File

@@ -5,8 +5,8 @@
</tr>
<tr class="row1">
<td>
{LINK_US_TXT}<br /><br />
<input type="text" tabindex="1" size="28" value="{U_LINK_US}" class="inputbox autowidth" onclick="this.focus();this.select();" /><br />
{LINK_US_TXT}<br style="clear:both" />
<input type="text" tabindex="1" size="autowidth" value="{U_LINK_US}" class="inputbox autowidth" onclick="this.focus();this.select();" /><br style="clear:both" />
</td>
</tr>
</table>

View File

@@ -2,11 +2,13 @@
<tr>
<th>{L_LATEST_NEWS}</th>
</tr>
<tr class="row1">
<td>
<!-- BEGIN news_row -->
<!-- IF news_row.S_NO_TOPICS -->
<center><span class="gensmall"><strong>{L_NO_NEWS}</strong></span></center>
<tr class="row1">
<td>
<span class="gensmall"><strong>{L_NO_NEWS}</strong></span>
</td>
</tr>
<!-- ELSE -->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
@@ -31,7 +33,5 @@
<!-- ENDIF -->
<!-- IF news_row.S_NOT_LAST --><br /><!-- ENDIF -->
<!-- END news_row -->
</td>
</tr>
</table>
<br />

View File

@@ -5,7 +5,7 @@
<!-- BEGIN news_row -->
<!-- IF news_row.S_NO_TOPICS -->
<tr class="row1">
<td styl="text-align:center;">
<td>
<span class="gensmall"><strong>{L_NO_NEWS}</strong></span>
</td>
</tr>

View File

@@ -72,7 +72,7 @@
<!-- ELSE -->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<td class="row1" class="cat">
<td class="row1">
<strong>{L_NO_POLL}</strong>
</td>
</tr>