PageRenderTime 170ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/miles/GlobalMBA/mba/sns_00/upload/home/admin/tpl/magic.htm

#
HTML | 400 lines | 355 code | 16 blank | 29 comment | 0 complexity | 57418bf281f77b94084221898ae1150b MD5 | raw file
Possible License(s): LGPL-3.0, Apache-2.0, LGPL-2.1, BSD-3-Clause
  1. <!--{template admin/tpl/header}-->
  2. <div class="mainarea">
  3. <div class="maininner">
  4. <div class="tabs_header">
  5. <ul class="tabs">
  6. <li$actives[enabled]><a href="admincp.php?ac=magic&view=enabled"><span>已启用道具</span></a></li>
  7. <li$actives[disabled]><a href="admincp.php?ac=magic&view=disabled"><span>已禁用道具</span></a></li>
  8. </ul>
  9. </div>
  10. <!--{if "edit" == $_GET['op']}-->
  11. <form method="post" action="admincp.php?ac=magic&op=$_GET[op]&mid=$_GET[mid]&view=$_GET[view]">
  12. <input type="hidden" name="formhash" value="<!--{eval echo formhash();}-->" />
  13. <div class="bdrcontent">
  14. <table cellspacing="0" cellpadding="0" class="formtable">
  15. <tr>
  16. <th style="width:15em;">名称</th>
  17. <td>$thevalue[name]</td>
  18. </tr>
  19. <tr>
  20. <th style="width:15em;">道具说明</th>
  21. <td>
  22. <textarea name="description" cols="80" rows="2">$thevalue[description]</textarea>
  23. </td>
  24. </tr>
  25. <tr>
  26. <th style="width:15em;">道具单价</th>
  27. <td>
  28. <input type="text" name="charge" value="$thevalue[charge]" />
  29. 购买时单个需要花费的积分值需小于65535
  30. </td>
  31. </tr>
  32. <tr>
  33. <th style="width:15em;">经验成长</th>
  34. <td>
  35. <input type="text" name="experience" value="$thevalue[experience]" />
  36. 购买单个可以增长的经验值需小于65535
  37. </td>
  38. </tr>
  39. <tr>
  40. <th style="width:15em;">补给周期</th>
  41. <td>
  42. <select name="provideperoid">
  43. <option value="0"<!--{if $thevalue[provideperoid]==0}--> selected<!--{/if}-->>总是可以</option>
  44. <option value="3600"<!--{if $thevalue[provideperoid]==3600}--> selected<!--{/if}-->>间隔1小时</option>
  45. <option value="86400"<!--{if $thevalue[provideperoid]==86400}--> selected<!--{/if}-->>间隔24小时</option>
  46. <option value="604800"<!--{if $thevalue[provideperoid]==604800}--> selected<!--{/if}-->>间隔7天</option>
  47. </select>
  48. 若道具商店中此道具已售光在补给周期内自动补给一次
  49. </td>
  50. </tr>
  51. <tr>
  52. <th style="width:15em;">补给数目</th>
  53. <td>
  54. <input type="text" name="providecount" value="$thevalue[providecount]" maxlength="6" />
  55. 若道具商店中此道具已售光自动补给一次的数目需小于65535
  56. </td>
  57. </tr>
  58. <tr>
  59. <th style="width:15em;">使用周期</th>
  60. <td>
  61. <select name="useperoid">
  62. <option value="0"<!--{if $thevalue[useperoid]==0}--> selected<!--{/if}-->>总是可以</option>
  63. <option value="3600"<!--{if $thevalue[useperoid]==3600}--> selected<!--{/if}-->>间隔1小时</option>
  64. <option value="86400"<!--{if $thevalue[useperoid]==86400}--> selected<!--{/if}-->>间隔24小时</option>
  65. <option value="604800"<!--{if $thevalue[useperoid]==604800}--> selected<!--{/if}-->>间隔7天</option>
  66. </select>
  67. 设定用户使用此道具的使用周期
  68. </td>
  69. </tr>
  70. <tr>
  71. <th style="width:15em;">使用数目</th>
  72. <td>
  73. <input type="text" name="usecount" value="$thevalue[usecount]" maxlength="6" />
  74. 设定用户在使用周期内最多能使用此道具的个数需小于65535
  75. </td>
  76. </tr>
  77. <tr>
  78. <th style="width:15em;">禁购用户组</th>
  79. <td>
  80. 选中的用户组不能在道具商店购买此道具但可以接受赠与<br />
  81. <!--{loop $usergroups $groups}-->
  82. <!--{loop $groups $gid $value}-->
  83. <input id="ckgid_$gid" type="checkbox" name="forbiddengid[]" value="$gid"<!--{if in_array($gid, $thevalue[forbiddengid])}-->checked<!--{/if}--> />
  84. <label for="ckgid_$gid">$value[grouptitle]</label>
  85. <!--{/loop}-->
  86. <br />
  87. <!--{/loop}-->
  88. </td>
  89. </tr>
  90. <tr>
  91. <th style="width:15em;">库存数目</th>
  92. <td>
  93. <input type="text" name="storage" value="$thevalue[storage]" size="5" maxlength="5" />
  94. </td>
  95. </tr>
  96. <tr>
  97. <th style="width:15em;">显示顺序</th>
  98. <td>
  99. <input type="text" name="displayorder" value="$thevalue[displayorder]" size="5" maxlength="5" />
  100. </td>
  101. </tr>
  102. <tr>
  103. <th style="width:15em;">是否禁用</th>
  104. <td>
  105. <input type="checkbox" id="magicclose" name="close" value="1"<!--{if $thevalue[close]}--> checked<!--{/if}--> />
  106. <label for="magicclose">禁用后页面上将不显示此道具</label>
  107. </td>
  108. </tr>
  109. <!--{if $_GET[mid] == 'invisible'}-->
  110. <tr>
  111. <th style="width:15em;">自定义效果</th>
  112. <td>
  113. 请修改道具描述和道具效果一致<br />
  114. <table>
  115. <tr>
  116. <th width="100">隐身时间</th>
  117. <td>
  118. <select name="custom[effectivetime]">
  119. <option value="">默认</option>
  120. <option value="86400"<!--{if $thevalue[custom][effectivetime]==86400}--> selected<!--{/if}-->>24小时</option>
  121. <option value="259200"<!--{if $thevalue[custom][effectivetime]==259200}--> selected<!--{/if}-->>3</option>
  122. <option value="432000"<!--{if $thevalue[custom][effectivetime]==432000}--> selected<!--{/if}-->>5</option>
  123. <option value="604800"<!--{if $thevalue[custom][effectivetime]==604800}--> selected<!--{/if}-->>7</option>
  124. </select>
  125. 默认为 24 小时
  126. </td>
  127. </tr>
  128. </table>
  129. </td>
  130. </tr>
  131. <!--{elseif $_GET[mid] == 'superstar'}-->
  132. <tr>
  133. <th style="width:15em;">自定义效果</th>
  134. <td>
  135. 请修改道具描述和道具效果一致<br />
  136. <table>
  137. <tr>
  138. <th width="100">持续时间</th>
  139. <td>
  140. <select name="custom[effectivetime]">
  141. <option value="">默认</option>
  142. <option value="86400"<!--{if $thevalue[custom][effectivetime]==86400}--> selected<!--{/if}-->>24小时</option>
  143. <option value="259200"<!--{if $thevalue[custom][effectivetime]==259200}--> selected<!--{/if}-->>3</option>
  144. <option value="432000"<!--{if $thevalue[custom][effectivetime]==432000}--> selected<!--{/if}-->>5</option>
  145. <option value="604800"<!--{if $thevalue[custom][effectivetime]==604800}--> selected<!--{/if}-->>7</option>
  146. </select>
  147. </td>
  148. 默认为 7
  149. </tr>
  150. </table>
  151. </td>
  152. </tr>
  153. <!--{elseif $_GET[mid] == 'friendnum'}-->
  154. <tr>
  155. <th style="width:15em;">自定义效果</th>
  156. <td>
  157. 请修改道具描述和道具效果一致<br />
  158. <table>
  159. <tr>
  160. <th width="100">增加好友数</th>
  161. <td>
  162. <select name="custom[addnum]">
  163. <option value="">默认</option>
  164. <option value="5"<!--{if $thevalue[custom][addnum]==5}--> selected<!--{/if}-->>5</option>
  165. <option value="10"<!--{if $thevalue[custom][addnum]==10}--> selected<!--{/if}-->>10</option>
  166. <option value="20"<!--{if $thevalue[custom][addnum]==20}--> selected<!--{/if}-->>20</option>
  167. <option value="50"<!--{if $thevalue[custom][addnum]==50}--> selected<!--{/if}-->>50</option>
  168. <option value="100"<!--{if $thevalue[custom][addnum]==100}--> selected<!--{/if}-->>100</option>
  169. </select>
  170. 默认为 10
  171. </td>
  172. </tr>
  173. </table>
  174. </td>
  175. </tr>
  176. <!--{elseif $_GET[mid] == 'attachsize'}-->
  177. <tr>
  178. <th style="width:15em;">自定义效果</th>
  179. <td>
  180. 请修改道具描述和道具效果一致<br />
  181. <table>
  182. <tr>
  183. <th width="100">增加容量</th>
  184. <td>
  185. <select name="custom[addsize]">
  186. <option value="">默认</option>
  187. <option value="5"<!--{if $thevalue[custom][addsize]==5}--> selected<!--{/if}-->>5M</option>
  188. <option value="10"<!--{if $thevalue[custom][addsize]==10}--> selected<!--{/if}-->>10M</option>
  189. <option value="20"<!--{if $thevalue[custom][addsize]==20}--> selected<!--{/if}-->>20M</option>
  190. <option value="50"<!--{if $thevalue[custom][addsize]==50}--> selected<!--{/if}-->>50M</option>
  191. <option value="100"<!--{if $thevalue[custom][addsize]==100}--> selected<!--{/if}-->>100M</option>
  192. </select>
  193. 默认为 10M
  194. </td>
  195. </tr>
  196. </table>
  197. </td>
  198. </tr>
  199. <!--{elseif $_GET[mid] == 'visit'}-->
  200. <tr>
  201. <th style="width:15em;">自定义效果</th>
  202. <td>
  203. 请修改道具描述和道具效果一致<br />
  204. <table>
  205. <tr>
  206. <th width="100">访问好友数</th>
  207. <td>
  208. <select name="custom[maxvisit]">
  209. <option value="">默认</option>
  210. <option value="5"<!--{if $thevalue[custom][maxvisit]==5}--> selected<!--{/if}-->>5</option>
  211. <option value="10"<!--{if $thevalue[custom][maxvisit]==10}--> selected<!--{/if}-->>10</option>
  212. <option value="20"<!--{if $thevalue[custom][maxvisit]==20}--> selected<!--{/if}-->>20</option>
  213. <option value="50"<!--{if $thevalue[custom][maxvisit]==50}--> selected<!--{/if}-->>50</option>
  214. </select>
  215. 默认为 10
  216. </td>
  217. </tr>
  218. </table>
  219. </td>
  220. </tr>
  221. <!--{elseif $_GET[mid] == 'gift'}-->
  222. <tr>
  223. <th style="width:15em;">自定义效果</th>
  224. <td>
  225. 请修改道具描述和道具效果一致<br />
  226. <table>
  227. <tr>
  228. <th width="100">每份积分最大值</th>
  229. <td>
  230. <select name="custom[maxchunk]">
  231. <option value="">默认</option>
  232. <option value="5"<!--{if $thevalue[custom][maxchunk]==5}--> selected<!--{/if}-->>5</option>
  233. <option value="10"<!--{if $thevalue[custom][maxchunk]==10}--> selected<!--{/if}-->>10</option>
  234. <option value="20"<!--{if $thevalue[custom][maxchunk]==20}--> selected<!--{/if}-->>20</option>
  235. <option value="50"<!--{if $thevalue[custom][maxchunk]==50}--> selected<!--{/if}-->>50</option>
  236. <option value="100"<!--{if $thevalue[custom][maxchunk]==100}--> selected<!--{/if}-->>100</option>
  237. <option value="999"<!--{if $thevalue[custom][maxchunk]=='999'}--> selected<!--{/if}-->>不限</option>
  238. </select>
  239. 默认为 20
  240. </td>
  241. </tr>
  242. </table>
  243. </td>
  244. </tr>
  245. <!--{elseif $_GET[mid] == 'viewmagic'}-->
  246. <tr>
  247. <th style="width:15em;">自定义效果</th>
  248. <td>
  249. 请修改道具描述和道具效果一致<br />
  250. <table>
  251. <tr>
  252. <th width="100">最多查看数</th>
  253. <td>
  254. <select name="custom[maxview]">
  255. <option value="">默认</option>
  256. <option value="5"<!--{if $thevalue[custom][maxview]==5}--> selected<!--{/if}-->>5</option>
  257. <option value="10"<!--{if $thevalue[custom][maxview]==10}--> selected<!--{/if}-->>10</option>
  258. <option value="20"<!--{if $thevalue[custom][maxview]==20}--> selected<!--{/if}-->>20</option>
  259. <option value="50"<!--{if $thevalue[custom][maxview]==50}--> selected<!--{/if}-->>50</option>
  260. <option value="999"<!--{if $thevalue[custom][maxview]=='999'}--> selected<!--{/if}-->>不限</option>
  261. </select>
  262. 默认为 10
  263. </td>
  264. </tr>
  265. </table>
  266. </td>
  267. </tr>
  268. <!--{elseif $_GET[mid] == 'viewvisitor'}-->
  269. <tr>
  270. <th style="width:15em;">自定义效果</th>
  271. <td>
  272. 请修改道具描述和道具效果一致<br />
  273. <table>
  274. <tr>
  275. <th width="100">最多查看数</th>
  276. <td>
  277. <select name="custom[maxview]">
  278. <option value="">默认</option>
  279. <option value="5"<!--{if $thevalue[custom][maxview]==5}--> selected<!--{/if}-->>5</option>
  280. <option value="10"<!--{if $thevalue[custom][maxview]==10}--> selected<!--{/if}-->>10</option>
  281. <option value="20"<!--{if $thevalue[custom][maxview]==20}--> selected<!--{/if}-->>20</option>
  282. <option value="50"<!--{if $thevalue[custom][maxview]==50}--> selected<!--{/if}-->>50</option>
  283. </select>
  284. 默认为 10
  285. </td>
  286. </tr>
  287. </table>
  288. </td>
  289. </tr>
  290. <!--{elseif $_GET[mid] == 'detector'}-->
  291. <tr>
  292. <th style="width:15em;">自定义效果</th>
  293. <td>
  294. 请修改道具描述和道具效果一致<br />
  295. <table>
  296. <tr>
  297. <th width="100">最多探测数</th>
  298. <td>
  299. <select name="custom[maxdetect]">
  300. <option value="">默认</option>
  301. <option value="5"<!--{if $thevalue[custom][maxdetect]==5}--> selected<!--{/if}-->>5</option>
  302. <option value="10"<!--{if $thevalue[custom][maxdetect]==10}--> selected<!--{/if}-->>10</option>
  303. <option value="20"<!--{if $thevalue[custom][maxdetect]==20}--> selected<!--{/if}-->>20</option>
  304. <option value="50"<!--{if $thevalue[custom][maxdetect]==50}--> selected<!--{/if}-->>50</option>
  305. </select>
  306. 默认为 10
  307. </td>
  308. </tr>
  309. </table>
  310. </td>
  311. </tr>
  312. <!--{elseif $_GET[mid] == 'call'}-->
  313. <tr>
  314. <th style="width:15em;">自定义效果</th>
  315. <td>
  316. 请修改道具描述和道具效果一致<br />
  317. <table>
  318. <tr>
  319. <th width="100">最多点名数</th>
  320. <td>
  321. <select name="custom[maxcall]">
  322. <option value="">默认</option>
  323. <option value="5"<!--{if $thevalue[custom][maxcall]==5}--> selected<!--{/if}-->>5</option>
  324. <option value="10"<!--{if $thevalue[custom][maxcall]==10}--> selected<!--{/if}-->>10</option>
  325. <option value="20"<!--{if $thevalue[custom][maxcall]==20}--> selected<!--{/if}-->>20</option>
  326. <option value="50"<!--{if $thevalue[custom][maxcall]==50}--> selected<!--{/if}-->>50</option>
  327. </select>
  328. 默认为 10
  329. </td>
  330. </tr>
  331. </table>
  332. </td>
  333. </tr>
  334. <!--{/if}-->
  335. </table>
  336. </div>
  337. <div class="footactions">
  338. <input type="hidden" name="mid" value="$thevalue[mid]" />
  339. <input type="submit" name="editsubmit" value="提交" class="submit">
  340. </div>
  341. </form>
  342. <!--{else}-->
  343. <form method="post" action="admincp.php?ac=magic&view=$_GET[view]">
  344. <input type="hidden" name="formhash" value="<!--{eval echo formhash();}-->" />
  345. <div class="bdrcontent">
  346. <table cellspacing="0" cellpadding="0" class="formtable">
  347. <tr>
  348. <th width="100">图标</th>
  349. <th>道具</th>
  350. <!--{if $_GET[view] != 'disabled'}-->
  351. <th width="80">道具单价</th>
  352. <th width="80">显示顺序</th>
  353. <!--{/if}-->
  354. <th width="80">操作</th>
  355. </tr>
  356. <!--{loop $list $key $value}-->
  357. <tr>
  358. <th><img src="image/magic/{$value[mid]}.gif" alt="$value[name]" /></th>
  359. <td>
  360. <b>$value[name]</b>
  361. <p>$value[description]</p>
  362. </td>
  363. <!--{if $_GET[view] != 'disabled'}-->
  364. <td><input type="text" name="charge[$key]" value="$value[charge]" size="5" maxlength="5" /></td>
  365. <td><input type="text" name="displayorder[$key]" value="$value[displayorder]" size="5" maxlength="5" /></td>
  366. <!--{/if}-->
  367. <td><a href="admincp.php?ac=magic&op=edit&mid=$key&view=$_GET[view]">编辑</a></td>
  368. </tr>
  369. <!--{/loop}-->
  370. </table>
  371. </div>
  372. <!--{if $_GET[view] != 'disabled'}-->
  373. <div class="footactions">
  374. <input type="submit" name="ordersubmit" value="更新数据" class="submit">
  375. </div>
  376. <!--{/if}-->
  377. </form>
  378. <!--{/if}-->
  379. </div>
  380. </div>
  381. <div class="side">
  382. <!--{template admin/tpl/side}-->
  383. </div>
  384. <!--{template admin/tpl/footer}-->