]> git.vanrenterghem.biz Git - www.vanrenterghem.biz.git/blob - phpBB2_old/templates/Helius/search_results_topics.tpl
Baseline
[www.vanrenterghem.biz.git] / phpBB2_old / templates / Helius / search_results_topics.tpl
1  
2 <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
3   <tr> 
4         <td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td>
5   </tr>
6 </table>
8 {TPL_HDR1}<span class="cattitle">{L_SEARCH_MATCHES}</span>{TPL_HDR2}<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center">
9   <tr> 
10         <th width="4%" height="25" class="thCornerL" nowrap="nowrap">&nbsp;</th>
11         <th class="thTop" nowrap="nowrap">&nbsp;{L_FORUM}&nbsp;</th>
12         <th class="thTop" nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</th>
13         <th class="thTop" nowrap="nowrap">&nbsp;{L_AUTHOR}&nbsp;</th>
14         <th class="thTop" nowrap="nowrap">&nbsp;{L_REPLIES}&nbsp;</th>
15         <th class="thTop" nowrap="nowrap">&nbsp;{L_VIEWS}&nbsp;</th>
16         <th class="thCornerR" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</th>
17   </tr>
18   <!-- BEGIN searchresults -->
19   <tr> 
20         <td class="row4" align="center" valign="middle"><img src="{searchresults.TOPIC_FOLDER_IMG}" width="19" height="18" alt="{searchresults.L_TOPIC_FOLDER_ALT}" title="{searchresults.L_TOPIC_FOLDER_ALT}" /></td>
21         <td class="row1" onmouseover="this.style.backgroundColor='{C_ROW1_OVER}';" onmouseout="this.style.backgroundColor='{C_ROW1}';" onclick="window.location.href='{searchresults.U_VIEW_FORUM}'"><span class="forumlink"><a href="{searchresults.U_VIEW_FORUM}" class="forumlink">{searchresults.FORUM_NAME}</a></span></td>
22         <td class="row2" onmouseover="this.style.backgroundColor='{C_ROW2_OVER}';" onmouseout="this.style.backgroundColor='{C_ROW2}';" onclick="window.location.href='{searchresults.U_VIEW_TOPIC}'"><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>
23         <td class="row1" align="center" valign="middle"><span class="name">{searchresults.TOPIC_AUTHOR}</span></td>
24         <td class="row2" align="center" valign="middle"><span class="postdetails">{searchresults.REPLIES}</span></td>
25         <td class="row1" align="center" valign="middle"><span class="postdetails">{searchresults.VIEWS}</span></td>
26         <td class="row2" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">{searchresults.LAST_POST_TIME}<br />{searchresults.LAST_POST_AUTHOR} {searchresults.LAST_POST_IMG}</span></td>
27   </tr>
28   <!-- END searchresults -->
29 </table>{TPL_FTR}
31 <table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
32   <tr> 
33         <td align="left" valign="top"><span class="nav">{PAGE_NUMBER}</span></td>
34         <td align="right" valign="top" nowrap="nowrap"><span class="nav">{PAGINATION}</span><br /><span class="gensmall">{S_TIMEZONE}</span></td>
35   </tr>
36 </table>
38 <table width="100%" cellspacing="2" border="0" align="center">
39   <tr> 
40         <td valign="top" align="right">{JUMPBOX}</td>
41   </tr>
42 </table>