<!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=<?php echo $cfg_soft_lang; ?>"> <title>修改软件</title> <link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> <link rel="stylesheet" href="../static/web/css/admin.css"> <script>const cfg_uplitpic_cut = '<?php echo $cfg_uplitpic_cut; ?>';</script> <script language="javascript" src="../static/web/js/jquery.min.js"></script> <script src="../static/web/js/bootstrap.bundle.min.js"></script> <script language="javascript" src="../static/web/js/webajax.js"></script> <link rel="stylesheet" href="../static/web/css/daterangepicker.css"> <link rel="stylesheet" href="../static/web/css/jquery.fileupload.css"> <script type="text/javascript" src="../static/web/js/moment.min.js"></script> <script type="text/javascript" src="../static/web/js/daterangepicker.js"></script> <script language="javascript" src="js/main.js"></script> <link rel="stylesheet" href="../static/web/css/cropper.min.css"> <script src="../static/web/js/cropper.min.js"></script> <script language="javascript"> function checkSubmit() { if (document.form1.title.value == '') { ShowMsg('软件名称不能为空'); document.form1.title.focus(); return false; } } var startNum = <?php echo $newRowStart?>; function MakeUpload() { var upfield = document.getElementById('uploadfield'); var endNum = parseInt(document.form1.picnum.value) + startNum; if (endNum > 30) endNum = 30; for (startNum; startNum < endNum; startNum++) { upfield.innerHTML += "<div style='line-height:36px'>软件地址" + startNum + ":<input type='text' name='softurl" + startNum + "' value='http://' style='width:300px'> 服务器名称:<input type='text' name='servermsg" + startNum + "' style='width:160px'></div>"; } } function ShowHideAddr() { document.getElementById('morelink').style.display = (document.getElementById('morelink').style.display == 'block' ? 'none' : 'block'); document.getElementById('btsh3').value = (document.getElementById('morelink').style.display == 'block' ? '隐藏地址' : '显示地址'); } </script> <style> body{background:#fff} img{vertical-align:baseline} table{border-collapse:separate} </style> </head> <body topmargin="8" background="../static/web/img/allbg.gif"> <form name="form1" action="soft_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?>"> <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" class="mt-3"> <tr> <td width="85%" height="30"><img src="../static/web/img/book1.gif"><a href="catalog_do.php?cid=<?php echo $arcRow['typeid']?>&dopost=listArchives"></a><a href="catalog_do.php?cid=<?php echo $arcRow['typeid']?>&dopost=listArchives">软件列表</a> > 修改软件</td> <td align="right"> <a href="catalog_main.php" class="btn btn-success btn-sm">栏目管理</a></td> </tr> </table> <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" id="head1"> <tr> <td colspan="2"> <table width="168" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="86" height="26" align="center" background="../static/web/img/itemnote1.gif">常规参数</td> <td width="86" align="center" background="../static/web/img/itemnote2.gif"><a href="javascript:;" onClick="ShowItem2()">高级参数</a></td> </tr> </table> </td> </tr> </table> <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" id="head2" style="display:none"> <tr> <td colspan="2"> <table width="168" height="26" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="86" align="center" background="../static/web/img/itemnote2.gif"><a href="javascript:;" onClick="ShowItem1()">常规参数</a></td> <td width="86" align="center" background="../static/web/img/itemnote1.gif">高级参数</td> </tr> </table> </td> </tr> </table> <table width="98%" border="0" align="center" cellpadding="2" cellspacing="2" id="needset" style="border:1px solid #dee2e6;background:#ffffff;"> <tr> <td height="26" colspan="4" class="bline"> <table width="800" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="90"> 文章标题:</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" value="<?php echo $arcRow['shorttitle']; ?>" style="width:160px"></td> </tr> </table> </td> </tr> <tr> <td width="400%" height="26" colspan="4" class="bline"> <table width="800" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="90"> 自定义属性:</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="26" colspan="4" 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" value="<?php echo $addRow['redirecturl']?>" style="width:300px"></td> </tr> </table> </td> </tr> <tr> <td width="400%" height="26" 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="60">权重:</td> <td><input name="weight" type="text" id="weight" value="<?php echo $arcRow['weight']; ?>" style="width:60px">(越小越靠前)</td> </tr> </table> </td> </tr> <tr id="pictable"> <td height="26" colspan="4" class="bline"> <table width="800" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="90" height="80"> 缩略图:</td> <td width="560"> <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">上传图片<input type="file" name="files[]" id="iptAddImages"></span> <button type="button" name="Submit" onClick="SelectImage('form1.picname','');" class="btn btn-success btn-sm">选择图片</button> <button id="btnClearAll" type="button" class="btn btn-success btn-sm delete">清空</button> </td> <td align="center"> <img id="litPic" src="<?php if($arcRow['litpic']!='') echo $arcRow['litpic']; else echo '../static/web/img/defaultpic.jpg'; ?>" style="height:80px"> </td> </tr> </table> </td> </tr> <tr> <td height="26" colspan="4" 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"value="<?php echo $arcRow['source']?>" style="width:160px"> <button name="selsource" type="button" id="selsource" class="btn btn-success btn-sm">选择</button> </td> <td width="60">作者:</td> <td> <input name="writer" type="text" id="writer" value="<?php echo $arcRow['writer']?>" style="width:160px"> <button name="selwriter" type="button" id="selwriter" class="btn btn-success btn-sm">选择</button> </td> </tr> </table> </td> </tr> <tr> <td height="26" colspan="4" class="bline"> <table width="570" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="90"> 软件主栏目:</td> <td> <?php $typeOptions = GetOptionList($arcRow["typeid"],$cuserLogin->getUserChannel(),$channelid); echo "<select name='typeid' id='typeid' style='width:160px'>"; if($arcRow["typeid"]=="0") echo "<option value='0' selected>请选择主分类</option>"; echo $typeOptions; echo "</select>"; ?> <img src='../static/web/img/menusearch.gif' onClick="ShowCatMap(event,this,<?php echo $channelid; ?>,'typeid','<?php echo $arcRow['typeid']; ?>')" title='快捷选择' style='cursor:pointer'> </td> <td width="90">消费金币:</td> <td><input name="needmoney" type="text" id="needmoney" value="<?php echo $needmoney; ?>" style="width:160px"></td> </tr> </table> </td> </tr> <?php if($cfg_need_typeid2=='Y') { ?> <tr> <td height="26" class="bline"> <table width="800" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="90"> 副栏目:</td> <td> <span id="typeid2ct"></span> <input type="text" name="typeid2" id="typeid2" value="<?php echo ($arcRow['typeid2']=='0' ? '' : $arcRow['typeid2']); ?>" style="width:160px"> <img src='../static/web/img/menusearch2.gif' onClick="ShowCatMap(event,this,<?php echo $channelid; ?>,'typeid2','<?php echo $arcRow['typeid2']; ?>')"title='选择副栏目' style='cursor:pointer'></td> </tr> </table> </td> </tr> <?php } ?> <tr> <td height="26" class="bline"> <table width="800" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="90"> 关键词:</td> <td><input type="text" name="keywords" id="keywords" value="<?php echo $arcRow['keywords']?>" style="width:360px"></td> </tr> </table> </td> </tr> <tr> <td height="26" class="bline"> <table width="800" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="90"> 简要说明:</td> <td><textarea name="description" id="description" style="width:360px;height:50px"><?php echo $arcRow['description']?></textarea></td> </tr> </table> </td> </tr> <tr> <td height="26" colspan="4" class="bline"> <table width="1100" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="90"> 文件类型:</td> <td> <select name="filetype" id="filetype" style="width:120px"> <?php if($addRow["filetype"]!="") echo "<option value=\"".$addRow["filetype"]."\">".$addRow['filetype']."</option>"; ?> <option value=".exe">.exe</option> <option value=".zip">.zip</option> <option value=".rar">.rar</option> <option value=".iso">.iso</option> <option value=".gz">.gz</option> <option value="其它">其它</option> </select></td> <td width="90">软件等级:</td> <td><select name="softrank" id="softrank" style="width:120px"> <?php if($addRow["softrank"]!="") echo "<option value=\"".$addRow["softrank"]."\">".$addRow['softrank']."星</option>"; ?> <option value="1">一星</option> <option value="2">二星</option> <option value="3">三星 </option> <option value="4">四星</option> <option value="5">五星</option> </select> </td> <td width="90"> 软件类型:</td> <td> <select name="softtype" id="softtype" style="width:120px"> <?php if($addRow["softtype"]!="") echo "<option value=\"".$addRow["softtype"]."\">".$addRow['softtype']."</option>"; ?> <option value="国产软件">国产软件</option> <option value="国外软件">国外软件</option> <option value="汉化补丁">汉化补丁</option> </select> </td> <td width="90">界面语言:</td> <td> <select name="language" id="language" style="width:120px"> <?php if($addRow["language"]!="") echo "<option value=\"".$addRow["language"]."\">".$addRow['language']."</option>"; ?> <option value="简体中文">简体中文</option> <option value="英文软件">英文软件</option> <option value="繁体中文">繁体中文</option> <option value="其它类型">其它类型</option> </select> </td> <td width="90">授权方式:</td> <td> <select name="accredit" id="accredit" style="width:120px"> <?php if($addRow["accredit"]!="") echo "<option value=\"".$addRow["accredit"]."\">".$addRow['accredit']."</option>"; ?> <option value="共享软件">共享软件</option> <option value="免费软件">免费软件</option> <option value="开源软件">开源软件</option> <option value="商业软件">商业软件</option> <option value="破解软件">破解软件</option> <option value="游戏外挂">游戏外挂</option> </select> </td> </tr> </table> </td> </tr> <tr> <td height="26" colspan="4" class="bline"> <table width="800" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="90"> 运行环境:</td> <td><input type='text' name='os' value='<?php echo $addRow["os"]?>' style='width:300px'></td> </tr> </table> </td> </tr> <tr> <td height="26" colspan="4" class="bline"> <table width="800" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="90"> 官方网址:</td> <td width="310"><input name="officialUrl" type="text" id="officialUrl" value="<?php echo $addRow['officialUrl']?>" style='width:300px'></td> <td width="90">程序演示:</td> <td><input name="officialDemo" type="text" id="officialDemo" value="<?php echo $addRow['officialDemo']?>" style='width:300px'></td> </tr> </table> </td> </tr> <tr> <td height="26" colspan="4" class="bline"> <table width="800" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="90"> 软件大小:</td> <td><input name="softsize" type="text" id="softsize" value="<?php echo $addRow['softsize']?>" style="width:60px"></td> <td width="90" height="30"> 需会员权限:</td> <td> <select name="daccess" id="daccess" style="width:160px"> <?php $dsql->SetQuery("Select * from `#@__arcrank` where `rank`>=0 "); $dsql->Execute(); while($row = $dsql->GetArray()) { if($row['rank']==0) $row['membername'] = "不限会员"; if($row['rank'] == $daccess) echo "<option value='{$row['rank']}' selected>{$row['membername']}</option>"; else echo "<option value='{$row['rank']}'>{$row['membername']}</option>"; } ?> </select> <a href="soft_config.php" class="btn btn-success btn-sm">软件频道设置</a> </td> </tr> </table> </td> </tr> <tr> <td><?php PrintAutoFieldsEdit(stripslashes($cInfos['fieldset']),$addRow,'autofield'); ?></td> </tr> <tr> <td height="26" colspan="4" bgcolor="#f8f8f8" class="bline2"> 软件链接列表:</td> </tr> <tr> <td height="26" colspan="4" class="bline"> <table width="800" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="90"> 其它地址:</td> <td> <input name="picnum" type="text" id="picnum" size="8" value="5"> <button class='btn btn-success btn-sm' name='kkkup' type='button' id='kkkup2' onClick="MakeUpload();">增加数量</button> <button class='btn btn-success btn-sm' type="button" name="Submit3" id="btsh3" onClick="ShowHideAddr();">隐藏地址</button>(最多为30个链接) </td> </tr> </table> </td> </tr> <tr> <td height="26" colspan="4" class="bline"> <?php echo $nForm; ?> <div id='morelink' style='display:block'> <div id='uploadfield' style='width:800px'></div> </div> </td> </tr> <tr> <td height="26" colspan="4" bgcolor="#f8f8f8" class="bline2"> 软件详细介绍:</td> </tr> <tr> <td height="26" colspan="4" bgcolor="#F1F5F2" class="bline"> <table width="800" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="90"> 附加选项:</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> </tr> </table> </td> </tr> <tr> <td height="100" colspan="4"> <?php GetEditor("body",$addRow["introduce"],250,"Small"); ?> </td> </tr> </table> <!--高级参数--> <table width="98%" border="0" align="center" cellpadding="2" cellspacing="2" id="adset" style="display:none;border:1px solid #dee2e6;background:#ffffff;"> <tr> <td height="26" colspan="4" class="bline"> <table width="800" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="90" height="26" width="250"> 评论选项:</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> <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> </tr> </table> </td> </tr> <tr> <td height="26" class="bline"> <table width="800" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="90"> 文章排序:</td> <td width="250"> <select name="sortup" id="sortup" style="width:160px"> <?php $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> <td width="90">标题颜色:</td> <td> <input name="color" type="text" id="color" value="<?php echo $arcRow['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="26" class="bline"> <table width="800" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="90"> 阅读权限:</td> <td width="250"> <select name="arcrank" id="arcrank" style="width:160px"> <option value='<?php echo $arcRow["arcrank"]; ?>'><?php echo ($arcRow["arcrank"]==0 ? '已审核状态' : $arcRow["rankname"]); ?></option> <option value='0'>已审核状态</option> <option value='-1'>未审核状态</option> </select> </td> <td width="90"> 文件名称:</td> <td><input type="text" name="filename" id="filename" value="<?php echo $arcRow['filename']?>" style="width:120px">(不包括后缀名如.html等)</td> </tr> </table> </td> </tr> <tr> <td height="70" class="bline"> <table width="800" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="90"> 更新时间:</td> <td width="250"> <?php $nowtime = GetDateTimeMk($arcRow["pubdate"]); echo "<input type='text' name='pubdate' value='$nowtime' id='pubdate' class='datepicker' style='width:160px'>"; ?> </td> <td width="90">浏览次数:</td> <td><input type="text" name="click" value="<?php echo $arcRow['click']; ?>" style="width:120px"></td> </tr> </table> </td> </tr> </table> <table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:none" class="mb-3"> <tr height="36"> <td align="center" style="padding:.6rem"> <button type="submit" class="btn btn-success">保存</button> <button type="button" onClick="location.reload();" class="btn btn-success">重置</button> </td> </tr> </table> </form> <script language='javascript'>InitPage();</script> </body> </html>