|
From: Paul S. O. <ps...@us...> - 2002-02-25 01:00:51
|
Update of /cvsroot/phpbb/phpBB2/templates/Euclid
In directory usw-pr-cvs1:/tmp/cvs-serv17789/templates/Euclid
Modified Files:
search_results_posts.tpl search_results_topics.tpl
Log Message:
Fix issues with view posts since last visit, errors on next page, re-introduce external stopword list, examine feasibility of stemmer, tidy ups ...
Index: search_results_posts.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/Euclid/search_results_posts.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** search_results_posts.tpl 10 Dec 2001 00:58:50 -0000 1.1
--- search_results_posts.tpl 25 Feb 2002 01:00:48 -0000 1.2
***************
*** 27,31 ****
{L_VIEWS}: <b>{searchresults.TOPIC_VIEWS}</b></span><br />
</td>
! <td valign="top" class="row1"> <img src="templates/subSilver/images/icon_minipost.gif" alt="Post image icon"><span class="postdetails">{L_FORUM}: <b><a href="{U_FORUM}" class="postdetails">{searchresults.FORUM_NAME}</a></b> {L_POSTED}:
{searchresults.POST_DATE} Subject: <b><a href="{searchresults.U_POST}">{searchresults.POST_SUBJECT}</a></b></span></td>
</tr>
--- 27,31 ----
{L_VIEWS}: <b>{searchresults.TOPIC_VIEWS}</b></span><br />
</td>
! <td valign="top" class="row1"> <span class="postdetails">{L_FORUM}: <b><a href="{U_FORUM}" class="postdetails">{searchresults.FORUM_NAME}</a></b> {L_POSTED}:
{searchresults.POST_DATE} Subject: <b><a href="{searchresults.U_POST}">{searchresults.POST_SUBJECT}</a></b></span></td>
</tr>
Index: search_results_topics.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/Euclid/search_results_topics.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** search_results_topics.tpl 10 Dec 2001 01:20:50 -0000 1.2
--- search_results_topics.tpl 25 Feb 2002 01:00:48 -0000 1.3
***************
*** 58,62 ****
<table width="98%" cellspacing="2" border="0" align="center">
<tr>
! <td><span class="gensmall"><b>{S_TIMEZONE}</b></span></td>
<td align="right">{JUMPBOX}</td>
</tr>
--- 58,62 ----
<table width="98%" cellspacing="2" border="0" align="center">
<tr>
! <td valign="top"><span class="gensmall"><b>{S_TIMEZONE}</b></span></td>
<td align="right">{JUMPBOX}</td>
</tr>
|