123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205 |
- <?php if(!defined('IN_DISCUZ')) exit('Access Denied');
- 0
- || checktplrefresh('./template/default/forum/forumdisplay_fastpost.htm', './template/default/common/seditor.htm', 1524717344, '3', './data/template/3_3_forum_forumdisplay_fastpost.tpl.php', './template/wfdsoft_jiaohu', 'forum/forumdisplay_fastpost')
- || checktplrefresh('./template/default/forum/forumdisplay_fastpost.htm', './template/default/forum/seccheck_post.htm', 1524717344, '3', './data/template/3_3_forum_forumdisplay_fastpost.tpl.php', './template/wfdsoft_jiaohu', 'forum/forumdisplay_fastpost')
- || checktplrefresh('./template/default/forum/forumdisplay_fastpost.htm', './template/default/common/upload.htm', 1524717344, '3', './data/template/3_3_forum_forumdisplay_fastpost.tpl.php', './template/wfdsoft_jiaohu', 'forum/forumdisplay_fastpost')
- || checktplrefresh('./template/default/forum/forumdisplay_fastpost.htm', './template/default/common/seccheck.htm', 1524717344, '3', './data/template/3_3_forum_forumdisplay_fastpost.tpl.php', './template/wfdsoft_jiaohu', 'forum/forumdisplay_fastpost')
- ;?>
- <script type="text/javascript">
- var postminchars = parseInt('<?php echo $_G['setting']['minpostsize'];?>');
- var postmaxchars = parseInt('<?php echo $_G['setting']['maxpostsize'];?>');
- var disablepostctrl = parseInt('<?php echo $_G['group']['disablepostctrl'];?>');
- var fid = parseInt('<?php echo $_G['fid'];?>');
- </script>
- <div id="f_pst" class="bm">
- <div class="bm_h">
- <h2>快速发帖</h2>
- </div>
- <div class="bm_c">
- <form method="post" autocomplete="off" id="fastpostform" action="forum.php?mod=post&action=newthread&fid=<?php echo $_G['fid'];?>&topicsubmit=yes&infloat=yes&handlekey=fastnewpost" onSubmit="return fastpostvalidate(this)">
- <?php if(!empty($_G['setting']['pluginhooks']['forumdisplay_fastpost_content'])) echo $_G['setting']['pluginhooks']['forumdisplay_fastpost_content'];?>
- <div id="fastpostreturn" style="margin:-5px 0 5px"></div>
- <div class="pbt cl">
- <?php if($_G['forum']['threadtypes']['types']) { ?>
- <div class="ftid">
- <select name="typeid" id="typeid_fast" width="80">
- <option value="0" selected="selected">选择主题分类</option><?php if(is_array($_G['forum']['threadtypes']['types'])) foreach($_G['forum']['threadtypes']['types'] as $typeid => $name) { if(empty($_G['forum']['threadtypes']['moderators'][$typeid]) || $_G['forum']['ismoderator']) { ?>
- <option value="<?php echo $typeid;?>"><?php echo strip_tags($name);; ?></option>
- <?php } } ?>
- </select>
- </div>
- <script type="text/javascript" reload="1">simulateSelect('typeid_fast');</script>
- <?php } ?>
- <input type="text" id="subject" name="subject" class="px" value="" onkeyup="strLenCalc(this, 'checklen', 80);" tabindex="11" style="width: 25em" />
- <span>还可输入 <strong id="checklen">80</strong> 个字符</span>
- </div>
- <div class="cl">
- <?php if($_G['setting']['fastsmilies']) { ?><div id="fastsmiliesdiv" class="y"><div id="fastsmiliesdiv_data"><div id="fastsmilies"></div></div></div><?php } ?>
- <div<?php if($_G['setting']['fastsmilies']) { ?> class="hasfsl"<?php } ?> id="fastposteditor">
- <div class="tedt">
- <div class="bar">
- <span class="y">
- <?php if(!empty($_G['setting']['pluginhooks']['forumdisplay_fastpost_func_extra'])) echo $_G['setting']['pluginhooks']['forumdisplay_fastpost_func_extra'];?>
- <a href="forum.php?mod=post&action=newthread&fid=<?php echo $_G['fid'];?>" onclick="switchAdvanceMode(this.href);doane(event);">高级模式</a>
- </span><?php $seditor = array('fastpost', array('at', 'bold', 'color', 'img', 'link', 'quote', 'code', 'smilies'), !$allowfastpost ? 1 : 0, $allowpostattach && $allowfastpost ? '<span class="pipe z">|</span><span id="spanButtonPlaceholder">'.lang('template', 'upload').'</span>' : '');?><?php if(!empty($_G['setting']['pluginhooks']['forumdisplay_fastpost_ctrl_extra'])) echo $_G['setting']['pluginhooks']['forumdisplay_fastpost_ctrl_extra'];?><script src="<?php echo $_G['setting']['jspath'];?>seditor.js?<?php echo VERHASH;?>" type="text/javascript"></script>
- <div class="fpd">
- <?php if(in_array('bold', $seditor['1'])) { ?>
- <a href="javascript:;" title="文字加粗" class="fbld"<?php if(empty($seditor['2'])) { ?> onclick="seditor_insertunit('<?php echo $seditor['0'];?>', '[b]', '[/b]');doane(event);"<?php } ?>>B</a>
- <?php } if(in_array('color', $seditor['1'])) { ?>
- <a href="javascript:;" title="设置文字颜色" class="fclr" id="<?php echo $seditor['0'];?>forecolor"<?php if(empty($seditor['2'])) { ?> onclick="showColorBox(this.id, 2, '<?php echo $seditor['0'];?>');doane(event);"<?php } ?>>Color</a>
- <?php } if(in_array('img', $seditor['1'])) { ?>
- <a id="<?php echo $seditor['0'];?>img" href="javascript:;" title="图片" class="fmg"<?php if(empty($seditor['2'])) { ?> onclick="seditor_menu('<?php echo $seditor['0'];?>', 'img');doane(event);"<?php } ?>>Image</a>
- <?php } if(in_array('link', $seditor['1'])) { ?>
- <a id="<?php echo $seditor['0'];?>url" href="javascript:;" title="添加链接" class="flnk"<?php if(empty($seditor['2'])) { ?> onclick="seditor_menu('<?php echo $seditor['0'];?>', 'url');doane(event);"<?php } ?>>Link</a>
- <?php } if(in_array('quote', $seditor['1'])) { ?>
- <a id="<?php echo $seditor['0'];?>quote" href="javascript:;" title="引用" class="fqt"<?php if(empty($seditor['2'])) { ?> onclick="seditor_menu('<?php echo $seditor['0'];?>', 'quote');doane(event);"<?php } ?>>Quote</a>
- <?php } if(in_array('code', $seditor['1'])) { ?>
- <a id="<?php echo $seditor['0'];?>code" href="javascript:;" title="代码" class="fcd"<?php if(empty($seditor['2'])) { ?> onclick="seditor_menu('<?php echo $seditor['0'];?>', 'code');doane(event);"<?php } ?>>Code</a>
- <?php } if(in_array('smilies', $seditor['1'])) { ?>
- <a href="javascript:;" class="fsml" id="<?php echo $seditor['0'];?>sml"<?php if(empty($seditor['2'])) { ?> onclick="showMenu({'ctrlid':this.id,'evt':'click','layer':2});return false;"<?php } ?>>Smilies</a>
- <?php if(empty($seditor['2'])) { ?>
- <script type="text/javascript" reload="1">smilies_show('<?php echo $seditor['0'];?>smiliesdiv', <?php echo $_G['setting']['smcols'];?>, '<?php echo $seditor['0'];?>');</script>
- <?php } } if(in_array('at', $seditor['1']) && $_G['group']['allowat']) { ?>
- <script src="<?php echo $_G['setting']['jspath'];?>at.js?<?php echo VERHASH;?>" type="text/javascript"></script>
- <a id="<?php echo $seditor['0'];?>at" href="javascript:;" title="@朋友" class="fat"<?php if(empty($seditor['2'])) { ?> onclick="seditor_menu('<?php echo $seditor['0'];?>', 'at');doane(event);"<?php } ?>>@朋友</a>
- <?php } ?>
- <?php echo $seditor['3'];?>
- </div></div>
- <div class="area">
- <?php if($allowfastpost) { ?>
- <textarea rows="6" cols="80" name="message" id="fastpostmessage" onKeyDown="seditor_ctlent(event, '$(\'fastpostsubmit\').click()');" tabindex="12" class="pt"<?php echo getreplybg($_G['forum']['replybg']);?>></textarea>
- <?php } else { ?>
- <div class="pt hm">
- <?php if(!$_G['uid']) { if(!$_G['connectguest']) { ?>
- 您需要登录后才可以发帖 <a href="member.php?mod=logging&action=login" onclick="showWindow('login', this.href)" class="xi2">登录</a> | <a href="member.php?mod=<?php echo $_G['setting']['regname'];?>" class="xi2"><?php echo $_G['setting']['reglinkname'];?></a>
- <?php } else { ?>
- 您需要 <a href="member.php?mod=connect" class="xi2">完善帐号信息</a> 或 <a href="member.php?mod=connect&ac=bind" class="xi2">绑定已有帐号</a> 后才可以发帖
- <?php } } else { ?>
- 您现在无权发帖。<a href="javascript:;" onclick="$('newspecial').onclick()" class="xi2">点击查看原因</a>
- <?php } ?>
- <?php if(!empty($_G['setting']['pluginhooks']['global_login_text'])) echo $_G['setting']['pluginhooks']['global_login_text'];?>
- </div>
- <?php } ?>
- </div>
- </div>
- </div>
- <div id="seccheck_fastpost">
- <?php if($fastpost && ($secqaacheck || $seccodecheck)) { ?><?php
- $sectpl = <<<EOF
- <sec> <span id="sec<hash>" onclick="showMenu(
- EOF;
- if(!empty($_G['gp_infloat'])) {
- $sectpl .= <<<EOF
- {'ctrlid':this.id,'win':'{$_GET['handlekey']}'}
- EOF;
- } else {
- $sectpl .= <<<EOF
- this.id
- EOF;
- }
- $sectpl .= <<<EOF
- )"><sec></span><div id="sec<hash>_menu" class="p_pop p_opt" style="display:none"><sec></div>
- EOF;
- ?>
- <div class="mtm"><?php $sechash = !isset($sechash) ? 'S'.($_G['inajax'] ? 'A' : '').$_G['sid'] : $sechash.random(3);
- $sectpl = str_replace("'", "\'", $sectpl);?><?php if($secqaacheck) { ?>
- <span id="secqaa_q<?php echo $sechash;?>"></span>
- <script type="text/javascript" reload="1">updatesecqaa('q<?php echo $sechash;?>', '<?php echo $sectpl;?>', '<?php echo $_G['basescript'];?>::<?php echo CURMODULE;?>');</script>
- <?php } if($seccodecheck) { ?>
- <span id="seccode_c<?php echo $sechash;?>"></span>
- <script type="text/javascript" reload="1">updateseccode('c<?php echo $sechash;?>', '<?php echo $sectpl;?>', '<?php echo $_G['basescript'];?>::<?php echo CURMODULE;?>');</script>
- <?php } ?></div><?php } ?>
- </div>
- <input type="hidden" name="formhash" value="<?php echo FORMHASH;?>" />
- <input type="hidden" name="usesig" value="<?php echo $usesigcheck;?>" />
- </div>
- <?php if($allowpostattach) { ?>
- <script type="text/javascript">
- var editorid = '';
- var ATTACHNUM = {'imageused':0,'imageunused':0,'attachused':0,'attachunused':0}, ATTACHUNUSEDAID = new Array(), IMGUNUSEDAID = new Array();
- </script>
- <input type="hidden" name="posttime" id="posttime" value="<?php echo TIMESTAMP;?>" />
- <div class="upfl<?php if(empty($_GET['from']) && $_G['setting']['fastsmilies']) { ?> hasfsl<?php } ?>">
- <table cellpadding="0" cellspacing="0" border="0" width="100%" id="attach_tblheader" style="display: none">
- <tr>
- <td>点击附件文件名添加到帖子内容中</td>
- <td class="atds">描述</td>
- <?php if($_G['group']['allowsetattachperm']) { ?>
- <td class="attv">
- 阅读权限
- <img src="<?php echo IMGDIR;?>/faq.gif" alt="Tip" class="vm" onmouseover="showTip(this)" tip="阅读权限按由高到低排列,高于或等于选中组的用户才可以阅读" />
- </td>
- <?php } if($_G['group']['maxprice']) { ?><td class="attpr"><?php echo $_G['setting']['extcredits'][$_G['setting']['creditstransextra']['1']]['title'];?></td><?php } ?>
- <td class="attc"></td>
- </tr>
- </table>
- <div class="fieldset flash" id="attachlist"></div>
- <?php if(empty($_G['setting']['pluginhooks']['forumdisplay_fastpost_upload_extend'])) { if(empty($_G['uploadjs'])) { ?>
- <script src="<?php echo $_G['setting']['jspath'];?>upload.js?<?php echo VERHASH;?>" type="text/javascript"></script><?php $_G['uploadjs'] = 1;?><?php } ?><script type="text/javascript">
- var upload = new SWFUpload({
- upload_url: "<?php echo $_G['siteurl'];?>misc.php?mod=swfupload&action=swfupload&operation=upload&fid=<?php echo $_G['fid'];?>",
- post_params: {"uid" : "<?php echo $_G['uid'];?>", "hash":"<?php echo $swfconfig['hash'];?>"},
- file_size_limit : "<?php echo $swfconfig['max'];?>",
- file_types : "<?php echo $swfconfig['attachexts']['ext'];?>",
- file_types_description : "<?php echo $swfconfig['attachexts']['depict'];?>",
- file_upload_limit : <?php echo $swfconfig['limit'];?>,
- file_queue_limit : 0,
- swfupload_preload_handler : preLoad,
- swfupload_load_failed_handler : loadFailed,
- file_dialog_start_handler : fileDialogStart,
- file_queued_handler : fileQueued,
- file_queue_error_handler : fileQueueError,
- file_dialog_complete_handler : fileDialogComplete,
- upload_start_handler : uploadStart,
- upload_progress_handler : uploadProgress,
- upload_error_handler : uploadError,
- upload_success_handler : uploadSuccess,
- upload_complete_handler : uploadComplete,
- button_image_url : "<?php echo IMGDIR;?>/uploadbutton_small.png",
- button_placeholder_id : "spanButtonPlaceholder",
- button_width: 17,
- button_height: 25,
- button_cursor:SWFUpload.CURSOR.HAND,
- button_window_mode: "transparent",
- custom_settings : {
- progressTarget : "attachlist",
- uploadSource: 'forum',
- uploadType: 'attach',
- <?php if($swfconfig['maxsizeperday']) { ?>
- maxSizePerDay: <?php echo $swfconfig['maxsizeperday'];?>,
- <?php } if($swfconfig['maxattachnum']) { ?>
- maxAttachNum: <?php echo $swfconfig['maxattachnum'];?>,
- <?php } ?>
- uploadFrom: 'fastpost'
- },
- debug: false
- });
- </script>
- <?php } else { ?>
- <?php if(!empty($_G['setting']['pluginhooks']['forumdisplay_fastpost_upload_extend'])) echo $_G['setting']['pluginhooks']['forumdisplay_fastpost_upload_extend'];?>
- <?php } ?>
- </div>
- <?php } ?>
- <p class="ptm pnpost">
- <a href="home.php?mod=spacecp&ac=credit&op=rule&fid=<?php echo $_G['fid'];?>" class="y" target="_blank">本版积分规则</a>
- <button <?php if($fastpost) { ?>type="submit" <?php } elseif(!$_G['uid']) { ?>type="button" onclick="showWindow('login', 'member.php?mod=logging&action=login&guestmessage=yes')" <?php } if(!$seccodecheck && !$secqaacheck) { ?>onmouseover="checkpostrule('seccheck_fastpost', 'ac=newthread');this.onmouseover=null" <?php } ?>name="topicsubmit" id="fastpostsubmit" value="topicsubmit" tabindex="13" class="pn pnc"><strong>发表帖子</strong></button>
- <?php if(!empty($_G['setting']['pluginhooks']['forumdisplay_fastpost_btn_extra'])) echo $_G['setting']['pluginhooks']['forumdisplay_fastpost_btn_extra'];?>
- <?php if(!empty($_G['setting']['pluginhooks']['forumdisplay_fastpost_sync_method'])) { ?>
- <span>
- 将此主题同步到:
- <?php if(!empty($_G['setting']['pluginhooks']['forumdisplay_fastpost_sync_method'])) echo $_G['setting']['pluginhooks']['forumdisplay_fastpost_sync_method'];?>
- </span>
- <?php } if(helper_access::check_module('follow')) { ?>
- <label><input type="checkbox" name="adddynamic" class="pc" value="1" <?php if($_G['forum']['allowfeed'] && !$_G['tid'] && empty($_G['forum']['viewperm'])) { ?>checked="checked"<?php } ?> />转播给听众</label>
- <?php } ?>
- </p>
- </form>
- </div>
- </div>
|