免費論壇 繁體 | 簡體
Sclub交友聊天~加入聊天室當版主
分享
设为首页收藏本站开启辅助访问站点地图

美化代码新人必看赚取圈币

返回列表 发帖
查看: 2557|回复: 0 收起左侧
开启左侧收起左侧开启左侧
上一主题 下一主题 打印

默认模板套系 post.htm   [复制链接]

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
  1. {subtemplate header}

  2. <!--{block actiontitle}--><!--{if $action == 'newthread'}--><!--{if $special == 0}-->{lang post_newthread}<!--{elseif $special == 1}-->{lang post_newthreadpoll}<!--{elseif $special == 2}-->{lang post_newthreadtrade}<!--{elseif $special == 3}-->{lang post_newthreadreward}<!--{elseif $special == 4}-->{lang post_newthreadactivity}<!--{elseif $special == 5}-->{lang post_newthreaddebate}<!--{elseif $specialextra}--> {$threadplugins[$specialextra][name]}<!--{/if}--><!--{elseif $action == 'reply' && !empty($addtrade)}-->{lang trade_add_post}<!--{elseif $action == 'reply'}-->{lang join_thread}<!--{elseif $action == 'edit'}-->{lang edit_thread}<!--{/if}--><!--{/block}-->

  3. <div id="nav"><a href="$indexname">$bbname</a> $navigation &raquo; $actiontitle</div>

  4. {eval $adveditor = $isfirstpost && $special || $special == 2 && ($action == 'newthread' || $action == 'reply' && !empty($addtrade) || $action == 'edit' && $thread['special'] == 2);}
  5. {eval $advmore = !$showthreadsorts && !$special || $action == 'reply' && empty($addtrade) || $action == 'edit' && !$isfirstpost && ($thread['special'] == 2 && !$special || $thread['special'] != 2);}
  6. <div id="wrap" class="wrap s_clear"><div class="main"><div class="content editorcontent">
  7.         <form method="post" id="postform"
  8.                 {if $action == 'newthread'}action="post.php?action={if $special != 2}newthread{else}newtrade{/if}&fid=$fid&extra=$extra&topicsubmit=yes"
  9.                 {elseif $action == 'reply'}action="post.php?action=reply&fid=$fid&tid=$tid&extra=$extra&replysubmit=yes"
  10.                 {elseif $action == 'edit'}action="post.php?action=edit&extra=$extra&editsubmit=yes&mod=$mod" $enctype
  11.                 {/if}
  12.                 onsubmit="return validate(this)">
  13.         <input type="hidden" name="formhash" id="formhash" value="{FORMHASH}" />
  14.         <input type="hidden" name="posttime" id="posttime" value="$timestamp" />
  15.         <!--{if !empty($modthreadkey)}--><input type="hidden" name="modthreadkey" id="modthreadkey" value="$modthreadkey" /><!--{/if}-->
  16.         <input type="hidden" name="wysiwyg" id="{$editorid}_mode" value="$editormode" />
  17.         <!--{if $action == 'reply'}-->
  18.                 <input type="hidden" name="noticeauthor" value="$noticeauthor" />
  19.                 <input type="hidden" name="noticetrimstr" value="$noticetrimstr" />
  20.                 <input type="hidden" name="noticeauthormsg" value="$noticeauthormsg" />
  21.         <!--{/if}-->
  22.         <!--{if $action == 'edit'}-->
  23.                 <input type="hidden" name="fid" id="fid" value="$fid" />
  24.                 <input type="hidden" name="tid" value="$tid" />
  25.                 <input type="hidden" name="pid" value="$pid" />
  26.                 <input type="hidden" name="page" value="$page" />
  27.         <!--{/if}-->
  28.         <!--{if $special}-->
  29.                 <input type="hidden" name="special" value="$special" />
  30.         <!--{/if}-->
  31.         <!--{if $specialextra}-->
  32.                 <input type="hidden" name="specialextra" value="$specialextra" />
  33.         <!--{/if}-->
  34.         <!--{if $isfirstpost}-->
  35.                 <input type="hidden" name="iconid" id="iconid" value="$thread[iconid]" />
  36.         <!--{/if}-->
  37.         <div class="s_clear"{if !$showthreadsorts && !$adveditor} id="editorbox"{/if}>
  38.                 <h3 class="float_ctrl">
  39.                         <em id="returnmessage">
  40.                                 $actiontitle
  41.                         </em>
  42.                         <!--{if $action == 'newthread' && $modnewthreads}--><em class="needverify">{lang approve}</em><!--{/if}-->
  43.                         <!--{if $action == 'reply' && $modnewreplies}--><em class="needverify">{lang approve}</em><!--{/if}-->
  44.                         <!--{block creditstring}--><!--{loop $postcredits $id $credit}--><!--{if $credit != ''}-->{$extcredits[$id][title]} {if $credit >= 0}+$credit{else}$credit{/if} {$extcredits[$id][unit]} &nbsp;<!--{/if}--><!--{/loop}--><!--{/block}-->
  45.                         <!--{if $creditstring}-->
  46.                                 <span><a href="faq.php?action=credits&fid=$fid" target="_blank" title="{lang credits_policy}"><!--{if $action == 'newthread'}-->{lang post_credits_newthread}<!--{elseif $action == 'reply'}-->{lang post_credits_newreply}<!--{/if}-->&nbsp;$creditstring</a></span>
  47.                         <!--{/if}-->
  48.                 </h3>
  49.                 <div class="postbox" id="postbox">
  50.                         {$pluginhooks[post_top]}
  51.                         <div class="float_postinfo s_clear">
  52.                                 <!--{if !$special && $isfirstpost}-->
  53.                                         <em id="icon" class="dropmenu" onclick="showMenu({'ctrlid':this.id})"><img id="icon_img" src="images/icons/{if $action == 'edit' && $thread[iconid]}{$_DCACHE['icons'][$thread[iconid]]}{else}icon1.gif{/if}" /></em>
  54.                                         <ul id="icon_menu" class="popupmenu_popup" style="display:none">
  55.                                         <!--{loop $_DCACHE['icons'] $id $icon}-->
  56.                                                 <li><a href="javascript:;"><img onclick="switchicon($id, this)" src="images/icons/$icon" alt="" /></a></li>
  57.                                         <!--{/loop}-->
  58.                                         </ul>
  59.                                 <!--{/if}-->
  60.                                 <!--{if $action == 'reply' && !empty($addtrade) || $action == 'edit' && $thread['special'] == 2 && !$postinfo['first']}-->
  61.                                         <input name="subject" type="hidden" value="" />
  62.                                 <!--{else}-->
  63.                                         <!--{if $action != 'reply'}-->
  64.                                                 <span><input name="subject" id="subject" prompt="post_subject"  class="txt" value="$postinfo[subject]" tabindex="1" /></span>
  65.                                         <!--{else}-->
  66.                                                 <span id="subjecthide" class="left">RE: $thread[subject] [<a href="javascript:;" onclick="display('subjecthide');display('subjectbox');$('subject').value='RE: {echo htmlspecialchars(str_replace('\'', '\\\'', $thread[subject]))}'">{lang modify}</a>]</span>
  67.                                                 <span id="subjectbox" style="display:none"><input name="subject" id="subject" class="txt" value="" tabindex="1" /></span>
  68.                                         <!--{/if}-->
  69.                                 <!--{/if}-->
  70.                                 <!--{if $action == 'edit' && ($isfirstpost && $thread['replies'] < 1 || !$isfirstpost && ($isorigauthor || $forum['ismoderator']))}-->
  71.                                         <!--{if !$rushreply}-->
  72.                                         <div class="right"><input type="checkbox" name="delete" id="delete" value="1" title="{lang post_delpost}{if $thread[special] == 3}{lang reward_price_back}{/if}"><label for="delete">{lang delete_check}</label></div>
  73.                                         <!--{/if}-->
  74.                                 <!--{/if}-->
  75.                                 <div class="left">
  76.                                         <!--{if !$special && ($threadsorts = $forum[threadsorts]) && ($action == 'newthread' || $action == 'edit' && $isfirstpost && !$thread['sortid'])}-->
  77.                                         <div class="float_typeid">
  78.                                                 <select name="sortid" id="sortid" change="switchsort()">
  79.                                                 <option value="0">{lang threadtype_option}</option>
  80.                                                 <!--{loop $threadsorts[types] $tsortid $name}-->
  81.                                                         <!--{if !empty($modelid) && $threadsorts[modelid][$tsortid] == $modelid || empty($modelid)}-->
  82.                                                                 <option value="$tsortid"{if $sortid == $tsortid} selected="selected"{/if}>{echo strip_tags($name);}</option>
  83.                                                         <!--{/if}-->
  84.                                                 <!--{/loop}-->
  85.                                                 </select>
  86.                                         </div>
  87.                                         <!--{/if}-->
  88.                                         <!--{if $action == 'edit' && $isfirstpost && $sortid}-->
  89.                                                 <input type="hidden" name="sortid" value="$sortid" />
  90.                                         <!--{/if}-->
  91.                                         <!--{if $isfirstpost && $forum[threadtypes][types]}-->
  92.                                         <div class="float_typeid">
  93.                                                 <select name="typeid" id="typeid">
  94.                                                 <option value="0">{lang types}</option>
  95.                                                 <!--{loop $forum[threadtypes][types] $typeid $name}-->
  96.                                                         <option value="$typeid"{if $thread['typeid'] == $typeid} selected="selected"{/if}>{echo strip_tags($name);}</option>
  97.                                                 <!--{/loop}-->
  98.                                                 </select>
  99.                                         </div>
  100.                                         <!--{/if}-->
  101.                                 </div>
  102.                         </div>
  103.                         <!--{if !$isfirstpost && $thread[special] == 5 && empty($firststand) && $action != 'edit'}-->
  104.                         <div class="viewpoint s_clear">
  105.                                 <p class="left">{lang debate_viewpoint}: </p>
  106.                                 <div class="float_typeid short_select">
  107.                                         <select id="stand" name="stand">
  108.                                                 <option value="0">{lang debate_neutral}</option>
  109.                                                 <option value="1"{if $stand == 1} selected{/if}>{lang debate_square}</option>
  110.                                                 <option value="2"{if $stand == 2} selected{/if}>{lang debate_opponent}</option>
  111.                                         </select>
  112.                                 </div>
  113.                         </div>
  114.                         <!--{/if}-->
  115.                         <!--{if $showthreadsorts}-->
  116.                                 <div class="classifieds">
  117.                                         <table cellpadding="0" cellspacing="0" class="formtable">
  118.                                                 <tbody id="threadsorts"><span id="threadsortswait"></span></tbody>
  119.                                         </table>
  120.                                 </div>
  121.                         <!--{elseif $adveditor}-->
  122.                                 <!--{if $special == 1}-->{template post_poll}
  123.                                 <!--{elseif $special == 2 && ($action != 'edit' || ($action == 'edit' && ($authorid['authorid'] == $discuz_uid && $allowposttrade || $allowedittrade)))}-->{template post_trade}
  124.                                 <!--{elseif $special == 3}-->{template post_reward}
  125.                                 <!--{elseif $special == 4}-->{template post_activity}
  126.                                 <!--{elseif $special == 5}-->{template post_debate}
  127.                                 <!--{elseif $specialextra}--><div class="specialpost s_clear">$threadplughtml</div>
  128.                                 <!--{/if}-->
  129.                         <!--{/if}-->
  130.                         {subtemplate post_editor}

  131.                         {$pluginhooks[post_middle]}
  132.                         <!--{if $action == 'newthread' || $action == 'edit' && $isfirstpost}-->
  133.                                 <div class="columntype">
  134.                                         <table cellpadding="0" cellspacing="0"><tr>
  135.                                         <!--{if $tagstatus}-->
  136.                                                 <td class="firstlist posttags">
  137.                                                         <p><strong>{lang post_tag}:</strong> {lang tag_comment}</p>
  138.                                                         <p><input type="text" name="tags" id="tags" class="txt" value="$threadtags" tabindex="1" /><button name="addtags" type="button" onclick="relatekw();return false">+{lang searchtags}</button> <span id="tagselect"></span></p>
  139.                                                 </div>
  140.                                                 </td>
  141.                                         <!--{/if}-->
  142.                                                 <!--{if $allowsetreadperm}-->
  143.                                                         <td class="firstlist">
  144.                                                                 <p><strong>{lang readperm}:</strong></p>
  145.                                                                 <p><input type="text" name="readperm" value="$thread[readperm]" class="txt" tabindex="1" /> {lang post_zero_is_nopermission}</p>
  146.                                                         </td>
  147.                                                 <!--{/if}-->
  148.                                                 <!--{if $maxprice && !$special}-->
  149.                                                         <td class="firstlist">
  150.                                                                 <p><strong>{lang price}</strong>({$extcredits[$creditstransextra[1]][title]}):</p>
  151.                                                                 <p><input type="text" name="price" value="$thread[pricedisplay]" class="txt" tabindex="1" /> {$extcredits[$creditstransextra[1]][unit]} <span title="{lang post_price_free_comment}">{lang post_price_comment}</span>
  152.                                                         </td>
  153.                                                 <!--{/if}-->
  154.                                         </tr></table>
  155.                                 </div>
  156.                         <!--{/if}-->
  157.                         <!--{if $maxprice && ($action == 'newthread' || $action == 'edit' && $isfirstpost)}-->
  158.                                 <span class="lighttxt">
  159.                                 <!--{if $maxincperthread}--><img src="{IMGDIR}/arrow_right.gif" />{lang post_price_income_comment}<!--{/if}-->
  160.                                 <!--{if $maxchargespan}--><img src="{IMGDIR}/arrow_right.gif" />{lang post_price_charge_comment}<!--{if $action == 'edit' && $freechargehours}-->{lang post_price_free_chargehours}<!--{/if}--><!--{/if}-->
  161.                                 </span>
  162.                         <!--{/if}-->
  163.                         <div class="columntype">
  164.                                 <h4>{lang post_option}:</h4>
  165.                                 <table cellpadding="0" cellspacing="0" border="0">
  166.                                         <tr>
  167.                                                 <td class="firstlist">
  168.                                                         <!--{if ($forum['allowhtml'] || ($action == 'edit' && ($org['htmlon'] & 1))) && $allowhtml}-->
  169.                                                                 <p><input type="checkbox" name="htmlon" id="htmlon" value="1" $htmloncheck /><label for="htmlon">{lang post_html}</label></p>
  170.                                                         <!--{else}-->
  171.                                                                 <p><input type="checkbox" name="htmlon" id="htmlon" value="0" $htmloncheck disabled="disabled" /><label for="htmlon">{lang post_html}</label></p>
  172.                                                         <!--{/if}-->
  173.                                                         <p><input type="checkbox" id="allowimgcode" disabled{if $forum['allowimgcode']} checked="checked"{/if} /><label for="allowimgcode">{lang post_imgcode}</label></p>
  174.                                                 </td>
  175.                                                 <td>
  176.                                                         <p><input type="checkbox" name="parseurloff" id="parseurloff" value="1" $urloffcheck tabindex="1" /><label for="parseurloff">{lang disable} {lang post_parseurl}</label></p>
  177.                                                         <p><input type="checkbox" name="smileyoff" id="smileyoff" value="1" $smileyoffcheck tabindex="1" /><label for="smileyoff">{lang disable} {faq smilies}</label></p>
  178.                                                         <p><input type="checkbox" name="bbcodeoff" id="bbcodeoff" value="1" $codeoffcheck tabindex="1" /><label for="bbcodeoff">{lang disable} {faq discuzcode}</label></p>
  179.                                                         <!--{if $tagstatus && ($action == 'newthread' || $action == 'edit' && $isfirstpost)}-->
  180.                                                                 <p><input type="checkbox" name="tagoff" id="tagoff" {if !empty($tagoffcheck)}checked="checked"{/if} tabindex="1" /><label for="tagoff">{lang disable} {lang tag_parse}</label></p>
  181.                                                         <!--{/if}-->
  182.                                                 </td>
  183.                                                 <td>
  184.                                                         <!--{if $discuz_uid}-->
  185.                                                                 <!--{if $action == 'newthread' || $action == 'edit' && $isfirstpost}-->
  186.                                                                         <p><input type="checkbox" name="ordertype" id="ordertype" value="1" $ordertypecheck tabindex="1" /><label for="ordertype">{lang post_descview}</label></p>
  187.                                                                 <!--{/if}-->
  188.                                                                 <!--{if $action == 'newthread'}-->
  189.                                                                         <p><input type="checkbox" name="attention_add" id="attention_add" checked="checked" value="1" /><label for="attention_add">{lang attention_add}</label></p>
  190.                                                                 <!--{elseif $action == 'reply' || $action == 'edit'}-->
  191.                                                                         <!--{if $has_attention}-->
  192.                                                                                 <p><input type="checkbox" name="attention_remove" id="attention_remove" value="1" /><label for="attention_remove">{lang attention_remove}</label></p>
  193.                                                                         <!--{else}-->
  194.                                                                                 <p><input type="checkbox" name="attention_add" id="attention_add" value="1" /><label for="attention_add">{lang attention_add}</label></p>
  195.                                                                         <!--{/if}-->
  196.                                                                 <!--{/if}-->
  197.                                                         <!--{/if}-->
  198.                                                         <p><input type="checkbox" name="usesig" id="usesig" value="1" {if !$maxsigsize}disabled {else}$usesigcheck {/if}tabindex="1" /><label for="usesig">{lang post_show_sig}</label></p>
  199.                                                         <!--{if $action != 'edit'}-->
  200.                                                                 <!--{if $allowanonymous}--><p><input type="checkbox" name="isanonymous" id="isanonymous" value="1" tabindex="1" /><label for="isanonymous">{lang post_anonymous}</label></p><!--{/if}-->
  201.                                                         <!--{else}-->
  202.                                                                 <!--{if $allowanonymous || (!$allowanonymous && $orig['anonymous'])}--><p><input type="checkbox" name="isanonymous" id="isanonymous" value="1" {if $orig['anonymous']}checked="checked"{/if} tabindex="1" /><label for="isanonymous">{lang post_anonymous}</label></p><!--{/if}-->
  203.                                                         <!--{/if}-->
  204.                                                 </td>
  205.                                                 <td>
  206.                                                 <!--{if $action == 'newthread' && $forum['ismoderator'] && ($allowdirectpost || !$forum['modnewposts'])}-->
  207.                                                         <!--{if $action == 'newthread' && $forum['ismoderator'] && ($allowdirectpost || !$forum['modnewposts'])}-->
  208.                                                                 <p><input type="checkbox" name="sticktopic" id="sticktopic" value="1" $stickcheck tabindex="1" /><label for="sticktopic">{lang post_stick_thread}</label></p>
  209.                                                                 <p><input type="checkbox" name="addtodigest" id="addtodigest" value="1" $digestcheck tabindex="1" /><label for="addtodigest">{lang post_digest_thread}</label></p>
  210.                                                         <!--{/if}-->
  211.                                                 <!--{elseif $action == 'edit' && $auditstatuson}-->
  212.                                                         <p><input type="checkbox" name="audit" id="audit" value="1"><label for="audit">{lang auditstatuson}</label></p>
  213.                                                 <!--{/if}-->
  214.                                                 <!--{if $uchome['addfeed'] && $ucappopen['UCHOME'] && $forum['allowfeed']}-->
  215.                                                         <p><input type="checkbox" name="addfeed" id="addfeed" value="1" $addfeedcheck><label for="addfeed">{lang addfeed}</label></p>
  216.                                                 <!--{/if}-->
  217.                                                 <!--{if $action == 'newthread' || $action == 'edit' && $isfirstpost}-->
  218.                                                         <p><input type="checkbox" name="hiddenreplies" id="hiddenreplies"{if $hiddenreplies} checked="checked"{/if} value="1"><label for="hiddenreplies">{lang hiddenreplies}</label></p>
  219.                                                 <!--{/if}-->
  220.                                                 <!--{if $action == 'newthread' && $allowpostrushreply}-->
  221.                                                                 <p><input type="checkbox" name="rushreply" id="rushreply" value="1"><label for="rushreply">{lang rushreply}</label></p>
  222.                                                 <!--{/if}-->
  223.                                                 <!--{if $action == 'edit' && getstatus($thread['status'], 3)}-->
  224.                                                                 <p><input type="checkbox" disabled="disabled" checked="checked"><label for="rushreply">{lang rushreply}</label></p>
  225.                                                 <!--{/if}-->
  226.                                                 </td>
  227.                                         </tr>
  228.                                 </table><br />
  229.                         </div>
  230.                         <div class="btnbar">
  231.                                 <span>
  232.                                         <!--{if $action == 'newthread' && $sitemessage[newthread] || $action == 'reply' && $sitemessage[reply]}-->
  233.                                         <a href="javascript:;" id="custominfo" class="right"><img src="{IMGDIR}/info.gif" alt="{lang faq}" /></a>
  234.                                         <!--{/if}-->
  235.                                 </span>
  236.                                 <button type="submit" id="postsubmit" prompt="post_submit"  value="true" name="{if $action == 'newthread'}topicsubmit{elseif $action == 'reply'}replysubmit{elseif $action == 'edit'}editsubmit{/if}" tabindex="1">
  237.                                 <!--{if $action == 'newthread'}-->
  238.                                         <!--{if $special == 0}-->{lang post_newthread}
  239.                                         <!--{elseif $special == 1}-->{lang post_newthreadpoll}
  240.                                         <!--{elseif $special == 2}-->{lang post_newthreadtrade}
  241.                                         <!--{elseif $special == 3}-->{lang post_newthreadreward}
  242.                                         <!--{elseif $special == 4}-->{lang post_newthreadactivity}
  243.                                         <!--{elseif $special == 5}-->{lang post_newthreaddebate}
  244.                                         <!--{elseif $special == 127}-->
  245.                                                 <!--{if $buttontext}-->$buttontext<!--{else}-->{lang post_newthread}<!--{/if}-->
  246.                                         <!--{/if}-->
  247.                                 <!--{elseif $action == 'reply' && !empty($addtrade)}-->{lang trade_add_post}
  248.                                 <!--{elseif $action == 'reply'}-->{lang join_thread}
  249.                                 <!--{elseif $action == 'edit'}-->{lang edit_thread}
  250.                                 <!--{/if}-->
  251.                                 </button>
  252.                                 <!--{if $action != 'edit' && ($secqaacheck || $seccodecheck)}-->{subtemplate seccheck}<!--{/if}-->
  253.                         </div>
  254.                         {$pluginhooks[post_bottom]}
  255.                 </div>
  256.         </div>
  257.         </form>

  258. </div></div></div>

  259. <div id="{$editorid}_menus" class="editorrow" style="overflow: hidden; margin-top: -5px; height: 0; border: none; background: transparent;">
  260.         {subtemplate post_editor_menu}
  261. </div>

  262. <!--{if $special}-->
  263. <script type="text/javascript" src="{$jspath}calendar.js?{VERHASH}"></script>
  264. <!--{/if}-->
  265. <script type="text/javascript">

  266.         var postminchars = parseInt('$minpostsize');
  267.         var postmaxchars = parseInt('$maxpostsize');
  268.         var disablepostctrl = parseInt('$disablepostctrl');
  269.         var seccodecheck = parseInt('$seccodecheck');
  270.         var secqaacheck = parseInt('$secqaacheck');
  271.         var typerequired = parseInt('$forum[threadtypes][required]');
  272.         var special = parseInt('$special');
  273.         var isfirstpost = {if $isfirstpost}1{else}0{/if};
  274.         var allowposttrade = parseInt('$allowposttrade');
  275.         var allowpostreward = parseInt('$allowpostreward');
  276.         var allowpostactivity = parseInt('$allowpostactivity');
  277.         var sortid = parseInt('$sortid');
  278.         var special = parseInt('$special');

  279.         {if $isfirstpost && $forum['threadtypes']['types']}
  280.                 simulateSelect('typeid');
  281.         {/if}
  282.         {if !$isfirstpost && $thread['special'] == 5 && empty($firststand) && $action != 'edit'}
  283.                 simulateSelect('stand');
  284.         {/if}
  285.         {if !$special && $forum[threadsorts] && ($action == 'newthread' || $action == 'edit' && $isfirstpost && !$thread[sortid])}
  286.                 simulateSelect('sortid');
  287.                 function switchsort() {
  288.                         if($('sortid').value) {
  289.                                 saveData(1);
  290.                                 {if $isfirstpost && $sortid}
  291.                                         ajaxget('post.php?action=threadsorts&sortid=' + $('sortid').value + '&fid=$fid&allowpostimg=$allowpostimg{if !empty($modelid)}&modelid=$modelid{/if}{if !empty($modthreadkey)}&modthreadkey=$modthreadkey{/if}', 'threadsorts', 'threadsortswait')
  292.                                 {else}
  293.                                         location.href = 'post.php?action=$action&fid=$fid{if !empty($tid)}&tid=$tid{/if}{if !empty($pid)}&pid=$pid{/if}{if !empty($modelid)}&modelid=$modelid{/if}&extra=$extra{if !$sortid}&cedit=yes{/if}&sortid=' + $('sortid').value;
  294.                                 {/if}
  295.                                 Editorwin = 0;
  296.                         }
  297.                 }
  298.         {/if}
  299.         {if $isfirstpost && $sortid}
  300.                 ajaxget('post.php?action=threadsorts&sortid=$sortid&fid=$fid&allowpostimg=$allowpostimg{if !empty($tid)}&tid=$tid{/if}&inajax=1{if !empty($modthreadkey)}&modthreadkey=$modthreadkey{/if}', 'threadsorts', 'threadsortswait', 'threadsortswait');
  301.         {/if}

  302.         {if $action == 'newthread' && $sitemessage[newthread] || $action == 'reply' && $sitemessage[reply]}
  303.                 showPrompt('custominfo', 'click', '{if $action == 'newthread'}{echo trim($sitemessage[newthread][array_rand($sitemessage[newthread])])}{elseif $action == 'reply'}{echo trim($sitemessage[reply][array_rand($sitemessage[reply])])}{/if}', $sitemessage[time]);
  304.         {/if}
  305.         {if $swfupload != 1 && $allowpostattach}addAttach();{/if}
  306.         {if $swfupload != 1 && $allowpostimg}addAttach('img');{/if}

  307. </script>

  308. {subtemplate footer}
复制代码

最近看过此主题的圈友

九七
访问时间:2021-07-28 16:58
爱谁谁
访问时间:2021-05-25 03:05
源分
访问时间:2018-11-11 00:13
赵高
访问时间:2018-01-05 19:19
冒险家
访问时间:2015-07-21 12:31

点评
B Color Link Smilies

您还可以输入:个字符
X

 X

今天你帮助了别人,明天别人帮助你.
返回列表 发帖
快速
返回顶部
返回首页