CINXE.COM
文章投稿
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"/> <title>文章投稿</title> <link href="/usr/public/css/base.css" rel="stylesheet" type="text/css"/> <link rel="Shortcut Icon" href="/favicon.ico"> <link rel="Bookmark" href="/favicon.ico"> <script type="text/javascript" src="https://apps.bdimg.com/libs/jquery/1.9.1/jquery.min.js"></script> <script type="text/javascript" src="/usr/public/js/checkSubmit.js"></script> <script type="text/javascript" src="/usr/public/js/ueditor/ueditor.config.js?v2.1"></script> <script type="text/javascript" src="/usr/public/js/ueditor/ueditor.all.min.js"></script> <script type="text/javascript" src="/usr/public/js/ueditor/ueditor.shortcut.js"></script> </head> <body> <div id="main"> <div id="header"> <div class="headBox"> <a href="/"><img style="height:40px;margin:5px;" id="logo" src=""></a> <span>投稿系统</span> </div> <div id="content" class="w960 clearfix"> <div id="mcpmain"> <form name="addcontent" action="app/contribute/articleAdd" method="post" enctype="multipart/form-data" onsubmit="return checkSubmit();"> <input type="hidden" name="dopost" value="save"/> <input type="hidden" name="channelid" value="1"/> <div id="mainCp"> <h3 class="meTitle"><strong>发表文章</strong></h3> <div class="postForm"> <p class="xz"><b>【投稿须知】</b></p> <p class="tg">1. 投稿作品内容须遵守中华人民共和国的各项有关法律法规。</p> <p class="tg">2. 来稿体裁、字数不限,但请认真写作,把最好的作品展示给大家。</p> <p class="tg">3. 投稿后经编辑们审核通过,即可显示在网站上展示,精品文章推置首页。</p> <p class="tg">4. 本站支持原创文章,否则不予审核通过。</p> <p class="tg">5. 可以在文章正文结尾处写上自己的联系方式。</p> <p class="tg">6. 凡在本站发表的作品,其版权归作者所有,并授权本站独家使用,本站有权使用作者在本站发布的作品,并保留用于宣传或向第三方公开发表的权利。</p> <p class="cellBg"> <label>文章标题:</label> <input name="title" type="text" id="title" class="intxt"/> </p> <p class="cellBg min"> <label>作者姓名:</label> <input type="text" name="writer" id="writer" value="" class="intxt" style="width:263px"/>(或者昵称) </p> <input type='hidden' name='posttime' value=""> <input type="hidden" name="dede_fieldshash" value="1bee888ffe6df538b1885533f445695b"/></div> <h3 class="meTitle">文章正文</h3> <div class="contentShow postForm"> <p>温馨提醒:建议同学们在记事本或word里先写好,再复制粘贴到下面的文本框。以免因网络问题而丢失你的文章哦!</p> <div><script type="text/plain" id="contents"></script> <script type="text/javascript"> UE.getEditor('contents',{ toolbars:[['source', 'undo', 'redo','bold', 'italic', 'underline', 'forecolor', 'backcolor', 'insertorderedlist', 'insertunorderedlist', 'paragraph', 'fontsize','justifyleft', 'justifycenter', 'justifyright', 'justifyjustify','horizontal','link', 'unlink', 'anchor', '|', 'inserttable', 'deletetable', '|', 'searchreplace']], zIndex: 0, //focus时自动清空初始化时的内容 autoClearinitialContent:false, //关闭字数统计 wordCount:false, //关闭elementPath elementPathEnabled:false, //默认的编辑区域高度 autoHeightEnabled:false, initialFrameHeight:500, textarea:'body' }) </script></div> <p class="cellBg"> <label>输入验证码:</label> <input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" style='width:50px;text-transform:uppercase;'/> <img src="app/contribute/captcha" alt="看不清?点击更换" align="absmiddle" style="cursor:pointer" onclick="this.src='app/contribute/captcha?t='+Math.random();"/><span class="chadesc">点击左侧图片更换验证码</span> </p> <div class="actBtn"> <button type="submit" class="button2">提交</button> </div> </div> </div> </form> </div> </div> </div> </div> <script> var hostOrg = window.location.host; hostOrg = hostOrg.replace('35.cn', '35cn.com'); var host = hostOrg.match(/([a-z0-9]+).(com.cn|net.cn|org.cn|com|net|org|cn)$/); var logo = "/static/img/logo.png" document.getElementById("logo").src = logo; </script> </body> </html>