diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2004-01-07 16:24:52 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2004-01-07 16:24:52 +0000 |
| commit | 715731ca3eae5f4e0e37d7f3eb9ea8300525c86a (patch) | |
| tree | 9f58fb0ba7f60ca6324b4d85eb099c0c014eea82 /phpBB/styles/subSilver/template/search_results_posts.html | |
| parent | bdbbc7544b8452bba88d27a40351bc59e4bde154 (diff) | |
| download | forums-715731ca3eae5f4e0e37d7f3eb9ea8300525c86a.tar forums-715731ca3eae5f4e0e37d7f3eb9ea8300525c86a.tar.gz forums-715731ca3eae5f4e0e37d7f3eb9ea8300525c86a.tar.bz2 forums-715731ca3eae5f4e0e37d7f3eb9ea8300525c86a.tar.xz forums-715731ca3eae5f4e0e37d7f3eb9ea8300525c86a.zip | |
More attempts at "modern markup"
git-svn-id: file:///svn/phpbb/trunk@4726 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/search_results_posts.html')
| -rw-r--r-- | phpBB/styles/subSilver/template/search_results_posts.html | 26 |
1 files changed, 11 insertions, 15 deletions
diff --git a/phpBB/styles/subSilver/template/search_results_posts.html b/phpBB/styles/subSilver/template/search_results_posts.html index 3bd6c71469..4e4f8568dc 100644 --- a/phpBB/styles/subSilver/template/search_results_posts.html +++ b/phpBB/styles/subSilver/template/search_results_posts.html @@ -2,15 +2,8 @@ <!-- $Id$ --> -<form method="post" action="{S_SEARCH_ACTION}"> - -<table class="tablebg" width="100%" cellspacing="1"> - <tr> - <td class="row1"><div class="nav" style="float:left"><a href="{U_INDEX}">{L_INDEX}</a></div><div class="gensmall" style="float:right">{S_TIMEZONE}</div></td> - </tr> -</table> -<br clear="all" /> +<form method="post" action="{S_SEARCH_ACTION}"> <table width="100%" cellspacing="1"> <tr> @@ -34,7 +27,7 @@ <!-- IF searchresults.S_IGNORE_POST --> <td class="gensmall" colspan="2" height="25" align="center">{searchresults.L_IGNORE_POST}</td> <!-- ELSE --> - <td class="topictitle" colspan="2" height="25"><a name="{searchresults.POST_ID}"></a> {L_FORUM}: <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a><span> {L_TOPIC}: <a href="{searchresults.U_VIEW_TOPIC}">{searchresults.TOPIC_TITLE}</a></td> + <td colspan="2" height="25"><p class="topictitle"><a name="{searchresults.POST_ID}"></a> {L_FORUM}: <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a> {L_TOPIC}: <a href="{searchresults.U_VIEW_TOPIC}">{searchresults.TOPIC_TITLE}</a></p></td> </tr> <tr class="row1"> <td width="150" align="center" valign="middle"><b class="postauthor">{searchresults.POSTER_NAME}</b></td> @@ -64,13 +57,16 @@ <div class="nav" style="float:left">{PAGE_NUMBER} [ {TOTAL_TOPICS} ]</div><div class="nav" style="float:right">{PAGINATION}</div> -<br clear="all" /><br /> + <br clear="all" /><br /> -<table class="tablebg" width="100%" cellspacing="1"> - <tr> - <td class="row1"><div class="nav" style="float:left"><a href="{U_INDEX}">{L_INDEX}</a></div><div class="gensmall" style="float:right">{S_TIMEZONE}</div></td> - </tr> -</table> + <table class="tablebg" width="100%" cellspacing="1" cellpadding="0"> + <tr> + <td class="row1"> + <p class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a></p> + <p class="datetime">{S_TIMEZONE}</p> + </td> + </tr> + </table> <br clear="all" /> |
