Archive system: have to change this back, due to "not Valid XHTML 1.0 Strict"
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
<!-- BEGIN announcements_row -->
|
||||
<a name="a{announcements_row.A_ID}"></a>
|
||||
<!-- IF announcements_row.S_NO_TOPICS -->
|
||||
<div class="forabg">
|
||||
<div class="inner">
|
||||
@@ -32,7 +31,7 @@
|
||||
<li class="row<!-- IF announcements_row.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
|
||||
<dl>
|
||||
<dt style="border-left:0px; width: 99%">
|
||||
<img src="{T_THEME_PATH}/images/arrow_right.gif" alt=""/>
|
||||
<a name="a{announcements_row.A_ID}"></a><img src="{T_THEME_PATH}/images/arrow_right.gif" alt=""/>
|
||||
<!-- IF announcements_row.S_UNREAD_INFO -->{NEWEST_POST_IMG}<!-- ELSE -->{READ_POST_IMG}<!-- ENDIF --> {announcements_row.ATTACH_ICON_IMG} <!-- IF announcements_row.S_POLL --> <strong>{L_POLL}: </strong><!-- ENDIF -->
|
||||
<a href="{announcements_row.U_VIEW_COMMENTS}" title="{announcements_row.TITLE}" class="topictitle">{announcements_row.TITLE}</a>
|
||||
<br style="clear:both" />
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<!-- BEGIN news_row -->
|
||||
<a name="n{news_row.N_ID}"></a>
|
||||
<!-- IF news_row.S_NO_TOPICS -->
|
||||
<div class="forabg">
|
||||
<div class="inner">
|
||||
@@ -32,7 +31,7 @@
|
||||
<li class="row<!-- IF news_row.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
|
||||
<dl>
|
||||
<dt style="border-left:0px; width: 99%">
|
||||
<img src="{T_THEME_PATH}/images/arrow_right.gif" alt=""/>
|
||||
<a name="n{news_row.N_ID}"></a><img src="{T_THEME_PATH}/images/arrow_right.gif" alt=""/>
|
||||
<!-- IF news_row.S_UNREAD_INFO -->{NEWEST_POST_IMG}<!-- ELSE -->{READ_POST_IMG}<!-- ENDIF --> {news_row.ATTACH_ICON_IMG} <!-- IF news_row.S_POLL --><strong>{L_POLL}: </strong><!-- ENDIF --><a href="{news_row.U_LAST_COMMENTS}" title="{L_JUMP_NEWEST}" class="topictitle">{news_row.TITLE}</a>
|
||||
<br style="clear:both" />
|
||||
<!-- IF news_row.PAGINATION --><strong class="pagination"><span>{news_row.PAGINATION}</span></strong><!-- ENDIF -->
|
||||
|
||||
Reference in New Issue
Block a user