diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-12-10 01:20:50 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-12-10 01:20:50 +0000 |
commit | 1e170e5be9d1dadfb1f74f0f5bacda306525d9b8 (patch) | |
tree | d66c6803a24d1e1e1b2eace13a23cd0f367cef9d | |
parent | af0f622a0eb29d670276b98ed7439bb7ded0f600 (diff) | |
download | forums-1e170e5be9d1dadfb1f74f0f5bacda306525d9b8.tar forums-1e170e5be9d1dadfb1f74f0f5bacda306525d9b8.tar.gz forums-1e170e5be9d1dadfb1f74f0f5bacda306525d9b8.tar.bz2 forums-1e170e5be9d1dadfb1f74f0f5bacda306525d9b8.tar.xz forums-1e170e5be9d1dadfb1f74f0f5bacda306525d9b8.zip |
Updates
git-svn-id: file:///svn/phpbb/trunk@1536 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/templates/Euclid/index_body.tpl | 2 | ||||
-rw-r--r-- | phpBB/templates/Euclid/overall_header.tpl | 4 | ||||
-rw-r--r-- | phpBB/templates/Euclid/search_results_topics.tpl | 4 | ||||
-rw-r--r-- | phpBB/templates/Euclid/viewforum_body.tpl | 4 | ||||
-rw-r--r-- | phpBB/templates/Euclid/viewtopic_body.tpl | 14 |
5 files changed, 14 insertions, 14 deletions
diff --git a/phpBB/templates/Euclid/index_body.tpl b/phpBB/templates/Euclid/index_body.tpl index 2336dee1b2..3cd5d3e9df 100644 --- a/phpBB/templates/Euclid/index_body.tpl +++ b/phpBB/templates/Euclid/index_body.tpl @@ -46,7 +46,7 @@ </tr> <tr> <td class="row1" width="7%" align="center" valign="middle"><img src="templates/Euclid/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td> - <td class="row2" colspan="4" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE}</span><br /><span class="gen">{LOGGED_IN_USER_LIST}</span></td> + <td class="row2" colspan="4" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE}</span><br /><span class="gensmall">{LOGGED_IN_USER_LIST}</span></td> </tr> </table></td> </tr> diff --git a/phpBB/templates/Euclid/overall_header.tpl b/phpBB/templates/Euclid/overall_header.tpl index 28806c39dd..2309439197 100644 --- a/phpBB/templates/Euclid/overall_header.tpl +++ b/phpBB/templates/Euclid/overall_header.tpl @@ -20,7 +20,7 @@ TD.cat {background-color:{T_TH_COLOR2};font-family:{T_FONTFACE1};font-size:12pt} TD.row1 {background-color:{T_TD_COLOR1}} TD.row2 {background-color:{T_TD_COLOR2}} -SPAN.title {font-family:{T_FONTFACE2};font-size:36pt} +SPAN.title {font-family:{T_FONTFACE2};font-size:26pt} SPAN.cattitle {font-family:{T_FONTFACE1};font-size:12pt;font-weight:bold} SPAN.gen {font-family:{T_FONTFACE1};font-size:10pt} SPAN.gensmall {font-family:{T_FONTFACE1};font-size:8pt} @@ -57,7 +57,7 @@ HR {height:2px} <td class="row2"><table width="100%" cellspacing="0" border="0"> <tr> <td><span class="title"><a href="{U_INDEX}"><img src="templates/Euclid/images/logo_phpBB.gif" border="0" alt="" title="" /></a></span></td> - <td width="100%" align="center" valign="top"><br /><span class="cattitle"><b>{SITENAME}</b></span><br /><br /><span class="gen">{SITE_DESCRIPTION}</span></td> + <td width="100%" align="center" valign="top"><span class="title"><b>{SITENAME}</b></span><br /><span class="gen">{SITE_DESCRIPTION}</span></td> </tr> </table></td> </tr> diff --git a/phpBB/templates/Euclid/search_results_topics.tpl b/phpBB/templates/Euclid/search_results_topics.tpl index 37429975a4..b398c89eb8 100644 --- a/phpBB/templates/Euclid/search_results_topics.tpl +++ b/phpBB/templates/Euclid/search_results_topics.tpl @@ -30,8 +30,8 @@ <td class="row1" align="center" valign="middle">{searchresults.FOLDER}</td> <td class="row2"><span class="gensmall"><a href="{searchresults.U_VIEW_FORUM}" class="forumlink">{searchresults.FORUM_NAME}</a></span></td> <td class="row1"> <span class="gensmall">{searchresults.NEWEST_POST_IMG}{searchresults.TOPIC_TYPE}<a href="{searchresults.U_VIEW_TOPIC}">{searchresults.TOPIC_TITLE}</a> {searchresults.GOTO_PAGE}</span></td> - <td class="row1" align="center" valign="middle"><span class="gen"><a href="{searchresults.U_TOPIC_POSTER_PROFILE}">{searchresults.TOPIC_POSTER}</a></span></td> - <td class="row2" align="center" valign="middle"><span class="gen">{searchresults.REPLIES}</span></td> + <td class="row2" align="center" valign="middle"><span class="gen"><a href="{searchresults.U_TOPIC_POSTER_PROFILE}">{searchresults.TOPIC_POSTER}</a></span></td> + <td class="row1" align="center" valign="middle"><span class="gen">{searchresults.REPLIES}</span></td> <td class="row2" align="center" valign="middle"><span class="gen">{searchresults.VIEWS}</span></td> <td class="row1" align="center" valign="middle" NOWRAP><span class="gensmall">{searchresults.LAST_POST}</span></td> </tr> diff --git a/phpBB/templates/Euclid/viewforum_body.tpl b/phpBB/templates/Euclid/viewforum_body.tpl index ac2a1fdc38..c90a5b3c0e 100644 --- a/phpBB/templates/Euclid/viewforum_body.tpl +++ b/phpBB/templates/Euclid/viewforum_body.tpl @@ -35,8 +35,8 @@ <tr> <td class="row1" align="center" valign="middle"> {topicrow.FOLDER} </td> <td class="row2"> <span class="gensmall">{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a> {topicrow.GOTO_PAGE}</span></td> - <td class="row2" align="center" valign="middle"><span class="gen"><a href="{topicrow.U_TOPIC_POSTER_PROFILE}">{topicrow.TOPIC_POSTER}</a></span></td> - <td class="row1" align="center" valign="middle"><span class="gen">{topicrow.REPLIES}</span></td> + <td class="row1" align="center" valign="middle"><span class="gen"><a href="{topicrow.U_TOPIC_POSTER_PROFILE}">{topicrow.TOPIC_POSTER}</a></span></td> + <td class="row2" align="center" valign="middle"><span class="gen">{topicrow.REPLIES}</span></td> <td class="row1" align="center" valign="middle"><span class="gen">{topicrow.VIEWS}</span></td> <td class="row2" align="center" valign="middle" NOWRAP><span class="gensmall">{topicrow.LAST_POST}</span></td> </tr> diff --git a/phpBB/templates/Euclid/viewtopic_body.tpl b/phpBB/templates/Euclid/viewtopic_body.tpl index 8455e77777..6e7cb77f63 100644 --- a/phpBB/templates/Euclid/viewtopic_body.tpl +++ b/phpBB/templates/Euclid/viewtopic_body.tpl @@ -49,27 +49,27 @@ <tr> <td class="tablebg"><table border="0" cellpadding="4" cellspacing="1" width="100%"> <tr bgcolor="{postrow.ROW_COLOR}"> - <td rowspan="2" width="160" align="left" valign="top"><a name="{postrow.U_POST_ID}"></a><table width="160" cellspacing="0" cellpadding="0" border="0"> + <td width="160" align="left" valign="top"><a name="{postrow.U_POST_ID}"></a><table width="160" cellspacing="0" cellpadding="0" border="0"> <tr> <td valign="top"><span class="gen"><b>{postrow.POSTER_NAME}</b></span><br /><span class="gensmall">{postrow.POSTER_RANK}<br />{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}<br /><br />{postrow.POSTER_JOINED}<br />{postrow.POSTER_POSTS}<br />{postrow.POSTER_FROM}</span><br /><br /></td> </tr> </table></td> - <td width="100%" height="20" valign="top"><table width="100%" cellspacing="1" cellpadding="0" border="0"> + <td width="100%" valign="top"><table width="100%" cellspacing="1" cellpadding="0" border="0"> <tr> <td valign="top"><table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td valign="middle"><span class="gensmall">{L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td> <td> </td> - <td align="right" valign="middle" nowrap="nowrap">{postrow.EDIT_IMG} {postrow.QUOTE_IMG}</td> + <td align="right" valign="middle" nowrap="nowrap">{postrow.EDIT_IMG} {postrow.QUOTE_IMG} {postrow.DELETE_IMG}</td> </tr> </table></td> </tr> + <tr> + <td width="100%" height="100%" valign="top"><hr /><span class="gen">{postrow.MESSAGE}</span></td> + </tr> </table></td> </tr> <tr bgcolor="{postrow.ROW_COLOR}"> - <td width="100%" height="100%" valign="top"><br /><span class="gen">{postrow.MESSAGE}</span></td> - </tr> - <tr bgcolor="{postrow.ROW_COLOR}"> <td align="left" valign="middle"><table cellspacing="0" cellpadding="0" border="0"> <tr> <td valign="middle"><a href="#top">{postrow.MINI_POST_IMG}</a></td> @@ -80,7 +80,7 @@ <td valign="middle"><table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td valign="middle">{postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.ICQ_ADD_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG}</td> - <td align="right" valign="middle">{postrow.IP_IMG} {postrow.DELETE_IMG}</td> + <td align="right">{postrow.IP_IMG}</td> </tr> </table></td> </tr> |