| @@ -28,9 +28,9 @@ a:visited{color:#666666} | |||
| .coolbg{padding:.25rem .5rem;border:none;border-right:1px solid #cccccc;border-bottom:1px solid #cccccc;background:#f2f2f2;border-radius:.2rem;cursor:pointer} | |||
| .coolbg2{border:1px solid #000000;background:#DFDDD2;height:18px} | |||
| .ll{border-right:2px solid #ACACAC;border-bottom:2px solid #ACACAC;background:#E6E6E6} | |||
| .bline{height:36px;background:#ffffff} | |||
| .bline{height:36px;background:#ffffff;border-bottom: 1px solid #eeeeee;} | |||
| #uploadfield{float:left} | |||
| .bline2{border-bottom:1px solid #BCBCBC} | |||
| .bline2{border-bottom:1px solid #eeeeee} | |||
| .coolbt{border-left:1px solid #EFEFEF;border-top:1px solid #EFEFEF;border-right:1px solid #ACACAC;border-bottom:1px solid #ACACAC;background:#E4F7D7;cursor:pointer} | |||
| .coolbt2{border-left:1px solid #EFEFEF;border-top:1px solid #EFEFEF;border-right:1px solid #ACACAC;border-bottom:1px solid #ACACAC;background:#F7FCDA} | |||
| .coolbg3{width:140px;height:20px;border:1px solid #BDC5B4;background:#DFDDD2;text-align:right} | |||
| @@ -77,8 +77,8 @@ a:visited{color:#666666} | |||
| option.alltype{padding-left:16px;height:18px;line-height:18px;font-size:12px;background:url(../images/arr4.gif) 3px 4px no-repeat} | |||
| option.btype{padding-left:16px;height:18px;line-height:18px;font-size:12px;background:url(../images/arr4.gif) 3px 4px no-repeat} | |||
| option.stype{padding-left:24px;font-size:12px;height:18px;line-height:18px;background:url(../images/arrr.gif) 11px 4px no-repeat} | |||
| .ilist{border-top:1px dashed #BCBCBC;border-bottom:1px dashed #BCBCBC;border-left:1px dashed #BCBCBC} | |||
| .ilist td{border-right:1px dashed #BCBCBC} | |||
| .ilist{border-top:1px dashed #eeeeee;border-bottom:1px dashed #eeeeee;border-left:1px dashed #eeeeee} | |||
| .ilist td{border-right:1px dashed #eeeeee} | |||
| #typeid2{float:left;font-size:12px;padding:0;height:18px;background:url(../images/typeid2bg.gif) no-repeat;border:0} | |||
| #litpic{margin-left:-20px;width:85px;height:20px;filter:alpha(opacity=00);-moz-opacity:.0;opacity:.0;cursor:pointer} | |||
| .litpic_span{margin-left:-60px;width:76px;height:22px;overflow:hidden;cursor:pointer} | |||
| @@ -25,7 +25,7 @@ form{margin:0;padding:0} | |||
| .top .top_link .quick a.ac_qucikadd:hover{background:url(../images/quick_bg.gif) right bottom no-repeat} | |||
| .topnav{width:100%;height:30px;background:#333333;overflow:hidden;clear:both} | |||
| .topnav .menuact{width:168px;float:left;padding-left:30px;overflow:hidden;padding-top:6px} | |||
| .topnav .menuact a{overflow:hidden;color:#eee;padding-right:10px} | |||
| .topnav .menuact a{overflow:hidden;color:#eeeeee;padding-right:10px} | |||
| .topnav .menuact a:hover{color:#ffffff} | |||
| .nav{float:left;padding-left:2px;line-height:26px;color:#999999} | |||
| .nav ul li{float:left;display:block;margin-left:4px} | |||
| @@ -69,7 +69,7 @@ body.hidemenu .right{left:0} | |||
| #login .theme li{margin-bottom:15px;margin-top:5px;overflow:hidden} | |||
| #login .theme span{color:#000000;width:150px;display:inline-block;float:left;text-align:right;height:22px;line-height:22px} | |||
| input[type="text"],input[type="password"]{width:140px;border-width:1px;border-style:solid;border-color:#ffffff;padding:2px 4px;height:18px;line-height:18px;vertical-align:middle;background:#ffffff} | |||
| input[type="text"]:focus,input[type="password"]:focus{border-color:#6FB1DF;color:#333333;-moz-box-shadow:0 0 2px #A5C760;-webkit-border-shadow:0 0 2px #A5C760;box-shadow:0 0 2px #A5C760} | |||
| input[type="text"]:focus,input[type="password"]:focus{border-color:#6FB1DF;color:#333333;-moz-box-shadow:0 0 3px #A5C760;-webkit-border-shadow:0 0 3px #A5C760;box-shadow:0 0 3px #A5C760} | |||
| * html input.text{width:220px;border:1px solid #a7a6aa;background:#ffffff url(../images/input.gif) 0 0 no-repeat;margin-top:-1px;margin-right:5px;margin-bottom:0;margin-left:2px;padding:3px;line-height:12px} | |||
| * html input.radio{margin:-1px 0 0 -2px} | |||
| .allsearch{float:left;margin-top:7px!important;font-size:12px;border:1px solid #ffffff;border-radius:.2rem} | |||
| @@ -1,144 +1,108 @@ | |||
| <!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"> | |||
| <!DOCTYPE html> | |||
| <html> | |||
| <head> | |||
| <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | |||
| <meta charset="<?php echo $cfg_soft_lang; ?>"> | |||
| <title>增加文章</title> | |||
| <style type="text/css"> | |||
| body { | |||
| background-image: url(images/allbg.gif); | |||
| } | |||
| .multipic { | |||
| border: 1px dashed #FC6; | |||
| } | |||
| .albCt { | |||
| border-bottom: 1px dashed #FC0; | |||
| margin-bottom: 10px; | |||
| padding-bottom: 10px; | |||
| } | |||
| </style> | |||
| <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | |||
| <link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||
| <link href="css/base.css" rel="stylesheet" type="text/css"> | |||
| <script language="javascript" src="../static/js/jquery.js"></script> | |||
| <script language="javascript" src="../static/js/dedeajax2.js"></script> | |||
| <link href="../static/css/daterangepicker.css" rel="stylesheet"> | |||
| <script type="text/javascript" src="../static/js/moment.min.js"></script> | |||
| <script type="text/javascript" src="../static/js/daterangepicker.js"></script> | |||
| <script language='javascript' src="js/main.js"></script> | |||
| <script type="text/javascript" src="js/handlers.js"></script> | |||
| <script src="../static/js/bootstrap.bundle.js"></script> | |||
| <link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||
| <link rel="stylesheet" href="css/base.css" type="text/css"> | |||
| <link rel="stylesheet" href="../static/css/daterangepicker.css"> | |||
| <link rel="stylesheet" href="../static/css/jquery.fileupload.css"> | |||
| <link href="../static/css/cropper.min.css" rel="stylesheet"> | |||
| <link rel="stylesheet" href="../static/css/cropper.min.css"> | |||
| <script src="../static/js/jquery.js"></script> | |||
| <script src="../static/js/dedeajax2.js"></script> | |||
| <script src="../static/js/moment.min.js"></script> | |||
| <script src="../static/js/daterangepicker.js"></script> | |||
| <script src="js/main.js"></script> | |||
| <script src="js/handlers.js"></script> | |||
| <script src="../static/js/bootstrap.bundle.js"></script> | |||
| <script src="../static/js/cropper.min.js"></script> | |||
| <script language="javascript"> | |||
| <script> | |||
| var arctype = 'article'; | |||
| function checkSubmit() { | |||
| if (document.form1.title.value == '') { | |||
| ShowMsg('文章标题不能为空!'); | |||
| ShowMsg('文章标题不能为空'); | |||
| return false; | |||
| } | |||
| if (document.form1.typeid.value == 0) { | |||
| ShowMsg('请选择档案的主类别!'); | |||
| ShowMsg('请选择档案的主类别'); | |||
| return false; | |||
| } | |||
| } | |||
| </script> | |||
| <style> | |||
| .albCt img { | |||
| cursor: pointer; | |||
| } | |||
| img { | |||
| vertical-align: baseline; | |||
| } | |||
| input, | |||
| select { | |||
| height: auto !important; | |||
| } | |||
| body{background-image:#ffffff} | |||
| table{border-collapse:separate} | |||
| img{vertical-align:baseline} | |||
| .albCt img{cursor:pointer} | |||
| input,select{height:auto !important} | |||
| .multipic{border:1px dashed #FC6} | |||
| .albCt{border-bottom:1px dashed #FC0;margin-bottom:10px;padding-bottom:10px} | |||
| </style> | |||
| </head> | |||
| <body topmargin="8"> | |||
| <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" class="mt-3"> | |||
| <tr> | |||
| <td width="60%" height="30"><IMG height=14 src="images/book1.gif" width=20> <a | |||
| href="catalog_do.php?cid=<?php echo $cid?>&channelid=<?php echo $channelid?>&dopost=listArchives"><u>文章列表</u></a> | |||
| >> 发布文章</td> | |||
| <td width="30%" align='right'> <?php echo $backurl; ?><a class="btn btn-success btn-sm" | |||
| href="catalog_main.php">栏目管理</a> </td> | |||
| <td width="60%" height="30"><img src="images/book1.gif"><a href="catalog_do.php?cid=<?php echo $cid?>&channelid=<?php echo $channelid?>&dopost=listArchives">文章列表</a> >> 发布文章</td> | |||
| <td width="30%" align="right"><?php echo $backurl; ?><a class="btn btn-success btn-sm" href="catalog_main.php">栏目管理</a></td> | |||
| </tr> | |||
| </table> | |||
| <table width="97%" border="0" align="center" cellpadding="0" cellspacing="0" id="head1"> | |||
| <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" id="head1"> | |||
| <tr> | |||
| <td colspan="2"> | |||
| <table width="800" border="0" cellpadding="0" cellspacing="0"> | |||
| <tr> | |||
| <td width="84" height="24" align="center" background="images/itemnote1.gif"> 常规信息 </td> | |||
| <td><a href="#" class="btn btn-success btn-sm" onClick="ShowHide('getone')">单页采集...</a></td> | |||
| <td width="84" height="26" align="center" background="images/itemnote1.gif">常规信息</td> | |||
| <td><a href="#" class="btn btn-success btn-sm" onClick="ShowHide('getone')">单页采集</a></td> | |||
| </tr> | |||
| </table> | |||
| </td> | |||
| </tr> | |||
| </table> | |||
| <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FBFCE2" id="getone" | |||
| class="table table-borderless" style="<?php if(empty($geturl)) echo 'display:none'; ?>;margin:0;"> | |||
| <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FBFCE2" id="getone" class="table table-borderless" style="<?php if(empty($geturl)) echo 'display:none'; ?>;margin:0"> | |||
| <form name="getonepage" action="article_add.php" method="get"> | |||
| <input type="hidden" name="channelid" value="<?php echo $channelid; ?>" /> | |||
| <input type="hidden" name="cid" value="<?php echo $cid; ?>" /> | |||
| <input type="hidden" name="channelid" value="<?php echo $channelid; ?>"> | |||
| <input type="hidden" name="cid" value="<?php echo $cid; ?>"> | |||
| <tr> | |||
| <td colspan="2"> | |||
| <table width="100%" border="0" cellpadding="0" cellspacing="0"> | |||
| <tr> | |||
| <td width="220" height="31"><strong><a name="downurl"></a> 采集单个网页-URL:</strong></td> | |||
| <td width="360" align="center"><input name="geturl" type="text" id="geturl" style="width:290px" | |||
| value="<?php echo $geturl; ?>" /></td> | |||
| <td width="160" height="30"><a name="downurl"></a>采集单个网页:</td> | |||
| <td width="360" align="center"><input name="geturl" type="text" id="geturl" style="width:260px" value="<?php echo $geturl; ?>"></td> | |||
| <td> | |||
| <button type="submit" class='btn btn-success btn-sm' name="Submit3">抓取</button> | |||
| | |||
| <button type="button" class='btn btn-success btn-sm' name="setrule" | |||
| onClick="OpenMyWinCoOne('article_coonepage_rule.php')">规则管理</button></td> | |||
| <button type="button" class='btn btn-success btn-sm' name="setrule" onClick="OpenMyWinCoOne('article_coonepage_rule.php')">规则管理</button> | |||
| </td> | |||
| </tr> | |||
| </table> | |||
| </td> | |||
| </tr> | |||
| </form> | |||
| </table> | |||
| <form name="form1" action="article_add.php" enctype="multipart/form-data" method="post" | |||
| onSubmit="return checkSubmit()"> | |||
| <input type="hidden" name="channelid" value="<?php echo $channelid?>" /> | |||
| <input type="hidden" name="dopost" value="save" /> | |||
| <form name="form1" action="article_add.php" enctype="multipart/form-data" method="post" onSubmit="return checkSubmit()"> | |||
| <input type="hidden" name="channelid" value="<?php echo $channelid?>"> | |||
| <input type="hidden" name="dopost" value="save"> | |||
| <input type="hidden" id="litpic_b64" name="litpic_b64" value=""> | |||
| <table width="98%" border="0" align="center" cellpadding="2" cellspacing="2" id="needset" | |||
| style="border:1px solid #cfcfcf;background:#ffffff;"> | |||
| <table width="98%" border="0" align="center" cellpadding="2" cellspacing="2" id="needset" style="border:1px solid #cfcfcf;background:#ffffff"> | |||
| <tr> | |||
| <td height="24" colspan="5" class="bline"> | |||
| <td height="26" colspan="5" class="bline"> | |||
| <table width="800" border="0" cellspacing="0" cellpadding="0"> | |||
| <tr> | |||
| <td width="90"> 文章标题:</td> | |||
| <td width='408'><input name="title" type="text" id="title" value="<?php echo $title; ?>" | |||
| style="width:388px" /></td> | |||
| <td width="90"> 简略标题:</td> | |||
| <td> | |||
| <input name="shorttitle" type="text" id="shorttitle" style="width:150px" /> | |||
| </td> | |||
| <td width="90" style="padding-left:10px">文章标题:</td> | |||
| <td width="400"><input name="title" type="text" id="title" value="<?php echo $title; ?>" style="width:380px"></td> | |||
| <td width="90" style="padding-left:10px">简略标题:</td> | |||
| <td><input name="shorttitle" type="text" id="shorttitle" style="width:150px"></td> | |||
| </tr> | |||
| </table> | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td height="24" colspan="5" class="bline"> | |||
| <td height="26" colspan="5" class="bline"> | |||
| <table width="800" border="0" cellspacing="0" cellpadding="0"> | |||
| <tr> | |||
| <td width="100"> 自定义属性:</td> | |||
| <td width="100" style="padding-left:10px">自定义属性:</td> | |||
| <td align="left"> | |||
| <?php | |||
| <?php | |||
| $dsql->SetQuery("Select * From `#@__arcatt` order by sortid asc"); | |||
| $dsql->Execute(); | |||
| while($trow = $dsql->GetObject()) | |||
| @@ -155,44 +119,39 @@ | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td height="24" colspan="5" class="bline" id="redirecturltr" style="display:none"> | |||
| <td height="26" colspan="5" class="bline" id="redirecturltr" style="display:none"> | |||
| <table width="800" border="0" cellspacing="0" cellpadding="0"> | |||
| <tr> | |||
| <td width="90"> 跳转网址:</td> | |||
| <td> | |||
| <input name="redirecturl" type="text" id="redirecturl" style="width:300px" value="" /> | |||
| </td> | |||
| <td width="90" style="padding-left:10px">跳转网址:</td> | |||
| <td><input name="redirecturl" type="text" id="redirecturl" style="width:300px" value=""></td> | |||
| </tr> | |||
| </table> | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td width="400%" height="24" colspan="2" class="bline"> | |||
| <td width="400%" height="26" colspan="2" class="bline"> | |||
| <table width="800" border="0" cellspacing="0" cellpadding="0"> | |||
| <tr> | |||
| <td width="90"> TAG标签:</td> | |||
| <td><input name="tags" type="text" id="tags" value="" style="width:300px" | |||
| onChange="$Obj('keywords').value=this.value;" />(','号分开,单个标签小于12字节)</td> | |||
| <td width="47">权重:</td> | |||
| <td><input name="weight" type="text" id="weight" style="width:50px" | |||
| value="<?php echo $maxWright['cc'];?>" />(越小越靠前)</td> | |||
| <td width="90" style="padding-left:10px">Tag标签:</td> | |||
| <td><input name="tags" type="text" id="tags" value="" style="width:300px" onChange="$Obj('keywords').value=this.value;">(','号分开,单个标签小于12字节)</td> | |||
| <td width="50">权重:</td> | |||
| <td><input name="weight" type="text" id="weight" style="width:60px" value="<?php echo $maxWright['cc'];?>">(越小越靠前)</td> | |||
| </tr> | |||
| </table> | |||
| </td> | |||
| </tr> | |||
| <tr id="pictable"> | |||
| <td height="24" colspan="5" class="bline"> | |||
| <td height="26" colspan="5" class="bline"> | |||
| <table width="800" border="0" cellspacing="0" cellpadding="0"> | |||
| <tr> | |||
| <td width="90"> 缩 略 图:</td> | |||
| <td width="90" style="padding-left:10px">缩略图:</td> | |||
| <td width="560"> | |||
| <table width="100%" border="0" cellspacing="1" cellpadding="1"> | |||
| <tr> | |||
| <td height="30"> | |||
| <input name="picname" type="text" id="picname" style="width:240px" /> | |||
| <button type="button" name="Submit2" style="margin-left:8px;" | |||
| onClick="SelectImage('form1.picname','small');" class='btn btn-success btn-sm'>站内选择</button> | |||
| <label><input type='checkbox' class='np' name='ddisremote' value='1' id='ddisremote' /> 远程</label> | |||
| <input name="picname" type="text" id="picname" style="width:240px"> | |||
| <button type="button" name="Submit2" style="margin-left:8px" onClick="SelectImage('form1.picname','small');" class='btn btn-success btn-sm'>站内选择</button> | |||
| <label><input type='checkbox' class='np' name='ddisremote' value='1' id='ddisremote'>远程</label> | |||
| <span class="btn btn-success btn-sm fileinput-button"> | |||
| <i class="glyphicon glyphicon-plus"></i> | |||
| 选择图片 | |||
| @@ -206,25 +165,23 @@ | |||
| </tr> | |||
| </table> | |||
| </td> | |||
| <td width="150" align="center"> | |||
| <img id="litPic" src="../static/defaultpic.gif" style="height: 80px"> | |||
| </td> | |||
| <td width="150" align="center"><img id="litPic" src="../static/defaultpic.gif" style="height:80px"></td> | |||
| </tr> | |||
| </table> | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td height="24" colspan="5" class="bline"> | |||
| <td height="26" colspan="5" class="bline"> | |||
| <table width="800" border="0" cellspacing="0" cellpadding="0"> | |||
| <tr> | |||
| <td width="90"> 文章来源:</td> | |||
| <td width="90" style="padding-left:10px">文章来源:</td> | |||
| <td width="240"> | |||
| <input name="source" type="text" id="source" style="width:160px" value="<?php echo $source; ?>" | |||
| size="16" /> | |||
| <button name="selsource" type="button" id="selsource" class="btn btn-success btn-sm">选择</button></td> | |||
| <td width="90">作 者:</td> | |||
| <input name="source" type="text" id="source" style="width:160px" value="<?php echo $source; ?>" size="16"> | |||
| <button name="selsource" type="button" id="selsource" class="btn btn-success btn-sm">选择</button> | |||
| </td> | |||
| <td width="90" style="padding-left:10px">作者:</td> | |||
| <td> | |||
| <input name="writer" type="text" id="writer" style="width:120px" value="<?php echo $writer; ?>" /> | |||
| <input name="writer" type="text" id="writer" style="width:120px" value="<?php echo $writer; ?>"> | |||
| <button name="selwriter" type="button" id="selwriter" class="btn btn-success btn-sm">选择</button> | |||
| </td> | |||
| </tr> | |||
| @@ -232,72 +189,69 @@ | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td height="24" colspan="5" class="bline"> | |||
| <td height="26" colspan="5" class="bline"> | |||
| <table width="800" border="0" cellspacing="0" cellpadding="0"> | |||
| <tr> | |||
| <td width="100"> 文章主栏目:</td> | |||
| <td width="100" style="padding-left:10px">文章主栏目:</td> | |||
| <td> | |||
| <span id='typeidct'> | |||
| <?php | |||
| $typeOptions = GetOptionList($cid,$cuserLogin->getUserChannel(),$channelid); | |||
| echo "<select name='typeid' id='typeid' style='width:240px'>\r\n"; | |||
| echo "<option value='0'>请选择栏目...</option>\r\n"; | |||
| echo $typeOptions; | |||
| echo "</select>"; | |||
| ?></span> | |||
| <img src='images//menusearch.gif' style='cursor:pointer;' | |||
| onClick="ShowCatMap(event, this, <?php echo $channelid; ?>, 'typeid')" alt='快捷选择' title='快捷选择' /> | |||
| | |||
| $typeOptions = GetOptionList($cid,$cuserLogin->getUserChannel(),$channelid); | |||
| echo "<select name='typeid' id='typeid' style='width:240px'>\r\n"; | |||
| echo "<option value='0'>请选择栏目...</option>\r\n"; | |||
| echo $typeOptions; | |||
| echo "</select>"; | |||
| ?> | |||
| </span> | |||
| <img src='images/menusearch.gif' style='cursor:pointer' onClick="ShowCatMap(event, this, <?php echo $channelid; ?>, 'typeid')" alt='快捷选择' title='快捷选择'> | |||
| <?php | |||
| if($cfg_need_typeid2=='Y') | |||
| { | |||
| echo "<a href='javascript:AddTypeid2();' class='btn btn-success btn-sm'>选择副栏目</a>"; | |||
| } | |||
| ?> | |||
| if($cfg_need_typeid2=='Y') | |||
| { | |||
| echo "<a href='javascript:AddTypeid2();' class='btn btn-success btn-sm'>选择副栏目</a>"; | |||
| } | |||
| ?> | |||
| </td> | |||
| </tr> | |||
| </table> | |||
| </td> | |||
| </tr> | |||
| <tr id='typeid2tr' style='display:none'> | |||
| <td height="24" colspan="5" class="bline"> | |||
| <tr id="typeid2tr" style="display:none"> | |||
| <td height="26" colspan="5" class="bline"> | |||
| <table width="800" border="0" cellspacing="0" cellpadding="0"> | |||
| <tr> | |||
| <td width="90"> 文章副栏目:</td> | |||
| <td width="90" style="padding-left:10px">文章副栏目:</td> | |||
| <td> | |||
| <span id='typeid2ct'></span><input type='text' name='typeid2' id='typeid2' value='' | |||
| style='width:200px;' /> | |||
| <img src='images/menusearch2.gif' style='cursor:pointer;' | |||
| onClick="ShowCatMap(event, this, <?php echo $channelid; ?>, 'typeid2')" alt='选择副栏目' title='选择副栏目' /> | |||
| <span id="typeid2ct"></span> | |||
| <input type="text" name="typeid2" id="typeid2" value="" style="width:200px"> | |||
| <img src="images/menusearch2.gif" style="cursor:pointer" onClick="ShowCatMap(event, this, <?php echo $channelid; ?>, 'typeid2')" alt="选择副栏目" title="选择副栏目"> | |||
| </td> | |||
| </tr> | |||
| </table> | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td height="24" colspan="5" class="bline"> | |||
| <td height="26" colspan="5" class="bline"> | |||
| <table width="800" border="0" cellspacing="0" cellpadding="0"> | |||
| <tr> | |||
| <td width="90"> 关键字:</td> | |||
| <td width="448"><input type='text' name="keywords" id="keywords" style="width:80%" | |||
| value="<?php echo $keywords; ?>" /> <button type="button" name="Submit" style="width:56;height:20" | |||
| onClick="SelectKeywords('form1.keywords');" class='btn btn-success btn-sm'>浏览...</button></td> | |||
| <td><label><input name="autokey" type="checkbox" onClick="ShowHide('keywords');" ; class="np" id="autokey" | |||
| value="1" <?php if($cfg_arc_autokeyword=='Y') echo ' checked="1" '; ?> /> | |||
| 自动获取,手动填写用","分开</label><br /> | |||
| <td width="90" style="padding-left:10px">关键字:</td> | |||
| <td width="450"> | |||
| <input type='text' name="keywords" id="keywords" style="width:80%" value="<?php echo $keywords; ?>"> | |||
| <button type="button" name="Submit" style="width:56;height:20" onClick="SelectKeywords('form1.keywords');" class='btn btn-success btn-sm'>浏览...</button> | |||
| </td> | |||
| <td> | |||
| <label><input name="autokey" type="checkbox" onClick="ShowHide('keywords');" ; class="np" id="autokey" value="1" <?php if($cfg_arc_autokeyword=='Y') echo ' checked="1" '; ?>> 自动获取,手动填写用","分开</label><br> | |||
| </td> | |||
| </tr> | |||
| </table> | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td height="24" colspan="5" class="bline"> | |||
| <td height="26" colspan="5" class="bline"> | |||
| <table width="800" border="0" cellspacing="0" cellpadding="0"> | |||
| <tr> | |||
| <td width="90"> 内容摘要:</td> | |||
| <td width="449"><textarea name="description" rows="5" id="description" | |||
| style="width:80%;height:50px"><?php echo $description; ?></textarea></td> | |||
| <td width="261"> </td> | |||
| <td width="90" style="padding-left:10px">内容摘要:</td> | |||
| <td width="450"><textarea name="description" rows="5" id="description"style="width:80%;height:50px"><?php echo $description; ?></textarea></td> | |||
| <td width="260"></td> | |||
| </tr> | |||
| </table> | |||
| </td> | |||
| @@ -307,52 +261,36 @@ | |||
| </tr> | |||
| <tr> | |||
| <td height="28" colspan="2" bgcolor="#F9FCEF" class="bline2"> | |||
| <div style='float:left;line-height:28px;'> <strong>文章内容:</strong></div> | |||
| <div style='float:right;;padding-right:8px'> | |||
| <button type="button" onClick="location.reload();" class="btn btn-success">重置</button> | |||
| </div> | |||
| <div style='float:right;padding-right:8px'> | |||
| <button type="submit" class="btn btn-success">保存</button> | |||
| </div> | |||
| <div style="float:left;padding-left:10px;line-height:26px">文章内容:</div> | |||
| <div style="float:right;;padding-right:10px"><button type="button" onClick="location.reload();" class="btn btn-success">重置</button></div> | |||
| <div style="float:right;padding-right:10px"><button type="submit" class="btn btn-success">保存</button></div> | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td width="100%" height="24" colspan="2" class="bline"> | |||
| <td width="100%" height="26" colspan="2" class="bline"> | |||
| <table width="800" border="0" cellspacing="0" cellpadding="0"> | |||
| <tr> | |||
| <td width="90"> 附加选项:</td> | |||
| <td width="90" style="padding-left:10px">附加选项:</td> | |||
| <td> | |||
| <label><input name="remote" type="checkbox" class="np" id="remote" value="1" | |||
| <?php if($cfg_rm_remote=='Y') echo ' checked="1" '; ?> /> | |||
| 下载远程图片和资源</label> | |||
| <label><input name="dellink" type="checkbox" class="np" id="dellink" value="1" | |||
| <?php if($cfg_arc_dellink=='Y') echo ' checked="1" '; ?> /> | |||
| 删除非站内链接 </label><a href="javascript:OpenMyWin('article_allowurl_edit.php');">[设置]</a> | |||
| <label><input name="autolitpic" type="checkbox" class="np" id="autolitpic" value="1" | |||
| <?php if($cfg_arc_autopic=='Y') echo ' checked="1" '; ?> /> | |||
| 提取第一个图片为缩略图</label> | |||
| <label><input type='checkbox' name='needwatermark' value='1' class='np' | |||
| <?php if($photo_markup=='1') echo "checked"; ?> /> | |||
| 图片是否加水印</label> | |||
| <label><input name="remote" type="checkbox" class="np" id="remote" value="1" <?php if($cfg_rm_remote=='Y') echo ' checked="1" '; ?>> 下载远程图片和资源 </label> | |||
| <label><input name="dellink" type="checkbox" class="np" id="dellink" value="1" <?php if($cfg_arc_dellink=='Y') echo ' checked="1" '; ?>> 删除非站内链接 </label> | |||
| <a href="javascript:OpenMyWin('article_allowurl_edit.php')">[设置]</a> | |||
| <label><input name="autolitpic" type="checkbox" class="np" id="autolitpic" value="1" <?php if($cfg_arc_autopic=='Y') echo ' checked="1" '; ?>> 提取第一个图片为缩略图 </label> | |||
| <label><input type='checkbox' name='needwatermark' value='1' class='np' <?php if($photo_markup=='1') echo "checked"; ?>> 图片是否加水印</label> | |||
| </td> | |||
| </tr> | |||
| </table> | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td width="100%" height="24" colspan="2" class="bline"> | |||
| <td width="100%" height="26" colspan="2" class="bline"> | |||
| <table width="800" border="0" cellspacing="0" cellpadding="0"> | |||
| <tr> | |||
| <td width="90"> 分页方式:</td> | |||
| <td width="90" style="padding-left:10px">分页方式:</td> | |||
| <td> | |||
| <label><input name="sptype" type="radio" class="np" value="hand" | |||
| <?php if($cfg_arcautosp=='N') echo " checked='1' "?> /> | |||
| 手动</label> | |||
| <label><input type="radio" name="sptype" value="auto" class="np" | |||
| <?php if($cfg_arcautosp=='Y') echo " checked='1' "?> /> | |||
| 自动</label> 大小: | |||
| <input name="spsize" type="text" id="spsize" value="<?php echo $cfg_arcautosp_size?>" size="6" /> K | |||
| (分页符为: <font color="#FF0000">#p#分页标题#e# </font>) | |||
| <label><input name="sptype" type="radio" class="np" value="hand" <?php if($cfg_arcautosp=='N') echo " checked='1' "?>> 手动 </label> | |||
| <label><input type="radio" name="sptype" value="auto" class="np" <?php if($cfg_arcautosp=='Y') echo " checked='1' "?>> 自动 </label> | |||
| 大小:<input name="spsize" type="text" id="spsize" value="<?php echo $cfg_arcautosp_size?>" size="6"> K(分页符为:#p#分页标题#e#) | |||
| </td> | |||
| </tr> | |||
| </table> | |||
| @@ -360,55 +298,48 @@ | |||
| </tr> | |||
| <tr> | |||
| <td width="100%" id="arcBody"> | |||
| <?php | |||
| <?php | |||
| GetEditor("body",$body,450); | |||
| ?> | |||
| ?> | |||
| </td> | |||
| <td width="255" align="center" valign="top" bgcolor="#FFFFCC" id="mPic" style="display:none"></td> | |||
| <td width="250" align="center" valign="top" bgcolor="#FFFFCC" id="mPic" style="display:none"></td> | |||
| </tr> | |||
| </table> | |||
| <!-- //高级参数 --> | |||
| <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" id="head1" style="margin-top:10px;"> | |||
| <!--高级参数--> | |||
| <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" id="head1" style="margin-top:10px"> | |||
| <tr> | |||
| <td> | |||
| <table border="0" cellpadding="0" cellspacing="0"> | |||
| <tr> | |||
| <td width="84" height="24" align="center" background="images/itemnote1.gif"> <a | |||
| href='javascript:ShowHideT("adset")'><u>高级参数↑</u></a></td> | |||
| <td width="84" height="26" align="center" background="images/itemnote1.gif"><a href='javascript:ShowHideT("adset")'>高级参数↑</a></td> | |||
| </tr> | |||
| </table> | |||
| </td> | |||
| </tr> | |||
| </table> | |||
| <table width="98%" border="0" align="center" cellpadding="2" cellspacing="2" id="adset" | |||
| style="border:1px solid #cfcfcf;background:#ffffff;"> | |||
| <table width="98%" border="0" align="center" cellpadding="2" cellspacing="2" id="adset" style="border:1px solid #cfcfcf;background:#ffffff"> | |||
| <tr> | |||
| <td height="24" colspan="4" class="bline"> | |||
| <td height="26" colspan="4" class="bline"> | |||
| <table width="800" border="0" cellspacing="0" cellpadding="0"> | |||
| <tr> | |||
| <td width="90" height="22"> 评论选项:</td> | |||
| <td width="90" height="26" style="padding-left:10px">评论选项:</td> | |||
| <td width="240"> | |||
| <label><input type='radio' name='notpost' class='np' value='0' | |||
| <?php if($cfg_feedback_forbid=='N') echo "checked='1' "; ?> /> 允许评论 </label> | |||
| | |||
| <label><input type='radio' name='notpost' class='np' value='1' | |||
| <?php if($cfg_feedback_forbid=='Y') echo "checked='1' "; ?> /> 禁止评论 </label> | |||
| <label><input type="radio" name="notpost" class="np" value="0" <?php if($cfg_feedback_forbid=='N') echo "checked='1' "; ?>> 允许评论 </label> | |||
| <label><input type="radio" name="notpost" class="np" value="1" <?php if($cfg_feedback_forbid=='Y') echo "checked='1' "; ?>> 禁止评论 </label> | |||
| </td> | |||
| <td width="90">浏览次数:</td> | |||
| <td> | |||
| <input type='text' name='click' | |||
| value='<?php echo ($cfg_arc_click=='-1' ? mt_rand(50, 200) : $cfg_arc_click); ?>' | |||
| style='width:100px;' /> | |||
| <input type="text" name="click" value="<?php echo ($cfg_arc_click=='-1' ? mt_rand(50, 200) : $cfg_arc_click); ?>" style="width:100px"> | |||
| </td> | |||
| </tr> | |||
| </table> | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td height="24" colspan="4" class="bline"> | |||
| <td height="26" colspan="4" class="bline"> | |||
| <table width="800" border="0" cellspacing="0" cellpadding="0"> | |||
| <tr> | |||
| <td width="90" height="22"> 文章排序:</td> | |||
| <td width="90" height="26" style="padding-left:10px">文章排序:</td> | |||
| <td width="240"> | |||
| <select name="sortup" id="sortup" style="width:150px"> | |||
| <option value="0" selected>默认排序</option> | |||
| @@ -420,98 +351,91 @@ | |||
| </select> </td> | |||
| <td width="90">标题颜色:</td> | |||
| <td> | |||
| <input name="color" type="text" id="color" style="width:120px" /> | |||
| <button class="btn btn-success btn-sm" name="modcolor" type="button" id="modcolor" | |||
| onClick="ShowColor(event, this)">选取</button> | |||
| <input name="color" type="text" id="color" style="width:120px"> | |||
| <button class="btn btn-success btn-sm" name="modcolor" type="button" id="modcolor" onClick="ShowColor(event, this)">选取</button> | |||
| </td> | |||
| </tr> | |||
| </table> | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td height="24" colspan="4" class="bline"> | |||
| <td height="26" colspan="4" class="bline"> | |||
| <table width="800" border="0" cellspacing="0" cellpadding="0"> | |||
| <tr> | |||
| <td width="90"> 阅读权限:</td> | |||
| <td width="90" style="padding-left:10px">阅读权限:</td> | |||
| <td width="240"> <select name="arcrank" id="arcrank" style="width:150px"> | |||
| <?php | |||
| <?php | |||
| $urank = $cuserLogin->getUserRank(); | |||
| $dsql->SetQuery("Select * from `#@__arcrank` where adminrank<='$urank'"); | |||
| $dsql->Execute(); | |||
| while($row = $dsql->GetObject()) | |||
| { | |||
| echo " <option value='".$row->rank."'>".$row->membername."</option>\r\n"; | |||
| echo "<option value='".$row->rank."'>".$row->membername."</option>\r\n"; | |||
| } | |||
| ?> | |||
| ?> | |||
| </select> </td> | |||
| <td width="90">消费金币:</td> | |||
| <td> | |||
| <input name="money" type="text" id="money" value="0" size="10" /> </td> | |||
| <td><input name="money" type="text" id="money" value="0" size="10"></td> | |||
| </tr> | |||
| </table> | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td height="24" colspan="4" class="bline"> | |||
| <td height="26" colspan="4" class="bline"> | |||
| <table width="800" border="0" cellspacing="0" cellpadding="0"> | |||
| <tr> | |||
| <td width="90"> 发布时间:</td> | |||
| <td width="241"> | |||
| <td width="90" style="padding-left:10px">发布时间:</td> | |||
| <td width="240"> | |||
| <?php | |||
| $nowtime = GetDateTimeMk(time()); | |||
| echo "<input name=\"pubdate\" value=\"$nowtime\" type=\"text\" id=\"pubdate\" class='datepicker'>"; | |||
| ?> | |||
| $nowtime = GetDateTimeMk(time()); | |||
| echo "<input name=\"pubdate\" value=\"$nowtime\" type=\"text\" id=\"pubdate\" class='datepicker'>"; | |||
| ?> | |||
| </td> | |||
| <td width="90">发布选项:</td> | |||
| <td width="379"> | |||
| <label><input name="ishtml" type="radio" class="np" value="1" checked="1" /> | |||
| 生成HTML</label> | |||
| <label><input type="radio" name="ishtml" class="np" value="0" /> | |||
| 仅动态浏览</label> </td> | |||
| <td width="90" style="padding-left:10px">发布选项:</td> | |||
| <td width="380"> | |||
| <label><input name="ishtml" type="radio" class="np" value="1" checked="1"> 生成HTML </label> | |||
| <label><input type="radio" name="ishtml" class="np" value="0"> 仅动态浏览</label></td> | |||
| </tr> | |||
| </table> | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td height="24" colspan="4"> | |||
| <td height="26" colspan="4"> | |||
| <table width="800" border="0" cellspacing="0" cellpadding="0"> | |||
| <tr> | |||
| <td width="109"> 自定义文件名:</td> | |||
| <td width="351"><input type="text" name="filename" id="filename" />(不包括后缀名如.html等)</td> | |||
| <td width="110" style="padding-left:10px">自定义文件名:</td> | |||
| <td width="350"><input type="text" name="filename" id="filename">(不包括后缀名如.html等)</td> | |||
| <td width="340"> | |||
| <?php | |||
| if(isset($cfg_tamplate_rand) && $cfg_tamplate_rand==1) | |||
| { | |||
| ?> | |||
| if(isset($cfg_tamplate_rand) && $cfg_tamplate_rand==1) | |||
| { | |||
| ?> | |||
| 随机选择模板: | |||
| <select name='templet' id='templet' style='width:200px' size='1'> | |||
| <?php | |||
| $rndsel = mt_rand(1, count($cfg_tamplate_arr)) - 1; | |||
| foreach($cfg_tamplate_arr as $k=>$v) | |||
| { | |||
| $v = trim($v); | |||
| echo ($k==$rndsel ? "<option value='$v' selected>$v</option>\r\n" : "<option value='$v'>$v</option>\r\n"); | |||
| } | |||
| ?> | |||
| $rndsel = mt_rand(1, count($cfg_tamplate_arr)) - 1; | |||
| foreach($cfg_tamplate_arr as $k=>$v) | |||
| { | |||
| $v = trim($v); | |||
| echo ($k==$rndsel ? "<option value='$v' selected>$v</option>\r\n" : "<option value='$v'>$v</option>\r\n"); | |||
| } | |||
| ?> | |||
| </select> | |||
| <?php | |||
| } | |||
| else{ | |||
| echo "<input type='hidden' name='templet' value='' />"; | |||
| } | |||
| ?> | |||
| } else { | |||
| echo "<input type='hidden' name='templet' value=''>"; | |||
| } | |||
| ?> | |||
| </td> | |||
| </tr> | |||
| </table> | |||
| </td> | |||
| </tr> | |||
| </table> | |||
| <table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#F9FCEF" | |||
| style="border:1px solid #cfcfcf;border-top:none;" class="mb-3"> | |||
| <tr height="35"> | |||
| <td width="17%"> </td> | |||
| <td width="83%" class="py-3"> | |||
| <table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#F9FCEF" style="border:1px solid #cfcfcf;border-top:none" class="mb-3"> | |||
| <tr height="36"> | |||
| <td width="4%"></td> | |||
| <td width="96%" class="py-3"> | |||
| <button type="submit" class="btn btn-success">保存</button> | |||
| <button type="button" onClick="location.reload();" class="btn btn-success">重置</button> | |||
| </td> | |||
| @@ -519,7 +443,6 @@ | |||
| </table> | |||
| </form> | |||
| <div id="__tmpbody" style="display:none"></div> | |||
| <script language='javascript'>InitPage();</script> | |||
| <script>InitPage();</script> | |||
| </body> | |||
| </html> | |||
| @@ -1,59 +1,45 @@ | |||
| <!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"> | |||
| <!DOCTYPE html> | |||
| <html> | |||
| <head> | |||
| <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | |||
| <meta charset="<?php echo $cfg_soft_lang; ?>"> | |||
| <title>更改文章</title> | |||
| <style type="text/css"> | |||
| body { | |||
| background-image: url(images/allbg.gif); | |||
| } | |||
| </style> | |||
| <link rel="stylesheet" href="../static/css/bootstrap.min.css"> | |||
| <link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||
| <link href="css/base.css" rel="stylesheet" type="text/css"> | |||
| <script language="javascript" src="../static/js/jquery.js"></script> | |||
| <script language="javascript" src="../static/js/dedeajax2.js"></script> | |||
| <link href="../static/css/daterangepicker.css" rel="stylesheet"> | |||
| <script type="text/javascript" src="../static/js/moment.min.js"></script> | |||
| <script type="text/javascript" src="../static/js/daterangepicker.js"></script> | |||
| <script language="javascript" src="js/main.js"></script> | |||
| <script type="text/javascript" src="js/handlers.js"></script> | |||
| <script src="../static/js/bootstrap.bundle.js"></script> | |||
| <link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css"> | |||
| <link rel="stylesheet" href="css/base.css" type="text/css"> | |||
| <link rel="stylesheet" href="../static/css/daterangepicker.css"> | |||
| <link rel="stylesheet" href="../static/css/jquery.fileupload.css"> | |||
| <link href="../static/css/cropper.min.css" rel="stylesheet"> | |||
| <link rel="stylesheet" href="../static/css/cropper.min.css"> | |||
| <script src="../static/js/jquery.js"></script> | |||
| <script src="../static/js/dedeajax2.js"></script> | |||
| <script src="../static/js/moment.min.js"></script> | |||
| <script src="../static/js/daterangepicker.js"></script> | |||
| <script src="js/main.js"></script> | |||
| <script src="js/handlers.js"></script> | |||
| <script src="../static/js/bootstrap.bundle.js"></script> | |||
| <script src="../static/js/cropper.min.js"></script> | |||
| <script language="javascript"> | |||
| <script> | |||
| var swfu = null; | |||
| var arctype = 'article'; | |||
| function checkSubmit() { | |||
| if (document.form1.title.value == '') { | |||
| ShowMsg('文章标题不能为空!'); | |||
| ShowMsg('文章标题不能为空'); | |||
| document.form1.title.focus(); | |||
| return false; | |||
| } | |||
| } | |||
| </script> | |||
| <style> | |||
| .albCt img { | |||
| cursor: pointer; | |||
| } | |||
| img { | |||
| vertical-align: baseline; | |||
| } | |||
| body{background-image:#ffffff} | |||
| table{border-collapse:separate} | |||
| img{vertical-align:baseline} | |||
| .albCt img{cursor:pointer} | |||
| </style> | |||
| </head> | |||
| <body topmargin="8"> | |||
| <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" class="mt-3"> | |||
| <tr> | |||
| <td width="60%" height="30"><IMG height=14 src="images/book1.gif" width=20> <a | |||
| href="catalog_do.php?cid=<?php echo $arcRow['typeid']?>&channelid=<?php echo $channelid?>&dopost=listArchives"><u>文章列表</u></a> | |||
| >> 更改文章</td> | |||
| <td width="30%" align='right'> <?php echo $backurl; ?><a class="btn btn-success btn-sm" href="catalog_main.php">栏目管理</a></td> | |||
| <td width="1%"> </td> | |||
| <td width="60%" height="30"><img src="images/book1.gif"><a href="catalog_do.php?cid=<?php echo $arcRow['typeid']?>&channelid=<?php echo $channelid?>&dopost=listArchives">文章列表</a> >> 更改文章</td> | |||
| <td width="30%" align="right"><?php echo $backurl; ?><a class="btn btn-success btn-sm" href="catalog_main.php">栏目管理</a></td> | |||
| </tr> | |||
| </table> | |||
| <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" id="head1"> | |||
| @@ -61,9 +47,8 @@ | |||
| <td colspan="2"> | |||
| <table border="0" cellpadding="0" cellspacing="0"> | |||
| <tr> | |||
| <td width="84" height="24" align="center" background="images/itemnote1.gif"> 常规信息 </td> | |||
| <td width="84" align="center" background="images/itemnote2.gif"><a href="#" | |||
| onClick="ShowItem2()"><u>高级参数</u></a></td> | |||
| <td width="84" height="26" align="center" background="images/itemnote1.gif">常规信息</td> | |||
| <td width="84" align="center" background="images/itemnote2.gif"><a href="#" onClick="ShowItem2()">高级参数</a></td> | |||
| </tr> | |||
| </table> | |||
| </td> | |||
| @@ -72,108 +57,93 @@ | |||
| <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" id="head2" style="display:none"> | |||
| <tr> | |||
| <td colspan="2"> | |||
| <table height="24" border="0" cellpadding="0" cellspacing="0"> | |||
| <table height="26" border="0" cellpadding="0" cellspacing="0"> | |||
| <tr> | |||
| <td width="84" align="center" background="images/itemnote2.gif"><a href="#" | |||
| onClick="ShowItem1()"><u>常规信息</u></a> </td> | |||
| <td width="84" align="center" background="images/itemnote2.gif"><a href="#" onClick="ShowItem1()">常规信息</a></td> | |||
| <td width="84" align="center" background="images/itemnote1.gif">高级参数</td> | |||
| </tr> | |||
| </table> | |||
| </td> | |||
| </tr> | |||
| </table> | |||
| <form name="form1" action="article_edit.php" enctype="multipart/form-data" method="post" | |||
| onSubmit="return checkSubmit();"> | |||
| <input type="hidden" name="dopost" value="save" /> | |||
| <input type="hidden" name="channelid" value="<?php echo $channelid?>" /> | |||
| <input type="hidden" name="id" value="<?php echo $aid?>" /> | |||
| <form name="form1" action="article_edit.php" enctype="multipart/form-data" method="post" onSubmit="return checkSubmit();"> | |||
| <input type="hidden" name="dopost" value="save"> | |||
| <input type="hidden" name="channelid" value="<?php echo $channelid?>"> | |||
| <input type="hidden" name="id" value="<?php echo $aid?>"> | |||
| <input type="hidden" id="litpic_b64" name="litpic_b64" value=""> | |||
| <table width="98%" border="0" align="center" cellpadding="2" cellspacing="2" id="needset" | |||
| style="border:1px solid #cfcfcf;background:#ffffff;"> | |||
| <table width="98%" border="0" align="center" cellpadding="2" cellspacing="2" id="needset" style="border:1px solid #cfcfcf;background:#ffffff;"> | |||
| <tr> | |||
| <td height="24" colspan="2" class="bline"> | |||
| <td height="26" colspan="2" class="bline"> | |||
| <table width="800" border="0" cellspacing="0" cellpadding="0"> | |||
| <tr> | |||
| <td width="90"> 文章标题:</td> | |||
| <td width='408'><input name="title" type="text" id="title" value="<?php echo $arcRow['title']; ?>" | |||
| style="width:388px"></td> | |||
| <td width="90"> 简略标题:</td> | |||
| <td><input name="shorttitle" type="text" id="shorttitle" style="width:150px" | |||
| value="<?php echo $arcRow['shorttitle']; ?>"></td> | |||
| <td width="90" style="padding-left:10px">文章标题:</td> | |||
| <td width="400"><input name="title" type="text" id="title" value="<?php echo $arcRow['title']; ?>" style="width:380px"></td> | |||
| <td width="90">简略标题:</td> | |||
| <td><input name="shorttitle" type="text" id="shorttitle" style="width:150px" value="<?php echo $arcRow['shorttitle']; ?>"></td> | |||
| </tr> | |||
| </table> | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td width="400%" height="24" colspan="2" class="bline"> | |||
| <td width="400%" height="26" colspan="2" class="bline"> | |||
| <table width="800" border="0" cellspacing="0" cellpadding="0"> | |||
| <tr> | |||
| <td width="100"> 自定义属性:</td> | |||
| <td><?php | |||
| $dsql->SetQuery("SELECT * FROM `#@__arcatt` ORDER BY sortid ASC"); | |||
| $dsql->Execute(); | |||
| while($trow = $dsql->GetObject()) | |||
| { | |||
| if($trow->att=='j') | |||
| { | |||
| $jumpclick = " onclick='ShowUrlTr()'"; | |||
| } | |||
| else | |||
| { | |||
| $jumpclick = ''; | |||
| } | |||
| if(preg_match("#".$trow->att."#", $arcRow['flag'])) | |||
| { | |||
| echo "<label><input class='np' type='checkbox' name='flags[]' id='flags{$trow->att}' value='{$trow->att}' {$jumpclick} checked='checked' /> {$trow->attname}[{$trow->att}]</label> "; | |||
| } | |||
| else | |||
| { | |||
| echo "<label><input class='np' type='checkbox' name='flags[]' id='flags{$trow->att}' value='{$trow->att}'{$jumpclick} /> {$trow->attname}[{$trow->att}]</label> "; | |||
| } | |||
| } | |||
| ?></td> | |||
| <td width="100" style="padding-left:10px">自定义属性:</td> | |||
| <td> | |||
| <?php | |||
| $dsql->SetQuery("SELECT * FROM `#@__arcatt` ORDER BY sortid ASC"); | |||
| $dsql->Execute(); | |||
| while($trow = $dsql->GetObject()) | |||
| { | |||
| if($trow->att=='j') | |||
| { | |||
| $jumpclick = " onclick='ShowUrlTr()'"; | |||
| } else { | |||
| $jumpclick = ''; | |||
| } | |||
| if(preg_match("#".$trow->att."#", $arcRow['flag'])) | |||
| { | |||
| echo "<label><input class='np' type='checkbox' name='flags[]' id='flags{$trow->att}' value='{$trow->att}' {$jumpclick} checked='checked'> {$trow->attname}[{$trow->att}]</label> "; | |||
| } else { | |||
| echo "<label><input class='np' type='checkbox' name='flags[]' id='flags{$trow->att}' value='{$trow->att}'{$jumpclick}> {$trow->attname}[{$trow->att}]</label> "; | |||
| } | |||
| } | |||
| ?> | |||
| </td> | |||
| </tr> | |||
| </table> | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td height="24" colspan="2" class="bline" id="redirecturltr" | |||
| style="display:<?php echo (empty($addRow['redirecturl']) ? 'none' : 'block');?>"> | |||
| <td height="26" colspan="2" class="bline" id="redirecturltr" style="display:<?php echo (empty($addRow['redirecturl']) ? 'none' : 'block');?>"> | |||
| <table width="800" border="0" cellspacing="0" cellpadding="0"> | |||
| <tr> | |||
| <td width="90"> 跳转网址:</td> | |||
| <td><input name="redirecturl" type="text" id="redirecturl" style="width:300px" | |||
| value="<?php echo $addRow["redirecturl"]?>" /></td> | |||
| <td width="90" style="padding-left:10px">跳转网址:</td> | |||
| <td><input name="redirecturl" type="text" id="redirecturl" style="width:300px" value="<?php echo $addRow["redirecturl"]?>"></td> | |||
| </tr> | |||
| </table> | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td width="400%" height="24" colspan="2" class="bline"> | |||
| <td width="400%" height="26" colspan="2" class="bline"> | |||
| <table width="800" border="0" cellspacing="0" cellpadding="0"> | |||
| <tr> | |||
| <td width="90"> Tag标签:</td> | |||
| <td><input name="tags" type="text" id="tags" value="<?php echo $tags; ?>" style="width:300px" /> | |||
| (','号分开,单个标签小于12字节)</td> | |||
| <td width="90" style="padding-left:10px">Tag标签:</td> | |||
| <td><input name="tags" type="text" id="tags" value="<?php echo $tags; ?>" style="width:300px">(','号分开,单个标签小于12字节)</td> | |||
| <td width="40">权重:</td> | |||
| <td width="141"><input name="weight" type="text" id="weight" style="width:50px" | |||
| value="<?php echo $arcRow['weight'];?>" /> | |||
| (越小越靠前)</td> | |||
| <td width="160"><input name="weight" type="text" id="weight" style="width:60px" value="<?php echo $arcRow['weight'];?>">(越小越靠前)</td> | |||
| </tr> | |||
| </table> | |||
| </td> | |||
| </tr> | |||
| <tr id="pictable"> | |||
| <td height="24" colspan="2" class="bline"> | |||
| <td height="26" colspan="2" class="bline"> | |||
| <table width="800" border="0" cellspacing="0" cellpadding="0"> | |||
| <tr> | |||
| <td width="90" height="81"> 缩 略 图:<br /></td> | |||
| <td><input name="picname" type="text" id="picname" style="width:300px" | |||
| value="<?php echo $arcRow["litpic"]?>"> | |||
| <label><input type='checkbox' class='np' name='ddisremote' value='1' /> | |||
| 远程</label> | |||
| <td width="90" height="80" style="padding-left:10px">缩略图:</td> | |||
| <td> | |||
| <input name="picname" type="text" id="picname" style="width:300px" value="<?php echo $arcRow['litpic']?>"> | |||
| <label><input type='checkbox' class='np' name='ddisremote' value='1'>远程</label> | |||
| <span class="btn btn-success btn-sm fileinput-button"> | |||
| <i class="glyphicon glyphicon-plus"></i> | |||
| 选择图片 | |||
| @@ -185,167 +155,163 @@ | |||
| </button> | |||
| </td> | |||
| <td align="center"> | |||
| <img id="litPic" | |||
| src="<?php if($arcRow["litpic"]!="") echo $arcRow["litpic"]; else echo "../static/defaultpic.gif";?>" | |||
| style="height: 80px"> | |||
| <img id="litPic" src="<?php if($arcRow['litpic']!='') echo $arcRow['litpic']; else echo '../static/defaultpic.gif'; ?>" style="height:80px"> | |||
| </td> | |||
| </tr> | |||
| </table> | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td height="24" colspan="2" class="bline"> | |||
| <td height="26" colspan="2" class="bline"> | |||
| <table width="800" border="0" cellspacing="0" cellpadding="0"> | |||
| <tr> | |||
| <td width="90"> 文章来源:</td> | |||
| <td width="250"><input name="source" type="text" id="source" style="width:160px" | |||
| value="<?php echo $arcRow["source"]?>" size="16"> | |||
| <td width="90" style="padding-left:10px">文章来源:</td> | |||
| <td width="240"> | |||
| <input name="source" type="text" id="source" style="width:160px" value="<?php echo $arcRow['source']?>" size="16"> | |||
| <button name="selsource" type="button" id="selsource" class="btn btn-success btn-sm">选择</button></td> | |||
| <td width="90">作 者:</td> | |||
| <td><input name="writer" type="text" id="writer" style="width:120px" | |||
| value="<?php echo $arcRow["writer"]?>"> | |||
| <button name="selwriter" type="button" id="selwriter" class="btn btn-success btn-sm">选择</button></td> | |||
| <td width="90">作者:</td> | |||
| <td> | |||
| <input name="writer" type="text" id="writer" style="width:120px" value="<?php echo $arcRow['writer']?>"> | |||
| <button name="selwriter" type="button" id="selwriter" class="btn btn-success btn-sm">选择</button> | |||
| </td> | |||
| </tr> | |||
| </table> | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td height="24" colspan="2" class="bline"> | |||
| <td height="26" colspan="2" class="bline"> | |||
| <table width="800" border="0" cellspacing="0" cellpadding="0"> | |||
| <tr> | |||
| <td width="100"> 文章主栏目:</td> | |||
| <td><?php | |||
| $typeOptions = GetOptionList($arcRow['typeid'],$cuserLogin->getUserChannel(),$channelid); | |||
| echo "<select name='typeid' id='typeid' style='width:240px'>\r\n"; | |||
| if($arcRow["typeid"]=="0") echo "<option value='0' selected>请选择栏目...</option>\r\n"; | |||
| echo $typeOptions; | |||
| echo "</select>"; | |||
| ?> | |||
| <img src='images/menusearch.gif' style='cursor:pointer' | |||
| onClick="ShowCatMap(event, this, <?php echo $channelid; ?>, 'typeid', '<?php echo $arcRow['typeid']; ?>')" | |||
| alt='快捷选择' title='快捷选择' /> | |||
| <td width="100" style="padding-left:10px">文章主栏目:</td> | |||
| <td> | |||
| <?php | |||
| $typeOptions = GetOptionList($arcRow['typeid'],$cuserLogin->getUserChannel(),$channelid); | |||
| echo "<select name='typeid' id='typeid' style='width:240px'>"; | |||
| if($arcRow["typeid"]=="0") echo "<option value='0' selected>请选择栏目</option>"; | |||
| echo $typeOptions; | |||
| echo "</select>"; | |||
| ?> | |||
| <img src="images/menusearch.gif" style="cursor:pointer" onClick="ShowCatMap(event,this,<?php echo $channelid; ?>,'typeid','<?php echo $arcRow['typeid']; ?>')" alt="快捷选择" title="快捷选择"> | |||
| </td> | |||
| </tr> | |||
| </table> | |||
| </td> | |||
| </tr> | |||
| <?php | |||
| if($cfg_need_typeid2=='Y') { | |||
| ?> | |||
| if($cfg_need_typeid2=='Y') { | |||
| ?> | |||
| <tr> | |||
| <td height="24" colspan="2" class="bline"> | |||
| <td height="26" colspan="2" class="bline"> | |||
| <table width="800" border="0" cellspacing="0" cellpadding="0"> | |||
| <tr> | |||
| <td width="100"> 文章副栏目:</td> | |||
| <td><span id='typeid2ct'></span> | |||
| <input type='text' name='typeid2' id='typeid2' | |||
| value='<?php echo ($arcRow['typeid2']=='0' ? '' : $arcRow['typeid2']); ?>' style='width:200px;' /> | |||
| <img src='images/menusearch2.gif' style='cursor:pointer;' | |||
| onClick="ShowCatMap(event, this, <?php echo $channelid; ?>, 'typeid2', '<?php echo $arcRow['typeid2']; ?>')" | |||
| alt='选择副栏目' title='选择副栏目' /></td> | |||
| <td width="90" style="padding-left:10px">文章副栏目:</td> | |||
| <td> | |||
| <span id="typeid2ct"></span> | |||
| <input type="text" name="typeid2" id="typeid2" value="<?php echo ($arcRow['typeid2']=='0'?'':$arcRow['typeid2']); ?>" style="width:200px"> | |||
| <img src="images/menusearch2.gif" style="cursor:pointer" onClick="ShowCatMap(event,this,<?php echo $channelid; ?>,'typeid2','<?php echo $arcRow['typeid2']; ?>')" alt="选择副栏目" title="选择副栏目"> | |||
| </td> | |||
| </tr> | |||
| </table> | |||
| </td> | |||
| </tr> | |||
| <?php } ?> | |||
| <?php | |||
| } | |||
| ?> | |||
| <tr> | |||
| <td colspan="2"><?php | |||
| PrintAutoFieldsEdit($cInfos['fieldset'],$addRow,'autofield'); | |||
| ?></td> | |||
| <td colspan="2"> | |||
| <?php | |||
| PrintAutoFieldsEdit($cInfos['fieldset'],$addRow,'autofield'); | |||
| ?> | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td height="24" colspan="2" bgcolor="#F9FCEF" class="bline2"> 文章内容:</td> | |||
| <td height="26" colspan="2" bgcolor="#F9FCEF" class="bline2" style="padding-left:10px">文章内容:</td> | |||
| </tr> | |||
| <tr> | |||
| <td width="400%" height="24" colspan="2" class="bline"> | |||
| <td width="400%" height="26" colspan="2" class="bline"> | |||
| <table width="800" border="0" cellspacing="0" cellpadding="0"> | |||
| <tr> | |||
| <td width="90"> 附加选项:</td> | |||
| <td width="90" style="padding-left:10px">附加选项:</td> | |||
| <td> | |||
| <label><input name="remote" type="checkbox" class="np" id="remote" value="1" <?php if($cfg_rm_remote=='Y') echo ' checked="1" '; ?>> | |||
| 下载远程图片和资源</label> | |||
| <label><input name="autolitpic" type="checkbox" class="np" id="autolitpic" value="1" <?php if($cfg_arc_autopic=='Y') echo ' checked="1" '; ?>> | |||
| 提取第一个图片为缩略图</label> </td> | |||
| <label><input name="remote" type="checkbox" class="np" id="remote" value="1" <?php if($cfg_rm_remote=='Y') echo ' checked="1" '; ?>> 下载远程图片和资源 </label> | |||
| <label><input name="autolitpic" type="checkbox" class="np" id="autolitpic" value="1" <?php if($cfg_arc_autopic=='Y') echo ' checked="1" '; ?>> 提取第一个图片为缩略图</label> | |||
| </td> | |||
| </tr> | |||
| </table> | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td width="100%"><?php GetEditor("body",stripcslashes($addRow['body']),450); ?></td> | |||
| <td width="255" align="center" valign="top" bgcolor="#FFFFCC" id="mPic" style="display:none"></td> | |||
| <td width="250" align="center" valign="top" bgcolor="#FFFFCC" id="mPic" style="display:none"></td> | |||
| </tr> | |||
| </table> | |||
| <!-- //高级参数 --> | |||
| <table width="98%" border="0" align="center" cellpadding="2" cellspacing="2" id="adset" | |||
| style="border:1px solid #cfcfcf;background:#ffffff;display:none"> | |||
| <!--高级参数--> | |||
| <table width="98%" border="0" align="center" cellpadding="2" cellspacing="2" id="adset" style="border:1px solid #cfcfcf;background:#ffffff;display:none"> | |||
| <tr> | |||
| <td height="24" colspan="4" class="bline"> | |||
| <td height="26" colspan="4" class="bline"> | |||
| <table width="800" border="0" cellspacing="0" cellpadding="0"> | |||
| <tr> | |||
| <td width="110" height="22"> 评论选项:</td> | |||
| <td width="110" height="26" style="padding-left:10px">评论选项:</td> | |||
| <td width="250"> | |||
| <label><input type='radio' name='notpost' class='np' value='0' | |||
| <?php if($arcRow['notpost']==0) echo " checked='1' "; ?> /> | |||
| 允许评论</label> | |||
| | |||
| <label><input type='radio' name='notpost' class='np' value='1' | |||
| <?php if($arcRow['notpost']==1) echo " checked='1' "; ?> /> | |||
| 禁止评论</label> </td> | |||
| <label><input type="radio" name="notpost" class="np" value="0" <?php if($arcRow['notpost']==0) echo " checked='1' "; ?>> 允许评论 </label> | |||
| <label><input type="radio" name="notpost" class="np" value="1" <?php if($arcRow['notpost']==1) echo " checked='1' "; ?>> 禁止评论</label> | |||
| </td> | |||
| <td width="90">浏览次数:</td> | |||
| <td><input type='text' name='click' value='<?php echo $arcRow['click']; ?>' style='width:100px;' /></td> | |||
| <td><input type="text" name="click" value="<?php echo $arcRow['click']; ?>" style="width:100px"></td> | |||
| </tr> | |||
| </table> | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td height="24" class="bline"> | |||
| <td height="26" class="bline"> | |||
| <table width="800" border="0" cellspacing="0" cellpadding="0"> | |||
| <tr> | |||
| <td width="110"> 文章排序:</td> | |||
| <td width="250"><select name="sortup" id="sortup" style="width:150"> | |||
| <td width="110" style="padding-left:10px">文章排序:</td> | |||
| <td width="250"> | |||
| <select name="sortup" id="sortup" style="width:150"> | |||
| <?php | |||
| $subday = SubDay($arcRow["sortrank"],$arcRow["pubdate"]); | |||
| echo "<option value='0'>正常排序</option>\r\n"; | |||
| if($subday>0) echo "<option value='$subday' selected>置顶 $subday 天</option>\r\n"; | |||
| ?> | |||
| $subday = SubDay($arcRow["sortrank"],$arcRow["pubdate"]); | |||
| echo "<option value='0'>正常排序</option>"; | |||
| if($subday>0) echo "<option value='$subday' selected>置顶 $subday 天</option>"; | |||
| ?> | |||
| <option value="7">置顶一周</option> | |||
| <option value="30">置顶一个月</option> | |||
| <option value="90">置顶三个月</option> | |||
| <option value="180">置顶半年</option> | |||
| <option value="360">置顶一年</option> | |||
| </select></td> | |||
| </select> | |||
| </td> | |||
| <td width="90">标题颜色:</td> | |||
| <td><input name="color" type="text" id="color" style="width:120" value="<?php echo $arcRow["color"]?>"> | |||
| <button name="modcolor" type="button" id="modcolor" onClick="ShowColor(event,this)" class="btn btn-success btn-sm">选取</button></td> | |||
| <td> | |||
| <input name="color" type="text" id="color" style="width:120" value="<?php echo $arcRow['color']?>"> | |||
| <button name="modcolor" type="button" id="modcolor" onClick="ShowColor(event,this)" class="btn btn-success btn-sm">选取</button> | |||
| </td> | |||
| </tr> | |||
| </table> | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td height="24" class="bline"> | |||
| <td height="26" class="bline"> | |||
| <table width="800" border="0" cellspacing="0" cellpadding="0"> | |||
| <tr> | |||
| <td width="110"> 阅读权限:</td> | |||
| <td width="250"><select name="arcrank" id="arcrank" style="width:150"> | |||
| <td width="110" style="padding-left:10px">阅读权限:</td> | |||
| <td width="250"> | |||
| <select name="arcrank" id="arcrank" style="width:150"> | |||
| <option value='<?php echo $arcRow["arcrank"]?>'> <?php echo $arcRow["rankname"]?> </option> | |||
| <?php | |||
| $urank = $cuserLogin->getUserRank(); | |||
| $dsql->SetQuery("Select * from `#@__arcrank` where adminrank<='$urank'"); | |||
| $dsql->Execute(); | |||
| while($row = $dsql->GetObject()){ | |||
| echo " <option value='".$row->rank."'>".$row->membername."</option>\r\n"; | |||
| } | |||
| ?> | |||
| </select></td> | |||
| $urank = $cuserLogin->getUserRank(); | |||
| $dsql->SetQuery("Select * from `#@__arcrank` where adminrank<='$urank'"); | |||
| $dsql->Execute(); | |||
| while($row = $dsql->GetObject()){ | |||
| echo "<option value='".$row->rank."'>".$row->membername."</option>"; | |||
| } | |||
| ?> | |||
| </select> | |||
| </td> | |||
| <td width="90">发布选项:</td> | |||
| <td> | |||
| <label><input name="ishtml" type="radio" class="np" value="1" | |||
| <?php if($arcRow["ismake"]!=-1) echo " checked";?>> | |||
| 生成HTML</label> | |||
| <label><input type="radio" name="ishtml" class="np" value="0" | |||
| <?php if($arcRow["ismake"]==-1) echo " checked";?>> | |||
| 仅动态浏览</label></td> | |||
| <label><input name="ishtml" type="radio" class="np" value="1" <?php if($arcRow["ismake"]!=-1) echo " checked";?>> 生成HTML </label> | |||
| <label><input type="radio" name="ishtml" class="np" value="0" <?php if($arcRow["ismake"]==-1) echo " checked";?>> 仅动态浏览</label></td> | |||
| </tr> | |||
| </table> | |||
| </td> | |||
| @@ -354,87 +320,79 @@ if($cfg_need_typeid2=='Y') { | |||
| <td height="75" class="bline"> | |||
| <table width="800" border="0" cellspacing="0" cellpadding="0"> | |||
| <tr> | |||
| <td width="110"> 更新时间:</td> | |||
| <td width="110" style="padding-left:10px">更新时间:</td> | |||
| <td width="250"><?php | |||
| $nowtime = GetDateTimeMk(time()); | |||
| echo "<input name=\"pubdate\" value=\"$nowtime\" type=\"text\" id=\"pubdate\" class='datepicker'>"; | |||
| ?> | |||
| </td> | |||
| <td width="92">消费金币:</td> | |||
| <td width="368"><input name="money" type="text" id="money" value="<?php echo $arcRow["money"]?>" | |||
| size="10"></td> | |||
| <td width="90">消费金币:</td> | |||
| <td width="370"><input name="money" type="text" id="money" value="<?php echo $arcRow['money']?>" size="10"></td> | |||
| </tr> | |||
| </table> | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td height="24" class="bline"> | |||
| <td height="26" class="bline"> | |||
| <table width="800" border="0" cellspacing="0" cellpadding="0"> | |||
| <tr> | |||
| <td width="110" height="51"> 关键字:</td> | |||
| <td><input type="text" name="keywords" id="keywords" style="width:60%" | |||
| value="<?php echo $arcRow["keywords"]?>" /></td> | |||
| <td width="110" height="50" style="padding-left:10px">关键字:</td> | |||
| <td><input type="text" name="keywords" id="keywords" style="width:60%" value="<?php echo $arcRow['keywords']?>"></td> | |||
| </tr> | |||
| </table> | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td height="24" class="bline"> | |||
| <td height="26" class="bline"> | |||
| <table width="800" border="0" cellspacing="0" cellpadding="0"> | |||
| <tr> | |||
| <td width="110" height="51"> 文章摘要:</td> | |||
| <td><textarea name="description" rows="5" id="description" | |||
| style="width:80%"><?php echo $arcRow["description"]?></textarea></td> | |||
| <td width="110" height="50" style="padding-left:10px">文章摘要:</td> | |||
| <td><textarea name="description" rows="5" id="description" style="width:80%"><?php echo $arcRow['description']?></textarea></td> | |||
| </tr> | |||
| </table> | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td height="24" colspan="4"> | |||
| <td height="26" colspan="4"> | |||
| <table width="800" border="0" cellspacing="0" cellpadding="0"> | |||
| <tr> | |||
| <td width="110"> 自定义文件名:</td> | |||
| <td><input type="text" name="filename" id="filename" value="<?php echo $arcRow["filename"]?>" /> | |||
| (不包括后缀名如.html等)</td> | |||
| <td><?php | |||
| if(isset($cfg_tamplate_rand) && $cfg_tamplate_rand==1) | |||
| { | |||
| ?> | |||
| <td width="110" style="padding-left:10px">自定义文件名:</td> | |||
| <td><input type="text" name="filename" id="filename" value="<?php echo $arcRow['filename']?>">(不包括后缀名如.html等)</td> | |||
| <td> | |||
| <?php | |||
| if(isset($cfg_tamplate_rand) && $cfg_tamplate_rand==1) | |||
| { | |||
| ?> | |||
| 模板选择: | |||
| <select name='templet' id='templet' style='width:200px' size='1'> | |||
| <select name="templet" id="templet" style="width:200px" size="1"> | |||
| <?php | |||
| foreach($cfg_tamplate_arr as $k=>$v) | |||
| { | |||
| $v = trim($v); | |||
| echo ($v==$addRow['templet'] ? "<option value='$v' selected>$v</option>\r\n" : "<option value='$v'>$v</option>\r\n"); | |||
| } | |||
| ?> | |||
| foreach($cfg_tamplate_arr as $k=>$v) | |||
| { | |||
| $v = trim($v); | |||
| echo ($v==$addRow['templet'] ? "<option value='$v' selected>$v</option>":"<option value='$v'>$v</option>"); | |||
| } | |||
| ?> | |||
| </select> | |||
| <?php | |||
| } | |||
| else{ | |||
| echo "<input type='hidden' name='templet' value='{$addRow['templet']}' />"; | |||
| } | |||
| ?></td> | |||
| } else { | |||
| echo "<input type='hidden' name='templet' value='{$addRow['templet']}'>"; | |||
| } | |||
| ?> | |||
| </td> | |||
| </tr> | |||
| </table> | |||
| </td> | |||
| </tr> | |||
| </table> | |||
| <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#F9FCEF" | |||
| style="border:1px solid #cfcfcf;border-top:none;" class="mb-3"> | |||
| <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#F9FCEF" style="border:1px solid #cfcfcf;border-top:none" class="mb-3"> | |||
| <tr> | |||
| <td height="35"> | |||
| <td height="36"> | |||
| <table width="100%" border="0" cellspacing="1" cellpadding="1"> | |||
| <tr> | |||
| <td width="17%"> </td> | |||
| <td width="83%"> | |||
| <table width="214" border="0" cellspacing="0" cellpadding="0"> | |||
| <tr> | |||
| <td width="115" class="py-3"><button type="submit" class="btn btn-success">保存</button></td> | |||
| <td width="99" class="py-3"><button type="button" onClick="location.reload();" class="btn btn-success">重置</button></td> | |||
| </tr> | |||
| </table> | |||
| <td width="4%"></td> | |||
| <td width="96%"> | |||
| <button type="submit" class="btn btn-success">保存</button> | |||
| <button type="button" onClick="location.reload();" class="btn btn-success">重置</button> | |||
| </td> | |||
| </tr> | |||
| </table> | |||
| @@ -445,5 +403,4 @@ if($cfg_need_typeid2=='Y') { | |||
| </form> | |||
| <div id="__tmpbody" style="display:none"></div> | |||
| </body> | |||
| </html> | |||
| </html> | |||
| @@ -0,0 +1,2 @@ | |||
| [LocalizedFileNames] | |||
| article_edit.htm=@article_edit.htm,0 | |||
| @@ -1,84 +0,0 @@ | |||
| <html> | |||
| <head> | |||
| <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | |||
| <title>DedeBIZ menu</title> | |||
| <link rel="stylesheet" href="css/base.css"> | |||
| <script src="../static/js/dedeajax2.js"></script> | |||
| <script src="../static/js/jquery.js"></script> | |||
| <?php | |||
| echo "<script>var curopenItem = '$openitem';</script>"; | |||
| ?> | |||
| <script src="js/leftmenu.js"></script> | |||
| <style> | |||
| body{margin:0;background:#f2f2f2;padding-left:8px;overflow:scroll;overflow-x:hidden} | |||
| img{margin-right:0} | |||
| div{margin:0;padding:0} | |||
| dl.bitem{margin:0 0 0 10px;width:140px;background:url(images/menunewbg.gif)repeat-x;clear:both} | |||
| dl.bitem2{margin:0 0 0 10px;width:140px;background:url(images/menunewbg2.gif)repeat-x;clear:both} | |||
| dl.bitem dt,dl.bitem2 dt{padding-left:30px;height:26px;line-height:26px;cursor:pointer} | |||
| dl.bitem dt b,dl.bitem2 dt b{color:#4D6C2F} | |||
| dl.bitem dd,dl.bitem2 dd{padding:10px;background-color:#ffffff} | |||
| div.items{clear:both;padding:0;height:0} | |||
| .fllct{float:left;width:80px} | |||
| .flrct{float:left;padding-top:4px} | |||
| .sitemu li{padding:0 0 0 20px;height:26px;line-height:26px;background:url(images/arr4.gif)no-repeat 6px 10px} | |||
| a.mmac div{padding:8px 4px 4px 10px;height:38px!important;font-weight:600;color:#325304;background:url(images/leftbg2.gif)no-repeat;word-wrap:break-word;word-break:break-all} | |||
| a.mm div{padding:8px 4px 4px 10px;height:38px!important;font-weight:600;color:#475645;cursor:pointer;background:url(images/leftmbg1.gif) no-repeat;word-wrap:break-word;word-break:break-all} | |||
| a.mm:hover div{color:#4f7632;background:url(images/leftbg2.gif)no-repeat} | |||
| .mmf{padding:6px;height:1px} | |||
| #mainct{padding-top:12px;background:url(images/idnbg1.gif)repeat-y} | |||
| </style> | |||
| <link rel="stylesheet" href="images/style<?php echo $cfg_admin_skin;?>/style.css"> | |||
| <base target="main"> | |||
| </head> | |||
| <body target="main" onLoad="CheckOpenMenu();"> | |||
| <table width="180" align="left" cellspacing="0" cellpadding="0"> | |||
| <tr> | |||
| <td valign="top" style="padding-top:10" width="20"> | |||
| <a id="link1" class="mmac"><div onClick="ShowMainMenu(1)">核心</div></a> | |||
| <a id="link100" class="mm"><div onClick="ShowMainMenu(100)">模块</div></a> | |||
| <a id="link5" class="mm"><div onClick="ShowMainMenu(5)">生成</div></a> | |||
| <a id="link6" class="mm"><div onClick="ShowMainMenu(6)">会员</div></a> | |||
| <?php | |||
| if($cuserLogin->getUserType()>=10){ | |||
| ?> | |||
| <a id="link7" class="mm"><div onClick="ShowMainMenu(7)">模板</div></a> | |||
| <a id="link10" class="mm"><div onClick="ShowMainMenu(10)">系统</div></a> | |||
| <?php | |||
| } | |||
| ?> | |||
| <div class="mmf"></div> | |||
| </td> | |||
| <td width="160" id="mainct" valign="top"> | |||
| <div id="ct1"> | |||
| <?php | |||
| GetMenus($cuserLogin->getUserRank(),'main'); | |||
| ?> | |||
| </div> | |||
| <div id="ct100"></div> | |||
| <div id="ct3"></div> | |||
| <div id="ct5"></div> | |||
| <div id="ct6"></div> | |||
| <div id="ct7"></div> | |||
| <div id="ct20"></div> | |||
| <div id="ct10"></div> | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td width="26"></td> | |||
| <td width="160" valign="top"><img src='images/idnbgfoot.gif'></td> | |||
| </tr> | |||
| </table> | |||
| <?php | |||
| if(!empty($openitem) && $openitem!=1) | |||
| { | |||
| ?> | |||
| <script> | |||
| ShowMainMenu(100); | |||
| </script> | |||
| <?php | |||
| } | |||
| ?> | |||
| </body> | |||
| </html> | |||