| Revision 307,
1.5 KB
checked in by darkman83, 15 months ago
(diff) |
|
|
-
Property svn:mime-type set to
text/plain
|
| Line | |
|---|
| 1 | <table class="tablebg" cellspacing="1" width="100%"> |
|---|
| 2 | <tr> |
|---|
| 3 | <th>{L_LATEST_NEWS}</th> |
|---|
| 4 | </tr> |
|---|
| 5 | <tr class="row1"> |
|---|
| 6 | <td> |
|---|
| 7 | <!-- BEGIN news_row --> |
|---|
| 8 | <!-- IF news_row.S_NO_TOPICS --> |
|---|
| 9 | <center><span class="gensmall"><strong>{L_NO_NEWS}</strong></span></center> |
|---|
| 10 | <!-- ELSE --> |
|---|
| 11 | <table class="tablebg" cellspacing="1" width="100%"> |
|---|
| 12 | <tr> |
|---|
| 13 | <td class="cat">{news_row.ATTACH_ICON_IMG}<!-- IF news_row.S_POLL --> <strong>{L_POLL}: </strong><!-- ENDIF --><a href="{news_row.U_VIEW_COMMENTS}"><strong>{news_row.TITLE}</strong></a></td> |
|---|
| 14 | </tr> |
|---|
| 15 | <tr class="row1"> |
|---|
| 16 | <td> |
|---|
| 17 | <span class="gensmall" style="float: left;">{L_POSTED_BY}: <strong><a href="{news_row.U_USER_PROFILE}">{news_row.POSTER}</a></strong></span> |
|---|
| 18 | <span class="gensmall" style="float: right;">{news_row.TIME}</span> |
|---|
| 19 | <br /><br /> |
|---|
| 20 | {news_row.TEXT} |
|---|
| 21 | <br /><br /> |
|---|
| 22 | </td> |
|---|
| 23 | </tr> |
|---|
| 24 | <tr class="row1"> |
|---|
| 25 | <td> |
|---|
| 26 | <span style="float: left;">{L_TOPIC_VIEWS}: {news_row.TOPIC_VIEWS} • <a href="{news_row.U_VIEW_COMMENTS}" title="{L_VIEW_COMMENTS}">{L_COMMENTS}: {news_row.REPLIES}</a> • <a href="{news_row.U_POST_COMMENT}">{L_POST_REPLY}</a></span> |
|---|
| 27 | <span style="float: right;">{news_row.OPEN}<a href="{news_row.U_READ_FULL}">{news_row.L_READ_FULL}</a>{news_row.CLOSE} <a href="#wrap" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a></span> |
|---|
| 28 | </td> |
|---|
| 29 | </tr> |
|---|
| 30 | </table> |
|---|
| 31 | <!-- ENDIF --> |
|---|
| 32 | <!-- IF news_row.S_NOT_LAST --><br /><!-- ENDIF --> |
|---|
| 33 | <!-- END news_row --> |
|---|
| 34 | </td> |
|---|
| 35 | </tr> |
|---|
| 36 | </table> |
|---|
| 37 | <br /> |
|---|
Note: See
TracBrowser
for help on using the repository browser.