-
Notifications
You must be signed in to change notification settings - Fork 11
/
album_search_body.tpl
57 lines (54 loc) · 2.55 KB
/
album_search_body.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
{STYLE_CSS}
{JS_MENU}
<!-- BEGIN switch_search_results -->
<table width="100%" align="center" cellspacing="1" cellpadding="0" border="0">
<tr>
<td><span class="maintitle">{L_SEARCH_MATCHES} {L_NRESULTS} / {L_TRESULTS}</span><br /></td>
</tr>
<tr>
<td>
<div style="float:left">
<span class="nav">
<a href="{U_FORUM_INDEX}" class="nav">{L_INDEX}</a>
{NAV_SEP}
<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>
</span>
</div>
</td>
</tr>
</table>
<table class="forumline" width="100%" align="center" cellspacing="1" cellpadding="0">
<tr>
<th class="thTop" nowrap="nowrap" width="5%"> </th>
<th class="thTop" nowrap="nowrap" width="20%">{L_TTITLE}</th>
<th class="thTop" nowrap="nowrap" width="25%">{L_TCATEGORY}</th>
<th class="thTop" nowrap="nowrap" width="20%">{L_TDESC}</th>
<th class="thTop" nowrap="nowrap" width="10%">{L_TSUBMITER}</th>
<th class="thTop" nowrap="nowrap" width="20%">{L_TSUBMITED}</th>
</tr>
<!-- BEGIN search_results -->
<tr>
<td class="row1" align="center" valign="middle">
<div class="picshadow">
<div class="picframe">
<a href="{switch_search_results.search_results.U_PIC}" class="genmed"><img src="{switch_search_results.search_results.THUMBNAIL}" {THUMB_SIZE} alt="{switch_search_results.search_results.DESC}" border="0" /></a>
</div>
</div>
</td>
<td class="row2"><a href="{switch_search_results.search_results.U_PIC}" class="genmed">{switch_search_results.search_results.L_PIC}</a></td>
<td class="row1"><a href="{switch_search_results.search_results.U_CAT}" class="genmed"><b>{switch_search_results.search_results.L_CAT}</b></a></td>
<td class="row1"><a href="{switch_search_results.search_results.U_PIC}" class="genmed">{switch_search_results.search_results.L_PIC_DESC}</a></td>
<td class="row1" align="center"><a href="{switch_search_results.search_results.U_PROFILE}" class="genmed"><b>{switch_search_results.search_results.L_USERNAME}</b></a></td>
<td class="row1" align="center"><span class="gensmall">{switch_search_results.search_results.L_TIME}</span></td>
</tr>
<!-- END search_results -->
<tr><td class="catBottom" colspan="7" height="28" valign="middle"> </td></tr>
</table>
<table width="100%" align="center" cellspacing="1" cellpadding="0" border="0">
<tr>
<td><span class="nav">{PAGE_NUMBER}</span></td>
<td align="right"><span class="nav">{PAGINATION}</span></td>
</tr>
</table>
<!-- END switch_search_results -->
<br />