source: branches/posledni/forum/styles/wowpurple/template/search_results.html

Last change on this file was 400, checked in by george, 16 years ago
  • Přidáno: Nové forum phpBB 3.
File size: 6.7 KB
Line 
1<!-- INCLUDE overall_header.html -->
2
3<form method="post" action="{S_SEARCH_ACTION}">
4
5<table width="100%" cellspacing="1">
6<tr>
7 <td colspan="2"><span class="titles"><!-- IF SEARCH_TITLE -->{SEARCH_TITLE}<!-- ELSE -->{SEARCH_MATCHES}<!-- ENDIF --></span><br /></td>
8</tr>
9<tr>
10 <td class="genmed"><!-- IF SEARCH_TOPIC -->{L_SEARCHED_TOPIC}: <a href="{U_SEARCH_TOPIC}"><b>{SEARCH_TOPIC}</b></a><br /><!-- ENDIF --><!-- IF SEARCH_WORDS -->{L_SEARCHED_FOR}: <a href="{U_SEARCH_WORDS}"><b>{SEARCH_WORDS}</b></a><!-- ENDIF --><!-- IF IGNORED_WORDS --> {L_IGNORED_TERMS}: <b>{IGNORED_WORDS}</b><!-- ENDIF --></td>
11 <td align="{S_CONTENT_FLOW_END}"><!-- IF SEARCH_IN_RESULTS --><span class="genmed">{L_SEARCH_IN_RESULTS}: </span><input type="text" name="add_keywords" value="" /> <input class="btnlite" type="submit" name="submit" value="{L_GO}" /><!-- ENDIF --></td>
12</tr>
13</table>
14
15<br clear="all" />
16
17<!-- IF S_SHOW_TOPICS -->
18
19 <table class="tablebg" width="100%" cellspacing="1">
20 <tr>
21 <th width="4%" nowrap="nowrap">&nbsp;</th>
22 <th colspan="2" nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</th>
23 <th nowrap="nowrap">&nbsp;{L_AUTHOR}&nbsp;</th>
24 <th nowrap="nowrap">&nbsp;{L_REPLIES}&nbsp;</th>
25 <th nowrap="nowrap">&nbsp;{L_VIEWS}&nbsp;</th>
26 <th nowrap="nowrap">&nbsp;{L_LAST_POST}&nbsp;</th>
27 </tr>
28 <!-- BEGIN searchresults -->
29 <tr valign="middle">
30 <td class="row1" width="25" align="center">{searchresults.TOPIC_FOLDER_IMG}</td>
31 <td class="row1" width="25" align="center">
32 <!-- IF searchresults.TOPIC_ICON_IMG -->
33 <img src="{T_ICONS_PATH}{searchresults.TOPIC_ICON_IMG}" width="{searchresults.TOPIC_ICON_IMG_WIDTH}" height="{searchresults.TOPIC_ICON_IMG_HEIGHT}" alt="" title="" />
34 <!-- ENDIF -->
35 </td>
36 <td class="row1">
37 <!-- IF searchresults.S_UNREAD_TOPIC --><a href="{searchresults.U_NEWEST_POST}">{NEWEST_POST_IMG}</a><!-- ENDIF -->
38 {topicrow.ATTACH_ICON_IMG} <a href="{searchresults.U_VIEW_TOPIC}" class="topictitle">{searchresults.TOPIC_TITLE}</a>
39 <!-- IF searchresults.S_TOPIC_UNAPPROVED or searchresults.S_POSTS_UNAPPROVED -->
40 <a href="{searchresults.U_MCP_QUEUE}">{searchresults.UNAPPROVED_IMG}</a>&nbsp;
41 <!-- ENDIF -->
42 <!-- IF searchresults.S_TOPIC_REPORTED -->
43 <a href="{searchresults.U_MCP_REPORT}">{REPORTED_IMG}</a>&nbsp;
44 <!-- ENDIF -->
45 <!-- IF searchresults.PAGINATION -->
46 <p class="gensmall"> [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {searchresults.PAGINATION} ] </p>
47 <!-- ENDIF -->
48 <!-- IF searchresults.S_TOPIC_GLOBAL -->
49 <p class="gensmall">{L_GLOBAL}</p>
50 <!-- ELSE -->
51 <p class="gensmall">{L_IN} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a></p>
52 <!-- ENDIF -->
53 </td>
54 <td class="row2" width="100" align="center"><p class="topicauthor">{searchresults.TOPIC_AUTHOR_FULL}</p></td>
55 <td class="row1" width="50" align="center"><p class="topicdetails">{searchresults.TOPIC_REPLIES}</p></td>
56 <td class="row2" width="50" align="center"><p class="topicdetails">{searchresults.TOPIC_VIEWS}</p></td>
57 <td class="row1" width="120" align="center">
58 <p class="topicdetails">{searchresults.LAST_POST_TIME}</p>
59 <p class="topicdetails">{searchresults.LAST_POST_AUTHOR_FULL}
60 <a href="{searchresults.U_LAST_POST}">{LAST_POST_IMG}</a>
61 </p>
62 </td>
63 </tr>
64 <!-- BEGINELSE -->
65 <tr valign="middle">
66 <td colspan="7" class="row3" align="center">{L_NO_SEARCH_RESULTS}</td>
67 </tr>
68 <!-- END searchresults -->
69 <tr>
70 <td class="cat" colspan="7" valign="middle" align="center"><!-- IF S_SELECT_SORT_DAYS or S_SELECT_SORT_KEY --><span class="gensmall">{L_DISPLAY_POSTS}:</span> {S_SELECT_SORT_DAYS}<!-- IF S_SELECT_SORT_KEY -->&nbsp;<span class="gensmall">{L_SORT_BY}:</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}<!-- ENDIF -->&nbsp;<input class="btnlite" type="submit" value="{L_GO}" name="sort" /><!-- ENDIF --></td>
71 </tr>
72 </table>
73
74<!-- ELSE -->
75
76 <table class="tablebg" width="100%" cellspacing="1">
77 <tr>
78 <th width="150" nowrap="nowrap">{L_AUTHOR}</th>
79 <th width="100%" nowrap="nowrap">{L_MESSAGE}</th>
80 </tr>
81
82 <!-- BEGIN searchresults -->
83 <tr class="row2">
84 <!-- IF searchresults.S_IGNORE_POST -->
85 <td class="gensmall" colspan="2" height="25" align="center">{searchresults.L_IGNORE_POST}</td>
86 <!-- ELSE -->
87 <td colspan="2" height="25"><p class="topictitle"><a name="p{searchresults.POST_ID}" id="p{searchresults.POST_ID}"></a>&nbsp;<!-- IF searchresults.FORUM_TITLE -->{L_FORUM}: <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a><!-- ELSE -->{L_GLOBAL}<!-- ENDIF --> &nbsp; {L_TOPIC}: <a href="{searchresults.U_VIEW_TOPIC}">{searchresults.TOPIC_TITLE}</a> </p></td>
88 </tr>
89 <tr class="row1">
90 <td width="150" align="center" valign="middle"><b class="postauthor">{searchresults.POST_AUTHOR_FULL}</b></td>
91 <td height="25">
92 <table width="100%" cellspacing="0" cellpadding="0" border="0">
93 <tr>
94 <td class="gensmall">
95 <div style="float: {S_CONTENT_FLOW_BEGIN};">
96 <!-- IF searchresults.POST_SUBJECT neq "" -->
97 &nbsp;<b>{L_POST_SUBJECT}:</b> <a href="{searchresults.U_VIEW_POST}">{searchresults.POST_SUBJECT}</a>
98 <!-- ELSE -->
99 [ <a href="{searchresults.U_VIEW_POST}">{L_JUMP_TO_POST}</a> ]
100 <!-- ENDIF -->
101 </div>
102 <div style="float: {S_CONTENT_FLOW_END};"><b>{L_POSTED}:</b> {searchresults.POST_DATE}&nbsp;</div>
103 </td>
104 </tr>
105 </table>
106 </td>
107 </tr>
108 <tr class="row1">
109 <td width="150" align="center" valign="top"><br /><span class="postdetails">{L_REPLIES}: <b>{searchresults.TOPIC_REPLIES}</b><br />{L_VIEWS}: <b>{searchresults.TOPIC_VIEWS}</b></span><br /><br /></td>
110 <td valign="top">
111 <table width="100%" cellspacing="5">
112 <tr>
113 <td class="postbody">{searchresults.MESSAGE}</td>
114 </tr>
115 </table>
116 </td>
117 </tr>
118 <!-- ENDIF -->
119 <tr>
120 <td class="spacer" colspan="2"><img src="images/spacer.gif" height="1" alt="" /></td>
121 </tr>
122 <!-- BEGINELSE -->
123 <tr valign="middle">
124 <td colspan="2" class="row3" align="center">{L_NO_SEARCH_RESULTS}</td>
125 </tr>
126 <!-- END searchresults -->
127 <tr>
128 <td class="cat" colspan="2" align="center"><!-- IF S_SELECT_SORT_KEY --><span class="gensmall">{L_SORT_BY}:</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}&nbsp;<input class="btnlite" type="submit" name="sort" value="{L_GO}" /><!-- ENDIF --></td>
129 </tr>
130 </table>
131<!-- ENDIF -->
132
133</form>
134
135<div class="gensmall" style="float: {S_CONTENT_FLOW_BEGIN};"><span class="nav">{PAGE_NUMBER}</span> [ {SEARCH_MATCHES} ]</div>
136<div class="nav" style="float: {S_CONTENT_FLOW_END};"><!-- INCLUDE pagination.html --></div>
137
138<br clear="all" /><br />
139
140<!-- INCLUDE breadcrumbs.html -->
141
142<br clear="all" />
143
144<div align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></div>
145
146<!-- INCLUDE overall_footer.html -->
Note: See TracBrowser for help on using the repository browser.