-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathsearch_results_posts.tpl
76 lines (75 loc) · 3.09 KB
/
search_results_posts.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<table width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
<tr>
<td class="nav" valign="middle" width="100%">
<span class="nav">
<a class="nav" href="{U_INDEX}"><span>{L_INDEX}</span></a> : {L_SEARCH_TITLE}
</span>
</td>
</tr>
</table>
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
<tr>
<td align="center" class="catHead" colspan="2" height="28"><h1 class="cattitle">{L_SEARCH_MATCHES}</h1></td>
</tr>
<tr>
<th class="thCornerL" nowrap="nowrap" width="150" height="25">{L_AUTHOR}</th>
<th class="thCornerR" nowrap="nowrap" width="100%">{L_MESSAGE}</th>
</tr>
<!-- BEGIN searchresults -->
<tr>
<td class="catHead" colspan="2" height="28">
<span class="topictitle">
<img src="{searchresults.TOPIC_FOLDER_IMG}" align="top" alt="" />
{L_TOPIC}:
<a class="topictitle" href="{searchresults.U_TOPIC}">{searchresults.TOPIC_TITLE}</a>
</span>
</td>
</tr>
<tr>
<td class="row1" rowspan="2" valign="top" width="150">
<span class="name"><b>{searchresults.POSTER_NAME}</b></span>
<br /><br />
<span class="postdetails">{L_REPLIES}: <b>{searchresults.TOPIC_REPLIES}</b><br />{L_VIEWS}: <b>{searchresults.TOPIC_VIEWS}</b></span><br />
</td>
<td class="row1" valign="top" width="100%">
<span class="postdetails">
{L_FORUM}:
<b><a class="postdetails" href="{searchresults.U_FORUM}">{searchresults.FORUM_NAME}</a></b>
<img title="{searchresults.L_MINI_POST_ALT}" src="{searchresults.MINI_POST_IMG}" alt="" border="0" />
{L_SUBJECT}:
<b><a href="{searchresults.U_POST}">{searchresults.POST_SUBJECT}</a></b>
<img src="{ICON_TIME}" alt="" border="0" />{searchresults.POST_DATE}
</span>
</td>
</tr>
<tr>
<td class="row1" valign="top"><div class="postbody">{searchresults.MESSAGE}</div></td>
</tr>
<!-- END searchresults -->
<tr>
<td class="catBottom" align="center"><a href="#top">{L_BACK_TO_TOP}</a></td>
<td class="catBottom" height="28"> </td>
</tr>
</table>
<table width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
<tr>
<td valign="top"><span class="nav">{PAGE_NUMBER}</span></td>
<td align="right" valign="top" nowrap="nowrap">
<span class="nav">{PAGINATION}</span>
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="2" align="center">
<tr>
<td align="right" valign="top">{JUMPBOX}</td>
</tr>
</table>
<!-- BEGIN switch_image_resize -->
<script type="text/javascript">
//<![CDATA[
$(resize_images({ 'selector' : '.postbody', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
//]]>
</script>
<!-- END switch_image_resize -->