mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
Moved config, images vars to arrays and various other fixes
git-svn-id: file:///svn/phpbb/trunk@237 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -15,12 +15,12 @@
|
||||
<!-- BEGIN topicrow -->
|
||||
<tr bgcolor="#DDDDDD" class="tablebody">
|
||||
<td width="5%" align="center" valign="middle">{topicrow.FOLDER}</td>
|
||||
<td><a href="viewtopic.{PHPEX}?{S_TOPICS_URL}={topicrow.TOPIC_ID}&{topicrow.REPLIES}">{topicrow.TOPIC_TITLE}</a>{topicrow.GOTO_PAGE}</td>
|
||||
<td width="5%" align="center" valign="middle">{topicrow.REPLIES}</td>
|
||||
<td width="10%" align="center" valign="middle">{topicrow.TOPIC_POSTER}</td>
|
||||
<td><a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a> {topicrow.GOTO_PAGE}</td>
|
||||
<td width="5%" align="center" valign="middle">{topicrow.REPLIES}</td>
|
||||
<td width="10%" align="center" valign="middle">{topicrow.TOPIC_POSTER}</td>
|
||||
<td width="5%" align="center" valign="middle">{topicrow.VIEWS}</td>
|
||||
<td width="15%" align="center" valign="middle">{topicrow.LAST_POST}</td>
|
||||
</tr>
|
||||
<td width="15%" align="center" valign="middle">{topicrow.LAST_POST_TIME}<br />{L_BY} <a href="{topicrow.U_LAST_POST_USER_PROFILE}">{topicrow.LAST_POST_USER}</a></td>
|
||||
</tr>
|
||||
<!-- END topicrow -->
|
||||
</table>
|
||||
</td>
|
||||
|
@@ -8,7 +8,7 @@
|
||||
<td>
|
||||
<table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
|
||||
<tr>
|
||||
<td align="left" style="{font-size: 8pt;}"><a href="posting.{PHPEX}?mode=newtopic&{S_FORUMS_URL}={FORUM_ID}"><img src="images/newpost.jpg" height="50" width="250" alt="Post New Topic" border="0"></a></td>
|
||||
<td align="left" style="{font-size: 8pt;}"><a href="{U_POST_NEW_TOPIC}"><img src="images/newpost.jpg" height="50" width="250" alt="Post New Topic" border="0"></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
|
@@ -24,7 +24,7 @@
|
||||
<table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
|
||||
<tr>
|
||||
<td align="right" style="{font-size: 8pt;}">
|
||||
<a href="posting.{PHPEX}?mode=newtopic&{S_FORUMS_URL}={FORUM_ID}">
|
||||
<a href="{U_POST_NEW_TOPIC}">
|
||||
<img src="images/newpost.jpg" height="50" width="250" alt="Post New Topic" border="0">
|
||||
</a>
|
||||
</td>
|
||||
|
@@ -4,9 +4,9 @@
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" width="100%" cellpadding="3" cellspacing="1">
|
||||
<tr><td wdith="90%" class="tablebody" bgcolor="#CCCCCC">This topic is {PAGES} long. {PAGINATION}</td>
|
||||
<td width="5%" class="tableheader" align="center"><a href="viewtopic.{PHPEX}?{S_TOPICS_URL}={TOPIC_ID}&view=older"><img src="images/prev.gif" alt="View previous topic" border="0"></a></td>
|
||||
<td width="5%" class="tableheader" align="center"><a href="viewtopic.{PHPEX}?{S_TOPICS_URL}={TOPIC_ID}&view=newer"><img src="images/next.gif" alt="View next topic" border="0"></a></td>
|
||||
<tr><td wdith="90%" class="tablebody" bgcolor="#CCCCCC">This topic is {PAGES} {L_PAGES} long. {PAGINATION}</td>
|
||||
<td width="5%" class="tableheader" align="center"><a href="{U_VIEW_OLDER_TOPIC}"><img src="images/prev.gif" alt="View previous topic" border="0"></a></td>
|
||||
<td width="5%" class="tableheader" align="center"><a href="{U_VIEW_NEWER_TOPIC}"><img src="images/next.gif" alt="View next topic" border="0"></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
@@ -57,11 +57,11 @@
|
||||
<td width="90%" class="tablebody" bgcolor="#CCCCCC"><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||
<tr>
|
||||
<td align="left" nowrap><b>{S_TIMEZONE}</b></td>
|
||||
<td align="right" nowrap>This topic is {PAGES} long. {PAGINATION}</td>
|
||||
<td align="right" nowrap>This topic is {PAGES} {L_PAGES} long. {PAGINATION}</td>
|
||||
</tr>
|
||||
</table></td>
|
||||
<td width="5%" class="tableheader" align="center"><a href="viewtopic.{PHPEX}?{S_TOPICS_URL}={TOPIC_ID}&view=older"><img src="images/prev.gif" alt="View previous topic" border="0"></a></td>
|
||||
<td width="5%" class="tableheader" align="center"><a href="viewtopic.{PHPEX}?{S_TOPICS_URL}={TOPIC_ID}&view=newer"><img src="images/next.gif" alt="View next topic" border="0"></a></td>
|
||||
<td width="5%" class="tableheader" align="center"><a href="{U_VIEW_OLDER_TOPIC}"><img src="images/prev.gif" alt="View previous topic" border="0"></a></td>
|
||||
<td width="5%" class="tableheader" align="center"><a href="{U_VIEW_NEWER_TOPIC}"><img src="images/next.gif" alt="View next topic" border="0"></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
|
@@ -9,9 +9,9 @@
|
||||
<table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
|
||||
<tr>
|
||||
<td align="left" style="{font-size: 8pt;}">
|
||||
<a href="posting.{PHPEX}?mode=newtopic&{S_FORUMS_URL}={FORUM_ID}">
|
||||
<a href="{U_POST_NEW_TOPIC}">
|
||||
<img src="images/newpost.jpg" height="50" width="125" alt="Post New Topic" border="0"></a>
|
||||
<a href="posting.{PHPEX}?mode=reply&{S_TOPICS_URL}={TOPIC_ID}">
|
||||
<a href="{U_POST_REPLY_TOPIC}">
|
||||
<img src="images/reply.jpg" height="50" width="125" alt="Reply to this topic" border="0">
|
||||
</a>
|
||||
</td>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
<table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
|
||||
<tr>
|
||||
<td align="left" valign="bottom" style="{font-size: 8pt; height: 55px;}" nowrap>
|
||||
<a href="index.{PHPEX}">{SITENAME} - Forum Index</a> >> <a href="viewforum.{PHPEX}?{S_FORUMS_URL}={FORUM_ID}">{FORUM_NAME}</a> >> {TOPIC_TITLE}
|
||||
<a href="{U_INDEX}">{SITENAME} - Forum Index</a> >> <a href="{U_VIEW_FORUM}">{FORUM_NAME}</a> >> {TOPIC_TITLE}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -22,11 +22,7 @@
|
||||
<table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
|
||||
<tr>
|
||||
<td align="right" style="{font-size: 8pt;}">
|
||||
<a href="posting.{PHPEX}?mode=newtopic&{S_FORUMS_URL}={FORUM_ID}">
|
||||
<img src="images/newpost.jpg" height="50" width="125" alt="Post New Topic" border="0"></a>
|
||||
<a href="posting.{PHPEX}?mode=reply&{S_TOPICS_URL}={TOPIC_ID}">
|
||||
<img src="images/reply.jpg" height="50" width="125" alt="Reply to this topic" border="0">
|
||||
</a>
|
||||
<a href="{U_POST_NEW_TOPIC}"><img src="images/newpost.jpg" height="50" width="125" alt="Post New Topic" border="0"></a> <a href="{U_POST_REPLY_TOPIC}"><img src="images/reply.jpg" height="50" width="125" alt="Reply to this topic" border="0"></a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
Reference in New Issue
Block a user