| @@ -80,7 +80,7 @@ | |||||
| <table> | <table> | ||||
| <tr> | <tr> | ||||
| <td width="120">标签:</td> | <td width="120">标签:</td> | ||||
| <td><input type="text" name="tags" id="tags" onChange="$Obj('keywords').value=this.value;" class="admin-input-lg">(英文逗号隔开,如:DedeBIZ,得德)</td> | |||||
| <td width="620"><input type="text" name="tags" id="tags" onChange="$Obj('keywords').value=this.value;" class="admin-input-lg">(英文逗号隔开,如:DedeBIZ,得德)</td> | |||||
| <td width="60">权重:</td> | <td width="60">权重:</td> | ||||
| <td><input type="text" name="weight" id="weight" value="<?php echo $maxWright['cc'];?>" class="admin-input-sm">(越小越靠前)</td> | <td><input type="text" name="weight" id="weight" value="<?php echo $maxWright['cc'];?>" class="admin-input-sm">(越小越靠前)</td> | ||||
| </tr> | </tr> | ||||
| @@ -81,7 +81,7 @@ | |||||
| <table> | <table> | ||||
| <tr> | <tr> | ||||
| <td width="120">标签:</td> | <td width="120">标签:</td> | ||||
| <td><input type="text" name="tags" id="tags" value="<?php echo $tags;?>" class="admin-input-lg">(英文逗号隔开,如:DedeBIZ,得德)</td> | |||||
| <td width="620"><input type="text" name="tags" id="tags" value="<?php echo $tags;?>" class="admin-input-lg">(英文逗号隔开,如:DedeBIZ,得德)</td> | |||||
| <td width="60">权重:</td> | <td width="60">权重:</td> | ||||
| <td><input type="text" name="weight" id="weight" value="<?php echo $arcRow['weight'];?>" class="admin-input-sm">(越小越靠前)</td> | <td><input type="text" name="weight" id="weight" value="<?php echo $arcRow['weight'];?>" class="admin-input-sm">(越小越靠前)</td> | ||||
| </tr> | </tr> | ||||
| @@ -76,7 +76,7 @@ | |||||
| <table> | <table> | ||||
| <tr> | <tr> | ||||
| <td width="120">标签:</td> | <td width="120">标签:</td> | ||||
| <td><input type="text" name="tags" id="tags" onChange="$Obj('keywords').value=this.value;" class="admin-input-lg">(英文逗号隔开,如:DedeBIZ,得德)</td> | |||||
| <td width="620"><input type="text" name="tags" id="tags" onChange="$Obj('keywords').value=this.value;" class="admin-input-lg">(英文逗号隔开,如:DedeBIZ,得德)</td> | |||||
| <td width="60">权重:</td> | <td width="60">权重:</td> | ||||
| <td><input type="text" name="weight" id="weight" value="<?php echo $maxWright['cc'];?>" class="admin-input-sm">(越小越靠前)</td> | <td><input type="text" name="weight" id="weight" value="<?php echo $maxWright['cc'];?>" class="admin-input-sm">(越小越靠前)</td> | ||||
| </tr> | </tr> | ||||
| @@ -78,9 +78,9 @@ | |||||
| <table> | <table> | ||||
| <tr> | <tr> | ||||
| <td width="120">标签:</td> | <td width="120">标签:</td> | ||||
| <td><input name="tags" type="text" id="tags" value="<?php echo $tags;?>" class="admin-input-lg">(英文逗号隔开,如:DedeBIZ,得德)</td> | |||||
| <td width="620"><input type="text" name="tags" id="tags" value="<?php echo $tags;?>" class="admin-input-lg">(英文逗号隔开,如:DedeBIZ,得德)</td> | |||||
| <td width="60">权重:</td> | <td width="60">权重:</td> | ||||
| <td><input name="weight" type="text" id="weight" value="<?php echo $arcRow['weight'];?>" class="admin-input-sm">(越小越靠前)</td> | |||||
| <td><input type="text" name="weight" id="weight" value="<?php echo $arcRow['weight'];?>" class="admin-input-sm">(越小越靠前)</td> | |||||
| </tr> | </tr> | ||||
| </table> | </table> | ||||
| </td> | </td> | ||||
| @@ -108,13 +108,13 @@ | |||||
| <tr> | <tr> | ||||
| <td width="120">来源:</td> | <td width="120">来源:</td> | ||||
| <td width="260"> | <td width="260"> | ||||
| <input name="source" type="text" id="source" value="<?php echo $arcRow['source']?>" class="admin-input-sm"> | |||||
| <button name="selsource" type="button" id="selsource" class="btn btn-success btn-sm">选择</button> | |||||
| <input type="text" name="source" id="source" value="<?php echo $arcRow['source']?>" class="admin-input-sm"> | |||||
| <button type="button" name="selsource" id="selsource" class="btn btn-success btn-sm">选择</button> | |||||
| </td> | </td> | ||||
| <td width="60">编辑:</td> | <td width="60">编辑:</td> | ||||
| <td> | <td> | ||||
| <input name="writer" type="text" id="writer" value="<?php echo $arcRow['writer']?>" class="admin-input-sm"> | |||||
| <button class="btn btn-success btn-sm" name="selwriter" type="button" id="selwriter">选择</button> | |||||
| <input type="text" name="writer" id="writer" value="<?php echo $arcRow['writer']?>" class="admin-input-sm"> | |||||
| <button type="button" class="btn btn-success btn-sm" name="selwriter" id="selwriter">选择</button> | |||||
| </td> | </td> | ||||
| </tr> | </tr> | ||||
| </table> | </table> | ||||
| @@ -145,7 +145,7 @@ | |||||
| <a href="javascript:ShowCatMap(event,this,<?php echo $channelid;?>,'typeid');" title="选择主栏目" class="btn btn-success btn-sm"><i class="fa fa-search"></i></a> | <a href="javascript:ShowCatMap(event,this,<?php echo $channelid;?>,'typeid');" title="选择主栏目" class="btn btn-success btn-sm"><i class="fa fa-search"></i></a> | ||||
| </td> | </td> | ||||
| <td width="120">需要金币:</td> | <td width="120">需要金币:</td> | ||||
| <td><input name="money" type="text" id="money" value="<?php echo $arcRow['money']?>" class="admin-input-sm"></td> | |||||
| <td><input type="text" name="money" id="money" value="<?php echo $arcRow['money']?>" class="admin-input-sm"></td> | |||||
| </tr> | </tr> | ||||
| </table> | </table> | ||||
| </td> | </td> | ||||
| @@ -75,7 +75,7 @@ | |||||
| <table> | <table> | ||||
| <tr> | <tr> | ||||
| <td width="120">标签:</td> | <td width="120">标签:</td> | ||||
| <td><input type="text" name="tags" id="tags" onChange="$Obj('keywords').value=this.value;" class="admin-input-lg">(英文逗号隔开,如:DedeBIZ,得德)</td> | |||||
| <td width="620"><input type="text" name="tags" id="tags" onChange="$Obj('keywords').value=this.value;" class="admin-input-lg">(英文逗号隔开,如:DedeBIZ,得德)</td> | |||||
| <td width="60">权重:</td> | <td width="60">权重:</td> | ||||
| <td><input type="text" name="weight" id="weight" value="<?php echo $maxWright['cc'];?>" class="admin-input-sm">(越小越靠前)</td> | <td><input type="text" name="weight" id="weight" value="<?php echo $maxWright['cc'];?>" class="admin-input-sm">(越小越靠前)</td> | ||||
| </tr> | </tr> | ||||
| @@ -32,9 +32,9 @@ | |||||
| <table> | <table> | ||||
| <tr> | <tr> | ||||
| <td width="120">文档标题:</td> | <td width="120">文档标题:</td> | ||||
| <td width="390"><input name="title" type="text" id="title" value="<?php echo $arcRow['title'];?>" class="admin-input-lg"></td> | |||||
| <td width="390"><input type="text" name="title" id="title" value="<?php echo $arcRow['title'];?>" class="admin-input-lg"></td> | |||||
| <td width="120">简略标题:</td> | <td width="120">简略标题:</td> | ||||
| <td><input name="shorttitle" type="text" id="shorttitle" value="<?php echo $arcRow['shorttitle'];?>" class="admin-input-sm"></td> | |||||
| <td><input type="text" name="shorttitle" id="shorttitle" value="<?php echo $arcRow['shorttitle'];?>" class="admin-input-sm"></td> | |||||
| </tr> | </tr> | ||||
| </table> | </table> | ||||
| </td> | </td> | ||||
| @@ -72,7 +72,7 @@ | |||||
| <table> | <table> | ||||
| <tr> | <tr> | ||||
| <td width="120">跳转网址:</td> | <td width="120">跳转网址:</td> | ||||
| <td><input name="redirecturl" type="text" id="redirecturl" value="<?php echo $addRow['redirecturl']?>" class="admin-input-lg"></td> | |||||
| <td><input type="text" name="redirecturl" id="redirecturl" value="<?php echo $addRow['redirecturl']?>" class="admin-input-lg"></td> | |||||
| </tr> | </tr> | ||||
| </table> | </table> | ||||
| </td> | </td> | ||||
| @@ -82,9 +82,9 @@ | |||||
| <table> | <table> | ||||
| <tr> | <tr> | ||||
| <td width="120">标签:</td> | <td width="120">标签:</td> | ||||
| <td><input name="tags" type="text" id="tags" value="<?php echo $tags;?>" class="admin-input-lg">(英文逗号隔开,如:DedeBIZ,得德)</td> | |||||
| <td width="620"><input type="text" name="tags" id="tags" value="<?php echo $tags;?>" class="admin-input-lg">(英文逗号隔开,如:DedeBIZ,得德)</td> | |||||
| <td width="60">权重:</td> | <td width="60">权重:</td> | ||||
| <td><input name="weight" type="text" id="weight" value="<?php echo $arcRow['weight'];?>" class="admin-input-sm">(越小越靠前)</td> | |||||
| <td><input type="text" name="weight" id="weight" value="<?php echo $arcRow['weight'];?>" class="admin-input-sm">(越小越靠前)</td> | |||||
| </tr> | </tr> | ||||
| </table> | </table> | ||||
| </td> | </td> | ||||
| @@ -95,7 +95,7 @@ | |||||
| <tr> | <tr> | ||||
| <td width="120">缩略图:</td> | <td width="120">缩略图:</td> | ||||
| <td width="660"> | <td width="660"> | ||||
| <input name="picname" type="text" id="picname" value="<?php echo $arcRow['litpic']?>" class="admin-input-lg"> | |||||
| <input type="text" name="picname" id="picname" value="<?php echo $arcRow['litpic']?>" class="admin-input-lg"> | |||||
| <label><input type="checkbox" name="ddisremote" value="1" id="ddisremote"> 远程图片</label> | <label><input type="checkbox" name="ddisremote" value="1" id="ddisremote"> 远程图片</label> | ||||
| <span class="btn btn-success btn-sm fileinput-button">上传<input type="file" name="files[]" id="iptAddImages"></span> | <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 type="button" name="submit" onclick="SelectImage('form1.picname','');" class="btn btn-success btn-sm">选择</button> | ||||
| @@ -112,13 +112,13 @@ | |||||
| <tr> | <tr> | ||||
| <td width="120">来源:</td> | <td width="120">来源:</td> | ||||
| <td width="260"> | <td width="260"> | ||||
| <input name="source" type="text" id="source" value="<?php echo $arcRow['source']?>" class="admin-input-sm"> | |||||
| <button name="selsource" type="button" id="selsource" class="btn btn-success btn-sm">选择</button> | |||||
| <input type="text" name="source" id="source" value="<?php echo $arcRow['source']?>" class="admin-input-sm"> | |||||
| <button type="button" name="selsource" id="selsource" class="btn btn-success btn-sm">选择</button> | |||||
| </td> | </td> | ||||
| <td width="60">编辑:</td> | <td width="60">编辑:</td> | ||||
| <td> | <td> | ||||
| <input name="writer" type="text" id="writer" value="<?php echo $arcRow['writer']?>" class="admin-input-sm"> | |||||
| <button name="selwriter" type="button" id="selwriter" class="btn btn-success btn-sm">选择</button> | |||||
| <input type="text" name="writer" id="writer" value="<?php echo $arcRow['writer']?>" class="admin-input-sm"> | |||||
| <button type="button" name="selwriter" id="selwriter" class="btn btn-success btn-sm">选择</button> | |||||
| </td> | </td> | ||||
| </tr> | </tr> | ||||
| </table> | </table> | ||||
| @@ -140,7 +140,7 @@ | |||||
| <a href="javascript:ShowCatMap(event,this,<?php echo $channelid;?>,'typeid','<?php echo $arcRow['typeid'];?>');" title="选择主栏目" class="btn btn-success btn-sm"><i class="fa fa-search"></i></a> | <a href="javascript:ShowCatMap(event,this,<?php echo $channelid;?>,'typeid','<?php echo $arcRow['typeid'];?>');" title="选择主栏目" class="btn btn-success btn-sm"><i class="fa fa-search"></i></a> | ||||
| </td> | </td> | ||||
| <td width="120">需要金币:</td> | <td width="120">需要金币:</td> | ||||
| <td><input name="money" type="text" id="money" value="<?php echo $arcRow['money']?>" class="admin-input-sm"></td> | |||||
| <td><input type="text" name="money" id="money" value="<?php echo $arcRow['money']?>" class="admin-input-sm"></td> | |||||
| </tr> | </tr> | ||||
| </table> | </table> | ||||
| </td> | </td> | ||||
| @@ -237,8 +237,8 @@ | |||||
| </td> | </td> | ||||
| <td width="120">标题颜色:</td> | <td width="120">标题颜色:</td> | ||||
| <td> | <td> | ||||
| <input name="color" type="text" id="color" value="<?php echo $arcRow['color']?>" class="admin-input-sm"> | |||||
| <button name="modcolor" type="button" id="modcolor" onclick="ShowColor(event,this);" class="btn btn-success btn-sm">选择</button> | |||||
| <input type="text" name="color" id="color" value="<?php echo $arcRow['color']?>" class="admin-input-sm"> | |||||
| <button type="button" name="modcolor" id="modcolor" onclick="ShowColor(event,this);" class="btn btn-success btn-sm">选择</button> | |||||
| </td> | </td> | ||||
| </tr> | </tr> | ||||
| </table> | </table> | ||||
| @@ -92,7 +92,7 @@ | |||||
| <table> | <table> | ||||
| <tr> | <tr> | ||||
| <td width="120">标签:</td> | <td width="120">标签:</td> | ||||
| <td><input type="text" name="tags" id="tags" onChange="$Obj('keywords').value=this.value;" class="admin-input-lg">(英文逗号隔开,如:DedeBIZ,得德)</td> | |||||
| <td width="620"><input type="text" name="tags" id="tags" onChange="$Obj('keywords').value=this.value;" class="admin-input-lg">(英文逗号隔开,如:DedeBIZ,得德)</td> | |||||
| <td width="60">权重:</td> | <td width="60">权重:</td> | ||||
| <td><input type="text" name="weight" id="weight" value="<?php echo $maxWright['cc'];?>" class="admin-input-sm">(越小越靠前)</td> | <td><input type="text" name="weight" id="weight" value="<?php echo $maxWright['cc'];?>" class="admin-input-sm">(越小越靠前)</td> | ||||
| </tr> | </tr> | ||||
| @@ -93,7 +93,7 @@ | |||||
| <table> | <table> | ||||
| <tr> | <tr> | ||||
| <td width="120">标签:</td> | <td width="120">标签:</td> | ||||
| <td><input type="text" name="tags" id="tags" value="<?php echo $tags;?>" class="admin-input-lg">(英文逗号隔开,如:DedeBIZ,得德)</td> | |||||
| <td width="620"><input type="text" name="tags" id="tags" value="<?php echo $tags;?>" class="admin-input-lg">(英文逗号隔开,如:DedeBIZ,得德)</td> | |||||
| <td width="60">权重:</td> | <td width="60">权重:</td> | ||||
| <td><input type="text" name="weight" id="weight" value="<?php echo $arcRow['weight'];?>" class="admin-input-sm">(越小越靠前)</td> | <td><input type="text" name="weight" id="weight" value="<?php echo $arcRow['weight'];?>" class="admin-input-sm">(越小越靠前)</td> | ||||
| </tr> | </tr> | ||||
| @@ -9,7 +9,7 @@ | |||||
| <link rel="stylesheet" href="/static/web/css/admin.css"> | <link rel="stylesheet" href="/static/web/css/admin.css"> | ||||
| <script src="/static/web/js/jquery.min.js"></script> | <script src="/static/web/js/jquery.min.js"></script> | ||||
| <script src="/static/web/js/bootstrap.min.js"></script> | <script src="/static/web/js/bootstrap.min.js"></script> | ||||
| <script src=".//static/web/js/admin.main.js"></script> | |||||
| <script src="/static/web/js/admin.main.js"></script> | |||||
| </head> | </head> | ||||
| <body> | <body> | ||||
| <table class="table border my-3"> | <table class="table border my-3"> | ||||