modcp_thread.htm
10.3 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<script type="text/javascript" src="{$_G[setting][jspath]}forum_moderate.js?{VERHASH}"></script>
<div class="bm bw0 mdcp">
<h1 class="mt">{lang mod_option_subject}</h1>
<ul class="tb cl">
<li class="a"><a href="{$cpscript}?mod=modcp&action=thread&op=thread{$forcefid}" hidefocus="true">{lang mod_option_subject_forum}</a></li>
<li><a href="{$cpscript}?mod=modcp&action=thread&op=post{$forcefid}" hidefocus="true">{lang mod_option_subject_delete}</a></li>
<li><a href="{$cpscript}?mod=modcp&action=recyclebin{$forcefid}" hidefocus="true">{lang mod_option_subject_recyclebin}</a></li>
<li><a href="{$cpscript}?mod=modcp&action=recyclebinpost{$forcefid}" hidefocus="true">{lang mod_option_subject_recyclebinpost}</a></li>
</ul>
<script type="text/javascript" src="{$_G[setting][jspath]}calendar.js?{VERHASH}"></script>
<form method="post" autocomplete="off" action="{$cpscript}?mod=modcp&action=$_GET[action]&op=$op">
<input type="hidden" name="do" value="search">
<input type="hidden" name="formhash" value="{FORMHASH}">
<div class="exfm">
<table cellspacing="0" cellpadding="0">
<tr>
<th width="15%">{lang mod_option_selectforum}:</th>
<td width="35%">
<span class="ftid">
<select name="fid" id="fid" width="168" class="ps" change="getthreadclass();">
<option value="">{lang modcp_select_forum}</option>
<!--{loop $modforums[list] $id $name}-->
<option value="$id" {if $id == $_G[fid]}selected{/if}>$name</option>
<!--{/loop}-->
</select>
</span>
</td>
<th width="15%">{lang modcp_posts_type}:</th>
<td width="35%">
<span class="ftid">
<select name="threadoption" id="threadoption" width="168" class="ps">
<option value="0" $threadoptionselect[0]>{lang all}</option>
<option value="1" $threadoptionselect[1]>{lang thread_poll}</option>
<option value="2" $threadoptionselect[2]>{lang thread_trade}</option>
<option value="3" $threadoptionselect[3]>{lang thread_reward}</option>
<option value="4" $threadoptionselect[4]>{lang thread_activity}</option>
<option value="5" $threadoptionselect[5]>{lang thread_debate}</option>
<option value="999" $threadoptionselect[999]>{lang thread_digest}</option>
<option value="888" $threadoptionselect[888]>{lang thread_stick}</option>
</select>
</span>
</td>
</tr>
<tr>
<th>{lang modcp_posts_author}:</th>
<td><input type="text" class="px" size="20" value="$result[users]" name="users" style="width: 180px"/></td>
<th>{lang modcp_dateline_range}:</th>
<td><input type="text" class="px" size="10" value="$result[starttime]" name="starttime" onclick="showcalendar(event, this);"/> {lang modcp_posts_to} <input type="text" class="px" size="10" value="$result[endtime]" name="endtime" onclick="showcalendar(event, this)"/> </td>
</tr>
<tr>
<th>{lang modcp_subject_keyword}:</th>
<td><input type="text" class="px" size="20" value="$result[keywords]" name="keywords" style="width: 180px"/></td>
<th>{lang modcp_views_range}:</th>
<td><input type="text" class="px" size="10" value="$result[viewsmore]" name="viewsmore"/> {lang modcp_posts_to} <input type="text" class="px" size="10" value="$result[viewsless]" name="viewsless"/> </td>
</tr>
<tr>
<th>{lang modcp_no_reply_range}:</th>
<td><input type="text" class="px" size="20" value="$result[noreplydays]" name="noreplydays" style="width: 180px"/></td>
<th>{lang modcp_reply_range}:</th>
<td><input type="text" class="px" size="10" value="$result[repliesmore]" name="repliesmore"/> {lang modcp_posts_to} <input type="text" class="px" size="10" value="$result[repliesless]" name="repliesless"/> </td>
</tr>
<tr>
<th width="15%">{lang mod_option_selectthreadclass}:</th>
<td width="35%">
<span class="ftid" id="threadclass">
<select name="typeid" id="typeid" width="168" class="ps">
<!--{if $threadclasslist}-->
<option value="">{lang modcp_select_threadclass}</option>
<!--{loop $threadclasslist $threadclass}-->
<option value="$threadclass[typeid]" {if $_GET['typeid'] == $threadclass[typeid]}selected{/if}>$threadclass[name]</option>
<!--{/loop}-->
<!--{else}-->
<option value="">{lang none}</option>
<!--{/if}-->
</select>
</span>
</td>
<th></th><td></td>
</tr>
<tr>
<td></td>
<td colspan="3"><button value="true" id="searchsubmit" name="submit" class="pn" type="submit"><strong>{lang submit}</strong></button></td>
</tr>
</table>
</div>
</form>
<!--{if $_G[fid]}-->
<h2 class="pbm ptm">
{lang modcp_forum}: <a href="forum.php?mod=forumdisplay&fid=$_G[fid]" target="_blank" class="xi2">$_G['forum'][name]</a>, {lang modcp_thread_search_msg}
</h2>
<!--{if $postlist}-->
<div id="threadlist" style="position: relative;" class="tl">
<form method="post" autocomplete="off" name="moderate" id="moderate" action="forum.php?mod=topicadmin&action=moderate&fid=$_G[fid]&infloat=yes&nopost=yes">
<input type="hidden" name="formhash" value="{FORMHASH}" />
<input type="hidden" name="frommodcp" value="{if $op == 'thread'}1{else}2{/if}" />
<table cellspacing="0" cellpadding="0">
<tbody class="th">
<tr>
<td class="icn"> </td>
<td class="o"> </td>
<td> </td>
<td class="by">{lang author}</td>
<td class="num">{lang replies}</td>
<td class="by"><cite>{lang lastpost}</cite></td>
</tr>
</tbody>
<!--{loop $postlist $thread}-->
<tbody id="$thread[id]">
<tr>
<td class="icn">
<!--{if $thread[folder] == 'lock'}-->
<img src="{IMGDIR}/folder_lock.gif" />
<!--{elseif $thread['special'] == 1}-->
<img src="{IMGDIR}/pollsmall.gif" alt="{lang thread_poll}" />
<!--{elseif $thread['special'] == 2}-->
<img src="{IMGDIR}/tradesmall.gif" alt="{lang thread_trade}" />
<!--{elseif $thread['special'] == 3}-->
<img src="{IMGDIR}/rewardsmall.gif" alt="{lang thread_reward}" />
<!--{elseif $thread['special'] == 4}-->
<img src="{IMGDIR}/activitysmall.gif" alt="{lang thread_activity}" />
<!--{elseif $thread['special'] == 5}-->
<img src="{IMGDIR}/debatesmall.gif" alt="{lang thread_debate}" />
<!--{elseif in_array($thread['displayorder'], array(1, 2, 3, 4))}-->
<img src="{IMGDIR}/pin_$thread[displayorder].gif" alt="$_G[setting][threadsticky][3-$thread[displayorder]]" />
<!--{else}-->
<img src="{IMGDIR}/folder_$thread[folder].gif" />
<!--{/if}-->
</td>
<td class="o">
<!--{if $thread['displayorder'] <= 3 || $_G['adminid'] == 1}-->
<input onclick="tmodclick(this)" class="pc" type="checkbox" name="moderate[]" value="$thread[tid]" />
<!--{else}-->
<input class="pc" type="checkbox" disabled="disabled" />
<!--{/if}-->
</td>
<th class="$thread[folder]">
<span id="thread_$thread[tid]"><a href="forum.php?mod=viewthread&tid=$thread[tid]" target="_blank" $thread['highlight']>$thread[subject]</a></span>
<!--{if $_G['setting']['threadhidethreshold'] && $thread['hidden'] >= $_G['setting']['threadhidethreshold']}--><span class="xg1">{lang hidden}</span> <!--{/if}-->
<!--{if $thread['readperm']}--> - [{lang readperm} <span class="xw1">$thread[readperm]</span>]<!--{/if}-->
<!--{if $thread['price'] > 0}-->
<!--{if $thread['special'] == '3'}-->
- <span style="color: #C60">[{lang thread_reward} <span class="xw1">$thread[price]</span> {$_G[setting][extcredits][$_G['setting']['creditstransextra'][2]][unit]}{$_G[setting][extcredits][$_G['setting']['creditstransextra'][2]][title]}]</span>
<!--{else}-->
- [{lang price} <span class="xw1">$thread[price]</span> {$_G[setting][extcredits][$_G['setting']['creditstransextra'][1]][unit]}{$_G[setting][extcredits][$_G['setting']['creditstransextra'][1]][title]}]
<!--{/if}-->
<!--{elseif $thread['special'] == '3' && $thread['price'] < 0}-->
- <span style="color: #269F11">[{lang reward_solved}]</span>
<!--{/if}-->
<!--{if $thread['displayorder'] == 1}-->
- <span style="color: #C60">{lang modcp_threadstick_1}</span>
<!--{elseif $thread['displayorder'] == 2}-->
- <span style="color: #C60">{lang modcp_threadstick_2}</span>
<!--{elseif $thread['displayorder'] == 3}-->
- <span style="color: #C60">{lang modcp_threadstick_3}</span>
<!--{/if}-->
<!--{if $thread['attachment'] == 2}-->
<img src="{STATICURL}image/filetype/image_s.gif" alt="{lang attach_img}" align="absmiddle" />
<!--{elseif $thread['attachment'] == 1}-->
<img src="{STATICURL}image/filetype/common.gif" alt="{lang attachment}" align="absmiddle" />
<!--{/if}-->
</th>
<td class="by">
<cite>
<!--{if $thread['authorid'] && $thread['author']}-->
<a href="home.php?mod=space&uid=$thread[authorid]" target="_blank">$thread[author]</a>
<!--{else}-->
<a href="home.php?mod=space&uid=$thread[authorid]" target="_blank">{lang anonymous}</a>
<!--{/if}-->
</cite>
<em>$thread[dateline]</em>
</td>
<td class="num"><span class="xi2">$thread[replies]</span><em>$thread[views]</em></td>
<td class="by">
<cite><!--{if $thread['lastposter']}--><a target="_blank" href="home.php?mod=space&username=$thread[lastposterenc]">$thread[lastposter]</a><!--{else}-->{lang anonymous}<!--{/if}--></cite>
<em><a target="_blank" href="forum.php?mod=redirect&tid=$thread[tid]&goto=lastpost">$thread[lastpost]</a></em>
</td>
</tr>
</tbody>
<!--{/loop}-->
</table>
<!--{if $multipage}--><div class="pgs cl mtm">$multipage</div><!--{/if}-->
<!--{template forum/topicadmin_modlayer}-->
</form>
</div><br /><br /><br />
<!--{/if}-->
<!--{else}-->
<div class="xi1">{lang modcp_forum_select_msg}</div>
<!--{/if}-->
</div>
<script type="text/javascript" reload="1">
simulateSelect('fid');
simulateSelect('typeid');
simulateSelect('threadoption');
</script>