Baseline
[www.vanrenterghem.biz.git] / phpBB2 / templates / Helius / search_results_topics.tpl
1  \r
2 <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">\r
3   <tr> \r
4         <td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td>\r
5   </tr>\r
6 </table>\r
7 \r
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">\r
9   <tr> \r
10         <th width="4%" height="25" class="thCornerL" nowrap="nowrap">&nbsp;</th>\r
11         <th class="thTop" nowrap="nowrap">&nbsp;{L_FORUM}&nbsp;</th>\r
12         <th class="thTop" nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</th>\r
13         <th class="thTop" nowrap="nowrap">&nbsp;{L_AUTHOR}&nbsp;</th>\r
14         <th class="thTop" nowrap="nowrap">&nbsp;{L_REPLIES}&nbsp;</th>\r
15         <th class="thTop" nowrap="nowrap">&nbsp;{L_VIEWS}&nbsp;</th>\r
16         <th class="thCornerR" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</th>\r
17   </tr>\r
18   <!-- BEGIN searchresults -->\r
19   <tr> \r
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>\r
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>\r
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>\r
23         <td class="row1" align="center" valign="middle"><span class="name">{searchresults.TOPIC_AUTHOR}</span></td>\r
24         <td class="row2" align="center" valign="middle"><span class="postdetails">{searchresults.REPLIES}</span></td>\r
25         <td class="row1" align="center" valign="middle"><span class="postdetails">{searchresults.VIEWS}</span></td>\r
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>\r
27   </tr>\r
28   <!-- END searchresults -->\r
29 </table>{TPL_FTR}\r
30 \r
31 <table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">\r
32   <tr> \r
33         <td align="left" valign="top"><span class="nav">{PAGE_NUMBER}</span></td>\r
34         <td align="right" valign="top" nowrap="nowrap"><span class="nav">{PAGINATION}</span><br /><span class="gensmall">{S_TIMEZONE}</span></td>\r
35   </tr>\r
36 </table>\r
37 \r
38 <table width="100%" cellspacing="2" border="0" align="center">\r
39   <tr> \r
40         <td valign="top" align="right">{JUMPBOX}</td>\r
41   </tr>\r
42 </table>\r