|
From: Paul S. O. <ps...@us...> - 2001-11-09 13:00:06
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv6988/templates/subSilver
Modified Files:
search_body.tpl search_results_topics.tpl
Log Message:
New search system, this isn't final, needs alterations, etc. can redeem this against the full priced version with included coupon
Index: search_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/search_body.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** search_body.tpl 2001/10/01 23:22:18 1.2
--- search_body.tpl 2001/11/09 13:00:04 1.3
***************
*** 28,32 ****
</tr>
<tr>
! <td class="catSides" colspan="4" align="center" height="28"><b><span class="gen">{L_SEARCH_OPTIONS}</span></b></td>
</tr>
<tr>
--- 28,32 ----
</tr>
<tr>
! <th class="thHead" colspan="4" height="25">{L_SEARCH_OPTIONS}</th>
</tr>
<tr>
***************
*** 62,72 ****
<td class="row1" align="right" nowrap="nowrap"><span class="gen">{L_DISPLAY_RESULTS}: </span></td>
<td class="row2" nowrap="nowrap">
! <input type="radio" name="showresults" value="posts" checked />
<span class="genmed">{L_POSTS}
! <input type="radio" name="showresults" value="topics" />
{L_TOPICS}</span></td>
<td class="row1" align="right" nowrap="nowrap"><span class="gen">{L_SEARCH_PREVIOUS}: </span></td>
<td class="row2" valign="middle"><span class="genmed">
! <select class="post" name="sortby">{S_TIME_OPTIONS}
</select>
</span></td>
--- 62,72 ----
<td class="row1" align="right" nowrap="nowrap"><span class="gen">{L_DISPLAY_RESULTS}: </span></td>
<td class="row2" nowrap="nowrap">
! <input type="radio" name="showresults" value="posts" />
<span class="genmed">{L_POSTS}
! <input type="radio" name="showresults" value="topics" checked="checked" />
{L_TOPICS}</span></td>
<td class="row1" align="right" nowrap="nowrap"><span class="gen">{L_SEARCH_PREVIOUS}: </span></td>
<td class="row2" valign="middle"><span class="genmed">
! <select class="post" name="resultdays">{S_TIME_OPTIONS}
</select>
</span></td>
***************
*** 74,78 ****
<tr>
<td class="catBottom" colspan="4" align="center" height="28">{S_HIDDEN_FIELDS}
! <input class="liteoption" type="submit" name="submit" value="{L_SEARCH}" />
</td>
</tr>
--- 74,78 ----
<tr>
<td class="catBottom" colspan="4" align="center" height="28">{S_HIDDEN_FIELDS}
! <input class="liteoption" type="submit" value="{L_SEARCH}" />
</td>
</tr>
Index: search_results_topics.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/search_results_topics.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** search_results_topics.tpl 2001/10/01 23:22:18 1.3
--- search_results_topics.tpl 2001/11/09 13:00:04 1.4
***************
*** 26,30 ****
<td class="row1" align="center" valign="middle">{searchresults.FOLDER}</td>
<td class="row1"><span class="forumlink"><a href="{searchresults.U_VIEW_FORUM}" class="forumlink">{searchresults.FORUM_NAME}</a></span></td>
! <td class="row2"><span class="topictitle">{searchresults.NEWEST_POST_IMG}{searchresults.TOPIC_TYPE}<a href="{searchresults.U_VIEW_TOPIC}" class="topictitle">{searchresults.TOPIC_TITLE}</a></span><span class="gensmall"> {searchresults.GOTO_PAGE}</span></td>
<td class="row1" align="center" valign="middle"><span class="postdetails">{searchresults.REPLIES}</span></td>
<td class="row2" align="center" valign="middle"><span class="name"><a href="{searchresults.U_TOPIC_POSTER_PROFILE}" class="name">{searchresults.TOPIC_POSTER}</a></span></td>
--- 26,30 ----
<td class="row1" align="center" valign="middle">{searchresults.FOLDER}</td>
<td class="row1"><span class="forumlink"><a href="{searchresults.U_VIEW_FORUM}" class="forumlink">{searchresults.FORUM_NAME}</a></span></td>
! <td class="row2"><span class="topictitle">{searchresults.NEWEST_POST_IMG}{searchresults.TOPIC_TYPE}<a href="{searchresults.U_VIEW_TOPIC}" class="topictitle">{searchresults.TOPIC_TITLE}</a></span><br /><span class="gensmall">{searchresults.GOTO_PAGE}</span></td>
<td class="row1" align="center" valign="middle"><span class="postdetails">{searchresults.REPLIES}</span></td>
<td class="row2" align="center" valign="middle"><span class="name"><a href="{searchresults.U_TOPIC_POSTER_PROFILE}" class="name">{searchresults.TOPIC_POSTER}</a></span></td>
|