@@ -269,7 +269,7 @@ else if ($dopost == 'moveArchives') { | |||
$channelid = empty($channelid) ? 0 : $channelid; | |||
$tl = new TypeLink($aid); | |||
$typeOptions = $tl->GetOptionArray(0, $admin_catalogs, $channelid); | |||
$typeOptions = "<select name='totype' style='width:320px'> | |||
$typeOptions = "<select name='totype' class='biz-input-sm'> | |||
<option value='0'>请选择移动位置</option> | |||
$typeOptions | |||
</select>"; | |||
@@ -288,7 +288,7 @@ else if ($dopost == 'moveArchives') { | |||
<tr> | |||
<td width="90" class="biz-td"> 文档id:</td> | |||
<td class="biz-td"> | |||
<input type="text" name="tmpids" value="<?php echo $qstr;?>" style="width:320px;overflow:hidden"><br> | |||
<input type="text" name="tmpids" value="<?php echo $qstr;?>"><br> | |||
移动到目标栏目必须和选定文档频道类型一致,否则程序会自动勿略不符合文档 | |||
</td> | |||
</tr> | |||
@@ -525,7 +525,7 @@ else if ($dopost == 'quickEdit') { | |||
<td class="biz-td"> | |||
<?php | |||
$typeOptions = GetOptionList($arcRow['typeid'], $cuserLogin->getUserChannel(), $arcRow['channel']); | |||
echo "<select name='typeid' style='width:320px'>"; | |||
echo "<select name='typeid' class='biz-input-sm'>"; | |||
if ($arcRow["typeid"] == "0") echo "<option value='0' selected>请选择栏目</option>"; | |||
echo $typeOptions; | |||
echo "</select>"; | |||
@@ -551,16 +551,16 @@ else if ($dopost == 'quickEdit') { | |||
</tr> | |||
<tr> | |||
<td width="90" class="biz-td"> 标题:</td> | |||
<td class="biz-td"><input type="text" name="title" id="title" value="<?php echo $arcRow['title'];?>" style="width:320px"></td> | |||
<td class="biz-td"><input type="text" name="title" id="title" value="<?php echo $arcRow['title'];?>" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td width="90" class="biz-td"> 简略标题:</td> | |||
<td class="biz-td"><input type="text" name="shorttitle" id="shorttitle" value="<?php echo $arcRow['shorttitle'];?>" style="width:320px"></td> | |||
<td class="biz-td"><input type="text" name="shorttitle" id="shorttitle" value="<?php echo $arcRow['shorttitle'];?>" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td width="90" class="biz-td"> 阅读权限:</td> | |||
<td class="biz-td"> | |||
<select name="arcrank" id="arcrank" style="width:100px"> | |||
<select name="arcrank" id="arcrank" class="biz-input-sm"> | |||
<option value='<?php echo $arcRow["arcrank"] ?>'> | |||
<?php echo $arcRow["rankname"] ?> </option> | |||
<?php | |||
@@ -572,12 +572,12 @@ else if ($dopost == 'quickEdit') { | |||
} | |||
?> | |||
</select> | |||
需要金币:<input type="text" name="money" id="money" value="<?php echo $arcRow["money"];?>" style="width:100px"> | |||
需要金币:<input type="text" name="money" id="money" value="<?php echo $arcRow["money"];?>" class="biz-input-xs"> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td width="90" class="biz-td"> 关键词:</td> | |||
<td class="biz-td"><input type="text" name="keywords" id="keywords" value="<?php echo $arcRow['keywords'];?>" style="width:320px"></td> | |||
<td class="biz-td"><input type="text" name="keywords" id="keywords" value="<?php echo $arcRow['keywords'];?>" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td colspan="2" align="center" class="py-2"> | |||
@@ -835,7 +835,7 @@ else if ($dopost == 'attsDlg') { | |||
</tr> | |||
<tr> | |||
<td width="90" class="biz-td"> 文档id:</td> | |||
<td class="biz-td"><input type="text" name="tmpids" value="<?php echo $qstr;?>" style="width:320px;overflow:hidden"></td> | |||
<td class="biz-td"><input type="text" name="tmpids" value="<?php echo $qstr;?>"></td> | |||
</tr> | |||
<tr> | |||
<td colspan="2" align="center" class="py-2"> | |||
@@ -57,7 +57,7 @@ else if ($action == 'editload') { | |||
<table width="430" cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90">网站名称:</td> | |||
<td width="270"><input type="text" name="title" id="title" style="width:260px" value="<?php echo $row['title'];?>"></td> | |||
<td width="270"><input type="text" name="title" id="title" class="biz-input-md" value="<?php echo $row['title'];?>"></td> | |||
</tr> | |||
<tr> | |||
<td>原内容编码:</td> | |||
@@ -75,7 +75,7 @@ else if ($action == 'editload') { | |||
</tr> | |||
<tr> | |||
<td>网站网址:</td> | |||
<td colspan="2"><input type="text" name="url" id="url" value="<?php echo $row['url'];?>" style="width:260px"></td> | |||
<td colspan="2"><input type="text" name="url" id="url" value="<?php echo $row['url'];?>" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td></td> | |||
@@ -134,16 +134,16 @@ if ($dopost == 'time') { | |||
</tr> | |||
<tr> | |||
<td class="biz-td" align="center">栏目名称:</td> | |||
<td class="biz-td"><input type="text" name="typename" value="<?php echo $myrow['typename'] ?>" style="width:260px"></td> | |||
<td class="biz-td"><input type="text" name="typename" value="<?php echo $myrow['typename'] ?>" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td class="biz-td" align="center"> 排列顺序:</td> | |||
<td class="biz-td"> <input type="text" name="sortrank" value="<?php echo $myrow['sortrank'] ?>" style="width:100px">(由低 > 高)</td> | |||
<td class="biz-td"> <input type="text" name="sortrank" value="<?php echo $myrow['sortrank'] ?>" class="biz-input-sm">(由低 > 高)</td> | |||
</tr> | |||
<tr> | |||
<td class="biz-td" align="center">浏览权限:</td> | |||
<td class="biz-td"> | |||
<select name="corank" id="corank" style="width:100px"> | |||
<select name="corank" id="corank" class="biz-input-sm"> | |||
<?php | |||
$dsql->SetQuery("SELECT * FROM `#@__arcrank` WHERE `rank` >= 0"); | |||
$dsql->Execute(); | |||
@@ -159,7 +159,7 @@ if ($dopost == 'time') { | |||
</tr> | |||
<tr> | |||
<td class="biz-td" align="center">文件保存目录:</td> | |||
<td class="biz-td"><input type="text" name="typedir" value="<?php echo $myrow['typedir'] ?>" style="width:260px"></td> | |||
<td class="biz-td"><input type="text" name="typedir" value="<?php echo $myrow['typedir'] ?>" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td align="center" class="biz-td">栏目列表选项:</td> | |||
@@ -171,7 +171,7 @@ if ($dopost == 'time') { | |||
</tr> | |||
<tr> | |||
<td class="biz-td" align="center">默认页的名称:</td> | |||
<td class="biz-td"><input type="text" name="defaultname" value="<?php echo $myrow['defaultname'] ?>" style="width:260px"></td> | |||
<td class="biz-td"><input type="text" name="defaultname" value="<?php echo $myrow['defaultname'] ?>" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td class="biz-td" align="center">栏目属性:</td> | |||
@@ -149,8 +149,8 @@ html{background:#f6f6f6} | |||
上传:<input type="file" name="imgfile" style="width:50%;border:none"> | |||
<label><input type="checkbox" name="needwatermark" value="1" class="np" <?php if ($photo_markup == '1') echo "checked";?> /> 水印 </label> | |||
<label><input type="checkbox" name="resize" value="1" class="np"> 缩小 </label> | |||
宽:<input type="text" name="iwidth" value="<?php echo $cfg_ddimg_width ?>" style="width:50px"> | |||
高:<input type="text" name="iheight" value="<?php echo $cfg_ddimg_height ?>" style="width:50px"> | |||
宽:<input type="text" name="iwidth" value="<?php echo $cfg_ddimg_width ?>" class="biz-input-xs"> | |||
高:<input type="text" name="iheight" value="<?php echo $cfg_ddimg_height ?>" class="biz-input-xs"> | |||
<button type="submit" name="sb1" class="btn btn-success btn-sm">上传</button> | |||
</form> | |||
</td> | |||
@@ -84,7 +84,7 @@ html{background:#f8f8f8} | |||
<input type="hidden" name="f" value="<?php echo $f ?>"> | |||
<input type="hidden" name="job" value="upload"> | |||
上传:<input type="file" name="uploadfile" size="24" style="width:50%;border:none"> | |||
改名:<input type="text" name="newname" style="width:160px"> | |||
改名:<input type="text" name="newname" class="biz-input-sm"> | |||
<button type="submit" name="sb1" class="btn btn-success btn-sm">保存</button> | |||
</form> | |||
</td> | |||
@@ -65,7 +65,7 @@ html{background:#f8f8f8} | |||
<input type="hidden" name="f" value="<?php echo $f ?>"> | |||
<input type="hidden" name="job" value="upload"> | |||
上传:<input type="file" name="uploadfile" style="width:50%;border:none"> | |||
改名:<input type="text" name="filename" style="width:160px"> | |||
改名:<input type="text" name="filename" class="biz-input-sm"> | |||
<button type="submit" name="sb1" class="btn btn-success btn-sm">保存</button> | |||
</form> | |||
</td> | |||
@@ -32,7 +32,7 @@ $dlist->display(); | |||
function GetPic($pic) | |||
{ | |||
if ($pic == '') return '无图标'; | |||
else return "<img src='$pic' style='max-width:80px;max-height:60px'>"; | |||
else return "<img src='$pic' style='max-width:60px;max-height:60px'>"; | |||
} | |||
function GetSta($sta) | |||
{ | |||
@@ -30,7 +30,7 @@ function GetFormItem($ctag) | |||
if ($ctag->GetAtt("type") == 'select') { | |||
$myformItem = ''; | |||
$items = explode(',', $innertext); | |||
$myformItem = "<select name='$fieldname' style='width:150px'>"; | |||
$myformItem = "<select name='$fieldname' class='biz-input-sm'>"; | |||
foreach ($items as $v) { | |||
$v = trim($v); | |||
if ($v != '') { | |||
@@ -84,22 +84,22 @@ function GetFormItem($ctag) | |||
$formitem = str_replace("~form~", $innertext, $formitem); | |||
return $formitem; | |||
} else if ($ctag->GetAtt("type") == "img") { | |||
$innertext = "<input type='text' name='$fieldname' id='$fieldname' style='width:260px'><input name='".$fieldname."_bt' type='button' value='浏览' onClick=\"SelectImage('form1.$fieldname','big')\">\r\n"; | |||
$innertext = "<input type='text' name='$fieldname' id='$fieldname' class='biz-input-md'><input name='".$fieldname."_bt' type='button' value='浏览' onClick=\"SelectImage('form1.$fieldname','big')\">\r\n"; | |||
$formitem = str_replace("~name~", $ctag->GetAtt('itemname'), $formitem); | |||
$formitem = str_replace("~form~", $innertext, $formitem); | |||
return $formitem; | |||
} else if ($ctag->GetAtt("type") == "media") { | |||
$innertext = "<input type='text' name='$fieldname' id='$fieldname' style='width:260px'><input name='".$fieldname."_bt' type='button' value='浏览' onClick=\"SelectMedia('form1.$fieldname')\">\r\n"; | |||
$innertext = "<input type='text' name='$fieldname' id='$fieldname' class='biz-input-md'><input name='".$fieldname."_bt' type='button' value='浏览' onClick=\"SelectMedia('form1.$fieldname')\">\r\n"; | |||
$formitem = str_replace("~name~", $ctag->GetAtt('itemname'), $formitem); | |||
$formitem = str_replace("~form~", $innertext, $formitem); | |||
return $formitem; | |||
} else if ($ctag->GetAtt("type") == "addon") { | |||
$innertext = "<input type='text' name='$fieldname' id='$fieldname' style='width:260px'><input name='".$fieldname."_bt' type='button' value='浏览' onClick=\"SelectSoft('form1.$fieldname')\">\r\n"; | |||
$innertext = "<input type='text' name='$fieldname' id='$fieldname' class='biz-input-md'><input name='".$fieldname."_bt' type='button' value='浏览' onClick=\"SelectSoft('form1.$fieldname')\">\r\n"; | |||
$formitem = str_replace("~name~", $ctag->GetAtt('itemname'), $formitem); | |||
$formitem = str_replace("~form~", $innertext, $formitem); | |||
return $formitem; | |||
} else if ($ctag->GetAtt("type") == "media") { | |||
$innertext = "<input type='text' name='$fieldname' id='$fieldname' style='width:260px'><input name='".$fieldname."_bt' type='button' value='浏览' onClick=\"SelectMedia('form1.$fieldname')\">\r\n"; | |||
$innertext = "<input type='text' name='$fieldname' id='$fieldname' class='biz-input-md'><input name='".$fieldname."_bt' type='button' value='浏览' onClick=\"SelectMedia('form1.$fieldname')\">\r\n"; | |||
$formitem = str_replace("~name~", $ctag->GetAtt('itemname'), $formitem); | |||
$formitem = str_replace("~form~", $innertext, $formitem); | |||
return $formitem; | |||
@@ -111,7 +111,7 @@ function GetFormItem($ctag) | |||
} else { | |||
if ($ctag->GetAtt('default') != "") $dfvalue = $ctag->GetAtt('default'); | |||
else $dfvalue = ""; | |||
$innertext = "<input type='text' name='$fieldname' id='$fieldname' style='width:260px' value='$dfvalue'>\r\n"; | |||
$innertext = "<input type='text' name='$fieldname' id='$fieldname' class='biz-input-md' value='$dfvalue'>\r\n"; | |||
$formitem = str_replace("~name~", $ctag->GetAtt('itemname'), $formitem); | |||
$formitem = str_replace("~form~", $innertext, $formitem); | |||
return $formitem; | |||
@@ -227,7 +227,7 @@ function GetFormItemValue($ctag, $fvalue) | |||
if ($ctag->GetAtt("type") == 'select') { | |||
$myformItem = ''; | |||
$items = explode(',', $innertext); | |||
$myformItem = "<select name='$fieldname' style='width:150px'>"; | |||
$myformItem = "<select name='$fieldname' class='biz-input-sm'>"; | |||
foreach ($items as $v) { | |||
$v = trim($v); | |||
if ($v != '') { | |||
@@ -309,22 +309,22 @@ function GetFormItemValue($ctag, $fvalue) | |||
} | |||
$ntag = $ndtp->GetTag("img"); | |||
$fvalue = trim($ntag->GetInnerText()); | |||
$innertext = "<input type='text' name='$fieldname' value='$fvalue' id='$fieldname' style='width:260px'><input name='".$fieldname."_bt' type='button' value='浏览' onClick=\"SelectImage('form1.$fieldname','big')\">\r\n"; | |||
$innertext = "<input type='text' name='$fieldname' value='$fvalue' id='$fieldname' class='biz-input-md'><input name='".$fieldname."_bt' type='button' value='浏览' onClick=\"SelectImage('form1.$fieldname','big')\">\r\n"; | |||
$formitem = str_replace("~name~", $ctag->GetAtt('itemname'), $formitem); | |||
$formitem = str_replace("~form~", $innertext, $formitem); | |||
return $formitem; | |||
} else if ($ctag->GetAtt("type") == "media") { | |||
$innertext = "<input type='text' name='$fieldname' value='$fvalue' id='$fieldname' style='width:260px'><input name='".$fieldname."_bt' type='button' value='浏览' onClick=\"SelectMedia('form1.$fieldname')\">\r\n"; | |||
$innertext = "<input type='text' name='$fieldname' value='$fvalue' id='$fieldname' class='biz-input-md'><input name='".$fieldname."_bt' type='button' value='浏览' onClick=\"SelectMedia('form1.$fieldname')\">\r\n"; | |||
$formitem = str_replace("~name~", $ctag->GetAtt('itemname'), $formitem); | |||
$formitem = str_replace("~form~", $innertext, $formitem); | |||
return $formitem; | |||
} else if ($ctag->GetAtt("type") == "addon") { | |||
$innertext = "<input type='text' name='$fieldname' id='$fieldname' value='$fvalue' style='width:260px'><input name='".$fieldname."_bt' type='button' value='浏览' onClick=\"SelectSoft('form1.$fieldname')\">\r\n"; | |||
$innertext = "<input type='text' name='$fieldname' id='$fieldname' value='$fvalue' class='biz-input-md'><input name='".$fieldname."_bt' type='button' value='浏览' onClick=\"SelectSoft('form1.$fieldname')\">\r\n"; | |||
$formitem = str_replace("~name~", $ctag->GetAtt('itemname'), $formitem); | |||
$formitem = str_replace("~form~", $innertext, $formitem); | |||
return $formitem; | |||
} else { | |||
$innertext = "<input type='text' name='$fieldname' id='$fieldname' style='width:260px' value='$fvalue'>\r\n"; | |||
$innertext = "<input type='text' name='$fieldname' id='$fieldname' class='biz-input-md' value='$fvalue'>\r\n"; | |||
$formitem = str_replace("~name~", $ctag->GetAtt('itemname'), $formitem); | |||
$formitem = str_replace("~form~", $innertext, $formitem); | |||
return $formitem; | |||
@@ -219,11 +219,11 @@ function GetRemoteImage($url, $uid = 0) | |||
return ($ok ? $revalues : ''); | |||
} | |||
/** | |||
* 检测频道ID | |||
* 检测频道id | |||
* | |||
* @access public | |||
* @param int $typeid 栏目id | |||
* @param int $channelid 频道ID | |||
* @param int $channelid 频道id | |||
* @return bool | |||
*/ | |||
function CheckChannel($typeid, $channelid) | |||
@@ -38,7 +38,7 @@ function moveArc(e, obj, cid){ | |||
ShowMsg('必须选择一个或多个文档'); | |||
return; | |||
} | |||
LoadQuickDiv(e, 'archives_do.php?dopost=moveArchives&qstr='+qstr+'&channelid='+cid+'&rnd='+Math.random(), 'moveArchives', '460px', '180px'); | |||
LoadQuickDiv(e, 'archives_do.php?dopost=moveArchives&qstr='+qstr+'&channelid='+cid+'&rnd='+Math.random(), 'moveArchives', '480px', '180px'); | |||
ChangeFullDiv('show'); | |||
} | |||
function adArc(aid){ | |||
@@ -55,7 +55,7 @@ function cAtts(jname, e, obj) | |||
ShowMsg('必须选择一个或多个文档'); | |||
return; | |||
} | |||
LoadQuickDiv(e, 'archives_do.php?dopost=attsDlg&qstr='+qstr+'&dojob='+jname+'&rnd='+Math.random(), 'attsDlg', '460px', '180px'); | |||
LoadQuickDiv(e, 'archives_do.php?dopost=attsDlg&qstr='+qstr+'&dojob='+jname+'&rnd='+Math.random(), 'attsDlg', '480px', '180px'); | |||
ChangeFullDiv('show', screeheight); | |||
} | |||
function delArc(aid){ | |||
@@ -314,7 +314,7 @@ function LoadQuickDiv(e, surl, oname, w, h) { | |||
} | |||
if (posTop > 500) posTop = 500; | |||
if (posLeft < 50) posLeft = 50; | |||
newobj.style.minWidth = "460px"; | |||
newobj.style.minWidth = "480px"; | |||
newobj.style.top = posTop + "px"; | |||
newobj.style.left = posLeft + "px"; | |||
newobj.innerHTML = '<img src="../../static/web/img/loadinglit.gif">'; | |||
@@ -579,8 +579,7 @@ var optCropper = { | |||
crop: function (e) { | |||
$("#cropWidth").text(Math.round(e.detail.height)); | |||
$("#cropHeight").text(Math.round(e.detail.width)); | |||
var dataUrl = $(this).cropper("getCroppedCanvas") | |||
.toDataURL(); | |||
var dataUrl = $(this).cropper("getCroppedCanvas").toDataURL(); | |||
litpicImg = dataUrl; | |||
$("#litPic").attr("src", litpicImg); | |||
}, | |||
@@ -684,9 +683,7 @@ $(document).ready(function () { | |||
</select> | |||
</div></p>`; | |||
mdlCropperID = ShowMsg( | |||
'<div><div class="float-left" style="width:300px;"><img id="cropImg~modalID~" src="' + | |||
srcURL + | |||
'"0><p>宽度:<span id="cropWidth"></span>px,高度:<span id="cropHeight"></span>px</p>' + optButton + '</div><div class="pv float-right" style="width:150px;height:100px;overflow:hidden;"></div></div>', { | |||
'<div><div class="float-left" style="width:300px"><img id="cropImg~modalID~" src="' + srcURL + '"><p>宽度:<span id="cropWidth"></span>px,高度:<span id="cropHeight"></span>px</p>' + optButton + '</div><div class="pv float-right" style="width:150px;height:100px;overflow:hidden"></div></div>', { | |||
footer: footer, | |||
noClose: false, | |||
title: '缩略图裁剪', | |||
@@ -70,7 +70,7 @@ if ($dopost == "delmember") { | |||
$win->AddHidden("randcode", $randcode); | |||
$win->AddHidden("safecode", $safecode); | |||
$win->AddTitle("您确定要删除会员ID:".$id." 吗"); | |||
$win->AddMsgItem("验证安全码:<input name='safecode' type='text' id='safecode' style='width:260px'>(安全码:<span class='text-danger'>$safecode</span>)", "30"); | |||
$win->AddMsgItem("验证安全码:<input name='safecode' type='text' id='safecode' class='biz-input-md'>(安全码:<span class='text-danger'>$safecode</span>)", "30"); | |||
$winform = $win->GetWindow("ok"); | |||
$win->Display(); | |||
} else if ($dopost == "delmembers") { | |||
@@ -117,7 +117,7 @@ if ($dopost == "delmember") { | |||
$win->AddHidden("randcode", $randcode); | |||
$win->AddHidden("safecode", $safecode); | |||
$win->AddTitle("您确定要删除(ID:".$id.")这个会员?"); | |||
$win->AddMsgItem(" 验证安全码:<input name='safecode' type='text' id='safecode' size='16' style='width:260px' /> (安全码:<span class='text-danger'>$safecode</span>)", "30"); | |||
$win->AddMsgItem(" 验证安全码:<input name='safecode' type='text' id='safecode' size='16' class='biz-input-md' /> (安全码:<span class='text-danger'>$safecode</span>)", "30"); | |||
$winform = $win->GetWindow("ok"); | |||
$win->Display(); | |||
} | |||
@@ -96,7 +96,7 @@ if ($action == 'upload') { | |||
</tr> | |||
<tr> | |||
<td>请选择文件:</td> | |||
<td><input name='upfile' type='file' id='upfile' style='width:390px'></td> | |||
<td><input name='upfile' type='file' id='upfile' class='biz-input-lg'></td> | |||
</tr> | |||
</table>"; | |||
$win->AddMsgItem("<div>$msg</div>"); | |||
@@ -67,15 +67,15 @@ else if ($dopost == "copystart") { | |||
</tr> | |||
<tr> | |||
<td align='center'>新频道名称:</td> | |||
<td><input name='newtypename' type='text' id='newtypename' value='{$row['typename']}{$idname}' style='width:260px' /></td> | |||
<td><input name='newtypename' type='text' id='newtypename' value='{$row['typename']}{$idname}' class='biz-input-md' /></td> | |||
</tr> | |||
<tr> | |||
<td align='center'>新频道标识:</td> | |||
<td><input name='newnid' type='text' id='newnid' value='{$row['nid']}{$idname}' style='width:260px' /></td> | |||
<td><input name='newnid' type='text' id='newnid' value='{$row['nid']}{$idname}' class='biz-input-md' /></td> | |||
</tr> | |||
<tr> | |||
<td align='center'>新附加表:</td> | |||
<td><input name='newaddtable' type='text' id='newaddtable' value='{$row['addtable']}{$idname}' style='width:260px' /></td> | |||
<td><input name='newaddtable' type='text' id='newaddtable' value='{$row['addtable']}{$idname}' class='biz-input-md' /></td> | |||
</tr> | |||
<tr> | |||
<td align='center'>复制模板:</td> | |||
@@ -472,7 +472,7 @@ else if ($dopost == 'modifysearch') { | |||
require_once(DEDEINC."/typelink/typelink.class.php"); | |||
$tl = new TypeLink(0); | |||
$typeOptions = $tl->GetOptionArray(0, 0, $mid); | |||
$forms .= "<br>栏目:<select name='typeid' style='width:260px'>\r\n"; | |||
$forms .= "<br>栏目:<select name='typeid' class='biz-input-md'>\r\n"; | |||
$forms .= "<option value='0' selected>不限栏目</option>\r\n"; | |||
$forms .= $typeOptions; | |||
$forms .= "</select>"; | |||
@@ -498,7 +498,7 @@ else if ($dopost == 'modifysearch') { | |||
require_once(DEDEINC."/typelink/typelink.class.php"); | |||
$tl = new TypeLink(0); | |||
$typeOptions = $tl->GetOptionArray(0, 0, $mid); | |||
$forms .= "<br>栏目:<select name='typeid' style='width:260px'>\r\n"; | |||
$forms .= "<br>栏目:<select name='typeid' class='biz-input-md'>\r\n"; | |||
$forms .= "<option value='0' selected>不限栏目</option>\r\n"; | |||
$forms .= $typeOptions; | |||
$forms .= "</select>"; | |||
@@ -49,7 +49,7 @@ if ($dopost != 'save') { | |||
$islocal = $ctag->GetAtt('islocal'); | |||
if ($islocal != 1) $needmsg = "<label><input type='checkbox' name='del{$newRowStart}' value='1'> 删除</label>"; | |||
else $needmsg = '<button name="sel1" class="btn btn-success btn-sm" type="button" id="sel1" onClick="SelectSoft(\'form1.softurl'.$newRowStart.'\')">选取</button>'; | |||
$nForm .= "<div>软件地址{$newRowStart}:<input type='text' name='softurl{$newRowStart}' value='".trim($ctag->GetInnerText())."' style='width:260px'> 服务器名称:<input type='text' name='servermsg{$newRowStart}' value='".$ctag->GetAtt("text")."' style='width:160px'> | |||
$nForm .= "<div>软件地址{$newRowStart}:<input type='text' name='softurl{$newRowStart}' value='".trim($ctag->GetInnerText())."' class='biz-input-md'> 服务器名称:<input type='text' name='servermsg{$newRowStart}' value='".$ctag->GetAtt("text")."' class='biz-input-sm'> | |||
<input type='hidden' name='islocal{$newRowStart}' value='{$islocal}'> | |||
$needmsg | |||
</div>\r\n"; | |||
@@ -68,7 +68,7 @@ if ($dopost == 'saveedit') { | |||
$win->AddHidden("id", $id); | |||
$win->AddTitle("系统提示"); | |||
$win->AddMsgItem("您确定要删除用户:$userid 吗", "50"); | |||
$win->AddMsgItem("验证安全码:<input name='safecode' type='text' id='safecode' style='width:260px'>(安全码:<span class='text-danger'>$safecode</span>)", "30"); | |||
$win->AddMsgItem("验证安全码:<input name='safecode' type='text' id='safecode' class='biz-input-md'>(安全码:<span class='text-danger'>$safecode</span>)", "30"); | |||
$winform = $win->GetWindow("ok"); | |||
$win->Display(); | |||
exit(); | |||
@@ -82,7 +82,7 @@ class Array2form | |||
case 'text': | |||
//生成文本编辑框 | |||
$valstr = (empty($formarry['value'])) ? "value=''" : "value='{$formarry['value']}'"; | |||
$reval_form = "<input type='text' name='{$key}' id='{$key}' style='width:260px' class='text'{$valstr}>"; | |||
$reval_form = "<input type='text' name='{$key}' id='{$key}' class='biz-input-md' class='text'{$valstr}>"; | |||
break; | |||
case 'select': | |||
//生成选择框 | |||
@@ -68,12 +68,12 @@ | |||
</tr> | |||
<tr> | |||
<td>广告位标识:</td> | |||
<td colspan="2"><input type="text" name="tagname" id="tagname" style="width:260px">(使用英文或数字表示的简洁标识)</td> | |||
<td colspan="2"><input type="text" name="tagname" id="tagname" class="biz-input-md">(使用英文或数字表示的简洁标识)</td> | |||
</tr> | |||
<tr> | |||
<td>广告分类:</td> | |||
<td colspan="2"> | |||
<select name="clsid" id="clsid" style="width:160px"> | |||
<select name="clsid" id="clsid" class="biz-input-sm"> | |||
<option value="0">默认分类</option> | |||
<?php echo $option;?> | |||
</select> | |||
@@ -85,7 +85,7 @@ | |||
<?php | |||
$tl = new TypeLink(0); | |||
$typeOptions = $tl->GetOptionArray(0,0,0); | |||
echo "<select name='typeid' style='width:160px'>"; | |||
echo "<select name='typeid' class='biz-input-sm'>"; | |||
echo "<option value='0' selected>投放在没有同名标识的所有栏目</option>"; | |||
echo $typeOptions; | |||
echo "</select>"; | |||
@@ -94,7 +94,7 @@ | |||
</tr> | |||
<tr> | |||
<td>广告位名称:</td> | |||
<td colspan="2"><input type="text" name="adname" id="adname" style="width:260px"></td> | |||
<td colspan="2"><input type="text" name="adname" id="adname" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td>时间限制:</td> | |||
@@ -106,8 +106,8 @@ | |||
<tr> | |||
<td>投放时间:</td> | |||
<td colspan="2"> | |||
从:<input type="text" name="starttime" id="starttime" value="<?php echo $startDay?>" style="width:160px"> | |||
到:<input type="text" name="endtime" id="endtime" value="<?php echo $endDay?>" style="width:160px"> | |||
从:<input type="text" name="starttime" id="starttime" value="<?php echo $startDay?>" class="biz-input-sm"> | |||
到:<input type="text" name="endtime" id="endtime" value="<?php echo $endDay?>" class="biz-input-sm"> | |||
</td> | |||
</tr> | |||
<tr> | |||
@@ -153,19 +153,19 @@ | |||
<table width="80%" cellpadding="3" cellspacing="1" class="i_table"> | |||
<tr> | |||
<td width="260">文字内容 *</td> | |||
<td><input type="text" name="normbody[title]" value="" style="width:360px"></td> | |||
<td><input type="text" name="normbody[title]" value="" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td>文字链接 *</td> | |||
<td><input type="text" name="normbody[link]" value="" style="width:360px"></td> | |||
<td><input type="text" name="normbody[link]" value="" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td>文字颜色</td> | |||
<td><input type="text" name="normbody[color]" value="" style="width:360px"></td> | |||
<td><input type="text" name="normbody[color]" value="" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td>文字大小</td> | |||
<td><input type="text" name="normbody[size]" value="" style="width:360px"></td> | |||
<td><input type="text" name="normbody[size]" value="" class="biz-input-md"></td> | |||
</tr> | |||
</table> | |||
</div> | |||
@@ -173,23 +173,23 @@ | |||
<table width="80%" cellpadding="3" cellspacing="1" class="i_table"> | |||
<tr> | |||
<td width="260">图片地址 *</td> | |||
<td><input type="text" name="normbody[url]" value="" style="width:360px"></td> | |||
<td><input type="text" name="normbody[url]" value="" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td>图片链接 *</td> | |||
<td><input type="text" name="normbody[link]" value="" style="width:360px"></td> | |||
<td><input type="text" name="normbody[link]" value="" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td>图片宽度</td> | |||
<td><input type="text" name="normbody[width]" value="" style="width:360px"></td> | |||
<td><input type="text" name="normbody[width]" value="" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td>图片高度</td> | |||
<td><input type="text" name="normbody[height]" value="" style="width:360px"></td> | |||
<td><input type="text" name="normbody[height]" value="" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td>图片描述</td> | |||
<td><input type="text" name="normbody[descrip]" value="" style="width:360px"></td> | |||
<td><input type="text" name="normbody[descrip]" value="" class="biz-input-md"></td> | |||
</tr> | |||
</table> | |||
</div> | |||
@@ -197,15 +197,15 @@ | |||
<table width="80%" cellpadding="3" cellspacing="1" class="i_table"> | |||
<tr> | |||
<td width="260">flash链接</td> | |||
<td><input type="text" name="normbody[link]" value="" style="width:360px"></td> | |||
<td><input type="text" name="normbody[link]" value="" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td>flash宽度</td> | |||
<td><input type="text" name="normbody[width]" value="" style="width:360px"></td> | |||
<td><input type="text" name="normbody[width]" value="" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td>flash高度</td> | |||
<td><input type="text" name="normbody[height]" value="" style="width:360px"></td> | |||
<td><input type="text" name="normbody[height]" value="" class="biz-input-md"></td> | |||
</tr> | |||
</table> | |||
</div> | |||
@@ -63,7 +63,7 @@ | |||
<tr> | |||
<td>广告分类:</td> | |||
<td colspan="2"> | |||
<select name="clsid" id="clsid" style="width:160px"> | |||
<select name="clsid" id="clsid" class="biz-input-sm"> | |||
<option value="0">默认分类</option> | |||
<?php echo $option;?> | |||
</select> | |||
@@ -75,7 +75,7 @@ | |||
<?php | |||
$tl = new TypeLink(0); | |||
$typeOptions = $tl->GetOptionArray($row['typeid'],0,0); | |||
echo "<select name='typeid' style='width:260px'>"; | |||
echo "<select name='typeid' class='biz-input-md'>"; | |||
echo "<option value='0' selected>投放在没有同名标识的所有栏目</option>"; | |||
echo $typeOptions; | |||
echo "</select>"; | |||
@@ -84,7 +84,7 @@ | |||
</tr> | |||
<tr> | |||
<td>广告位名称:</td> | |||
<td colspan="2"><input type="text" name="adname" id="adname" value="<?php echo $row['adname']?>" style="width:260px"></td> | |||
<td colspan="2"><input type="text" name="adname" id="adname" value="<?php echo $row['adname']?>" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td>时间限制:</td> | |||
@@ -96,8 +96,8 @@ | |||
<tr> | |||
<td>投放时间:</td> | |||
<td colspan="2"> | |||
从:<input type="text" name="starttime" id="starttime" value="<?php echo GetDateTimeMk($row['starttime'])?>" style="width:160px"> | |||
到:<input type="text" name="endtime" id="endtime" value="<?php echo GetDateTimeMk($row['endtime'])?>" style="width:160px"> | |||
从:<input type="text" name="starttime" id="starttime" value="<?php echo GetDateTimeMk($row['starttime'])?>" class="biz-input-sm"> | |||
到:<input type="text" name="endtime" id="endtime" value="<?php echo GetDateTimeMk($row['endtime'])?>" class="biz-input-sm"> | |||
</td> | |||
</tr> | |||
<tr> | |||
@@ -15,12 +15,12 @@ | |||
<table width="98%" cellpadding="3" cellspacing="1" align="center" class="table maintable mt-3 mb-3"> | |||
<tr bgcolor="#f8f8f8"> | |||
<td width="180" align="center"> | |||
<select name="clsid" id="clsid" style="width:160px"> | |||
<select name="clsid" id="clsid" class="biz-input-sm"> | |||
<option value="0">默认分类</option> | |||
<?php echo $option;?> | |||
</select> | |||
</td> | |||
<td width="270"><input type="text" name="keyword" placeholder="请输入关键词" style="width:260px"></td> | |||
<td width="270"><input type="text" name="keyword" placeholder="请输入关键词" class="biz-input-md"></td> | |||
<td> | |||
<button type="submit" class="btn btn-success btn-sm">搜索</button> | |||
<a href="ad_add.php" class="btn btn-success btn-sm">增加一个新广告</a> | |||
@@ -75,9 +75,9 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> 图集标题:</td> | |||
<td width="400"><input type="text" name="title" id="title" value="" style="width:390px"></td> | |||
<td width="400"><input type="text" name="title" id="title" value="" class="biz-input-lg"></td> | |||
<td width="90"> 简略标题:</td> | |||
<td><input type="text" name="shorttitle" id="shorttitle" style="width:160px"></td> | |||
<td><input type="text" name="shorttitle" id="shorttitle" class="biz-input-sm"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -109,7 +109,7 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> 跳转网址:</td> | |||
<td><input type="text" name="redirecturl" id="redirecturl" value="" style="width:300px"></td> | |||
<td><input type="text" name="redirecturl" id="redirecturl" value="" class="biz-input-md"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -119,9 +119,9 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> Tag标签:</td> | |||
<td><input type="text" name="tags" id="tags" value="" onChange="$Obj('keywords').value=this.value;" style="width:300px">(','号分开,单个标签小于12字节)</td> | |||
<td><input type="text" name="tags" id="tags" value="" onChange="$Obj('keywords').value=this.value;" class="biz-input-md">(','号分开,单个标签小于12字节)</td> | |||
<td width="60">权重:</td> | |||
<td><input type="text" name="weight" id="weight" value="<?php echo $maxWright['cc'];?>" style="width:60px">(越小越靠前)</td> | |||
<td><input type="text" name="weight" id="weight" value="<?php echo $maxWright['cc'];?>" class="biz-input-sm">(越小越靠前)</td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -131,8 +131,8 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> 缩略图:</td> | |||
<td width="560"> | |||
<input type="text" name="picname" id="picname" style="width:300px"> | |||
<td width="620"> | |||
<input type="text" name="picname" id="picname" class="biz-input-md"> | |||
<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> | |||
<button type="button" name="Submit2" onClick="SelectImage('form1.picname','small');" class="btn btn-success btn-sm">选择图片</button> | |||
@@ -150,12 +150,12 @@ | |||
<tr> | |||
<td width="90"> 来源:</td> | |||
<td width="260"> | |||
<input type="text" name="source" id="source" value=""style="width:160px"> | |||
<input type="text" name="source" id="source" value=""class="biz-input-sm"> | |||
<button type="button" name="selsource" id="selsource" class="btn btn-success btn-sm">选择</button> | |||
</td> | |||
<td width="60">作者:</td> | |||
<td> | |||
<input type="text" name="writer" id="writer" value="" style="width:160px"> | |||
<input type="text" name="writer" id="writer" value="" class="biz-input-sm"> | |||
<button type="button" name="selwriter" id="selwriter" class="btn btn-success btn-sm">选择</button> | |||
</td> | |||
</tr> | |||
@@ -171,7 +171,7 @@ | |||
<span id="typeidct"> | |||
<?php | |||
$typeOptions = GetOptionList($cid,$cuserLogin->getUserChannel(),$channelid); | |||
echo "<select name='typeid' id='typeid' style='width:160px'>"; | |||
echo "<select name='typeid' id='typeid' class='biz-input-sm'>"; | |||
echo "<option value='0'>请选择栏目</option>"; | |||
echo $typeOptions; | |||
echo "</select>"; | |||
@@ -186,7 +186,7 @@ | |||
?> | |||
</td> | |||
<td width="90">消费金币:</td> | |||
<td><input type="text" name="money" id="money" value="0" style="width:160px"></td> | |||
<td><input type="text" name="money" id="money" value="0" class="biz-input-sm"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -198,7 +198,7 @@ | |||
<td width="90"> 副栏目:</td> | |||
<td> | |||
<span id="typeid2ct"></span> | |||
<input type="text" name="typeid2" id="typeid2" value="" style="width:160px"> | |||
<input type="text" name="typeid2" id="typeid2" value="" class="biz-input-sm"> | |||
<i class="btn btn-sm fa fa-search" onClick="ShowCatMap(event,this,<?php echo $channelid;?>,'typeid2')" title="选择副栏目"></i> | |||
</td> | |||
</tr> | |||
@@ -211,7 +211,7 @@ | |||
<tr> | |||
<td width="90"> 关键词:</td> | |||
<td width="410"> | |||
<input type="text" name="keywords" id="keywords" value="" style="width:360px"> | |||
<input type="text" name="keywords" id="keywords" value="" class="biz-input-md"> | |||
<button type="button" name="Submit" onClick="SelectKeywords('form1.keywords');" class="btn btn-success btn-sm">浏览</button> | |||
</td> | |||
<td> | |||
@@ -295,7 +295,7 @@ | |||
<tr> | |||
<td width="90"> 压缩包文件:</td> | |||
<td> | |||
<input type="text" name="zipfile" id="zipfile" style="width:260px"> | |||
<input type="text" name="zipfile" id="zipfile" class="biz-input-md"> | |||
<button name="addon_bt" type="button" onClick="SelectSoft('form1.zipfile')" class="btn btn-success btn-sm">浏览</button> | |||
<label><input type="checkbox" name="delzip" id="delzip" value="1" checked="checked"> 处理后删除压缩文件</label> | |||
</td> | |||
@@ -309,7 +309,7 @@ | |||
<tr> | |||
<td width="90"> 网上复制:</td> | |||
<td> | |||
复制的源网址:<input type="text" name="copysource" value="http://" style="width:260px">(防盗链网站需填写您复制图片的其中一个网页网址)<br> | |||
复制的源网址:<input type="text" name="copysource" value="http://" class="biz-input-md">(防盗链网站需填写您复制图片的其中一个网页网址)<br> | |||
把图片从别的网页复制,在这里用Ctrl+V粘贴,提交后程序可直接获取这个区域的所有图片 | |||
<input type="button" name="button" id="button" value="预览" onClick="LoadTestDiv()"><br> | |||
<div id="copyhtml" style="margin-top:10px;margin-bottom:10px;padding:10px;width:96%;height:260px;border:solid 1px #ccc" contenteditable="true">粘贴到这里</div> | |||
@@ -376,7 +376,7 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> 图集排序:</td> | |||
<td width="260"> <select name="sortup" id="sortup" style="width:160px"> | |||
<td width="260"> <select name="sortup" id="sortup" class="biz-input-sm"> | |||
<option value="0" selected>默认排序</option> | |||
<option value="7">置顶一周</option> | |||
<option value="30">置顶一个月</option> | |||
@@ -386,7 +386,7 @@ | |||
</select> </td> | |||
<td width="90">标题颜色:</td> | |||
<td> | |||
<input type="text" name="color" id="color" style="width:160px"> | |||
<input type="text" name="color" id="color" class="biz-input-sm"> | |||
<button type="button" name="modcolor" id="modcolor" class="btn btn-success btn-sm" onClick="ShowColor(event,this)">选取</button> | |||
</td> | |||
</tr> | |||
@@ -398,7 +398,7 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> 阅读权限:</td> | |||
<td width="260"><select name="arcrank" id="arcrank" style="width:160px"> | |||
<td width="260"><select name="arcrank" id="arcrank" class="biz-input-sm"> | |||
<?php | |||
$urank = $cuserLogin->getUserRank(); | |||
$dsql->SetQuery("Select * from `#@__arcrank` where adminrank<='$urank'"); | |||
@@ -411,7 +411,7 @@ | |||
</select> | |||
</td> | |||
<td width="90">文件名称:</td> | |||
<td><input type="text" name="filename" id="filename" style="width:160px">(不包括后缀名如.html等)</td> | |||
<td><input type="text" name="filename" id="filename" class="biz-input-sm">(不包括后缀名如.html等)</td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -424,11 +424,11 @@ | |||
<td width="260"> | |||
<?php | |||
$nowtime = GetDateTimeMk(time()); | |||
echo "<input type='text' name='pubdate' value='$nowtime' id='pubdate' class='datepicker' style='width:160px'>"; | |||
echo "<input type='text' name='pubdate' value='$nowtime' id='pubdate' class='datepicker' class='biz-input-sm'>"; | |||
?> | |||
</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:160px"></td> | |||
<td><input type="text" name="click" value="<?php echo ($cfg_arc_click=='-1' ? mt_rand(50,200):$cfg_arc_click);?>" class="biz-input-sm"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -74,9 +74,9 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> 图集标题:</td> | |||
<td width="400"><input type="text" name="title" id="title" value="<?php echo $arcRow['title'];?>" style="width:390px"></td> | |||
<td width="400"><input type="text" name="title" id="title" value="<?php echo $arcRow['title'];?>" class="biz-input-lg"></td> | |||
<td width="90"> 简略标题:</td> | |||
<td><input type="text" name="shorttitle" id="shorttitle" value="<?php echo $arcRow['shorttitle'];?>" style="width:160px"></td> | |||
<td><input type="text" name="shorttitle" id="shorttitle" value="<?php echo $arcRow['shorttitle'];?>" class="biz-input-sm"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -109,7 +109,7 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> 跳转网址:</td> | |||
<td><input type="text" name="redirecturl" id="redirecturl" value="<?php echo $addRow['redirecturl']?>" style="width:300px"></td> | |||
<td><input type="text" name="redirecturl" id="redirecturl" value="<?php echo $addRow['redirecturl']?>" class="biz-input-md"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -119,9 +119,9 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> Tag标签:</td> | |||
<td><input type="text" name="tags" id="tags" value="<?php echo $tags;?>" style="width:300px">(','号分开,单个标签小于12字节)</td> | |||
<td><input type="text" name="tags" id="tags" value="<?php echo $tags;?>" class="biz-input-md">(','号分开,单个标签小于12字节)</td> | |||
<td width="60">权重:</td> | |||
<td><input type="text" name="weight" id="weight" value="<?php echo $arcRow['weight'];?>" style="width:60px">(越小越靠前)</td> | |||
<td><input type="text" name="weight" id="weight" value="<?php echo $arcRow['weight'];?>" class="biz-input-sm">(越小越靠前)</td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -131,8 +131,8 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> 缩略图:</td> | |||
<td width="560"> | |||
<input type="text" name="picname" id="picname" value="<?php echo $arcRow['litpic']?>" style="width:300px"> | |||
<td width="620"> | |||
<input type="text" name="picname" id="picname" value="<?php echo $arcRow['litpic']?>" class="biz-input-md"> | |||
<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> | |||
<button type="button" name="Submit" onClick="SelectImage('form1.picname','');" class="btn btn-success btn-sm">选择图片</button> | |||
@@ -149,12 +149,12 @@ | |||
<tr> | |||
<td width="90"> 来源:</td> | |||
<td width="260"> | |||
<input type="text" name="source" id="source" value="<?php echo $arcRow['source']?>" style="width:160px"> | |||
<input type="text" name="source" id="source" value="<?php echo $arcRow['source']?>" class="biz-input-sm"> | |||
<button type="button" name="selsource" id="selsource" class="btn btn-success btn-sm">选择</button> | |||
</td> | |||
<td width="90">作者:</td> | |||
<td> | |||
<input type="text" name="writer" id="writer" value="<?php echo $arcRow['writer']?>" style="width:160px"> | |||
<input type="text" name="writer" id="writer" value="<?php echo $arcRow['writer']?>" class="biz-input-sm"> | |||
<button type="button"name="selwriter" id="selwriter" class="btn btn-success btn-sm">选择</button> | |||
</td> | |||
</tr> | |||
@@ -169,7 +169,7 @@ | |||
<td width="360"> | |||
<?php | |||
$typeOptions = GetOptionList($arcRow['typeid'],$cuserLogin->getUserChannel(),$channelid); | |||
echo "<select name='typeid' id='typeid' style='width:160px'>"; | |||
echo "<select name='typeid' id='typeid' class='biz-input-sm'>"; | |||
if ($arcRow['typeid']=='0') echo "<option value='0' selected>请选择主分类</option>"; | |||
echo $typeOptions; | |||
echo '</select>'; | |||
@@ -177,7 +177,7 @@ | |||
<i class="btn btn-sm fa fa-search" onClick="ShowCatMap(event,this,<?php echo $channelid;?>,'typeid','<?php echo $arcRow['typeid'];?>')" title="快捷选择"></i> | |||
</td> | |||
<td width="90">消费金币:</td> | |||
<td><input type="text" name="money" id="money" value="<?php echo $arcRow['money']?>" style="width:160px"></td> | |||
<td><input type="text" name="money" id="money" value="<?php echo $arcRow['money']?>" class="biz-input-sm"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -192,7 +192,7 @@ | |||
<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"> | |||
<input type="text" name="typeid2" id="typeid2" value="<?php echo ($arcRow['typeid2']=='0' ? '' : $arcRow['typeid2']);?>" class="biz-input-sm"> | |||
<i class="btn btn-sm fa fa-search" onClick="ShowCatMap(event,this,<?php echo $channelid;?>,'typeid2','<?php echo $arcRow['typeid2'];?>')" title="选择副栏目"></i> | |||
</td> | |||
</tr> | |||
@@ -204,7 +204,7 @@ | |||
<table 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> | |||
<td><input type="text" name="keywords" id="keywords" value="<?php echo $arcRow['keywords']?>" class="biz-input-md"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -294,7 +294,7 @@ | |||
<tr> | |||
<td width="90"> 压缩包文件:</td> | |||
<td> | |||
<input type="text" name="zipfile" id="zipfile" style="width:260px"> | |||
<input type="text" name="zipfile" id="zipfile" class="biz-input-md"> | |||
<button type="button" name="addon_bt" class="btn btn-success btn-sm" onClick="SelectSoft('form1.zipfile')">浏览</button> | |||
<label><input type="checkbox" name="delzip" id="delzip" value="1" checked="checked"> 处理后删除压缩文件</label> | |||
</td> | |||
@@ -307,7 +307,7 @@ | |||
<tr> | |||
<td width="90"> 网上复制:</td> | |||
<td> | |||
复制的源网址:<input type="text" name="copysource" value="http://" style="width:260px">(防盗链网站需填写您复制图片的其中一个网页网址)<br> | |||
复制的源网址:<input type="text" name="copysource" value="http://" class="biz-input-md">(防盗链网站需填写您复制图片的其中一个网页网址)<br> | |||
把图片从别的网页复制,在这里用Ctrl+V粘贴,提交后程序可直接获取这个区域的所有图片 | |||
<input type="button" name="button" id="button" value="预览" onClick="LoadTestDiv()"><br> | |||
<div id="copyhtml" style="margin:10px 0;border:solid 1px #CCCCCC;width:96%;padding:6px;height:260px;width:100%" contenteditable="true">粘贴到这里</div> | |||
@@ -345,8 +345,8 @@ | |||
$fhtml .= "<input type='hidden' name='imgurl{$j}' value='{$bigimg}'>"; | |||
$fhtml .= "<input type='hidden' name='imgddurl{$j}' value='{$litimg}'>"; | |||
$fhtml .= "<img src='{$litimg}'><a href=\"javascript:delAlbPicOld('$bigimg',$j)\" class=\"btn btn-success btn-sm\">删除</a>"; | |||
$fhtml .= "<div class='mt-1'>名称:<input type='text' name='imgmsg{$j}' value='".$ctag->GetAtt('text')."' style='width:160px'></div>"; | |||
$fhtml .= "<div class='mt-1'>更换:<input type='file' name='imgfile{$j}' style='width:160px'></div>"; | |||
$fhtml .= "<div class='mt-1'>名称:<input type='text' name='imgmsg{$j}' value='".$ctag->GetAtt('text')."' class='biz-input-sm'></div>"; | |||
$fhtml .= "<div class='mt-1'>更换:<input type='file' name='imgfile{$j}' class='biz-input-sm'></div>"; | |||
$fhtml .= "</div>"; | |||
echo $fhtml; | |||
$j++; | |||
@@ -417,7 +417,7 @@ | |||
<tr> | |||
<td width="90"> 文档排序:</td> | |||
<td width="260"> | |||
<select name="sortup" id="sortup" style="width:160px"> | |||
<select name="sortup" id="sortup" class="biz-input-sm"> | |||
<?php | |||
$subday = SubDay($arcRow["sortrank"],$arcRow["pubdate"]); | |||
echo "<option value='0'>正常排序</option>"; | |||
@@ -431,7 +431,7 @@ | |||
</select></td> | |||
<td width="90">标题颜色:</td> | |||
<td> | |||
<input type="text" name="color" id="color" value="<?php echo $arcRow['color']?>" style="width:160px"> | |||
<input type="text" name="color" id="color" value="<?php echo $arcRow['color']?>" class="biz-input-sm"> | |||
<button type="button" name="modcolor" id="modcolor" class="btn btn-success btn-sm" onClick="ShowColor(event,this)">选取</button> | |||
</td> | |||
</tr> | |||
@@ -444,7 +444,7 @@ | |||
<tr> | |||
<td width="90"> 阅读权限:</td> | |||
<td width="260"> | |||
<select name="arcrank" id="arcrank" style="width:160px"> | |||
<select name="arcrank" id="arcrank" class="biz-input-sm"> | |||
<option value="<?php echo $arcRow['arcrank']?>"> <?php echo $arcRow["rankname"]?> </option> | |||
<?php | |||
$urank = $cuserLogin->getUserRank(); | |||
@@ -457,7 +457,7 @@ | |||
</select> | |||
</td> | |||
<td width="90">文件名称:</td> | |||
<td><input type="text" name="filename" id="filename" value="<?php echo $arcRow['filename']?>" style="width:160px">(不包括后缀名如.html等)</td> | |||
<td><input type="text" name="filename" id="filename" value="<?php echo $arcRow['filename']?>" class="biz-input-sm">(不包括后缀名如.html等)</td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -470,11 +470,11 @@ | |||
<td width="260"> | |||
<?php | |||
$nowtime = GetDateTimeMk(time()); | |||
echo "<input type='text' name='pubdate' value='$nowtime' id='pubdate' class='datepicker' style='width:160px'>"; | |||
echo "<input type='text' name='pubdate' value='$nowtime' id='pubdate' class='datepicker' class='biz-input-sm'>"; | |||
?> | |||
</td> | |||
<td width="90">浏览次数:</td> | |||
<td><input type="text" name="click" value="<?php echo $arcRow['click'];?>" style="width:160px"></td> | |||
<td><input type="text" name="click" value="<?php echo $arcRow['click'];?>" class="biz-input-sm"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -54,9 +54,9 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> <?php echo $cInfos['titlename'];?>:</td> | |||
<td width="400"><input type="text" name="title" id="title" value="" style="width:390px"></td> | |||
<td width="400"><input type="text" name="title" id="title" value="" class="biz-input-lg"></td> | |||
<td width="90"> 简略标题:</td> | |||
<td><input type="text" name="shorttitle" id="shorttitle" style="width:160px"></td> | |||
<td><input type="text" name="shorttitle" id="shorttitle" class="biz-input-sm"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -88,7 +88,7 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> 跳转网址:</td> | |||
<td><input type="text" name="redirecturl" id="redirecturl" value="" style="width:300px"></td> | |||
<td><input type="text" name="redirecturl" id="redirecturl" value="" class="biz-input-md"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -98,9 +98,9 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> Tag标签:</td> | |||
<td><input type="text" name="tags" id="tags" value="" onChange="$Obj('keywords').value=this.value;" style="width:300px">(','号分开,单个标签小于12字节)</td> | |||
<td><input type="text" name="tags" id="tags" value="" onChange="$Obj('keywords').value=this.value;" class="biz-input-md">(','号分开,单个标签小于12字节)</td> | |||
<td width="60">权重:</td> | |||
<td><input type="text" name="weight" id="weight" value="<?php echo $maxWright['cc'];?>" style="width:60px">(越小越靠前)</td> | |||
<td><input type="text" name="weight" id="weight" value="<?php echo $maxWright['cc'];?>" class="biz-input-sm">(越小越靠前)</td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -110,8 +110,8 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> 缩略图:</td> | |||
<td width="560"> | |||
<input type="text" name="picname" id="picname" style="width:300px"> | |||
<td width="620"> | |||
<input type="text" name="picname" id="picname" class="biz-input-md"> | |||
<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> | |||
<button type="button" name="Submit2" onClick="SelectImage('form1.picname','small');" class='btn btn-success btn-sm'>选择图片</button> | |||
@@ -128,12 +128,12 @@ | |||
<tr> | |||
<td width="90"> 来源:</td> | |||
<td width="260"> | |||
<input type="text" name="source" id="source" style="width:160px" value="" size="16"> | |||
<input type="text" name="source" id="source" class="biz-input-sm" value="" size="16"> | |||
<button type="button" name="selsource" id="selsource" class="btn btn-success btn-sm">选择</button> | |||
</td> | |||
<td width="60">作者:</td> | |||
<td> | |||
<input type="text" name="writer" id="writer" value="" style="width:160px"> | |||
<input type="text" name="writer" id="writer" value="" class="biz-input-sm"> | |||
<button type="button" name="selwriter" id="selwriter" class="btn btn-success btn-sm">选择</button> | |||
</td> | |||
</tr> | |||
@@ -156,7 +156,7 @@ | |||
<span id="typeidct"> | |||
<?php | |||
$typeOptions = GetOptionList($cid,$cuserLogin->getUserChannel(),$channelid); | |||
echo "<select name='typeid' id='typeid' style='width:160px'>"; | |||
echo "<select name='typeid' id='typeid' class='biz-input-sm'>"; | |||
echo "<option value='0'>请选择栏目</option>"; | |||
echo $typeOptions; | |||
echo "</select>"; | |||
@@ -171,7 +171,7 @@ | |||
?> | |||
</td> | |||
<td width="90">消费金币:</td> | |||
<td><input type="text" name="money" id="money" value="0" style="width:160px"></td> | |||
<td><input type="text" name="money" id="money" value="0" class="biz-input-sm"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -183,7 +183,7 @@ | |||
<td width="90"> 副栏目:</td> | |||
<td> | |||
<span id="typeid2ct"></span> | |||
<input type="text" name="typeid2" id="typeid2" value="" style="width:160px"> | |||
<input type="text" name="typeid2" id="typeid2" value="" class="biz-input-sm"> | |||
<i class="btn btn-sm fa fa-search" onClick="ShowCatMap(event,this,<?php echo $channelid;?>,'typeid2')" title="选择副栏目"></i> | |||
</td> | |||
</tr> | |||
@@ -196,7 +196,7 @@ | |||
<tr> | |||
<td width="90"> 关键词:</td> | |||
<td width="410"> | |||
<input type="text" name="keywords" id="keywords" value="" style="width:360px"> | |||
<input type="text" name="keywords" id="keywords" value="" class="biz-input-md"> | |||
<button type="button" name="Submit" value="" class="btn btn-success btn-sm" onClick="SelectKeywords('form1.keywords');">浏览</button> | |||
</td> | |||
<td> | |||
@@ -259,7 +259,7 @@ | |||
<tr> | |||
<td width="90"> 文档排序:</td> | |||
<td width="260"> | |||
<select name="sortup" id="sortup" style="width:160px"> | |||
<select name="sortup" id="sortup" class="biz-input-sm"> | |||
<option value="0" selected>默认排序</option> | |||
<option value="7">置顶一周</option> | |||
<option value="30">置顶一个月</option> | |||
@@ -269,7 +269,7 @@ | |||
</select> </td> | |||
<td width="90">标题颜色:</td> | |||
<td> | |||
<input type="text" name="color" id="color" style="width:160px"> | |||
<input type="text" name="color" id="color" class="biz-input-sm"> | |||
<button type="button" name="modcolor" id="modcolor" onClick="ShowColor(event,this)" class="btn btn-success btn-sm">选取</button> | |||
</td> | |||
</tr> | |||
@@ -281,7 +281,7 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> 阅读权限:</td> | |||
<td width="260"><select name="arcrank" id="arcrank" style="width:160px"> | |||
<td width="260"><select name="arcrank" id="arcrank" class="biz-input-sm"> | |||
<?php | |||
$urank = $cuserLogin->getUserRank(); | |||
$dsql->SetQuery("Select * from `#@__arcrank` where adminrank<='$urank'"); | |||
@@ -293,7 +293,7 @@ | |||
?></select> | |||
</td> | |||
<td width="90">文件名称:</td> | |||
<td><input type="text" name="filename" id="filename" style="width:160px">(不包括后缀名如.html等)</td> | |||
<td><input type="text" name="filename" id="filename" class="biz-input-sm">(不包括后缀名如.html等)</td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -306,11 +306,11 @@ | |||
<td width="260"> | |||
<?php | |||
$nowtime = GetDateTimeMk(time()); | |||
echo "<input type='text' name='pubdate' value='$nowtime' id='pubdate' class='datepicker' style='width:160px'>"; | |||
echo "<input type='text' name='pubdate' value='$nowtime' id='pubdate' class='datepicker' class='biz-input-sm'>"; | |||
?> | |||
</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:160px"></td> | |||
<td><input type="text" name="click" value="<?php echo ($cfg_arc_click=='-1' ? mt_rand(50,200):$cfg_arc_click);?>" class="biz-input-sm"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -51,9 +51,9 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> <?php echo $cInfos['titlename'];?>:</td> | |||
<td width="400"><input name="title" type="text" id="title" value="<?php echo $arcRow['title'];?>" style="width:380px"></td> | |||
<td width="400"><input name="title" type="text" id="title" value="<?php echo $arcRow['title'];?>" class="biz-input-lg"></td> | |||
<td width="90"> 简略标题:</td> | |||
<td><input name="shorttitle" type="text" id="shorttitle" value="<?php echo $arcRow['shorttitle'];?>" style="width:160px"></td> | |||
<td><input name="shorttitle" type="text" id="shorttitle" value="<?php echo $arcRow['shorttitle'];?>" class="biz-input-sm"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -87,7 +87,7 @@ | |||
<table 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> | |||
<td><input name="redirecturl" type="text" id="redirecturl" value="<?php echo $addRow['redirecturl'];?>" class="biz-input-md"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -97,9 +97,9 @@ | |||
<table 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><input name="tags" type="text" id="tags" value="<?php echo $tags;?>" class="biz-input-md">(','号分开,单个标签小于12字节)</td> | |||
<td width="60">权重:</td> | |||
<td><input name="weight" type="text" id="weight" value="<?php echo $arcRow['weight'];?>" style="width:60px">(越小越靠前)</td> | |||
<td><input name="weight" type="text" id="weight" value="<?php echo $arcRow['weight'];?>" class="biz-input-sm">(越小越靠前)</td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -109,8 +109,8 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> 缩略图:</td> | |||
<td width="560"> | |||
<input name="picname" type="text" id="picname" value="<?php echo $arcRow['litpic']?>" style="width:300px"> | |||
<td width="620"> | |||
<input name="picname" type="text" id="picname" value="<?php echo $arcRow['litpic']?>" class="biz-input-md"> | |||
<label><input type="checkbox" name="ddisremote" value="1" id="ddisremote" class="np"> 远程</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> | |||
@@ -127,12 +127,12 @@ | |||
<tr> | |||
<td width="90"> 来源:</td> | |||
<td width="260"> | |||
<input name="source" type="text" id="source" value="<?php echo $arcRow['source']?>" style="width:160px"> | |||
<input name="source" type="text" id="source" value="<?php echo $arcRow['source']?>" class="biz-input-sm"> | |||
<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"> | |||
<input name="writer" type="text" id="writer" value="<?php echo $arcRow['writer']?>" class="biz-input-sm"> | |||
<button class="btn btn-success btn-sm" name="selwriter" type="button" id="selwriter">选择</button> | |||
</td> | |||
</tr> | |||
@@ -154,7 +154,7 @@ | |||
<td width="360"> | |||
<?php | |||
$typeOptions = GetOptionList($arcRow['typeid'],$cuserLogin->getUserChannel(),$channelid); | |||
echo "<select name='typeid' id='typeid' style='width:160px'>"; | |||
echo "<select name='typeid' id='typeid' class='biz-input-sm'>"; | |||
if ($arcRow["typeid"]=="0") echo "<option value='0' selected>请选择栏目</option>"; | |||
echo $typeOptions; | |||
echo "</select>"; | |||
@@ -162,7 +162,7 @@ | |||
<i class='btn btn-sm fa fa-search' onClick="ShowCatMap(event,this,<?php echo $channelid;?>,'typeid')" title='快捷选择' style='cursor:pointer'></i> | |||
</td> | |||
<td width="90">消费金币:</td> | |||
<td><input name="money" type="text" id="money" value="<?php echo $arcRow['money']?>" style="width:160px"></td> | |||
<td><input name="money" type="text" id="money" value="<?php echo $arcRow['money']?>" class="biz-input-sm"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -187,7 +187,7 @@ | |||
<table 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> | |||
<td><input type="text" name="keywords" id="keywords" value="<?php echo $arcRow['keywords']?>" class="biz-input-md"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -248,7 +248,7 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> 文档排序:</td> | |||
<td width="260"><select name="sortup" id="sortup" style="width:160px"> | |||
<td width="260"><select name="sortup" id="sortup" class="biz-input-sm"> | |||
<?php | |||
$subday = SubDay($arcRow["sortrank"],$arcRow["pubdate"]); | |||
echo "<option value='0'>正常排序</option>"; | |||
@@ -263,7 +263,7 @@ | |||
</td> | |||
<td width="90">标题颜色:</td> | |||
<td> | |||
<input name="color" type="text" id="color" value="<?php echo $arcRow['color']?>" style="width:160px"> | |||
<input name="color" type="text" id="color" value="<?php echo $arcRow['color']?>" class="biz-input-sm"> | |||
<button name="modcolor" type="button" id="modcolor" class="btn btn-success btn-sm" onClick="ShowColor(event,this)">选取</button> | |||
</td> | |||
</tr> | |||
@@ -275,7 +275,7 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> 阅读权限:</td> | |||
<td width="260"><select name="arcrank" id="arcrank" style="width:160px"> | |||
<td width="260"><select name="arcrank" id="arcrank" class="biz-input-sm"> | |||
<option value='<?php echo $arcRow["arcrank"]?>'><?php echo $arcRow["rankname"]?></option> | |||
<?php | |||
$urank = $cuserLogin->getUserRank(); | |||
@@ -288,7 +288,7 @@ | |||
</select> | |||
</td> | |||
<td width="90">文件名称:</td> | |||
<td><input type="text" name="filename" id="filename" value="<?php echo $arcRow['filename']?>" style="width:160px">(不包括后缀名如.html等)</td> | |||
<td><input type="text" name="filename" id="filename" value="<?php echo $arcRow['filename']?>" class="biz-input-sm">(不包括后缀名如.html等)</td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -300,11 +300,11 @@ | |||
<td width="90"> 更新时间:</td> | |||
<td width="260"><?php | |||
$nowtime = GetDateTimeMk(time()); | |||
echo "<input name='pubdate' value='$nowtime' type='text' id='pubdate' class='datepicker' style='width:160px'>"; | |||
echo "<input name='pubdate' value='$nowtime' type='text' id='pubdate' class='datepicker' class='biz-input-sm'>"; | |||
?> | |||
</td> | |||
<td width="90">浏览次数:</td> | |||
<td><input type="text" name="click" value="<?php echo $arcRow['click'];?>" style="width:160px"></td> | |||
<td><input type="text" name="click" value="<?php echo $arcRow['click'];?>" class="biz-input-sm"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -55,7 +55,7 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> <?php echo $cInfos['titlename'];?>:</td> | |||
<td><input type="text" name="title" id="title" value="" style="width:390px"></td> | |||
<td><input type="text" name="title" id="title" value="" class="biz-input-lg"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -84,8 +84,8 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> 缩略图:</td> | |||
<td width="560"> | |||
<input type="text" name="picname" id="picname" style="width:300px"> | |||
<td width="620"> | |||
<input type="text" name="picname" id="picname" class="biz-input-md"> | |||
<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> | |||
<button type="button" name="Submit2" onclick="SelectImage('form1.picname','small');" class="btn btn-success btn-sm">选择图片</button> | |||
@@ -110,7 +110,7 @@ | |||
<span id="typeidct"> | |||
<?php | |||
$typeOptions = GetOptionList($cid,$cuserLogin->getUserChannel(),$channelid); | |||
echo "<select name='typeid' id='typeid' style='width:160px'>"; | |||
echo "<select name='typeid' id='typeid' class='biz-input-sm'>"; | |||
echo "<option value='0'>请选择栏目</option>"; | |||
echo $typeOptions; | |||
echo "</select>"; | |||
@@ -128,7 +128,7 @@ | |||
<tr> | |||
<td width="90"> 浏览权限:</td> | |||
<td> | |||
<select name="arcrank" id="arcrank" style="width:160px"> | |||
<select name="arcrank" id="arcrank" class="biz-input-sm"> | |||
<?php | |||
$urank = $cuserLogin->getUserRank(); | |||
$dsql->SetQuery("Select * from `#@__arcrank` where adminrank<='$urank'"); | |||
@@ -53,7 +53,7 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> <?php echo $cInfos['titlename'];?>:</td> | |||
<td><input type="text" name="title" id="title" value="<?php echo $addRow['title'];?>" style="width:390px"></td> | |||
<td><input type="text" name="title" id="title" value="<?php echo $addRow['title'];?>" class="biz-input-lg"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -85,8 +85,8 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> 缩略图:</td> | |||
<td width="560"> | |||
<input type="text" name="picname" id="picname" style="width:300px" value="<?php echo $addRow['litpic']?>"> | |||
<td width="620"> | |||
<input type="text" name="picname" id="picname" class="biz-input-md" value="<?php echo $addRow['litpic']?>"> | |||
<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> | |||
<button type="button" name="Submit" onClick="SelectImage('form1.picname','');" class="btn btn-success btn-sm">选择图片</button> | |||
@@ -110,7 +110,7 @@ | |||
<td> | |||
<?php | |||
$typeOptions = GetOptionList($addRow['typeid'],$cuserLogin->getUserChannel(),$channelid); | |||
echo "<select name='typeid' id='typeid' style='width:160px'>"; | |||
echo "<select name='typeid' id='typeid' class='biz-input-sm'>"; | |||
if ($addRow["typeid"]=="0") echo "<option value='0' selected>请选择栏目</option>"; | |||
echo $typeOptions; | |||
echo "</select>"; | |||
@@ -127,7 +127,7 @@ | |||
<tr> | |||
<td width="90"> 浏览权限:</td> | |||
<td> | |||
<select name="arcrank" id="arcrank" style="width:160px"> | |||
<select name="arcrank" id="arcrank" class="biz-input-sm"> | |||
<option value='<?php echo $addRow["arcrank"];?>'><?php echo $addRow["rankname"];?></option> | |||
<?php | |||
$urank = $cuserLogin->getUserRank(); | |||
@@ -56,7 +56,7 @@ | |||
<table cellpadding="0" cellspacing="0"> | |||
<tr> | |||
<td width="90">采集单页:</td> | |||
<td width="270" align="center"><input type="text" name="geturl" id="geturl" value="<?php echo $geturl;?>" style="width:260px"></td> | |||
<td width="270" align="center"><input type="text" name="geturl" id="geturl" value="<?php echo $geturl;?>" class="biz-input-md"></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> | |||
@@ -76,9 +76,9 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> 文档标题:</td> | |||
<td width="400"><input type="text" name="title" id="title" value="<?php echo $title;?>" style="width:390px"></td> | |||
<td width="400"><input type="text" name="title" id="title" value="<?php echo $title;?>" class="biz-input-lg"></td> | |||
<td width="90"> 简略标题:</td> | |||
<td><input type="text" name="shorttitle" id="shorttitle" style="width:160px"></td> | |||
<td><input type="text" name="shorttitle" id="shorttitle" class="biz-input-sm"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -110,7 +110,7 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> 跳转网址:</td> | |||
<td><input type="text" name="redirecturl" id="redirecturl" value="" style="width:300px"></td> | |||
<td><input type="text" name="redirecturl" id="redirecturl" value="" class="biz-input-md"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -120,9 +120,9 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> Tag标签:</td> | |||
<td><input type="text" name="tags"id="tags" value="" onChange="$Obj('keywords').value=this.value;" style="width:300px">(','号分开,单个标签小于12字节)</td> | |||
<td><input type="text" name="tags"id="tags" value="" onChange="$Obj('keywords').value=this.value;" class="biz-input-md">(','号分开,单个标签小于12字节)</td> | |||
<td width="60">权重:</td> | |||
<td><input type="text" name="weight" id="weight" value="<?php echo $maxWright['cc'];?>" style="width:60px">(越小越靠前)</td> | |||
<td><input type="text" name="weight" id="weight" value="<?php echo $maxWright['cc'];?>" class="biz-input-sm">(越小越靠前)</td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -132,8 +132,8 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> 缩略图:</td> | |||
<td width="560"> | |||
<input type="text" name="picname" id="picname" style="width:300px"> | |||
<td width="620"> | |||
<input type="text" name="picname" id="picname" class="biz-input-md"> | |||
<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> | |||
<button type="button" name="Submit2" onClick="SelectImage('form1.picname','small');" class="btn btn-success btn-sm">选择图片</button> | |||
@@ -150,12 +150,12 @@ | |||
<tr> | |||
<td width="90"> 来源:</td> | |||
<td width="260"> | |||
<input type="text" name="source" id="source" value="<?php echo $source;?>" style="width:160px"> | |||
<input type="text" name="source" id="source" value="<?php echo $source;?>" class="biz-input-sm"> | |||
<button type="button" name="selsource" id="selsource" class="btn btn-success btn-sm">选择</button> | |||
</td> | |||
<td width="60"> 作者:</td> | |||
<td> | |||
<input type="text" name="writer" id="writer" value="<?php echo $writer;?>" style="width:160px"> | |||
<input type="text" name="writer" id="writer" value="<?php echo $writer;?>" class="biz-input-sm"> | |||
<button type="button" name="selwriter" id="selwriter" class="btn btn-success btn-sm">选择</button> | |||
</td> | |||
</tr> | |||
@@ -171,7 +171,7 @@ | |||
<span id="typeidct"> | |||
<?php | |||
$typeOptions = GetOptionList($cid,$cuserLogin->getUserChannel(),$channelid); | |||
echo "<select name='typeid' id='typeid' style='width:160px'>"; | |||
echo "<select name='typeid' id='typeid' class='biz-input-sm'>"; | |||
echo "<option value='0'>请选择栏目</option>"; | |||
echo $typeOptions; | |||
echo "</select>"; | |||
@@ -186,7 +186,7 @@ | |||
?> | |||
</td> | |||
<td width="90">消费金币:</td> | |||
<td><input type="text" name="money" id="money" value="0" style="width:160px"></td> | |||
<td><input type="text" name="money" id="money" value="0" class="biz-input-sm"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -198,7 +198,7 @@ | |||
<td width="90"> 副栏目:</td> | |||
<td> | |||
<span id="typeid2ct"></span> | |||
<input type="text" name="typeid2" id="typeid2" value="" style="width:260px"> | |||
<input type="text" name="typeid2" id="typeid2" value="" class="biz-input-md"> | |||
<i class="btn btn-sm fa fa-search" onClick="ShowCatMap(event,this,<?php echo $channelid;?>,'typeid2')" title="选择副栏目"></i> | |||
</td> | |||
</tr> | |||
@@ -211,7 +211,7 @@ | |||
<tr> | |||
<td width="90"> 关键词:</td> | |||
<td width="410"> | |||
<input type="text" name="keywords" id="keywords" value="<?php echo $keywords;?>" style="width:360px"> | |||
<input type="text" name="keywords" id="keywords" value="<?php echo $keywords;?>" class="biz-input-md"> | |||
<button type="button" name="Submit" onClick="SelectKeywords('form1.keywords');" class="btn btn-success btn-sm">浏览</button> | |||
</td> | |||
<td> | |||
@@ -255,7 +255,7 @@ | |||
<td> | |||
<label><input type="radio" name="sptype" value="hand" <?php if ($cfg_arcautosp=='N') echo "checked='1'"?>> 手动</label> | |||
<label><input type="radio" name="sptype" value="auto" <?php if ($cfg_arcautosp=='Y') echo "checked='1'"?>> 自动</label> | |||
大小:<input name="spsize" type="text" id="spsize" value="<?php echo $cfg_arcautosp_size?>" style="width:60px"> K(分页符为:#p#分页标题#e#) | |||
大小:<input name="spsize" type="text" id="spsize" value="<?php echo $cfg_arcautosp_size?>" class="biz-input-sm"> K(分页符为:#p#分页标题#e#) | |||
</td> | |||
</tr> | |||
</table> | |||
@@ -292,7 +292,7 @@ | |||
<tr> | |||
<td width="90"> 文档排序:</td> | |||
<td width="260"> | |||
<select name="sortup" id="sortup" style="width:160px"> | |||
<select name="sortup" id="sortup" class="biz-input-sm"> | |||
<option value="0" selected>默认排序</option> | |||
<option value="7">置顶一周</option> | |||
<option value="30">置顶一个月</option> | |||
@@ -302,7 +302,7 @@ | |||
</select> </td> | |||
<td width="90">标题颜色:</td> | |||
<td> | |||
<input type="text" name="color" id="color" style="width:160px"> | |||
<input type="text" name="color" id="color" class="biz-input-sm"> | |||
<button type="button" name="modcolor" id="modcolor" class="btn btn-success btn-sm" onClick="ShowColor(event, this)">选取</button> | |||
</td> | |||
</tr> | |||
@@ -315,7 +315,7 @@ | |||
<tr> | |||
<td width="90"> 阅读权限:</td> | |||
<td width="260"> | |||
<select name="arcrank" id="arcrank" style="width:160px"> | |||
<select name="arcrank" id="arcrank" class="biz-input-sm"> | |||
<?php | |||
$urank = $cuserLogin->getUserRank(); | |||
$dsql->SetQuery("Select * from `#@__arcrank` where adminrank<='$urank'"); | |||
@@ -328,14 +328,14 @@ | |||
</select> | |||
</td> | |||
<td width="90">文件名称:</td> | |||
<td><input type="text" name="filename" id="filename" style="width:160px">(不包括后缀名如.html等)</td> | |||
<td><input type="text" name="filename" id="filename" class="biz-input-sm">(不包括后缀名如.html等)</td> | |||
<td> | |||
<?php | |||
if (isset($cfg_tamplate_rand) && $cfg_tamplate_rand==1) | |||
{ | |||
?> | |||
随机选择模板: | |||
<select name="templet" id="templet" style="width:120px"> | |||
<select name="templet" id="templet" class="biz-input-sm"> | |||
<?php | |||
$rndsel = mt_rand(1, count($cfg_tamplate_arr)) - 1; | |||
foreach($cfg_tamplate_arr as $k=>$v) | |||
@@ -363,11 +363,11 @@ | |||
<td width="260"> | |||
<?php | |||
$nowtime = GetDateTimeMk(time()); | |||
echo "<input type='text' name='pubdate' value='$nowtime'id='pubdate' class='datepicker' style='width:160px'>"; | |||
echo "<input type='text' name='pubdate' value='$nowtime'id='pubdate' class='datepicker' class='biz-input-sm'>"; | |||
?> | |||
</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:160px"></td> | |||
<td><input type="text" name="click" value="<?php echo ($cfg_arc_click=='-1' ? mt_rand(50, 200) : $cfg_arc_click);?>" class="biz-input-sm"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -119,7 +119,7 @@ | |||
<table width="430" cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90">网站名称:</td> | |||
<td width="270"><input type="text" name="title" id="title" style="width:260px" value="<?php echo $row['title'];?>"></td> | |||
<td width="270"><input type="text" name="title" id="title" class="biz-input-md" value="<?php echo $row['title'];?>"></td> | |||
</tr> | |||
<tr> | |||
<td>原内容编码:</td> | |||
@@ -137,7 +137,7 @@ | |||
</tr> | |||
<tr> | |||
<td>网站网址:</td> | |||
<td colspan="2"><input type="text" name="url" id="url" style="width:260px"></td> | |||
<td colspan="2"><input type="text" name="url" id="url" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td></td> | |||
@@ -21,21 +21,21 @@ | |||
<td> | |||
<table width="90%" cellpadding="2" cellspacing="2" class="table table-borderless"> | |||
<tr> | |||
<td width="560">频道ID:<input type="text" name="channel" id="channel" value="1" style="width:260px">(可在“<a href="mychannel_main.php">频道模型管理</a>”处获得)</td> | |||
<td>摘要大小:<input type="text" name="dsize" id="dsize" value="<?php echo $cfg_auot_description?>" style="width:260px">(最大250字节)</td> | |||
<td width="260">频道id:<input type="text" name="channel" id="channel" value="1" class="biz-input-md">(可在“<a href="mychannel_main.php">频道模型管理</a>”处获得)</td> | |||
<td>摘要大小:<input type="text" name="dsize" id="dsize" value="<?php echo $cfg_auot_description?>" class="biz-input-md">(最大250字节)</td> | |||
</tr> | |||
<tr> | |||
<td>数据表:<input type="text" name="table" id="table2" value="<?php echo $cfg_dbprefix?>addonarticle" style="width:260px"></td> | |||
<td>分析字段:<input type="text" name="field" id="field2" value="body" style="width:260px"></td> | |||
<td>数据表:<input type="text" name="table" id="table2" value="<?php echo $cfg_dbprefix?>addonarticle" class="biz-input-md"></td> | |||
<td>分析字段:<input type="text" name="field" id="field2" value="body" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td>最小值:<input type="text" name="msize" id="msize2" value="512" style="width:260px">(字节,内容大于该值才分析)</td> | |||
<td>每批处理:<input type="text" name="pagesize" id="pagesize" value="100" style="width:260px">条记录</td> | |||
<td>最小值:<input type="text" name="msize" id="msize2" value="512" class="biz-input-md">(字节,内容大于该值才分析)</td> | |||
<td>每批处理:<input type="text" name="pagesize" id="pagesize" value="100" class="biz-input-md">条记录</td> | |||
</tr> | |||
<tr> | |||
<td> | |||
开始ID:<input type="text" name="sid" id="sid" style="width:60px"> | |||
结束ID:<input type="text" name="eid" id="eid" style="width:60px"> | |||
开始ID:<input type="text" name="sid" id="sid" class="biz-input-sm"> | |||
结束ID:<input type="text" name="eid" id="eid" class="biz-input-sm"> | |||
</td> | |||
<td></td> | |||
</tr> | |||
@@ -54,9 +54,9 @@ | |||
<table 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="400"><input name="title" type="text" id="title" value="<?php echo $arcRow['title'];?>" class="biz-input-lg"></td> | |||
<td width="90">简略标题:</td> | |||
<td><input name="shorttitle" type="text" id="shorttitle" value="<?php echo $arcRow['shorttitle'];?>" style="width:160px"></td> | |||
<td><input name="shorttitle" type="text" id="shorttitle" value="<?php echo $arcRow['shorttitle'];?>" class="biz-input-sm"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -96,7 +96,7 @@ | |||
<table 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> | |||
<td><input name="redirecturl" type="text" id="redirecturl" value="<?php echo $addRow['redirecturl']?>" class="biz-input-md"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -106,9 +106,9 @@ | |||
<table 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><input name="tags" type="text" id="tags" value="<?php echo $tags;?>" class="biz-input-md">(','号分开,单个标签小于12字节)</td> | |||
<td width="60">权重:</td> | |||
<td><input name="weight" type="text" id="weight" value="<?php echo $arcRow['weight'];?>" style="width:60px">(越小越靠前)</td> | |||
<td><input name="weight" type="text" id="weight" value="<?php echo $arcRow['weight'];?>" class="biz-input-sm">(越小越靠前)</td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -118,8 +118,8 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> 缩略图:</td> | |||
<td width="560"> | |||
<input name="picname" type="text" id="picname" value="<?php echo $arcRow['litpic']?>" style="width:300px"> | |||
<td width="620"> | |||
<input name="picname" type="text" id="picname" value="<?php echo $arcRow['litpic']?>" class="biz-input-md"> | |||
<label><input type="checkbox" name="ddisremote" value="1" id="ddisremote" class="np"> 远程</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> | |||
@@ -136,12 +136,12 @@ | |||
<tr> | |||
<td width="90"> 来源:</td> | |||
<td width="260"> | |||
<input name="source" type="text" id="source" value="<?php echo $arcRow['source']?>" style="width:160px"> | |||
<input name="source" type="text" id="source" value="<?php echo $arcRow['source']?>" class="biz-input-sm"> | |||
<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"> | |||
<input name="writer" type="text" id="writer" value="<?php echo $arcRow['writer']?>" class="biz-input-sm"> | |||
<button name="selwriter" type="button" id="selwriter" class="btn btn-success btn-sm">选择</button> | |||
</td> | |||
</tr> | |||
@@ -156,7 +156,7 @@ | |||
<td width="360"> | |||
<?php | |||
$typeOptions = GetOptionList($arcRow['typeid'],$cuserLogin->getUserChannel(),$channelid); | |||
echo "<select name='typeid' id='typeid' style='width:160px'>"; | |||
echo "<select name='typeid' id='typeid' class='biz-input-sm'>"; | |||
if ($arcRow["typeid"]=="0") echo "<option value='0' selected>请选择栏目</option>"; | |||
echo $typeOptions; | |||
echo "</select>"; | |||
@@ -164,7 +164,7 @@ | |||
<i class='btn btn-sm fa fa-search' onClick="ShowCatMap(event,this,<?php echo $channelid;?>,'typeid','<?php echo $arcRow['typeid'];?>')" title="快捷选择"></i> | |||
</td> | |||
<td width="90">消费金币:</td> | |||
<td><input name="money" type="text" id="money" value="<?php echo $arcRow['money']?>" style="width:160px"></td> | |||
<td><input name="money" type="text" id="money" value="<?php echo $arcRow['money']?>" class="biz-input-sm"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -177,7 +177,7 @@ | |||
<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"> | |||
<input type="text" name="typeid2" id="typeid2" value="<?php echo ($arcRow['typeid2']=='0'?'':$arcRow['typeid2']);?>" class="biz-input-sm"> | |||
<i class='btn btn-sm fa fa-search' onClick="ShowCatMap(event,this,<?php echo $channelid;?>,'typeid2','<?php echo $arcRow['typeid2'];?>')" title="选择副栏目"></i> | |||
</td> | |||
</tr> | |||
@@ -190,7 +190,7 @@ | |||
<table 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> | |||
<td><input type="text" name="keywords" id="keywords" value="<?php echo $arcRow['keywords']?>" class="biz-input-md"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -249,7 +249,7 @@ | |||
<tr> | |||
<td width="90"> 文档排序:</td> | |||
<td width="260"> | |||
<select name="sortup" id="sortup" style="width:160px"> | |||
<select name="sortup" id="sortup" class="biz-input-sm"> | |||
<?php | |||
$subday = SubDay($arcRow["sortrank"],$arcRow["pubdate"]); | |||
echo "<option value='0'>正常排序</option>"; | |||
@@ -264,7 +264,7 @@ | |||
</td> | |||
<td width="90">标题颜色:</td> | |||
<td> | |||
<input name="color" type="text" id="color" value="<?php echo $arcRow['color']?>" style="width:160px"> | |||
<input name="color" type="text" id="color" value="<?php echo $arcRow['color']?>" class="biz-input-sm"> | |||
<button name="modcolor" type="button" id="modcolor" onClick="ShowColor(event,this)" class="btn btn-success btn-sm">选取</button> | |||
</td> | |||
</tr> | |||
@@ -277,7 +277,7 @@ | |||
<tr> | |||
<td width="90"> 阅读权限:</td> | |||
<td width="260"> | |||
<select name="arcrank" id="arcrank" style="width:160px"> | |||
<select name="arcrank" id="arcrank" class="biz-input-sm"> | |||
<option value='<?php echo $arcRow["arcrank"]?>'> <?php echo $arcRow["rankname"]?> </option> | |||
<?php | |||
$urank = $cuserLogin->getUserRank(); | |||
@@ -290,14 +290,14 @@ | |||
</select> | |||
</td> | |||
<td width="90">文件名称:</td> | |||
<td><input type="text" name="filename" id="filename" value="<?php echo $arcRow['filename']?>" style="width:160px">(不包括后缀名如.html等)</td> | |||
<td><input type="text" name="filename" id="filename" value="<?php echo $arcRow['filename']?>" class="biz-input-sm">(不包括后缀名如.html等)</td> | |||
<td> | |||
<?php | |||
if (isset($cfg_tamplate_rand) && $cfg_tamplate_rand==1) | |||
{ | |||
?> | |||
模板选择: | |||
<select name="templet" id="templet" style="width:160px"> | |||
<select name="templet" id="templet" class="biz-input-sm"> | |||
<?php | |||
foreach($cfg_tamplate_arr as $k=>$v) | |||
{ | |||
@@ -323,11 +323,11 @@ | |||
<td width="90"> 更新时间:</td> | |||
<td width="260"><?php | |||
$nowtime = GetDateTimeMk(time()); | |||
echo "<input type='text' name='pubdate' value='$nowtime' id='pubdate' class='datepicker' style='width:160px'>"; | |||
echo "<input type='text' name='pubdate' value='$nowtime' id='pubdate' class='datepicker' class='biz-input-sm'>"; | |||
?> | |||
</td> | |||
<td width="90">浏览次数:</td> | |||
<td><input type="text" name="click" value="<?php echo $arcRow['click'];?>" style="width:160px"></td> | |||
<td><input type="text" name="click" value="<?php echo $arcRow['click'];?>" class="biz-input-sm"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -23,9 +23,9 @@ | |||
<input type="hidden" name="dopost" value="add"> | |||
<table width="98%" cellpadding="1" cellspacing="1" align="center" class="table maintable mt-3 mb-3"> | |||
<tr bgcolor="#f8f8f8"> | |||
<td width="280" align="center"><input type="text" name="keyword" id="keyword" placeholder="请输入关键词" style="width:260px"></td> | |||
<td width="270"><input type="text" name="rpurl" id="rpurl" placeholder="请输入链接" style="width:260px"></td> | |||
<td width="70"><input type="text" name="rank" id="rank" value="30" style="width:60px"></td> | |||
<td width="280" align="center"><input type="text" name="keyword" id="keyword" placeholder="请输入关键词" class="biz-input-md"></td> | |||
<td width="270"><input type="text" name="rpurl" id="rpurl" placeholder="请输入链接" class="biz-input-md"></td> | |||
<td width="70"><input type="text" name="rank" id="rank" value="30" class="biz-input-sm"></td> | |||
<td><button type="submit" name="Submit" class="btn btn-success btn-sm">保存</button></td> | |||
</tr> | |||
</table> | |||
@@ -50,9 +50,9 @@ | |||
<td align="center" colspan="2" class="border-top-0"> | |||
<table cellspacing="0" cellpadding="0" class="table table-borderless"> | |||
<tr> | |||
<td width="170"><input type="text" name="keyword" id="keyword" placeholder="请输入关键词" style="width:160px"></td> | |||
<td width="170"><input type="text" name="rpurl" id="rpurl" placeholder="请输入链接" style="width:160px"></td> | |||
<td width="170"><input type="text" name="rank" id="rank" placeholder="请输入频率" style="width:160px"></td> | |||
<td width="170"><input type="text" name="keyword" id="keyword" placeholder="请输入关键词" class="biz-input-sm"></td> | |||
<td width="170"><input type="text" name="rpurl" id="rpurl" placeholder="请输入链接" class="biz-input-sm"></td> | |||
<td width="170"><input type="text" name="rank" id="rank" placeholder="请输入频率" class="biz-input-sm"></td> | |||
<td><input type="submit" name="Submit" value="保存" class="btn btn-success btn-sm"></td> | |||
</tr> | |||
</table> | |||
@@ -84,7 +84,7 @@ | |||
<td colspan="2"> | |||
<table cellspacing="0" cellpadding="0" class="table table-borderless"> | |||
<tr> | |||
<td width="270"><input type="text" name="keywords" id="keywords" value="<?php echo $keywords?>" placeholder="请输入关键词" style="width:260px"></td> | |||
<td width="270"><input type="text" name="keywords" id="keywords" value="<?php echo $keywords?>" placeholder="请输入关键词" class="biz-input-md"></td> | |||
<td><button type="button" class="btn btn-success btn-sm" name="Submit" onClick="ReturnValue()">选用</button></td> | |||
</tr> | |||
</table> | |||
@@ -22,7 +22,7 @@ | |||
<tr> | |||
<td width="20%" align="left">频道类型:</td> | |||
<td align="left"> | |||
<select name="channelid" style="width:160px"> | |||
<select name="channelid" class="biz-input-sm"> | |||
<?php | |||
if (!empty($channelinfos)) | |||
{ | |||
@@ -44,7 +44,7 @@ | |||
</tr> | |||
<tr> | |||
<td align="left">每排列出记录:</td> | |||
<td align="left"><input type="text" name="pagesize" id="pagesize" value="100" style="width:160px"> 条</td> | |||
<td align="left"><input type="text" name="pagesize" id="pagesize" value="100" class="biz-input-sm"> 条</td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -31,7 +31,7 @@ | |||
<tr> | |||
<td width="90">点卡类型:</td> | |||
<td> | |||
<select name="cardtype" style="width:160px"> | |||
<select name="cardtype" class="biz-input-sm"> | |||
<?php | |||
$dsql->SetQuery("Select * From #@__moneycard_type"); | |||
$dsql->Execute(); | |||
@@ -43,13 +43,13 @@ | |||
</select> | |||
</td> | |||
<td width="90">生成数量:</td> | |||
<td><input name="mnum" type="text" id="mnum" style="width:160px" value="100" class="pubinputs"></td> | |||
<td><input name="mnum" type="text" id="mnum" class="biz-input-sm" value="100" class="pubinputs"></td> | |||
</tr> | |||
<tr> | |||
<td>点卡前缀:</td> | |||
<td><input name="snprefix" type="text" id="snprefix" style="width:160px" value="SN" class="pubinputs"></td> | |||
<td><input name="snprefix" type="text" id="snprefix" class="biz-input-sm" value="SN" class="pubinputs"></td> | |||
<td>密码长度:</td> | |||
<td><input name="pwdlen" type="text" id="pwdlen" style="width:160px" value="4" class="pubinputs"> | |||
<td><input name="pwdlen" type="text" id="pwdlen" class="biz-input-sm" value="4" class="pubinputs"> | |||
</td> | |||
</tr> | |||
<tr> | |||
@@ -59,7 +59,7 @@ | |||
<label><input type="radio" name="ctype" value="2" checked="1"> 大写字母</label> | |||
</td> | |||
<td>密码组数:</td> | |||
<td><input name="pwdgr" type="text" id="pwdgr" style="width:160px" value="3"></td> | |||
<td><input name="pwdgr" type="text" id="pwdgr" class="biz-input-sm" value="3"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -183,7 +183,7 @@ | |||
<tr> | |||
<td class="biz-td">内容模型:</td> | |||
<td class="biz-td"> | |||
<select name="channeltype" id="channeltype" style="width:160px" onChange="ParTemplet(this)"> | |||
<select name="channeltype" id="channeltype" onChange="ParTemplet(this)" class="biz-input-sm"> | |||
<?php | |||
foreach($channelArray as $k=>$arr) | |||
{ | |||
@@ -200,42 +200,42 @@ | |||
</tr> | |||
<tr> | |||
<td class="biz-td">中文名称:</td> | |||
<td class="biz-td"><input type="text" name="typename" style="width:260px"></td> | |||
<td class="biz-td"><input type="text" name="typename" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td class="biz-td">中文概述:</td> | |||
<td class="biz-td"><input type="text" name="cnoverview" style="width:260px"></td> | |||
<td class="biz-td"><input type="text" name="cnoverview" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td class="biz-td">英文名称:</td> | |||
<td class="biz-td"><input type="text" name="enname" style="width:260px"></td> | |||
<td class="biz-td"><input type="text" name="enname" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td class="biz-td">英文概述:</td> | |||
<td class="biz-td"><input type="text" name="enoverview" style="width:260px"></td> | |||
<td class="biz-td"><input type="text" name="enoverview" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td class="biz-td">栏目大图:</td> | |||
<td> | |||
<input type="text" name="bigpic" style="width:260px"> | |||
<input type="text" name="bigpic" class="biz-input-md"> | |||
<input type="button" class="btn btn-success btn-sm" value="浏览" onClick="SelectImage('form1.bigpic');"> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td class="biz-td">栏目小图:</td> | |||
<td> | |||
<input type="text" name="litimg" style="width:260px"> | |||
<input type="text" name="litimg" class="biz-input-md"> | |||
<input type="button" class="btn btn-success btn-sm" value="浏览" onClick="SelectImage('form1.litimg');"> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td class="biz-td">排列顺序:</td> | |||
<td class="biz-td"><input type="text" name="sortrank" class="pubinputs" style="width:60px">(由低 > 高)</td> | |||
<td class="biz-td"><input type="text" name="sortrank" class="pubinputs" class="biz-input-sm">(由低 > 高)</td> | |||
</tr> | |||
<tr> | |||
<td class="biz-td">浏览权限:</td> | |||
<td class="biz-td"> | |||
<select name="corank" id="corank" style="width:160px"> | |||
<select name="corank" id="corank" class="biz-input-sm"> | |||
<?php | |||
$dsql->SetQuery("Select * from `#@__arcrank` where `rank` >= 0"); | |||
$dsql->Execute('cc'); | |||
@@ -269,7 +269,7 @@ | |||
<td class="p-0"> | |||
<table cellspacing="1" cellpadding="1" class="table-borderless"> | |||
<tr> | |||
<td><input type="text" name="typedir" id="typedir" class="pubinputs" style="width:260px"></td> | |||
<td><input type="text" name="typedir" id="typedir" class="pubinputs" class="biz-input-md"></td> | |||
<td><label for="upinyin"><input type="checkbox" name="upinyin" id="upinyin" value="1" onClick="CheckTypeDir()"> 拼音</label></td> | |||
</tr> | |||
</table> | |||
@@ -297,7 +297,7 @@ | |||
</tr> | |||
<tr> | |||
<td class="biz-td">默认页的名称:</td> | |||
<td class="biz-td"><input type="text" name="defaultname" value="index.html" style="width:260px"></td> | |||
<td class="biz-td"><input type="text" name="defaultname" value="index.html" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td class="biz-td">栏目属性:</td> | |||
@@ -358,13 +358,13 @@ | |||
</tr> | |||
<tr> | |||
<td class="biz-td">绑定域名:</td> | |||
<td class="biz-td"><input type="text" name="siteurl" id="siteurl" onChange="CheckPathSet();" style="width:260px">(需加 http://,一级或二级域名的根网址)</td> | |||
<td class="biz-td"><input type="text" name="siteurl" id="siteurl" onChange="CheckPathSet();" class="biz-input-md">(需加 http://,一级或二级域名的根网址)</td> | |||
</tr> | |||
<?php }?> | |||
<tr> | |||
<td>封面模板:</td> | |||
<td> | |||
<input type="text" name="tempindex" value="{style}/index_<?php echo $nid?>.htm" style="width:260px"> | |||
<input type="text" name="tempindex" value="{style}/index_<?php echo $nid?>.htm" class="biz-input-md"> | |||
<button type="button" name="set1" class="btn btn-success btn-sm" onClick="SelectTemplets('form1.tempindex')">浏览</button> | |||
<i onClick="ShowHide('helpvar1')" class="fa fa-question-circle" title="帮助"></i> | |||
</td> | |||
@@ -387,21 +387,21 @@ | |||
<tr> | |||
<td>列表模板:</td> | |||
<td> | |||
<input type="text" name="templist" value="{style}/list_<?php echo $nid?>.htm" style="width:260px"> | |||
<input type="text" name="templist" value="{style}/list_<?php echo $nid?>.htm" class="biz-input-md"> | |||
<button type="button" name="set3" class="btn btn-success btn-sm" onClick="SelectTemplets('form1.templist')">浏览</button> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td>文档模板:</td> | |||
<td> | |||
<input type="text" name="temparticle" value="{style}/article_<?php echo $nid?>.htm" style="width:260px"> | |||
<input type="text" name="temparticle" value="{style}/article_<?php echo $nid?>.htm" class="biz-input-md"> | |||
<button type="button" name="set4" class="btn btn-success btn-sm" onClick="SelectTemplets('form1.temparticle')">浏览</button> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td>文档命名规则:</td> | |||
<td> | |||
<input type="text" name="namerule" tid="namerule" value="<?php echo $cfg_df_namerule;?>" style="width:260px"> | |||
<input type="text" name="namerule" tid="namerule" value="<?php echo $cfg_df_namerule;?>" class="biz-input-md"> | |||
<i onClick="ShowHide('helpvar2')" class="fa fa-question-circle" title="帮助"></i> | |||
</td> | |||
</tr> | |||
@@ -423,7 +423,7 @@ | |||
<tr> | |||
<td>列表命名规则:</td> | |||
<td> | |||
<input type="text" name="namerule2" id="namerule2" value="{typedir}/{tid}-{page}.html" style="width:260px"> | |||
<input type="text" name="namerule2" id="namerule2" value="{typedir}/{tid}-{page}.html" class="biz-input-md"> | |||
<i onClick="ShowHide('helpvar3')" class="fa fa-question-circle" title="帮助"></i> | |||
</td> | |||
</tr> | |||
@@ -438,7 +438,7 @@ | |||
</tr> | |||
<tr> | |||
<td>SEO标题:</td> | |||
<td><input type="text" name="seotitle" id="seotitle" style="width:260px">(栏目模板里用{dede:field.seotitle/}调用)</td> | |||
<td><input type="text" name="seotitle" id="seotitle" class="biz-input-md">(栏目模板里用{dede:field.seotitle/}调用)</td> | |||
</tr> | |||
<tr> | |||
<td>关键词:</td> | |||
@@ -126,7 +126,7 @@ | |||
<tr> | |||
<td class="biz-td">所属栏目:</td> | |||
<td class="biz-td"> | |||
<select name="reid" onchange="showSeltype(this)" style="width:160px"> | |||
<select name="reid" onchange="showSeltype(this)" class="biz-input-sm"> | |||
<option value="0">选择所属目录</option> | |||
<?php echo $typeOptions;?> | |||
</select>(默认为顶级栏目) | |||
@@ -134,7 +134,7 @@ | |||
</tr> | |||
<tr> | |||
<td class="biz-td">内容模型:</td> | |||
<td class="biz-td"><select name="channeltype" id="channeltype" onChange="ParTemplet(this)" style="width:160px"> | |||
<td class="biz-td"><select name="channeltype" id="channeltype" onChange="ParTemplet(this)" class="biz-input-sm"> | |||
<?php | |||
foreach($channelArray as $k=>$arr) | |||
{ | |||
@@ -155,7 +155,7 @@ | |||
</tr> | |||
<tr> | |||
<td class="biz-td">默认页的名称:</td> | |||
<td class="biz-td"><input type="text" name="defaultname" value="index.html" class="pubinputs" style="width:260px"></td> | |||
<td class="biz-td"><input type="text" name="defaultname" value="index.html" class="pubinputs" class="biz-input-md"></td> | |||
</tr> | |||
<tr id="helpvar2" style="display:none"> | |||
<td bgcolor="#f8f8f8">支持变量:</td> | |||
@@ -171,7 +171,7 @@ | |||
<tr> | |||
<td class="biz-td">文档命名规则:</td> | |||
<td class="biz-td"> | |||
<input type="text" name="namerule" id="namerule" value="{typedir}/{aid}.html" class="pubinputs" style="width:260px"> | |||
<input type="text" name="namerule" id="namerule" value="{typedir}/{aid}.html" class="pubinputs" class="biz-input-md"> | |||
<i class="fa fa-question-circle" title="帮助" onClick="ShowHide('helpvar2')"></i> | |||
</td> | |||
</tr> | |||
@@ -182,7 +182,7 @@ | |||
<tr> | |||
<td>列表命名规则:</td> | |||
<td> | |||
<input type="text" name="namerule2" id="namerule2" value="{typedir}/{tid}-{page}.html" class="pubinputs" style="width:260px"> | |||
<input type="text" name="namerule2" id="namerule2" value="{typedir}/{tid}-{page}.html" class="pubinputs" class="biz-input-md"> | |||
<i class="fa fa-question-circle" title="帮助" onClick="ShowHide('helpvar3')"></i> | |||
</td> | |||
</tr> | |||
@@ -203,9 +203,9 @@ | |||
<tr align="center"> | |||
<td class="rank"> | |||
<input type="hidden" name="posttype" value="" class="pubinputs"> | |||
<input type="text" name="rank" id="rank" value="1" class="pubinputs" style="width:60px"> | |||
<input type="text" name="rank" id="rank" value="1" class="pubinputs" class="biz-input-sm"> | |||
</td> | |||
<td align="center"><input type="text" name="toptype" id="toptype" class="pubinputs" style="width:160px"></td> | |||
<td align="center"><input type="text" name="toptype" id="toptype" class="pubinputs" class="biz-input-sm"></td> | |||
<td><input type="text" name="sontype" id="sontype" class="pubinputs" style="width:100%"></td> | |||
<td align="center"><button type="button" name="" id="add" class="btn btn-danger btn-sm">删除</button></td> | |||
</tr> | |||
@@ -213,9 +213,9 @@ | |||
<tr class="repeat" align="center"> | |||
<td class="rank"> | |||
<input type="hidden" name="posttype<?php echo $i;?>" value="<?php echo $i;?>"> | |||
<input type="text" name="rank<?php echo $i;?>" id="rank<?php echo $i;?>" value="<?php echo $i;?>" class="pubinputs" style="width:60px"> | |||
<input type="text" name="rank<?php echo $i;?>" id="rank<?php echo $i;?>" value="<?php echo $i;?>" class="pubinputs" class="biz-input-sm"> | |||
</td> | |||
<td><input type="text" name="toptype<?php echo $i;?>" id="toptype<?php echo $i;?>" class="pubinputs" style="width:160px"></td> | |||
<td><input type="text" name="toptype<?php echo $i;?>" id="toptype<?php echo $i;?>" class="pubinputs" class="biz-input-sm"></td> | |||
<td><input type="text" name="sontype<?php echo $i;?>" id="sontype<?php echo $i;?>" class="pubinputs" style="width:100%"></td> | |||
<td align="center"><button type="button" name="" id="add" class="btn btn-danger btn-sm">删除</button></td> | |||
</tr> | |||
@@ -232,18 +232,18 @@ | |||
<tr align="center"> | |||
<td class="rank"> | |||
<input type="hidden" name="posttype" value="" class="pubinputs"> | |||
<input type="text" name="rank" id="rank" value="1" class="pubinputs" style="width:60px"> | |||
<input type="text" name="rank" id="rank" value="1" class="pubinputs" class="biz-input-sm"> | |||
</td> | |||
<td><input type="text" name="reltype" id="reltype" class="pubinputs" style="width:160px"></td> | |||
<td><input type="text" name="reltype" id="reltype" class="pubinputs" class="biz-input-sm"></td> | |||
<td align="center"><button type="button" name="" id="add" class="btn btn-danger btn-sm">删除</button></td> | |||
</tr> | |||
<?php for($i=2;$i<=10;$i++) {?> | |||
<tr class="repeat" align="center"> | |||
<td class="rank"> | |||
<input type="hidden" name="posttype<?php echo $i;?>" value="<?php echo $i;?>"> | |||
<input type="text" name="rank<?php echo $i;?>" id="rank<?php echo $i;?>" value="<?php echo $i;?>" class="pubinputs" style="width:60px"> | |||
<input type="text" name="rank<?php echo $i;?>" id="rank<?php echo $i;?>" value="<?php echo $i;?>" class="pubinputs" class="biz-input-sm"> | |||
</td> | |||
<td><input type="text" name="reltype<?php echo $i;?>" id="reltype<?php echo $i;?>" class="pubinputs" style="width:160px"></td> | |||
<td><input type="text" name="reltype<?php echo $i;?>" id="reltype<?php echo $i;?>" class="pubinputs" class="biz-input-sm"></td> | |||
<td align="center"><button type="button" id="add" class="btn btn-danger btn-sm">删除</button></td> | |||
</tr> | |||
<?php }?> | |||
@@ -164,7 +164,7 @@ | |||
<tr> | |||
<td class="biz-td">内容模型:</td> | |||
<td class="biz-td"> | |||
<select name="channeltype" id="channeltype" style="width:260px" onChange="ParTemplet(this)"> | |||
<select name="channeltype" id="channeltype" onChange="ParTemplet(this)" class="biz-input-sm"> | |||
<?php | |||
foreach($channelArray as $k=>$arr) | |||
{ | |||
@@ -177,42 +177,42 @@ | |||
</tr> | |||
<tr> | |||
<td class="biz-td">中文名称:</td> | |||
<td class="biz-td"><input type="text" name="typename" value="<?php echo $myrow['typename']?>" style="width:260px"></td> | |||
<td class="biz-td"><input type="text" name="typename" value="<?php echo $myrow['typename']?>" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td class="biz-td">中文概述:</td> | |||
<td class="biz-td"><input type="text" name="cnoverview" value="<?php echo $myrow['cnoverview']?>" style="width:260px"></td> | |||
<td class="biz-td"><input type="text" name="cnoverview" value="<?php echo $myrow['cnoverview']?>" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td class="biz-td">英文名称:</td> | |||
<td class="biz-td"><input type="text" name="enname" value="<?php echo $myrow['enname']?>" style="width:260px"></td> | |||
<td class="biz-td"><input type="text" name="enname" value="<?php echo $myrow['enname']?>" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td class="biz-td">英文概述:</td> | |||
<td class="biz-td"><input type="text" name="enoverview" value="<?php echo $myrow['enoverview']?>" style="width:260px"></td> | |||
<td class="biz-td"><input type="text" name="enoverview" value="<?php echo $myrow['enoverview']?>" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td class="biz-td">栏目大图:</td> | |||
<td> | |||
<input type="text" name="bigpic" value="<?php echo $myrow['bigpic']?>" style="width:260px"> | |||
<input type="text" name="bigpic" value="<?php echo $myrow['bigpic']?>" class="biz-input-md"> | |||
<input type="button" class="btn btn-success btn-sm" value="浏览" onClick="SelectImage('form1.bigpic');"> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td class="biz-td">栏目小图:</td> | |||
<td> | |||
<input type="text" name="litimg" value="<?php echo $myrow['litimg']?>" style="width:260px"> | |||
<input type="text" name="litimg" value="<?php echo $myrow['litimg']?>" class="biz-input-md"> | |||
<input type="button" class="btn btn-success btn-sm" value="浏览" onClick="SelectImage('form1.litimg');"> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td class="biz-td">排列顺序:</td> | |||
<td class="biz-td"><input type="text" name="sortrank" value="<?php echo $myrow['sortrank']?>" style="width:60px">(由低 > 高)</td> | |||
<td class="biz-td"><input type="text" name="sortrank" value="<?php echo $myrow['sortrank']?>" class="biz-input-sm">(由低 > 高)</td> | |||
</tr> | |||
<tr> | |||
<td class="biz-td">浏览权限:</td> | |||
<td class="biz-td"> | |||
<select name="corank" id="corank" style="width:160px"> | |||
<select name="corank" id="corank" class="biz-input-sm"> | |||
<?php | |||
$dsql->SetQuery("Select * from #@__arcrank where `rank` >= 0"); | |||
$dsql->Execute('cc'); | |||
@@ -230,7 +230,7 @@ | |||
</tr> | |||
<tr> | |||
<td class="biz-td">文件保存目录:</td> | |||
<td class="biz-td"><input type="text" name="typedir" id="typedir" value="<?php echo $myrow['typedir']?>" style="width:260px">(标签“{cmspath}”必填,请勿删除)</td> | |||
<td class="biz-td"><input type="text" name="typedir" id="typedir" value="<?php echo $myrow['typedir']?>" class="biz-input-md">(标签“{cmspath}”必填,请勿删除)</td> | |||
</tr> | |||
<tr> | |||
<td>栏目列表选项:</td> | |||
@@ -242,7 +242,7 @@ | |||
</tr> | |||
<tr> | |||
<td class="biz-td">默认页的名称:</td> | |||
<td class="biz-td"><input type="text" name="defaultname" value="<?php echo $myrow['defaultname']?>" style="width:260px"></td> | |||
<td class="biz-td"><input type="text" name="defaultname" value="<?php echo $myrow['defaultname']?>" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td class="biz-td">栏目属性:</td> | |||
@@ -308,12 +308,12 @@ | |||
</tr> | |||
<tr> | |||
<td class="biz-td">绑定域名:</td> | |||
<td class="biz-td"><input type="text" name="siteurl" id="siteurl" value="<?php echo $myrow['siteurl']?>" style="width:260px">(需加 http://,一级或二级域名的根网址)</td> | |||
<td class="biz-td"><input type="text" name="siteurl" id="siteurl" value="<?php echo $myrow['siteurl']?>" class="biz-input-md">(需加 http://,一级或二级域名的根网址)</td> | |||
</tr> | |||
<tr> | |||
<td>封面模板:</td> | |||
<td> | |||
<input type="text" name="tempindex" value="<?php echo $myrow['tempindex']?>" style="width:260px"> | |||
<input type="text" name="tempindex" value="<?php echo $myrow['tempindex']?>" class="biz-input-md"> | |||
<button type="button" name="set1" class="btn btn-success btn-sm" onClick="SelectTemplets('form1.tempindex')">浏览</button> | |||
<i onClick="ShowHide('helpvar1')" class="fa fa-question-circle" title="帮助"></i> | |||
</td> | |||
@@ -336,21 +336,21 @@ | |||
<tr> | |||
<td>列表模板:</td> | |||
<td> | |||
<input type="text" name="templist" value="<?php echo $myrow['templist']?>" style="width:260px"> | |||
<input type="text" name="templist" value="<?php echo $myrow['templist']?>" class="biz-input-md"> | |||
<button type="button" name="set3" class="btn btn-success btn-sm" onClick="SelectTemplets('form1.templist')">浏览</button> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td>文档模板:</td> | |||
<td> | |||
<input type="text" name="temparticle" value="<?php echo $myrow['temparticle']?>" style="width:260px"> | |||
<input type="text" name="temparticle" value="<?php echo $myrow['temparticle']?>" class="biz-input-md"> | |||
<button type="button" name="set4" class="btn btn-success btn-sm" onClick="SelectTemplets('form1.temparticle')">浏览</button> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td>文档命名规则:</td> | |||
<td> | |||
<input type="text" name="namerule" id="namerule" value="<?php echo $myrow['namerule']?>" style="width:260px"> | |||
<input type="text" name="namerule" id="namerule" value="<?php echo $myrow['namerule']?>" class="biz-input-md"> | |||
<i onClick="ShowHide('helpvar2')" class="fa fa-question-circle" title="帮助"></i> | |||
</td> | |||
</tr> | |||
@@ -372,7 +372,7 @@ | |||
<tr> | |||
<td>列表命名规则:</td> | |||
<td> | |||
<input type="text" name="namerule2" id="namerule2" value="<?php echo $myrow['namerule2']?>" style="width:260px"> | |||
<input type="text" name="namerule2" id="namerule2" value="<?php echo $myrow['namerule2']?>" class="biz-input-md"> | |||
<i onClick="ShowHide('helpvar3')" class="fa fa-question-circle" title="帮助"></i> | |||
</td> | |||
</tr> | |||
@@ -387,7 +387,7 @@ | |||
</tr> | |||
<tr> | |||
<td>SEO标题:</td> | |||
<td><input type="text" name="seotitle" id="seotitle" value="<?php echo $myrow['seotitle']?>" style="width:260px">(栏目模板里用{dede:field.seotitle/}调用)</td> | |||
<td><input type="text" name="seotitle" id="seotitle" value="<?php echo $myrow['seotitle']?>" class="biz-input-md">(栏目模板里用{dede:field.seotitle/}调用)</td> | |||
</tr> | |||
<tr> | |||
<td>关键词:</td> | |||
@@ -69,7 +69,7 @@ | |||
<?php | |||
$tl = new TypeLink(0); | |||
$typeOptions = $tl->GetOptionArray(0,$admin_catalogs,0,1); | |||
echo "<select name='typeid' style='width:260px'>"; | |||
echo "<select name='typeid' class='biz-input-md'>"; | |||
echo "<option value='0' selected>不限栏目</option>"; | |||
echo $typeOptions; | |||
echo "</select>"; | |||
@@ -37,14 +37,14 @@ | |||
<table width="98%" cellpadding="1" cellspacing="1" align="center" class="table maintable mt-3 mb-3"> | |||
<tr bgcolor="#f8f8f8"> | |||
<td width="180" align="center"> | |||
<select name="cid" style="width:160px"> | |||
<select name="cid" class="biz-input-sm"> | |||
<option value="0">选择栏目</option> | |||
{dede:global.optionarr/} | |||
</select> | |||
</td> | |||
<td width="270"><input type="text" name="keyword" placeholder="请输入关键词" value="{dede:global.keyword/}" style="width:260px"></td> | |||
<td width="270"><input type="text" name="keyword" placeholder="请输入关键词" value="{dede:global.keyword/}" class="biz-input-md"></td> | |||
<td width="170"> | |||
<select name="orderby" style="width:160px"> | |||
<select name="orderby" class="biz-input-sm"> | |||
<option value="id">排序</option> | |||
<option value="pubdate">更新时间</option> | |||
<option value="sortrank">置顶权值</option> | |||
@@ -59,7 +59,7 @@ | |||
</form> | |||
<table width="98%" cellpadding="2" cellspacing="1" align="center" class="table maintable mb-3"> | |||
<tr> | |||
<td colspan="7" style="margin-left:10px;background:#f8f8f8">{dede:global.positionname/}文档列表</td> | |||
<td colspan="7" bgcolor="#f8f8f8">{dede:global.positionname/}文档列表</td> | |||
</tr> | |||
<tr bgcolor="#fbfce2" align="center"> | |||
<td width="12%">文档图片</td> | |||
@@ -75,7 +75,7 @@ | |||
{dede:datalist empty='<center>暂无内容</center>'} | |||
<table width="98%" cellpadding="1" cellspacing="1" align="center" class="mb-3"> | |||
<tr> | |||
<td width="12%" align="center" class="py-2"><img src="{dede:field.litpic function='CheckPic(@me)'/}" style="max-width:80px;max-height:60px"></td> | |||
<td width="12%" align="center" class="py-2"><img src="{dede:field.litpic function='CheckPic(@me)'/}" style="max-width:60px;max-height:60px"></td> | |||
<td width="32%" align="left" class="pl-3"> | |||
<p> | |||
<input type="checkbox" name="arcID" id="arcID" value="{dede:field.id/}"> | |||
@@ -37,14 +37,14 @@ | |||
<table width="98%" cellpadding="1" cellspacing="1" align="center" class="table maintable mt-3 mb-3"> | |||
<tr bgcolor="#f8f8f8"> | |||
<td width="180" align="center"> | |||
<select name="cid" style="width:160px"> | |||
<select name="cid" class="biz-input-sm"> | |||
<option value="0">选择栏目</option> | |||
{dede:global.optionarr/} | |||
</select> | |||
</td> | |||
<td width="270"><input type="text" name="keyword" placeholder="请输入关键词" value="{dede:global.keyword/}" style="width:260px"></td> | |||
<td width="270"><input type="text" name="keyword" placeholder="请输入关键词" value="{dede:global.keyword/}" class="biz-input-md"></td> | |||
<td width="170"> | |||
<select name="orderby" style="width:160px"> | |||
<select name="orderby" class="biz-input-sm"> | |||
<option value="id">选择排序</option> | |||
<option value="pubdate">更新时间</option> | |||
<option value="sortrank">置顶权值</option> | |||
@@ -54,7 +54,7 @@ | |||
</select> | |||
</td> | |||
<td width="170"> | |||
<select name="flag" style="width:160px"> | |||
<select name="flag" class="biz-input-sm"> | |||
<option value="">选择属性</option> | |||
{dede:global.flagsArr/} | |||
</select> | |||
@@ -99,7 +99,7 @@ | |||
</tr> | |||
{/dede:datalist} | |||
<tr> | |||
<td colspan="10" class="py-2" style="margin-left:10px"> | |||
<td colspan="10" class="py-2"> | |||
<a href="javascript:selAll()" class="btn btn-success btn-sm">全选</a> | |||
<a href="javascript:noSelAll()" class="btn btn-success btn-sm">取消</a> | |||
<a href="javascript:updateArc(0)" class="btn btn-success btn-sm">更新</a> | |||
@@ -100,19 +100,19 @@ | |||
<table width="98%" cellpadding="1" cellspacing="1" align="center" class="table maintable mt-3 mb-3"> | |||
<tr bgcolor="#f8f8f8"> | |||
<td width="180" align="center"> | |||
<select name="cid" style="width:160px"> | |||
<select name="cid" class="biz-input-sm"> | |||
<option value="0">选择分类</option> | |||
<?php echo $optionarr?> | |||
</select> | |||
</td> | |||
<td width="270"><input type="text" name="keyword" placeholder="请输入关键词" value="<?php echo $keyword?>" style="width:260px"></td> | |||
<td width="270"><input type="text" name="keyword" placeholder="请输入关键词" value="<?php echo $keyword?>" class="biz-input-md"></td> | |||
<td><button type="submit" class="btn btn-success btn-sm">搜索</button></td> | |||
</tr> | |||
</table> | |||
</form> | |||
<table width="98%" cellpadding="2" cellspacing="1" align="center" class="table maintable mb-3"> | |||
<tr> | |||
<td colspan="9" style="margin-left:10px;background:#f8f8f8">文档列表</td> | |||
<td colspan="9" bgcolor="#f8f8f8">文档列表</td> | |||
</tr> | |||
<form name="form2"> | |||
<tr bgcolor="#fbfce2" align="center"> | |||
@@ -140,7 +140,7 @@ | |||
</tr> | |||
{/dede:datalist} | |||
<tr> | |||
<td colspan="9" class="py-2" style="margin-left:10px"> | |||
<td colspan="9" class="py-2"> | |||
<a href="javascript:selAll()" class="btn btn-success btn-sm">全选</a> | |||
<a href="javascript:noSelAll()" class="btn btn-success btn-sm">取消</a> | |||
<a href="javascript:viewArc(0)" class="btn btn-success btn-sm">查看</a> | |||
@@ -98,13 +98,13 @@ | |||
<tr> | |||
<td width="260" align="center">请选择类目:</td> | |||
<td width="170"> | |||
<select name="cid" style="width:160px"> | |||
<select name="cid" class="biz-input-sm"> | |||
<option value="0">选择分类</option> | |||
<?php echo $optionarr?> | |||
</select> | |||
</td> | |||
<td width="90">关键词:</td> | |||
<td width="170"><input type="text" name="keyword" value="<?php echo $keyword?>" style="width:160px"></td> | |||
<td width="170"><input type="text" name="keyword" value="<?php echo $keyword?>" class="biz-input-sm"></td> | |||
<td width="90"><button type="submit" class="btn btn-success btn-sm">搜索</button></td> | |||
</tr> | |||
</table> | |||
@@ -61,7 +61,7 @@ | |||
ShowMsg('必须选择一个或多个文档'); | |||
return; | |||
} | |||
LoadQuickDiv(e, 'archives_do.php?dopost=moveArchives&qstr=' + qstr + '&channelid=' + cid + '&rnd=' + Math.random(), 'moveArchives', '460px', '180px'); | |||
LoadQuickDiv(e, 'archives_do.php?dopost=moveArchives&qstr=' + qstr + '&channelid=' + cid + '&rnd=' + Math.random(), 'moveArchives', '480px', '180px'); | |||
ChangeFullDiv('show'); | |||
} | |||
//获得选中文件的文件名 | |||
@@ -141,12 +141,12 @@ | |||
<table width="98%" cellpadding="1" cellspacing="1" align="center" class="table maintable mt-3 mb-3"> | |||
<tr bgcolor="#f8f8f8"> | |||
<td width="180" align="center"> | |||
<select name="cid" style="width:160px"> | |||
<select name="cid" class="biz-input-sm"> | |||
<option value="0">选择分类</option> | |||
{dede:global.optionarr/} | |||
</select> | |||
</td> | |||
<td width="270"><input type="text" name="keyword" placeholder="请输入关键词" value="{dede:global.keyword/}" style="width:260px"></td> | |||
<td width="270"><input type="text" name="keyword" placeholder="请输入关键词" value="{dede:global.keyword/}" class="biz-input-md"></td> | |||
<td><button type="submit" class="btn btn-success btn-sm">搜索</button></td> | |||
</tr> | |||
</table> | |||
@@ -184,7 +184,7 @@ | |||
</tr> | |||
{/dede:datalist} | |||
<tr> | |||
<td colspan="9" class="py-2" style="margin-left:10px"> | |||
<td colspan="9" class="py-2"> | |||
<a href="javascript:selAll()" class="btn btn-success btn-sm">全选</a> | |||
<a href="javascript:noSelAll()" class="btn btn-success btn-sm">取消</a> | |||
<a href="javascript:updateArc(0)" class="btn btn-success btn-sm">更新</a> | |||
@@ -31,21 +31,21 @@ | |||
<tr> | |||
<td width="260" align="left">diyid:<span class="style2" id="help1">数字,创建后不可修改,并具有唯一性推荐使用默认值</span></td> | |||
<td> | |||
<input type="text" name="diyid" id="diyid" value="<?php echo $newdiyid?>" class="pubinputs" style="width:60px"> * <i class="fa fa-question-circle" title="帮助" onClick="showHide2('help1')"></i> | |||
<input type="text" name="diyid" id="diyid" value="<?php echo $newdiyid?>" class="pubinputs" class="biz-input-sm"> * <i class="fa fa-question-circle" title="帮助" onClick="showHide2('help1')"></i> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td align="left">自定义表单名称:<br> | |||
<span class="style2" id="help3">自定义表单的中文名称,在后台管理,前台发布等均使用此名字</span></td> | |||
<td> | |||
<input type="text" name="name" id="name" value="自定义表单<?php echo $newdiyid;?>" class="pubinputs" style="width:160px"> * <i class="fa fa-question-circle" title="帮助" onClick="showHide2('help3')"></i> | |||
<input type="text" name="name" id="name" value="自定义表单<?php echo $newdiyid;?>" class="pubinputs" class="biz-input-sm"> * <i class="fa fa-question-circle" title="帮助" onClick="showHide2('help3')"></i> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td align="left">数据表:<br> | |||
<span class="style2" id="help5">必须由英文、数字、下划线组成,用于保存自定义表单数据,不能和已有表名重复,创建后不可修改表名</span></td> | |||
<td> | |||
<input type="text" name="table" id="table" value="<?php echo $cfg_dbprefix;?>diyform<?php echo $newdiyid;?>" class="pubinputs" style="width:160px"> * <i class="fa fa-question-circle" title="帮助" onClick="showHide2('help5')"></i> | |||
<input type="text" name="table" id="table" value="<?php echo $cfg_dbprefix;?>diyform<?php echo $newdiyid;?>" class="pubinputs" class="biz-input-sm"> * <i class="fa fa-question-circle" title="帮助" onClick="showHide2('help5')"></i> | |||
</td> | |||
</tr> | |||
<tr> | |||
@@ -54,15 +54,15 @@ | |||
</tr> | |||
<tr> | |||
<td align="left">列表模板:</td> | |||
<td><input type="text" name="listtemplate" id="listtemplate" value="list_diyform<?php echo $newdiyid;?>.htm" class="pubinputs" style="width:160px"></td> | |||
<td><input type="text" name="listtemplate" id="listtemplate" value="list_diyform<?php echo $newdiyid;?>.htm" class="pubinputs" class="biz-input-sm"></td> | |||
</tr> | |||
<tr> | |||
<td align="left">内容模板:</td> | |||
<td><input type="text" name="viewtemplate" id="viewtemplate" value="view_diyform<?php echo $newdiyid;?>.htm" class="pubinputs" style="width:160px"></td> | |||
<td><input type="text" name="viewtemplate" id="viewtemplate" value="view_diyform<?php echo $newdiyid;?>.htm" class="pubinputs" class="biz-input-sm"></td> | |||
</tr> | |||
<tr> | |||
<td align="left">发布模板:</td> | |||
<td><input type="text" name="posttemplate" id="posttemplate" value="post_diyform<?php echo $newdiyid;?>.htm" class="pubinputs" style="width:160px"></td> | |||
<td><input type="text" name="posttemplate" id="posttemplate" value="post_diyform<?php echo $newdiyid;?>.htm" class="pubinputs" class="biz-input-sm"></td> | |||
</tr> | |||
<tr> | |||
<td align="left">前台列表和内容页公开:</td> | |||
@@ -46,14 +46,14 @@ | |||
<td>自定义表单名称:修改表名不会创建新表,如果您不懂手工处理这些表,请不要修改<br> | |||
<span class="style2" id="help3">自定义表单的中文名称,在后台管理,前台发布等均使用此名字</span></td> | |||
<td> | |||
<input type="text" name="name" id="name" value="<?php echo $row['name']?>" style="width:160px"> * <i class="fa fa-question-circle" title="帮助" onClick="showHide2('help3')"></i> | |||
<input type="text" name="name" id="name" value="<?php echo $row['name']?>" class="biz-input-sm"> * <i class="fa fa-question-circle" title="帮助" onClick="showHide2('help3')"></i> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td>数据表:<br> | |||
<span class="style2" id="help5">自定义表单数据表创建后不可修改表名</span></td> | |||
<td> | |||
<input type="text" name="table" id="table" value="<?php echo $row['table'];?>" disabled="1" style="width:160px"> * <i class="fa fa-question-circle" title="帮助" onClick="showHide2('help5')"></i> | |||
<input type="text" name="table" id="table" value="<?php echo $row['table'];?>" disabled="1" class="biz-input-sm"> * <i class="fa fa-question-circle" title="帮助" onClick="showHide2('help5')"></i> | |||
</td> | |||
</tr> | |||
<tr> | |||
@@ -121,15 +121,15 @@ | |||
</tr> | |||
<tr> | |||
<td>列表模板:</td> | |||
<td><input type="text" name="listtemplate" id="listtemplate" style="width:160px" value="<?php echo $row['listtemplate'];?>"></td> | |||
<td><input type="text" name="listtemplate" id="listtemplate" class="biz-input-sm" value="<?php echo $row['listtemplate'];?>"></td> | |||
</tr> | |||
<tr> | |||
<td>内容模板:</td> | |||
<td><input type="text" name="viewtemplate" id="viewtemplate" style="width:160px" value="<?php echo $row['viewtemplate'];?>"></td> | |||
<td><input type="text" name="viewtemplate" id="viewtemplate" class="biz-input-sm" value="<?php echo $row['viewtemplate'];?>"></td> | |||
</tr> | |||
<tr> | |||
<td>发布模板:</td> | |||
<td><input type="text" name="posttemplate" id="posttemplate" style="width:160px" value="<?php echo $row['posttemplate'];?>"></td> | |||
<td><input type="text" name="posttemplate" id="posttemplate" class="biz-input-sm" value="<?php echo $row['posttemplate'];?>"></td> | |||
</tr> | |||
<tr> | |||
<td>前台列表和内容页公开:</td> | |||
@@ -125,7 +125,7 @@ | |||
<tr> | |||
<td>最大长度:<br> | |||
<span class="style2">文本数据必须填写,大于255为text类型</span></td> | |||
<td><input type="text" name="maxlength" id="maxlength" class="pubinputs" value="250" style="width:80px"></td> | |||
<td><input type="text" name="maxlength" id="maxlength" class="pubinputs" value="250" class="biz-input-xs"></td> | |||
</tr> | |||
<tr> | |||
<td>自定义表单HTML:</td> | |||
@@ -10,12 +10,7 @@ | |||
<script src="../static/web/js/jquery.min.js"></script> | |||
<script src="../static/web/js/bootstrap.bundle.min.js"></script> | |||
<script src="js/main.js"></script> | |||
<style> | |||
.style1 {color: #FF3300} | |||
.style2 {color: #545b62} | |||
.nw { float:left; width:150px; } | |||
.cls { clear:both; } | |||
</style> | |||
<style>.style1{color:#FF3300}.style2{color:#545b62}.nw{float:left;width:150px}.cls{clear:both}</style> | |||
<script> | |||
function GetFields() | |||
{ | |||
@@ -80,7 +75,7 @@ | |||
<tr> | |||
<td>数据类型:</td> | |||
<td> | |||
<select name="dtype" id="type" style="width:260px"> | |||
<select name="dtype" id="type" class="biz-input-md"> | |||
<?php | |||
$dtype = $ctag->GetAtt('type'); | |||
if ($dtype!='' && isset($fieldtypes[$dtype])) | |||
@@ -70,9 +70,9 @@ | |||
<form name="form1"> | |||
<table width="98%" cellpadding="3" align="center" cellspacing="1" class="table maintable mt-3 mb-3"> | |||
<tr bgcolor="#f8f8f8"> | |||
<td width="180"><input type="text" name="keyword" placeholder="请输入关键词" style="width:160px"></td> | |||
<td width="180"><input type="text" name="keyword" placeholder="请输入关键词" class="biz-input-sm"></td> | |||
<td width="170"> | |||
<select name="typeid" style="width:160px"> | |||
<select name="typeid" class="biz-input-sm"> | |||
<option value="0">请选择</option> | |||
{dede:global.openarray/} | |||
</select> | |||
@@ -39,11 +39,11 @@ | |||
</tr> | |||
<tr> | |||
<td>工作目录</td> | |||
<td><input name="activepath" value="{dede:global name='activepath'/}" style="width:260px">(空白表示根目录,不允许用“..”形式的路径)</td> | |||
<td><input name="activepath" value="{dede:global name='activepath'/}" class="biz-input-md">(空白表示根目录,不允许用“..”形式的路径)</td> | |||
</tr> | |||
<tr> | |||
<td>文件名称</td> | |||
<td><input name="filename" value="{dede:global name='filename'/}" style="width:260px">(不允许用 “..”形式的路径)</td> | |||
<td><input name="filename" value="{dede:global name='filename'/}" class="biz-input-md">(不允许用 “..”形式的路径)</td> | |||
</tr> | |||
<tr class="table"> | |||
<td colspan="2" class="p-0">{dede:global name='contentView'/}</td> | |||
@@ -12,12 +12,12 @@ | |||
{ | |||
i++; | |||
myob = document.getElementById("upfield"); | |||
myob.innerHTML+="<p>文件"+i+":<input type='file' name='upfile"+i+"' style='width:390px'></p>"; | |||
myob.innerHTML+="<p>文件"+i+":<input type='file' name='upfile"+i+"' class='biz-input-lg'></p>"; | |||
} | |||
function reset_upload() | |||
{ | |||
myob = document.getElementById("upfield"); | |||
myob.innerHTML="<p>文件1:<input type='file' name='upfile1' style='width:390px'></p>"; | |||
myob.innerHTML="<p>文件1:<input type='file' name='upfile1' class='biz-input-lg'></p>"; | |||
} | |||
</script> | |||
</head> | |||
@@ -38,7 +38,7 @@ | |||
<tr> | |||
<td> | |||
<div id="upfield"> | |||
<p>文件1:<input type="file" name="upfile1" style="width:390px"></p> | |||
<p>文件1:<input type="file" name="upfile1" class="biz-input-lg"></p> | |||
</div> | |||
</td> | |||
</tr> | |||
@@ -84,33 +84,33 @@ | |||
</tr> | |||
<tr> | |||
<td width="260">自由列表标题:</td> | |||
<td><input type="text" name="title" id="title" style="width:260px"></td> | |||
<td><input type="text" name="title" id="title" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td>列表HTML存放目录:</td> | |||
<td><input type="text" name="listdir" id="listdir" value="{cmspath}/a/freelist/" style="width:260px"> {listdir}变量的值</td> | |||
<td><input type="text" name="listdir" id="listdir" value="{cmspath}/a/freelist/" class="biz-input-md"> {listdir}变量的值</td> | |||
</tr> | |||
<tr> | |||
<td>目录默认页名称:</td> | |||
<td> | |||
<input type="text" name="defaultpage" id="defaultpage" value="index.html" style="width:260px"> | |||
<input type="text" name="defaultpage" id="defaultpage" value="index.html" class="biz-input-md"> | |||
<label><input type="checkbox" name="nodefault" id="nodefault" value="1"> 不使用目录默认主页</label> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td>命名规则:</td> | |||
<td><input type="text" name="namerule" id="namerule" value="{listdir}/index_{listid}_{page}.html" style="width:260px"></td> | |||
<td><input type="text" name="namerule" id="namerule" value="{listdir}/index_{listid}_{page}.html" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td>列表模板:</td> | |||
<td> | |||
<input type="text" name="templet" id="templet" value="{style}/list_free.htm" style="width:260px"> | |||
<input type="text" name="templet" id="templet" value="{style}/list_free.htm" class="biz-input-md"> | |||
<button type="button" name="set4" onClick="SelectTemplets('form1.templet');" class="btn btn-success btn-sm">浏览</button> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td>最大列出页数:</td> | |||
<td><input type="text" name="maxpage" id="maxpage" value="100" style="width:60px"></td> | |||
<td><input type="text" name="maxpage" id="maxpage" value="100" class="biz-input-sm"></td> | |||
</tr> | |||
<tr> | |||
<td></td> | |||
@@ -118,7 +118,7 @@ | |||
</tr> | |||
<tr> | |||
<td>关键词:</td> | |||
<td><input type="text" name="keywords" id="keywords" style="width:260px"></td> | |||
<td><input type="text" name="keywords" id="keywords" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td>列表描述:</td> | |||
@@ -153,7 +153,7 @@ | |||
<tr> | |||
<td>限定栏目: | |||
<?php | |||
echo "<select name='typeid' style='width:160px'>"; | |||
echo "<select name='typeid' class='biz-input-sm'>"; | |||
echo "<option value='0'>不限栏目</option>"; | |||
$dsql->SetQuery("Select ID,typename, channeltype From #@__arctype"); | |||
$dsql->Execute(); | |||
@@ -172,7 +172,7 @@ | |||
<tr> | |||
<td>限定频道: | |||
<?php | |||
echo "<select name='channel' style='width:160px'>"; | |||
echo "<select name='channel' class='biz-input-sm'>"; | |||
echo "<option value='0' selected>不限</option>"; | |||
$dsql->SetQuery("Select ID,typename From #@__channeltype where ID>0"); | |||
$dsql->Execute(); | |||
@@ -187,7 +187,7 @@ | |||
<tr> | |||
<td>附加属性: | |||
<?php | |||
echo "<select name='att' style='width:160px'>"; | |||
echo "<select name='att' class='biz-input-sm'>"; | |||
echo "<option value='0' selected>不限</option>"; | |||
$dsql->SetQuery("Select * From #@__arcatt"); | |||
$dsql->Execute(); | |||
@@ -197,14 +197,14 @@ | |||
} | |||
echo "</select>"; | |||
?> | |||
文档发布时间:<input type="text" name="subday" id="subday2" value="0" style="width:60px"> 天以内(0表示不限) | |||
文档发布时间:<input type="text" name="subday" id="subday2" value="0" class="biz-input-sm"> 天以内(0表示不限) | |||
</td> | |||
</tr> | |||
<tr> | |||
<td> | |||
每页记录数:<input type="text" name="pagesize" id="pagesize" value="30" style="width:60px"> | |||
显示列数: <input type="text" name="col" id="col3" value="1" style="width:60px"> | |||
标题长度:<input type="text" name="titlelen" id="titlelen" value="60" style="width:60px">(1字节 = 0.5个中文字) | |||
每页记录数:<input type="text" name="pagesize" id="pagesize" value="30" class="biz-input-sm"> | |||
显示列数: <input type="text" name="col" id="col3" value="1" class="biz-input-sm"> | |||
标题长度:<input type="text" name="titlelen" id="titlelen" value="60" class="biz-input-sm">(1字节 = 0.5个中文字) | |||
</td> | |||
</tr> | |||
<tr> | |||
@@ -217,7 +217,7 @@ | |||
</tr> | |||
<tr> | |||
<td>排列顺序: | |||
<select name="orderby" id="orderby" style="width:160px"> | |||
<select name="orderby" id="orderby" class="biz-input-sm"> | |||
<option value="sortrank">置顶权限值</option> | |||
<option value="pubdate" selected>发布时间</option> | |||
<option value="senddate">录入时间</option> | |||
@@ -68,33 +68,33 @@ | |||
</tr> | |||
<tr> | |||
<td width="260">自由列表标题:</td> | |||
<td><input type="text" name="title" id="title" value="<?php echo $row['title']?>" style="width:260px"></td> | |||
<td><input type="text" name="title" id="title" value="<?php echo $row['title']?>" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td>列表HTML存放目录:</td> | |||
<td><input type="text" name="listdir" id="listdir" value="<?php echo $row['listdir']?>" style="width:260px"> {listdir}变量的值</td> | |||
<td><input type="text" name="listdir" id="listdir" value="<?php echo $row['listdir']?>" class="biz-input-md"> {listdir}变量的值</td> | |||
</tr> | |||
<tr> | |||
<td>目录默认页名称:</td> | |||
<td> | |||
<input type="text" name="defaultpage" id="defaultpage" value="<?php echo $row['defaultpage']?>" style="width:260px"> | |||
<input type="text" name="defaultpage" id="defaultpage" value="<?php echo $row['defaultpage']?>" class="biz-input-md"> | |||
<label><input type="checkbox" name="nodefault" id="nodefault" value="1" <?php if ($row['nodefault']==1) echo "checked";?>> 不使用目录默认主页</label> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td>命名规则:</td> | |||
<td><input type="text" name="namerule" id="namerule" value="<?php echo $row['namerule']?>" style="width:260px"></td> | |||
<td><input type="text" name="namerule" id="namerule" value="<?php echo $row['namerule']?>" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td>列表模板:</td> | |||
<td> | |||
<input type="text" name="templet" id="templet" value="<?php echo $row['templet']?>" style="width:260px"> | |||
<input type="text" name="templet" id="templet" value="<?php echo $row['templet']?>" class="biz-input-md"> | |||
<button type="button" name="set4" onClick="SelectTemplets('form1.templet');" class="btn btn-success btn-sm">浏览</button> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td>最大列出页数:</td> | |||
<td><input type="text" name="maxpage" id="maxpage" value="<?php echo $row['maxpage'];?>" style="width:60px"></td> | |||
<td><input type="text" name="maxpage" id="maxpage" value="<?php echo $row['maxpage'];?>" class="biz-input-sm"></td> | |||
</tr> | |||
<tr> | |||
<td></td> | |||
@@ -102,7 +102,7 @@ | |||
</tr> | |||
<tr> | |||
<td>关键词:</td> | |||
<td><input type="text" name="keywords" id="keywords" value="<?php echo $row['keywords'];?>" style="width:260px"></td> | |||
<td><input type="text" name="keywords" id="keywords" value="<?php echo $row['keywords'];?>" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td>列表描述:</td> | |||
@@ -118,7 +118,7 @@ | |||
<td>限定栏目: | |||
<?php | |||
$typeid = $ctag->GetAtt('typeid'); | |||
echo "<select name='typeid' style='width:160px'>"; | |||
echo "<select name='typeid' class='biz-input-sm'>"; | |||
echo "<option value='0'>不限栏目</option>"; | |||
$dsql->SetQuery("Select id,typename, channeltype From #@__arctype"); | |||
$dsql->Execute(); | |||
@@ -139,7 +139,7 @@ | |||
<td>限定频道: | |||
<?php | |||
$channel = $ctag->GetAtt('channel'); | |||
echo "<select name='channel' style='width:160px'><option value='0'>不限</option>"; | |||
echo "<select name='channel' class='biz-input-sm'><option value='0'>不限</option>"; | |||
$dsql->SetQuery("Select id,typename From #@__channeltype where id>0"); | |||
$dsql->Execute(); | |||
while($nrow = $dsql->GetObject()) | |||
@@ -155,7 +155,7 @@ | |||
<td>附加属性: | |||
<?php | |||
$att = $ctag->GetAtt('att'); | |||
echo "<select name='att' style='width:160px'>"; | |||
echo "<select name='att' class='biz-input-sm'>"; | |||
echo "<option value='0'>不限</option>"; | |||
$dsql->SetQuery("Select * From #@__arcatt"); | |||
$dsql->Execute(); | |||
@@ -206,7 +206,7 @@ | |||
$sortarrs[$vs[0]] = $vs[1]; | |||
} | |||
?> | |||
<select name="orderby" id="orderby" style="width:160px"> | |||
<select name="orderby" id="orderby" class="biz-input-sm"> | |||
<?php | |||
echo "<option value=\"$orderby\" selected>{$sortarrs[$orderby]}</option>"; | |||
?> | |||
@@ -107,7 +107,7 @@ | |||
<table width="98%" cellpadding="5" cellspacing="1" align="center" class="table maintable mt-3 mb-3"> | |||
<tr bgcolor="#f8f8f8"> | |||
<td width="170" align="center"> | |||
<input type="text" name="keyword" id="keyword" value="<?php echo $keyword?>" style="width:160px"> | |||
<input type="text" name="keyword" id="keyword" value="<?php echo $keyword?>" class="biz-input-sm"> | |||
</td> | |||
<td> | |||
<button type="submit" name="Submit2" class="btn btn-success btn-sm">搜索</button> | |||
@@ -41,23 +41,23 @@ | |||
<table width="98%" cellspacing="1" cellpadding="3" class="table table-borderless"> | |||
<tr> | |||
<td width="260">网址:</td> | |||
<td><input type="text" name="url" id="url" value="http://" class='pubinputs' style="width:260px"></td> | |||
<td><input type="text" name="url" id="url" value="http://" class='pubinputs' class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td>网站名称:</td> | |||
<td><input type="text" name="webname" id="webname" size="30" class='pubinputs' style="width:260px"></td> | |||
<td><input type="text" name="webname" id="webname" size="30" class='pubinputs' class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td>排列位置:</td> | |||
<td><input type="text" name="sortrank" id="sortrank" value="1" class='pubinputs' style='width:60px'>(由小到大排列)</td> | |||
<td><input type="text" name="sortrank" id="sortrank" value="1" class='pubinputs' class='biz-input-xs'>(由小到大排列)</td> | |||
</tr> | |||
<tr> | |||
<td>网站Logo:</td> | |||
<td><input type="text" name="logo" id="logo" size="30" class='pubinputs' style="width:260px">(88*31 gif或jpg)</td> | |||
<td><input type="text" name="logo" id="logo" size="30" class='pubinputs' class="biz-input-md">(88*31 gif或jpg)</td> | |||
</tr> | |||
<tr> | |||
<td>上传Logo:</td> | |||
<td><input type="text" name="logoimg" type="file" id="logoimg" style="width:260px"></td> | |||
<td><input type="text" name="logoimg" type="file" id="logoimg" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td>网站简况:</td> | |||
@@ -65,12 +65,12 @@ | |||
</tr> | |||
<tr> | |||
<td>站长Email:</td> | |||
<td><input type="text" name="email" id="email" class='pubinputs' style="width:260px"></td> | |||
<td><input type="text" name="email" id="email" class='pubinputs' class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td>网站类型:</td> | |||
<td> | |||
<select name="typeid" id="typeid" style="width:160px"> | |||
<select name="typeid" id="typeid" class="biz-input-sm"> | |||
<?php | |||
$dsql->SetQuery("select * from #@__flinktype"); | |||
$dsql->Execute(); | |||
@@ -21,23 +21,23 @@ | |||
<table width="80%" cellspacing="1" cellpadding="3" class="table table-borderless"> | |||
<tr> | |||
<td width="260">网址:</td> | |||
<td><input type="text" name="url" id="url" value="<?php echo $myLink['url']?>" style="width:260px"></td> | |||
<td><input type="text" name="url" id="url" value="<?php echo $myLink['url']?>" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td width="260">排列位置:</td> | |||
<td><input type="text" name="sortrank" id="sortrank" value="<?php echo $myLink['sortrank']?>" style="width:60px">(由小到大排列)</td> | |||
<td><input type="text" name="sortrank" id="sortrank" value="<?php echo $myLink['sortrank']?>" class="biz-input-sm">(由小到大排列)</td> | |||
</tr> | |||
<tr> | |||
<td>网站名称:</td> | |||
<td><input type="text" name="webname" id="webname" value="<?php echo $myLink['webname']?>" style="width:260px"></td> | |||
<td><input type="text" name="webname" id="webname" value="<?php echo $myLink['webname']?>" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td>网站Logo:</td> | |||
<td><input type="text" name="logo" id="logo" value="<?php echo $myLink['logo']?>" style="width:260px">(88*31 gif或jpg)</td> | |||
<td><input type="text" name="logo" id="logo" value="<?php echo $myLink['logo']?>" class="biz-input-md">(88*31 gif或jpg)</td> | |||
</tr> | |||
<tr> | |||
<td>上传Logo:</td> | |||
<td><input type="text" name="logoimg" type="file" id="logoimg" style="width:260px"></td> | |||
<td><input type="text" name="logoimg" type="file" id="logoimg" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td>网站简况:</td> | |||
@@ -45,7 +45,7 @@ | |||
</tr> | |||
<tr> | |||
<td>站长Email:</td> | |||
<td><input type="text" name="email" id="email" value="<?php echo $myLink['email']?>" class="pubinputs" style="width:260px"></td> | |||
<td><input type="text" name="email" id="email" value="<?php echo $myLink['email']?>" class="pubinputs" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td>链接位置:</td> | |||
@@ -58,7 +58,7 @@ | |||
<tr> | |||
<td>网站类型:</td> | |||
<td> | |||
<select name="typeid" id="typeid" style="width:160px"> | |||
<select name="typeid" id="typeid" class="biz-input-sm"> | |||
<?php | |||
echo " <option value='".$myLink['typeid']."'>".$myLink['typename']."</option>"; | |||
$dsql->SetQuery("select * from #@__flinktype where id<>'".$myLink['typeid']."'"); | |||
@@ -39,9 +39,9 @@ | |||
<form action="friendlink_main.php" name="form1" method="get"> | |||
<table cellspacing="0" cellpadding="3" width="98%" cellpadding="3" cellspacing="1" align="center" class="table maintable mt-3 mb-3"> | |||
<tr bgcolor="#f8f8f8"> | |||
<td width="280" align="center"><input type="text" name="keyword" id="keyword" placeholder="请输入关键词" value="<?php echo $keyword;?>" style="width:260px"></td> | |||
<td width="280" align="center"><input type="text" name="keyword" id="keyword" placeholder="请输入关键词" value="<?php echo $keyword;?>" class="biz-input-md"></td> | |||
<td width="170"> | |||
<select name="ischeck" id="ischeck" style="width:160px"> | |||
<select name="ischeck" id="ischeck" class="biz-input-sm"> | |||
<?php | |||
foreach($selCheckArr as $k=>$v) | |||
{ | |||
@@ -46,14 +46,14 @@ | |||
<table width="98%" cellpadding="2" cellspacing="1" align="center" class="table maintable mt-3 mb-3"> | |||
<tr bgcolor="#f8f8f8"> | |||
<td width="180" align="center"> | |||
<select name="adminid" id="adminid" style="width:160px"> | |||
<select name="adminid" id="adminid" class="biz-input-sm"> | |||
<option value="0" selected>全部</option> | |||
<?php echo $adminlist?> | |||
</select> | |||
</td> | |||
<td width="170"><input type="text" name="cip" id="cip" placeholder="请输入ip地址" style="width:160px"></td> | |||
<td width="170"><input type="text" name="cip" id="cip" placeholder="请输入ip地址" class="biz-input-sm"></td> | |||
<td width="170"> | |||
<select name="dtime" id="dtime" style="width:160px"> | |||
<select name="dtime" id="dtime" class="biz-input-sm"> | |||
<option value="0" selected>全部</option> | |||
<option value="7">一周内</option> | |||
<option value="15">15天内</option> | |||
@@ -83,11 +83,11 @@ | |||
<tr align="center" onmousemove="javascript:this.bgColor='#fbfce2';" onmouseout="javascript:this.bgColor='#ffffff';"> | |||
<td><input type="checkbox" name="logs" id="logs" value="{dede:field.lid/}"></td> | |||
<td>{dede:field.userid/}</td> | |||
<td><input type="text" value="{dede:field.filename/}" name="t0" style="width:100px"></td> | |||
<td><input type="text" value="{dede:field.filename/}" name="t0" class="biz-input-sm"></td> | |||
<td>{dede:field.method/}</td> | |||
<td>{dede:field.cip/}</td> | |||
<td>{dede:field.dtime function="MyDate('y/m/d H:i:s',@me)"/}</td> | |||
<td><input type="text" value="{dede:field.query/}" name="t1" style="width:280px"></td> | |||
<td><input type="text" value="{dede:field.query/}" name="t1" class="biz-input-md"></td> | |||
</tr> | |||
{/dede:datalist} | |||
</form> | |||
@@ -77,11 +77,11 @@ | |||
</tr> | |||
<tr id="seltime"> | |||
<td>起始时间:</td> | |||
<td><input type="text" name="starttime" id="starttime" value="<?php echo GetDateMk(time());?>" class="datepicker" style="width:160px"></td> | |||
<td><input type="text" name="starttime" id="starttime" value="<?php echo GetDateMk(time());?>" class="datepicker" class="biz-input-sm"></td> | |||
</tr> | |||
<tr id="selid" style="display:none"> | |||
<td>起始id:</td> | |||
<td><input type="text" name="startid" id="startid" value="0" style="width:60px"></td> | |||
<td><input type="text" name="startid" id="startid" value="0" class="biz-input-sm"></td> | |||
</tr> | |||
<tr> | |||
<td bgcolor="#fbfce2" colspan="2" align="center"><button type="submit" name="Submit" class="btn btn-success btn-sm">开始更新</button></td> | |||
@@ -24,7 +24,7 @@ | |||
if (empty($cid)) $cid="0"; | |||
$tl = new TypeLink($cid); | |||
$typeOptions = $tl->GetOptionArray($cid,$admin_catalogs,0); | |||
echo "<select name='typeid' style='width:260px'>"; | |||
echo "<select name='typeid' class='biz-input-md'>"; | |||
if ($cid=="0") echo "<option value='0' selected>更新所有文档</option>"; | |||
echo $typeOptions; | |||
echo "</select>"; | |||
@@ -33,15 +33,15 @@ | |||
</tr> | |||
<tr> | |||
<td>起始id:</td> | |||
<td><input type="text" name="startid" id="startid" style="width:60px">(空或0表示从头开始)</td> | |||
<td><input type="text" name="startid" id="startid" class="biz-input-sm">(空或0表示从头开始)</td> | |||
</tr> | |||
<tr> | |||
<td>结束ID:</td> | |||
<td><input type="text" name="endid" id="endid" style="width:60px">(空或0表示直到结束ID)</td> | |||
<td><input type="text" name="endid" id="endid" class="biz-input-sm">(空或0表示直到结束ID)</td> | |||
</tr> | |||
<tr> | |||
<td>每页生成:</td> | |||
<td> <input type="text" name="pagesize" id="pagesize" value="20" style="width:60px"> 个文件</td> | |||
<td> <input type="text" name="pagesize" id="pagesize" value="20" class="biz-input-sm"> 个文件</td> | |||
</tr> | |||
<tr> | |||
<td bgcolor="#fbfce2" colspan="2" align="center"> | |||
@@ -33,13 +33,13 @@ | |||
<tr> | |||
<td width="260">选择首页模板:</td> | |||
<td> | |||
<input type="text" name="templet" id="templet" value="<?php echo $row['templet']?>" style="width:260px"> | |||
<input type="text" name="templet" id="templet" value="<?php echo $row['templet']?>" class="biz-input-md"> | |||
<button type="button" name="set4" value="" class="btn btn-success btn-sm" onClick="SelectTemplets('form1.templet');">浏览</button> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td>首页位置:</td> | |||
<td><input type="text" name="position" id="position" value="<?php echo $row['position']?>" style="width:260px"></td> | |||
<td><input type="text" name="position" id="position" value="<?php echo $row['position']?>" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td>相关选项:</td> | |||
@@ -74,18 +74,18 @@ | |||
?> | |||
<tr> | |||
<td>设置操作密码:</td> | |||
<td><input name="dedebiz_admin" type="password" id="dedebiz_admin" value="" style="width:260px">设定后所有的DedeBIZ涉及安全操作输入当前操作密码</td> | |||
<td><input name="dedebiz_admin" type="password" id="dedebiz_admin" value="" class="biz-input-md">设定后所有的DedeBIZ涉及安全操作输入当前操作密码</td> | |||
</tr> | |||
<tr> | |||
<td>重复操作密码:</td> | |||
<td><input name="re_dedebiz_admin" type="password" id="re_dedebiz_admin" value="" style="width:260px"></td> | |||
<td><input name="re_dedebiz_admin" type="password" id="re_dedebiz_admin" value="" class="biz-input-md"></td> | |||
</tr> | |||
<?php | |||
} else { | |||
?> | |||
<tr> | |||
<td>操作密码:</td> | |||
<td><input name="dedebiz_admin" type="password" id="dedebiz_admin" value="" style="width:260px"></td> | |||
<td><input name="dedebiz_admin" type="password" id="dedebiz_admin" value="" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td>首页状态:</td> | |||
@@ -21,7 +21,7 @@ | |||
if (empty($cid)) $cid=0; | |||
$tl = new TypeLink($cid); | |||
$typeOptions = $tl->GetOptionArray($cid,$admin_catalogs,0,1); | |||
echo "<select name='typeid' style='width:260px'>"; | |||
echo "<select name='typeid' class='biz-input-md'>"; | |||
if ($cid=='0') echo "<option value='0' selected='1'>更新所有栏目</option>"; | |||
echo $typeOptions; | |||
echo "</select>"; | |||
@@ -30,7 +30,7 @@ | |||
</tr> | |||
<tr> | |||
<td>每次最大创建页数:</td> | |||
<td><input name="maxpagesize" type="text" id="maxpagesize" value="50" style="width:60px"> 个文件</td> | |||
<td><input name="maxpagesize" type="text" id="maxpagesize" value="50" class="biz-input-sm"> 个文件</td> | |||
</tr> | |||
<tr> | |||
<td>是否更新子栏目:</td> | |||
@@ -39,20 +39,20 @@ | |||
?> | |||
<tr> | |||
<td width="260">起始id:</td> | |||
<td><input type="text" name="startid" id="startid" style="width:60px">(空或0表示从头开始)</td> | |||
<td><input type="text" name="startid" id="startid" class="biz-input-sm">(空或0表示从头开始)</td> | |||
</tr> | |||
<tr> | |||
<td>结束ID:</td> | |||
<td><input type="text" name="endid" id="endid" style="width:60px">(空或0表示直到结束ID)</td> | |||
<td><input type="text" name="endid" id="endid" class="biz-input-sm">(空或0表示直到结束ID)</td> | |||
</tr> | |||
<?php }?> | |||
<tr> | |||
<td>生成位置:</td> | |||
<td><input type="text" name="tagsdir" id="tagsdir" value="<?php echo $cfg_tags_dir;?>" style="width:260px" disabled> <a href="sys_info.php">系统设置</a>-其他选项中“标签生成目录”项进行调整</td> | |||
<td><input type="text" name="tagsdir" id="tagsdir" value="<?php echo $cfg_tags_dir;?>" class="biz-input-md" disabled> <a href="sys_info.php">系统设置</a>-其他选项中“标签生成目录”项进行调整</td> | |||
</tr> | |||
<tr> | |||
<td>每次最大创建页数:</td> | |||
<td><input type="text" name="maxpagesize" id="maxpagesize" value="50" style="width:60px"> 个文件</td> | |||
<td><input type="text" name="maxpagesize" id="maxpagesize" value="50" class="biz-input-sm"> 个文件</td> | |||
</tr> | |||
<tr> | |||
<td bgcolor="#fbfce2" colspan="2" align="center"><button type="button" name="b112" class="btn btn-success btn-sm" onClick="document.form1.action='makehtml_taglist_action.php';onTagSubmit();">生成标签</button></td> | |||
@@ -25,7 +25,7 @@ | |||
var endNum = Number(document.form1.picnum.value) + startNum; | |||
if (endNum > 40) endNum = 40; | |||
for (startNum; startNum <= endNum; startNum++) { | |||
upfield.innerHTML += "<input type='file' name='upfile" + startNum + "' style='width:260px' size='30' class='pubinputs'><br>"; | |||
upfield.innerHTML += "<input type='file' name='upfile" + startNum + "' class='biz-input-md' size='30' class='pubinputs'><br>"; | |||
} | |||
} | |||
function ResetUpload() { | |||
@@ -67,7 +67,7 @@ | |||
</tr> | |||
<tr> | |||
<td class="biz-td">说明标题:</td> | |||
<td class="biz-td"><input type="text" name="title" id="title" size="30" style="width:300px"></td> | |||
<td class="biz-td"><input type="text" name="title" id="title" size="30" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td class="biz-td">参数说明:</td> | |||
@@ -76,15 +76,15 @@ | |||
<tr> | |||
<td class="biz-td">附加参数:</td> | |||
<td class="biz-td"> | |||
宽:<input type="text" name="mediawidth" id="mediawidth" style="width:60px">(像素) | |||
高:<input type="text" name="mediaheight" id="mediaheight" style="width:60px">(像素) | |||
播放时间:<input type="text" name="playtime" id="mediawidth3" style="width:60px">(分钟) | |||
宽:<input type="text" name="mediawidth" id="mediawidth" class="biz-input-sm">(像素) | |||
高:<input type="text" name="mediaheight" id="mediaheight" class="biz-input-sm">(像素) | |||
播放时间:<input type="text" name="playtime" id="mediawidth3" class="biz-input-sm">(分钟) | |||
</td> | |||
</tr> | |||
<tr> | |||
<td class="biz-td">上传文件:</td> | |||
<td class="biz-td"> | |||
数量:<input type="text" name="picnum" id="picnum" value="5" style="width:60px"> | |||
数量:<input type="text" name="picnum" id="picnum" value="5" class="biz-input-sm"> | |||
<button type="button" name="Submit" class="btn btn-success btn-sm" onClick="MakeUpload()">增加</button> | |||
<button type="button" name="Submit" class="btn btn-success btn-sm" onClick="ResetUpload()">恢复</button> | |||
</td> | |||
@@ -92,11 +92,11 @@ | |||
<tr> | |||
<td></td> | |||
<td> | |||
<input name="upfile1" type="file" id="upfile1" class="pubinputs" style="width:260px"><br> | |||
<input name="upfile2" type="file" id="upfile2" class="pubinputs" style="width:260px"><br> | |||
<input name="upfile3" type="file" id="upfile3" class="pubinputs" style="width:260px"><br> | |||
<input name="upfile4" type="file" id="upfile4" class="pubinputs" style="width:260px"><br> | |||
<input name="upfile5" type="file" id="upfile5" class="pubinputs" style="width:260px"><br> | |||
<input name="upfile1" type="file" id="upfile1" class="pubinputs" class="biz-input-md"><br> | |||
<input name="upfile2" type="file" id="upfile2" class="pubinputs" class="biz-input-md"><br> | |||
<input name="upfile3" type="file" id="upfile3" class="pubinputs" class="biz-input-md"><br> | |||
<input name="upfile4" type="file" id="upfile4" class="pubinputs" class="biz-input-md"><br> | |||
<input name="upfile5" type="file" id="upfile5" class="pubinputs" class="biz-input-md"><br> | |||
<span id="uploadfield"></span> | |||
</td> | |||
</tr> | |||
@@ -60,7 +60,7 @@ | |||
</tr> | |||
<tr> | |||
<td class="biz-td">说明标题:</td> | |||
<td class="biz-td"><input type="text" name="title" id="title" value="<?php echo $myrow['title']?>" style="width:300px"></td> | |||
<td class="biz-td"><input type="text" name="title" id="title" value="<?php echo $myrow['title']?>" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td class="biz-td">参数说明:</td> | |||
@@ -69,15 +69,15 @@ | |||
<tr> | |||
<td class="biz-td">附加参数:</td> | |||
<td class="biz-td"> | |||
宽:<input type="text" name="mediawidth" id="mediawidth" value="<?php echo $myrow['width']?>" style="width:60px">(像素) | |||
高:<input type="text" name="mediaheight" id="mediaheight" value="<?php echo $myrow['height']?>" style="width:60px">(像素) | |||
播放时间:<input type="text" name="playtime" id="playtime" value="<?php echo $myrow['playtime']?>" style="width:60px">(分钟) | |||
宽:<input type="text" name="mediawidth" id="mediawidth" value="<?php echo $myrow['width']?>" class="biz-input-sm">(像素) | |||
高:<input type="text" name="mediaheight" id="mediaheight" value="<?php echo $myrow['height']?>" class="biz-input-sm">(像素) | |||
播放时间:<input type="text" name="playtime" id="playtime" value="<?php echo $myrow['playtime']?>" class="biz-input-sm">(分钟) | |||
</td> | |||
</tr> | |||
<tr> | |||
<td class="biz-td">原文件:</td> | |||
<td class="biz-td"> | |||
<input type="text" name="filename" id="filename" value="<?php echo $myrow['url']?>" style="width:260px"> | |||
<input type="text" name="filename" id="filename" value="<?php echo $myrow['url']?>" class="biz-input-md"> | |||
<a href="<?php echo $myrow['url']?>" target="_blank">[查看]</a> | |||
</td> | |||
</tr> | |||
@@ -100,7 +100,7 @@ | |||
<tr> | |||
<td class="biz-td">修改文件:</td> | |||
<td class="biz-td"> | |||
<input name="upfile" type="file" id="upfile" style="width:260px"> | |||
<input name="upfile" type="file" id="upfile" class="biz-input-md"> | |||
</td> | |||
</tr> | |||
<tr> | |||
@@ -48,10 +48,10 @@ | |||
<form name="forms" method="post" action="media_main.php"> | |||
<tr bgcolor="#f8f8f8"> | |||
<td width="280" align="center"> | |||
<input type="text" name="keyword" id="keyword" placeholder="请输入关键词" value="<?php echo $keyword?>" style="width:260px"> | |||
<input type="text" name="keyword" id="keyword" placeholder="请输入关键词" value="<?php echo $keyword?>" class="biz-input-md"> | |||
</td> | |||
<td width="170"> | |||
<select name="mediatype" style="width:160px"> | |||
<select name="mediatype" class="biz-input-sm"> | |||
<option value="0">文件类型</option> | |||
<option value="1" <?php if ($mediatype==1) echo "selected"?>>图片</option> | |||
<option value="2" <?php if ($mediatype==2) echo "selected"?>>FLASH</option> | |||
@@ -60,7 +60,7 @@ | |||
</select> | |||
</td> | |||
<td width="170"> | |||
<select name="membertype" style="width:160px"> | |||
<select name="membertype" class="biz-input-sm"> | |||
<option value="0">用户组</option> | |||
<option value="1" <?php if ($membertype==1) echo "selected"?>>管理员</option> | |||
<option value="2" <?php if ($membertype==2) echo "selected"?>>外部会员</option> | |||
@@ -15,9 +15,9 @@ | |||
<form action="member_main.php" name="form1" method="get"> | |||
<table width="98%" cellpadding="1" cellspacing="1" align="center" class="table maintable mt-3 mb-3"> | |||
<tr bgcolor="#f8f8f8"> | |||
<td width="280" align="center"><input type="text" name="keyword" id="keyword" placeholder="请输入关键词" value="{dede:global name='keyword'/}" style="width:260px"></td> | |||
<td width="280" align="center"><input type="text" name="keyword" id="keyword" placeholder="请输入关键词" value="{dede:global name='keyword'/}" class="biz-input-md"></td> | |||
<td width="170"> | |||
<select name="sortkey" id="sortkey" style="width:160px"> | |||
<select name="sortkey" id="sortkey" class="biz-input-sm"> | |||
{dede:global name='sortform'/} | |||
<option value="mid">mid/注册时间</option> | |||
<option value="logintime">登录时间</option> | |||
@@ -27,7 +27,7 @@ | |||
</select> | |||
</td> | |||
<td width="170"> | |||
<select name="sex" id="sex" style="width:160px"> | |||
<select name="sex" id="sex" class="biz-input-sm"> | |||
{dede:global name='sexform'/} | |||
<option value="男">男</option> | |||
<option value="女">女</option> | |||
@@ -35,7 +35,7 @@ | |||
</select> | |||
</td> | |||
<td width="170"> | |||
<select name="spacesta" id="spacesta" style="width:160px"> | |||
<select name="spacesta" id="spacesta" class="biz-input-sm"> | |||
<option value="-10">会员状态</option> | |||
<?php | |||
foreach($staArr as $k=>$v) | |||
@@ -58,7 +58,7 @@ | |||
<form name="form2" method="get" action="member_operations.php"> | |||
<table width="98%" cellpadding="1" cellspacing="1" align="center" class="table maintable mt-3 mb-3"> | |||
<tr bgcolor="#f8f8f8"> | |||
<td width="280" align="center"><input type="text" name="buyid" id="buyid" placeholder="请输入订单号" style="width:260px"></td> | |||
<td width="280" align="center"><input type="text" name="buyid" id="buyid" placeholder="请输入订单号" class="biz-input-md"></td> | |||
<td> | |||
<button type="submit" class="btn btn-success btn-sm">搜索</button> | |||
<button type="button" onClick="location='member_operations.php?sta=0';" class="btn btn-success btn-sm">未付款</button> | |||
@@ -13,10 +13,10 @@ | |||
<form action="member_pm.php" name="form1" method="get"> | |||
<table width="98%" cellpadding="1" cellspacing="1" align="center" class="table maintable mt-3 mb-3"> | |||
<tr bgcolor="#f8f8f8"> | |||
<td width="280" align="center"><input type="text" name="keyword" id="keyword" value="{dede:global name='keyword'/}" placeholder="请输入关键词" style="width:260px"></td> | |||
<td width="270"><input type="text" name="username" id="username" value="{dede:global name='username'/}" placeholder="请输入用户名" style="width:260px"></td> | |||
<td width="280" align="center"><input type="text" name="keyword" id="keyword" value="{dede:global name='keyword'/}" placeholder="请输入关键词" class="biz-input-md"></td> | |||
<td width="270"><input type="text" name="username" id="username" value="{dede:global name='username'/}" placeholder="请输入用户名" class="biz-input-md"></td> | |||
<td width="170"> | |||
<select name="folder" id="folder" style="width:160px"> | |||
<select name="folder" id="folder" class="biz-input-sm"> | |||
<option value="inbox">收件箱</option> | |||
<option value="outbox">发件箱</option> | |||
</select> | |||
@@ -12,10 +12,10 @@ | |||
<form action="member_pm.php" name="form1" method="get"> | |||
<table width="98%" cellpadding="1" cellspacing="1" align="center" class="table maintable mt-3 mb-3"> | |||
<tr bgcolor="#f8f8f8"> | |||
<td width="280" align="center"><input type="text" name="keyword" id="keyword" placeholder="请输入关键词" style="width:260px"></td> | |||
<td width="270"><input type="text" name="username" id="username" placeholder="请输入用户名" style="width:260px"></td> | |||
<td width="280" align="center"><input type="text" name="keyword" id="keyword" placeholder="请输入关键词" class="biz-input-md"></td> | |||
<td width="270"><input type="text" name="username" id="username" placeholder="请输入用户名" class="biz-input-md"></td> | |||
<td width="170"> | |||
<select name="folder" id="folder" style="width:160px"> | |||
<select name="folder" id="folder" class="biz-input-sm"> | |||
<option value="inbox">收件箱</option> | |||
<option value="outbox">发件箱</option> | |||
</select> | |||
@@ -39,11 +39,11 @@ | |||
<table width="100%" cellpadding="1" cellspacing="1"> | |||
<tr> | |||
<td width="260">标题:</td> | |||
<td><input type="text" name="subject" id="subject" class="company_manage_form_label" style="width:260px">(标题少于70个字符内)</td> | |||
<td><input type="text" name="subject" id="subject" class="company_manage_form_label" class="biz-input-md">(标题少于70个字符内)</td> | |||
</tr> | |||
<tr> | |||
<td><label for="pm_textarea">内容:</label></td> | |||
<td><textarea name="message" id="message" class="company_manage_form_label1" style="width:360px;height:100px"></textarea>(1000个字符以内)</td> | |||
<td><textarea name="message" id="message" class="company_manage_form_label1" class="biz-textarea-sm"></textarea>(1000个字符以内)</td> | |||
</tr> | |||
<tr> | |||
<td colspan="2" align="center" class="py-2"><input type="submit" value="提交" class="btn btn-success btn-sm"></td> | |||
@@ -12,10 +12,10 @@ | |||
<form action="member_pm.php" name="form1" method="get"> | |||
<table width="98%" cellpadding="1" cellspacing="1" align="center" class="table maintable mt-3 mb-3"> | |||
<tr bgcolor="#f8f8f8"> | |||
<td width="280" align="center"><input type="text" name="keyword" id="keyword" placeholder="请输入关键词" style="width:260px"></td> | |||
<td width="270"><input type="text" name="username" id="username" placeholder="请输入用户名" style="width:260px"></td> | |||
<td width="280" align="center"><input type="text" name="keyword" id="keyword" placeholder="请输入关键词" class="biz-input-md"></td> | |||
<td width="270"><input type="text" name="username" id="username" placeholder="请输入用户名" class="biz-input-md"></td> | |||
<td width="170"> | |||
<select name="folder" id="folder" style="width:160px"> | |||
<select name="folder" id="folder" class="biz-input-sm"> | |||
<option value="inbox">收件箱</option> | |||
<option value="outbox">发件箱</option> | |||
</select> | |||
@@ -39,11 +39,11 @@ | |||
<table width="100%" cellpadding="1" cellspacing="1"> | |||
<tr> | |||
<td width="260">发送到:</td> | |||
<td><input type="text" name="msgtoid" value="<?php echo empty($touid)? '' : $touid?>" style="width:260px"> 填写用户登录的id(网址uid=后面跟着的id)</td> | |||
<td><input type="text" name="msgtoid" value="<?php echo empty($touid)? '' : $touid?>" class="biz-input-md"> 填写用户登录的id(网址uid=后面跟着的id)</td> | |||
</tr> | |||
<tr> | |||
<td>标题:</td> | |||
<td><input type="text" name="subject" id="subject" class="company_manage_form_label" style="width:260px">(标题少于70个字符内)</td> | |||
<td><input type="text" name="subject" id="subject" class="company_manage_form_label" class="biz-input-md">(标题少于70个字符内)</td> | |||
</tr> | |||
<tr> | |||
<td><label for="pm_textarea">内容:</label></td> | |||
@@ -38,9 +38,9 @@ | |||
<?php foreach($Scores as $v){ ?> | |||
<tr onmousemove="javascript:this.bgColor='#fbfce2';" onmouseout="javascript:this.bgColor='#ffffff';"> | |||
<td align="center"><input type="checkbox" name="Ids-<?php echo $v['id']?>" id="Ids-<?php echo $v['id']?>" value="1"></td> | |||
<td align="center"><input type="text" name="integral-<?php echo $v['id']?>" id="integral-<?php echo $v['id']?>" value="<?php echo $v['integral']?>" style="width:160px"></td> | |||
<td align="center"><input type="text" name="icon-<?php echo $v['id']?>" id="icon-<?php echo $v['id']?>" value="<?php echo $v['icon']?>" style="width:60px"></td> | |||
<td align="center"><input type="text" name="titles-<?php echo $v['id']?>" id="titles-<?php echo $v['id']?>" value="<?php echo $v['titles']?>" style="width:160px"></td> | |||
<td align="center"><input type="text" name="integral-<?php echo $v['id']?>" id="integral-<?php echo $v['id']?>" value="<?php echo $v['integral']?>" class="biz-input-sm"></td> | |||
<td align="center"><input type="text" name="icon-<?php echo $v['id']?>" id="icon-<?php echo $v['id']?>" value="<?php echo $v['icon']?>" class="biz-input-sm"></td> | |||
<td align="center"><input type="text" name="titles-<?php echo $v['id']?>" id="titles-<?php echo $v['id']?>" value="<?php echo $v['titles']?>" class="biz-input-sm"></td> | |||
<td align="center"> | |||
<select name="isdefault-<?php echo $v['id']?>" id="isdefault-<?php echo $v['id']?>"> | |||
<option value="1" <?php if ($v['isdefault']) echo " selected='selected'";?>>是</option> | |||
@@ -51,9 +51,9 @@ | |||
<?php }?> | |||
<tr> | |||
<td>新增:</td> | |||
<td align="center"><input type="text" name="add_integral" id="add_integral" style="width:160px"></td> | |||
<td align="center"><input type="text" name="add_icon" id="add_icon" style="width:60px"></td> | |||
<td align="center"><input type="text" name="add_titles" id="add_titles" style="width:160px"></td> | |||
<td align="center"><input type="text" name="add_integral" id="add_integral" class="biz-input-sm"></td> | |||
<td align="center"><input type="text" name="add_icon" id="add_icon" class="biz-input-sm"></td> | |||
<td align="center"><input type="text" name="add_titles" id="add_titles" class="biz-input-sm"></td> | |||
<td align="center"> | |||
<select name="add_isdefault" id="add_isdefault"> | |||
<option value="1">是</option> | |||
@@ -49,23 +49,23 @@ | |||
<?php | |||
echo "".$row['userid'].""; | |||
if ($row['face']!='') { | |||
echo "<img src='{$row['face']}' style='max-width:80px;height:auto'>"; | |||
echo "<img src='{$row['face']}' class='user-img'>"; | |||
} | |||
?> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td class="biz-td">用户名称:</td> | |||
<td class="biz-td"><input type="text" name="uname" id="uname" size="16" value="<?php echo $row['uname']?>" style="width:260px">(发布文档后显示责任编辑的名字)</td> | |||
<td class="biz-td"><input type="text" name="uname" id="uname" size="16" value="<?php echo $row['uname']?>" class="biz-input-md">(发布文档后显示责任编辑的名字)</td> | |||
</tr> | |||
<tr> | |||
<td class="biz-td">用户密码:</td> | |||
<td class="biz-td"><input type="text" name="pwd" id="pwd" size="16" style="width:260px">(留空则不修改,只能用'0-9a-zA-Z.@_-!'以内范围的字符)</td> | |||
<td class="biz-td"><input type="text" name="pwd" id="pwd" size="16" class="biz-input-md">(留空则不修改,只能用'0-9a-zA-Z.@_-!'以内范围的字符)</td> | |||
</tr> | |||
<tr> | |||
<td class="biz-td">用户类型:</td> | |||
<td class="biz-td"> | |||
<select name='usertype' style='width:160px'> | |||
<select name='usertype' class='biz-input-sm'> | |||
<?php | |||
$dsql->SetQuery("Select * from `#@__admintype` order by `rank` asc"); | |||
$dsql->Execute("ut"); | |||
@@ -89,16 +89,16 @@ | |||
</tr> | |||
<tr> | |||
<td class="biz-td">真实姓名:</td> | |||
<td class="biz-td"><input type="text" name="tname" id="tname" size="16" style="width:260px" value=""></td> | |||
<td class="biz-td"><input type="text" name="tname" id="tname" size="16" class="biz-input-md" value=""></td> | |||
</tr> | |||
<tr> | |||
<td class="biz-td">电子邮箱:</td> | |||
<td class="biz-td"><input type="text" name="email" id="email" size="16" style="width:260px" value="<?php echo $row['email']?>"></td> | |||
<td class="biz-td"><input type="text" name="email" id="email" size="16" class="biz-input-md" value="<?php echo $row['email']?>"></td> | |||
</tr> | |||
<tr> | |||
<td class="biz-td">验证安全码:</td> | |||
<td class="biz-td"> | |||
<input type="text" name="safecode" id="safecode" size="16" style="width:260px"> | |||
<input type="text" name="safecode" id="safecode" size="16" class="biz-input-md"> | |||
<input type="hidden" name="randcode" value="<?php echo $randcode;?>">(安全码:<span class='text-danger'><?php echo $safecode;?></span>)</td> | |||
</tr> | |||
<tr> | |||
@@ -51,7 +51,7 @@ | |||
</tr> | |||
<tr> | |||
<td class="biz-td">密码:</td> | |||
<td><input type="text" name="pwd" id="pwd" style="width:260px">(不修改留空)</td> | |||
<td><input type="text" name="pwd" id="pwd" class="biz-input-md">(不修改留空)</td> | |||
</tr> | |||
<tr> | |||
<td class="biz-td">注册时间:</td> | |||
@@ -73,11 +73,11 @@ | |||
</tr> | |||
<tr> | |||
<td class="biz-td">电子邮箱:</td> | |||
<td class="biz-td"><input type="text" name="email" id="email" value="<?php echo $row['email']?>" style="width:260px"></td> | |||
<td class="biz-td"><input type="text" name="email" id="email" value="<?php echo $row['email']?>" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td class="biz-td">昵称:</td> | |||
<td class="biz-td"><input type="text" name="uname" value="<?php echo $row['uname']?>" id="uname" style="width:260px"></td> | |||
<td class="biz-td"><input type="text" name="uname" value="<?php echo $row['uname']?>" id="uname" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td class="biz-td">性别:</td> | |||
@@ -90,8 +90,8 @@ | |||
<tr> | |||
<td class="biz-td">金币 :</td> | |||
<td class="biz-td"> | |||
<input type="text" name="money" id="money" value="<?php echo $row['money'];?>" style="width:60px"> | |||
积分:<input type="text" name="scores" id="scores" value="<?php echo $row['scores'];?>" style="width:60px"> | |||
<input type="text" name="money" id="money" value="<?php echo $row['money'];?>" class="biz-input-sm"> | |||
积分:<input type="text" name="scores" id="scores" value="<?php echo $row['scores'];?>" class="biz-input-sm"> | |||
</td> | |||
</tr> | |||
<tr> | |||
@@ -105,7 +105,7 @@ | |||
while($nrow = $dsql->GetObject('n')){ | |||
$MemberTypes[$nrow->rank] = $nrow->membername; | |||
} | |||
$options = "<select name='rank' style='width:160px'>"; | |||
$options = "<select name='rank' class='biz-input-sm'>"; | |||
foreach($MemberTypes as $k=>$v) | |||
{ | |||
if ($k!=$row['rank']) $options .= "<option value='$k'>$v</option>"; | |||
@@ -118,11 +118,11 @@ | |||
</tr> | |||
<tr> | |||
<td class="biz-td">升级时间:</td> | |||
<td class="biz-td"><input type="text" name="uptime" value="<?php echo $row['uptime']=($row['uptime']=='0')? GetDateTimeMk(time()) : GetDateTimeMk($row['uptime']);?>" id="uptime" style="width:160px">(如果您要升级会员,必须设置此时间为当前时间)</td> | |||
<td class="biz-td"><input type="text" name="uptime" value="<?php echo $row['uptime']=($row['uptime']=='0')? GetDateTimeMk(time()) : GetDateTimeMk($row['uptime']);?>" id="uptime" class="biz-input-sm">(如果您要升级会员,必须设置此时间为当前时间)</td> | |||
</tr> | |||
<tr> | |||
<td class="biz-td">会员天数:</td> | |||
<td class="biz-td"><input type="text" name="exptime" value="<?php echo $row['exptime']?>" id="exptime" style="width:60px">(如果您要升级会员,会员天数必须大于0)</td> | |||
<td class="biz-td"><input type="text" name="exptime" value="<?php echo $row['exptime']?>" id="exptime" class="biz-input-sm">(如果您要升级会员,会员天数必须大于0)</td> | |||
</tr> | |||
<?php if ($mhasDay!=0){ $mhasDay=($mhasDay>0)? $mhasDay : '<span class="text-danger">该会员已经到期</span>';?> | |||
<tr> | |||
@@ -133,14 +133,14 @@ | |||
<?php }?> | |||
<td class="biz-td">推荐级别:</td> | |||
<td class="biz-td"> | |||
<input type="hidden" name="oldmatt" id="oldmatt" value="<?php echo $row['matt']?>" style="width:60px"> | |||
<input name="matt" type="text" id="matt" value="<?php echo $row['matt']?>" style="width:60px">(0为普通,1为推荐,10为管理员不能在前台登录非管理员ID是严格使用10属性的,要新建管理在<a href='sys_admin_user_add.php' target='_blank'>系统帐号</a>地方增加) | |||
<input type="hidden" name="oldmatt" id="oldmatt" value="<?php echo $row['matt']?>" class="biz-input-sm"> | |||
<input name="matt" type="text" id="matt" value="<?php echo $row['matt']?>" class="biz-input-sm">(0为普通,1为推荐,10为管理员不能在前台登录非管理员ID是严格使用10属性的,要新建管理在<a href='sys_admin_user_add.php' target='_blank'>系统帐号</a>地方增加) | |||
</td> | |||
</tr> | |||
<tr> | |||
<td class="biz-td">资料状况:</td> | |||
<td class="biz-td"> | |||
<select name="spacesta" style="width:160px"> | |||
<select name="spacesta" class="biz-input-sm"> | |||
<?php | |||
foreach($staArr as $k=>$v) | |||
{ | |||
@@ -43,11 +43,11 @@ | |||
</tr> | |||
<tr> | |||
<td width="260">模块名称:</td> | |||
<td><input type="text" name="modulname" id="modulname" style="width:160px" value="<?php echo $name;?>"></td> | |||
<td><input type="text" name="modulname" id="modulname" class="biz-input-sm" value="<?php echo $name;?>"></td> | |||
</tr> | |||
<tr> | |||
<td>开发者id:</td> | |||
<td><input type="text" name="dev_id2" id="dev_id2" style="width:160px" value="<?php echo $dev_id;?>" disabled> <a href="<?php echo $cfg_biz_dedebizUrl;?>/developer" target="_blank" class="text-success">如何获取开发者id</a></td> | |||
<td><input type="text" name="dev_id2" id="dev_id2" class="biz-input-sm" value="<?php echo $dev_id;?>" disabled> <a href="<?php echo $cfg_biz_dedebizUrl;?>/developer" target="_blank" class="text-success">如何获取开发者id</a></td> | |||
</tr> | |||
<tr> | |||
<td>语言编码:</td> | |||
@@ -66,12 +66,12 @@ | |||
<td>模块识别码:</td> | |||
<td> | |||
<input type="hidden" name="hash" value="<?php echo $hash;?>"> | |||
<input type="text" name="hashv" value="<?php echo $hash;?>" style="width:260px" disabled>(不可改) | |||
<input type="text" name="hashv" value="<?php echo $hash;?>" class="biz-input-md" disabled>(不可改) | |||
</td> | |||
</tr> | |||
<tr> | |||
<td>发布时间:</td> | |||
<td><input type="text" name="mtime" id="mtime" style="width:160px" value="<?php echo $time;?>"></td> | |||
<td><input type="text" name="mtime" id="mtime" class="biz-input-sm" value="<?php echo $time;?>"></td> | |||
</tr> | |||
<tr> | |||
<td>是否涉及会员系统:</td> | |||
@@ -79,8 +79,8 @@ | |||
<label><input type="radio" name="ismember" id="ismember1" value="1" onclick="ShowHideMb('ismember0','rboxct')" <?php if ($ismember=='1') echo "checked='1'";?>> 涉及</label> | |||
<label><input type="radio" name="ismember" id="ismember0" value="0" onclick="ShowHideMb('ismember0','rboxct')" <?php if ($ismember=='0') echo "checked='1'";?>> 不涉及</label> | |||
<div id="rboxct" style="display:<?php echo ($ismember=='0' ? 'none' : 'block');?>"> | |||
导航使用名称:<input type="text" name="indexname" id="indexname" style="width:160px" value="<?php echo $indexname;?>"><br> | |||
导航使用网址:<input type="text" name="indexurl" id="indexurl" style="width:160px" value="<?php echo $indexurl;?>">(用相对于会员中心的网址,如:../ask) | |||
导航使用名称:<input type="text" name="indexname" id="indexname" class="biz-input-sm" value="<?php echo $indexname;?>"><br> | |||
导航使用网址:<input type="text" name="indexurl" id="indexurl" class="biz-input-sm" value="<?php echo $indexurl;?>">(用相对于会员中心的网址,如:../ask) | |||
</div> | |||
</td> | |||
</tr> | |||
@@ -109,8 +109,8 @@ | |||
<td>程序安装:</td> | |||
<td> | |||
<label><input type="checkbox" name="autosetup" id="autosetup" value="1" onclick="ShowHideField('autosetup','autosetupinput','autosetupct')"<?php if (isset($autosetup) && $autosetup==1) echo "checked='1'";?>> 自动生成(由系统自动处理安装)</label><br> | |||
<div style="display:<?php if (!isset($autosetup) || $autosetup==0) echo 'block'; else echo 'none';?>" id="autosetupinput"><input name="setup" type="file" id="setup" style="width:360px"></div> | |||
<div style="margin:5px 0px 5px 5px;display:<?php if (isset($autosetup) && $autosetup==1) echo 'block'; else echo 'none';?>" id="autosetupct"> | |||
<div style="display:<?php if (!isset($autosetup) || $autosetup==0) echo 'block'; else echo 'none';?>" id="autosetupinput"><input name="setup" type="file" id="setup" class="biz-input-md"></div> | |||
<div style="display:<?php if (isset($autosetup) && $autosetup==1) echo 'block'; else echo 'none';?>" id="autosetupct"> | |||
<table width="100%" cellpadding="5" cellspacing="1"> | |||
<tr> | |||
<td bgcolor="#fbfce2"> | |||
@@ -131,8 +131,8 @@ | |||
<td> | |||
<label><input type="checkbox" name="autodel" id="autodel" value="1" onclick="ShowHideField('autodel','autodelinput','autodelct')" <?php if (isset($autodel) && $autodel==1) echo "checked='1'";?>> 自动生成(由系统自动处理卸载)</label> | |||
<br> | |||
<div style="display:<?php if (!isset($autodel) || $autodel==0) echo 'block'; else echo 'none';?>" id="autodelinput"><input name="uninstall" type="file" id="uninstall" style="width:360px"></div> | |||
<div style='margin:5px 0px 5px 5px;display:<?php if (isset($autodel) && $autodel==1) echo 'block'; else echo 'none';?>' id='autodelct'> | |||
<div style="display:<?php if (!isset($autodel) || $autodel==0) echo 'block'; else echo 'none';?>" id="autodelinput"><input name="uninstall" type="file" id="uninstall" class="biz-input-md"></div> | |||
<div style='display:<?php if (isset($autodel) && $autodel==1) echo 'block'; else echo 'none';?>' id='autodelct'> | |||
<table width="100%" cellpadding="5" cellspacing="1"> | |||
<tr> | |||
<td bgcolor="#fbfce2">卸载时执行的SQL语句:<br> | |||
@@ -41,7 +41,7 @@ | |||
</tr> | |||
<tr> | |||
<td width="260">模块名称:</td> | |||
<td><input type="text" name="modulname" id="modulname" style="width:160px"> </td> | |||
<td><input type="text" name="modulname" id="modulname" class="biz-input-sm"> </td> | |||
</tr> | |||
<tr> | |||
<td>语言编码:</td> | |||
@@ -58,11 +58,11 @@ | |||
</tr> | |||
<tr> | |||
<td>开发者id:</td> | |||
<td><input type="text" name="dev_id" id="dev_id" style="width:160px"> <a href="<?php echo $cfg_biz_dedebizUrl;?>/developer" target="_blank" class="text-success">如何获取开发者id</a></td> | |||
<td><input type="text" name="dev_id" id="dev_id" class="biz-input-sm"> <a href="<?php echo $cfg_biz_dedebizUrl;?>/developer" target="_blank" class="text-success">如何获取开发者id</a></td> | |||
</tr> | |||
<tr> | |||
<td>发布时间:</td> | |||
<td><input type="text" name="mtime" id="mtime" style="width:160px" value="<?php echo GetDateMk(time());?>"> </td> | |||
<td><input type="text" name="mtime" id="mtime" class="biz-input-sm" value="<?php echo GetDateMk(time());?>"> </td> | |||
</tr> | |||
<tr> | |||
<td>是否涉及会员系统:</td> | |||
@@ -70,8 +70,8 @@ | |||
<label><input type="radio" name="ismember" id="ismember1" value="1" onclick="ShowHideMb('ismember0','rboxct')"> 涉及</label> | |||
<label><input type="radio" name="ismember" id="ismember0" value="0" onclick="ShowHideMb('ismember0','rboxct')" checked="checked"> 不涉及</label> | |||
<div id="rboxct" style="display:none"> | |||
导航使用名称:<input type="text" name="indexname" id="indexname" style="width:160px" value=""><br> | |||
导航使用网址:<input type="text" name="indexurl" id="indexurl" style="width:160px" value=""> | |||
导航使用名称:<input type="text" name="indexname" id="indexname" class="biz-input-sm" value=""><br> | |||
导航使用网址:<input type="text" name="indexurl" id="indexurl" class="biz-input-sm" value=""> | |||
(用相对于会员中心的网址,如:../ask) | |||
</div> | |||
</td> | |||
@@ -89,9 +89,9 @@ | |||
<label><input type="checkbox" name="autoreadme" value='1' id="autoreadme" onclick="ShowHideField('autoreadme','autoreadmeinput','autoreadmect')"> 直接填写</label> | |||
<br> | |||
<div style="display:block" id="autoreadmeinput"> | |||
<input name="readme" type="file" id="readme" style="width:360px"> | |||
<input name="readme" type="file" id="readme" class="biz-input-md"> | |||
</div> | |||
<div style="margin:5px 0px 5px 5px;display:none" id="autoreadmect"> | |||
<div style="display:none" id="autoreadmect"> | |||
<table width="100%" cellpadding="5" cellspacing="1"> | |||
<tr> | |||
<td bgcolor="#fbfce2"> | |||
@@ -111,9 +111,9 @@ | |||
<label><input type="checkbox" name="autosetup" value='1' id="autosetup" onclick="ShowHideField('autosetup','autosetupinput','autosetupct')"> 自动生成(由系统自动处理安装)</label> | |||
<br> | |||
<div style="display:block" id="autosetupinput"> | |||
<input name="setup" type="file" id="setup" style="width:360px"> | |||
<input name="setup" type="file" id="setup" class="biz-input-md"> | |||
</div> | |||
<div style="margin:5px 0px 5px 5px;display:none" id="autosetupct"> | |||
<div style="display:none" id="autosetupct"> | |||
<table width="100%" cellpadding="5" cellspacing="1"> | |||
<tr> | |||
<td bgcolor="#fbfce2"> | |||
@@ -134,8 +134,8 @@ | |||
<td> | |||
<label><input type="checkbox" name="autodel" value='1' id="autodel" onclick="ShowHideField('autodel','autodelinput','autodelct')"> 自动生成(由系统自动处理卸载)</label> | |||
<br> | |||
<div style="display:block" id="autodelinput"><input name="uninstall" type="file" id="uninstall" style="width:360px"></div> | |||
<div style="margin:5px 0px 5px 5px;display:none" id="autodelct"> | |||
<div style="display:block" id="autodelinput"><input name="uninstall" type="file" id="uninstall" class="biz-input-md"></div> | |||
<div style="display:none" id="autodelct"> | |||
<table width="100%" cellpadding="5" cellspacing="1"> | |||
<tr> | |||
<td bgcolor="#fbfce2">卸载时执行的SQL语句:<br> | |||
@@ -48,7 +48,7 @@ | |||
<td bgcolor="#f8f8f8" colspan="2"><a href="mychannel_main.php">内容模型管理</a> > 新增内容模型</td> | |||
</tr> | |||
<tr> | |||
<td width="30%">频道ID<br> | |||
<td width="30%">频道id<br> | |||
<span class="style2" id='help1'>数字,创建后不可修改,并具有唯一性</span></td> | |||
<td width="70%"><input type="text" name="id" id="id" size="10" value="<?php echo $newid;?>" class="pubinputs"> *</td> | |||
</tr> | |||
@@ -89,7 +89,7 @@ | |||
<tr> | |||
<td>会员许可投稿级别</td> | |||
<td> | |||
<select name="sendrank" id="sendrank" style="width:160px"> | |||
<select name="sendrank" id="sendrank" class="biz-input-sm"> | |||
<option value="0">游客</option> | |||
<?php | |||
$urank = $cuserLogin->getUserRank(); | |||
@@ -109,7 +109,7 @@ | |||
</td> | |||
</tr> | |||
<tr> | |||
<td width="30%">频道ID<br> | |||
<td width="30%">频道id<br> | |||
<span class="style2" id='help1'>数字,创建后不可修改,并具有唯一性</span></td> | |||
<td width="70%"><?php echo $row['id'];?></td> | |||
</tr> | |||
@@ -137,7 +137,7 @@ | |||
<tr> | |||
<td>会员许可投稿级别</td> | |||
<td> | |||
<select name="sendrank" id="sendrank" style="width:160px"> | |||
<select name="sendrank" id="sendrank" class="biz-input-sm"> | |||
<option value="0">游客</option> | |||
<?php | |||
$urank = $cuserLogin->getUserRank(); | |||
@@ -224,7 +224,7 @@ | |||
</tr> | |||
<tr> | |||
<td>默认栏目id<br><span class="style2" id="help8">与投稿是唯一性结合可以用模型设计自定义表单</span></td> | |||
<td><input type="text" name="dfcid" id="dfcid" value="<?php echo $row['dfcid'];?>" class="pubinputs" style="width:160px"></td> | |||
<td><input type="text" name="dfcid" id="dfcid" value="<?php echo $row['dfcid'];?>" class="pubinputs" class="biz-input-sm"></td> | |||
</tr> | |||
<tr> | |||
<td>投稿具有唯一性<br> | |||
@@ -164,7 +164,7 @@ | |||
<span class="style2">选择关联内容对应的内容模型</span> | |||
</td> | |||
<td> | |||
<select name="channeltype" id="channeltype" style="width:260px"> | |||
<select name="channeltype" id="channeltype" class="biz-input-md"> | |||
<?php | |||
$channelid = 1; | |||
foreach($channelArray as $k=>$arr) | |||
@@ -189,7 +189,7 @@ | |||
<tr> | |||
<td>最大长度:<br> | |||
<span class="style2">文本数据必须填写,大于255为text类型</span></td> | |||
<td><input type="text" name="maxlength" id="maxlength" class="pubinputs" value="250" style="width:80px"></td> | |||
<td><input type="text" name="maxlength" id="maxlength" class="pubinputs" value="250" class="biz-input-xs"></td> | |||
</tr> | |||
<tr> | |||
<td>自定义表单HTML:</td> | |||
@@ -109,7 +109,7 @@ | |||
<tr> | |||
<td>数据类型:</td> | |||
<td> | |||
<select name="dtype" id="type" style="width:260px"> | |||
<select name="dtype" id="type" class="biz-input-md"> | |||
<?php | |||
$dtype = $ctag->GetAtt('type'); | |||
if ($dtype!='' && isset($fieldtypes[$dtype])) | |||
@@ -148,7 +148,7 @@ | |||
<td>内容模型:<br> | |||
<span class="style2">选择关联内容对应的内容模型</span></td> | |||
<td> | |||
<select name="channeltype" id="channeltype" style="width:260px"> | |||
<select name="channeltype" id="channeltype" class="biz-input-md"> | |||
<?php | |||
$channelid = $ctag->GetAtt('channel') == "" ? 1 : $ctag->GetAtt('channel'); | |||
@@ -183,7 +183,7 @@ | |||
<tr> | |||
<td>最大长度:<br> | |||
<span class="style2"> 文本数据必须填写,大于255为text类型 </span></td> | |||
<td><input type="text" name="maxlength" id="maxlength" value="<?php echo $ctag->GetAtt('maxlength')?>" style="width:80px"></td> | |||
<td><input type="text" name="maxlength" id="maxlength" value="<?php echo $ctag->GetAtt('maxlength')?>" class="biz-input-xs"></td> | |||
</tr> | |||
<tr> | |||
<td>自定义表单HTML:</td> | |||
@@ -33,7 +33,7 @@ | |||
</td> | |||
</tr> | |||
<tr> | |||
<td width="260">频道ID:</td> | |||
<td width="260">频道id:</td> | |||
<td><?php echo $mid;?></td> | |||
</tr> | |||
<tr> | |||
@@ -57,7 +57,7 @@ | |||
<tr> | |||
<td>自定义搜索结果页模板<br> | |||
<span class="style2" id="help5" style="display:none">只填写文件名,且文件必须在templets/default目录中</span></td> | |||
<td><input type="text" name="template" value="<?php echo $template;?>" style="width:260px"></td> | |||
<td><input type="text" name="template" value="<?php echo $template;?>" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td align="center" bgcolor="#fbfce2" colspan="2" class="py-2"> | |||
@@ -72,7 +72,7 @@ | |||
<?php | |||
$tl = new TypeLink(0); | |||
$typeOptions = $tl->GetOptionArray(0,0,0); | |||
echo "<select name='typeid' style='width:260px'>"; | |||
echo "<select name='typeid' class='biz-input-md'>"; | |||
echo "<option value='0' selected>显示在没有继承本标记的所有栏目</option>"; | |||
echo $typeOptions; | |||
echo "</select>"; | |||
@@ -25,7 +25,7 @@ | |||
<?php | |||
$tl = new TypeLink(0); | |||
$typeOptions = $tl->GetOptionArray($row['typeid'],0,0); | |||
echo "<select name='typeid' style='width:260px'>"; | |||
echo "<select name='typeid' class='biz-input-md'>"; | |||
echo "<option value='0' selected>显示在没有继承本标记的所有栏目</option>"; | |||
echo $typeOptions; | |||
echo "</select>"; | |||
@@ -103,7 +103,7 @@ | |||
<?php | |||
$tl = new TypeLink(0); | |||
$typeOptions = $tl->GetOptionArray(0,$admin_catalogs,0,1); | |||
echo "<select name='typeid' style='width:160px'>"; | |||
echo "<select name='typeid' class='biz-input-sm'>"; | |||
echo "<option value='0' selected>不限栏目</option>"; | |||
echo $typeOptions; | |||
echo "</select>"; | |||
@@ -113,7 +113,7 @@ | |||
<tr> | |||
<td>限定频道: | |||
<?php | |||
echo "<select name='channel' style='width:160px'>"; | |||
echo "<select name='channel' class='biz-input-sm'>"; | |||
echo "<option value='0' selected>不限频道</option>"; | |||
$tl->dsql->SetQuery("Select id,typename From #@__channeltype where id>0"); | |||
$tl->dsql->Execute(); | |||
@@ -125,7 +125,7 @@ | |||
?> | |||
附加属性: | |||
<?php | |||
echo "<select name='att' style='width:160px'>"; | |||
echo "<select name='att' class='biz-input-sm'>"; | |||
echo "<option value='0' selected>不限</option>"; | |||
$tl->dsql->SetQuery("Select * From #@__arcatt"); | |||
$tl->dsql->Execute(); | |||
@@ -154,7 +154,7 @@ | |||
</tr> | |||
<tr> | |||
<td>排列顺序: | |||
<select name="orderby" id="orderby" style="width:160px"> | |||
<select name="orderby" id="orderby" class="biz-input-sm"> | |||
<option value="sortrank">置顶权限值</option> | |||
<option value="pubdate" selected>发布时间</option> | |||
<option value="senddate">录入时间</option> | |||
@@ -18,7 +18,7 @@ | |||
</tr> | |||
<tr> | |||
<td width="260">插件名称</td> | |||
<td><input type="text" name="plusname" style="width:160px" value="<?php echo $row['plusname']?>"></td> | |||
<td><input type="text" name="plusname" class="biz-input-sm" value="<?php echo $row['plusname']?>"></td> | |||
</tr> | |||
<tr> | |||
<td>作者</td> | |||
@@ -19,11 +19,11 @@ | |||
</tr> | |||
<tr align="center"> | |||
<td width="10%" align="right">名称:</td> | |||
<td align="left"><input type="text" name="dname" id="dname" style="width:160px"> * 此处填写配送方式名称</td> | |||
<td align="left"><input type="text" name="dname" id="dname" class="biz-input-sm"> * 此处填写配送方式名称</td> | |||
</tr> | |||
<tr align="center"> | |||
<td width="10%" align="right">手续费:</td> | |||
<td align="left"><input type="text" name="price" id="price" value="0.00" style="width:60px"> 元 * 发货时所用的手续费,若要收取,请填写(精确到小数位两位)</td> | |||
<td align="left"><input type="text" name="price" id="price" value="0.00" class="biz-input-sm"> 元 * 发货时所用的手续费,若要收取,请填写(精确到小数位两位)</td> | |||
</tr> | |||
<tr align="center"> | |||
<td width="10%" align="right">简要说明:</td> | |||
@@ -60,7 +60,7 @@ | |||
<a class="btn btn-success btn-sm" href="shops_delivery.php?do=del&id=<?php echo $rs['pid'];?>" onClick="return(confirm('删除后无法恢复,您确定删除吗'))">删除</a> | |||
</td> | |||
<td width="70%" align="left"> | |||
<span>手续费:<input type="text" name="m_price<?php echo $rs['pid'];?>" id="m_price<?php echo $rs['pid'];?>" value="<?php echo $rs['price'];?>" style="width:60px"> 元</span> | |||
<span>手续费:<input type="text" name="m_price<?php echo $rs['pid'];?>" id="m_price<?php echo $rs['pid'];?>" value="<?php echo $rs['price'];?>" class="biz-input-sm"> 元</span> | |||
<textarea name="m_des<?php echo $rs['pid'];?>" id="m_des<?php echo $rs['pid'];?>" class="biz-textarea-sm"><?php echo $rs['des'];?></textarea> | |||
</td> | |||
</tr> | |||
@@ -72,7 +72,7 @@ | |||
<form name="form2" method="get" action="shops_operations.php"> | |||
<table width="98%" cellpadding="1" cellspacing="1" align="center" class="table maintable mt-3 mb-3"> | |||
<tr bgcolor="#f8f8f8"> | |||
<td width="280" align="center"><input name="buyid" type="text" id="buyid" placeholder="请输入订单号" style="width:260px"></td> | |||
<td width="280" align="center"><input name="buyid" type="text" id="buyid" placeholder="请输入订单号" class="biz-input-md"></td> | |||
<td> | |||
<button type="submit" class="btn btn-success btn-sm">搜索</button> | |||
<button type="button" onClick="location='shops_operations.php?sta=0'" class="btn btn-success btn-sm">未付款</button> | |||
@@ -37,7 +37,7 @@ | |||
var endNum = parseInt(document.form1.picnum.value) + startNum - 1; | |||
if (endNum > 30) endNum = 30; | |||
for (startNum; startNum <= endNum; startNum++) { | |||
upfield.innerHTML += "<div>软件地址" + startNum + ":<input type='text' name='softurl" + startNum + "' value='http://' style='width:260px'> 服务器名称:<input type='text' name='servermsg" + startNum + "' style='width:160px'></div>"; | |||
upfield.innerHTML += "<div>软件地址" + startNum + ":<input type='text' name='softurl" + startNum + "' value='http://' class='biz-input-md'> 服务器名称:<input type='text' name='servermsg" + startNum + "' class='biz-input-sm'></div>"; | |||
} | |||
} | |||
function ShowHideAddr() { | |||
@@ -69,9 +69,9 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> 软件名称:</td> | |||
<td width="400"><input type="text" name="title" id="title" style="width:390px"></td> | |||
<td width="400"><input type="text" name="title" id="title" class="biz-input-lg"></td> | |||
<td width="90"> 简略标题:</td> | |||
<td><input type="text" name="shorttitle" id="shorttitle" style="width:160px"></td> | |||
<td><input type="text" name="shorttitle" id="shorttitle" class="biz-input-sm"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -101,7 +101,7 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> 跳转网址:</td> | |||
<td><input type="text" name="redirecturl" id="redirecturl" value="" style="width:300px"></td> | |||
<td><input type="text" name="redirecturl" id="redirecturl" value="" class="biz-input-md"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -111,9 +111,9 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> Tag标签:</td> | |||
<td><input type="text" name="tags" id="tags" value="" onChange="$Obj('keywords').value=this.value;" style="width:300px">(','号分开,单个标签小于12字节)</td> | |||
<td><input type="text" name="tags" id="tags" value="" onChange="$Obj('keywords').value=this.value;" class="biz-input-md">(','号分开,单个标签小于12字节)</td> | |||
<td width="60">权重:</td> | |||
<td><input type="text" name="weight" id="weight" value="<?php echo $maxWright['cc'];?>" style="width:60px">(越小越靠前)</td> | |||
<td><input type="text" name="weight" id="weight" value="<?php echo $maxWright['cc'];?>" class="biz-input-sm">(越小越靠前)</td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -123,8 +123,8 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> 缩略图:</td> | |||
<td width="560"> | |||
<input type="text" name="picname" id="picname" style="width:300px"> | |||
<td width="620"> | |||
<input type="text" name="picname" id="picname" class="biz-input-md"> | |||
<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> | |||
<button type="button" name="Submit2" onClick="SelectImage('form1.picname','small');" class='btn btn-success btn-sm'>选择图片</button> | |||
@@ -141,12 +141,12 @@ | |||
<tr> | |||
<td width="90"> 来源:</td> | |||
<td width="260"> | |||
<input type="text" name="source" id="source" style="width:160px"> | |||
<input type="text" name="source" id="source" class="biz-input-sm"> | |||
<button type="button" name="selsource" id="selsource" class="btn btn-success btn-sm">选择</button> | |||
</td> | |||
<td width="60">作者:</td> | |||
<td> | |||
<input type="text" name="writer" id="writer" style="width:160px"> | |||
<input type="text" name="writer" id="writer" class="biz-input-sm"> | |||
<button type="button" name="selwriter" id="selwriter" class="btn btn-success btn-sm">选择</button> | |||
</td> | |||
</tr> | |||
@@ -162,7 +162,7 @@ | |||
<span id="typeidct"> | |||
<?php | |||
$typeOptions = GetOptionList($cid,$cuserLogin->getUserChannel(),$channelid); | |||
echo "<select name='typeid' id='typeid' style='width:160px'>"; | |||
echo "<select name='typeid' id='typeid' class='biz-input-sm'>"; | |||
echo "<option value='0'>请选择栏目</option>"; | |||
echo $typeOptions; | |||
echo "</select>"; | |||
@@ -177,7 +177,7 @@ | |||
?> | |||
</td> | |||
<td width="90" align="center">消费金币:</td> | |||
<td><input type="text" name="needmoney" id="needmoney" value="<?php echo $softconfig['dfywboy'];?>" style="width:160px"></td> | |||
<td><input type="text" name="needmoney" id="needmoney" value="<?php echo $softconfig['dfywboy'];?>" class="biz-input-sm"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -189,7 +189,7 @@ | |||
<td width="90"> 副栏目:</td> | |||
<td> | |||
<span id="typeid2ct"></span> | |||
<input type="text" name="typeid2" id="typeid2" value="" style="width:260px"> | |||
<input type="text" name="typeid2" id="typeid2" value="" class="biz-input-md"> | |||
<i class="btn btn-sm fa fa-search" onClick="ShowCatMap(event, this, <?php echo $channelid;?>, 'typeid2')" title='选择副栏目' style='cursor:pointer'></i> | |||
</td> | |||
</tr> | |||
@@ -202,7 +202,7 @@ | |||
<tr> | |||
<td width="90"> 关键词:</td> | |||
<td width="410"> | |||
<input type="text" name="keywords" id="keywords" value="" style="width:360px"> | |||
<input type="text" name="keywords" id="keywords" value="" class="biz-input-md"> | |||
<button type="button" name="Submit" class="btn btn-success btn-sm" onClick="SelectKeywords('form1.keywords');">浏览</button> | |||
</td> | |||
<td> | |||
@@ -228,7 +228,7 @@ | |||
<tr> | |||
<td width="90"> 文件类型:</td> | |||
<td width="170"> | |||
<select name="filetype" id="filetype" style="width:160px"> | |||
<select name="filetype" id="filetype" class="biz-input-sm"> | |||
<option value=".exe" selected>.exe</option> | |||
<option value=".zip">.zip</option> | |||
<option value=".rar">.rar</option> | |||
@@ -239,7 +239,7 @@ | |||
</td> | |||
<td width="90">软件等级:</td> | |||
<td width="170"> | |||
<select name="softrank" id="softrank" style="width:160px"> | |||
<select name="softrank" id="softrank" class="biz-input-sm"> | |||
<option value="1">一星</option> | |||
<option value="2">二星</option> | |||
<option value="3" selected>三星 </option> | |||
@@ -249,7 +249,7 @@ | |||
</td> | |||
<td width="90">软件属性:</td> | |||
<td width="170"> | |||
<select name="softtype" id="softtype" style="width:160px"> | |||
<select name="softtype" id="softtype" class="biz-input-sm"> | |||
<option value="国产软件" selected>国产软件</option> | |||
<option value="国外软件">国外软件</option> | |||
<option value="汉化补丁">汉化补丁</option> | |||
@@ -257,7 +257,7 @@ | |||
</td width="170"> | |||
<td width="90">界面语言:</td> | |||
<td width="170"> | |||
<select name="language" id="language" style="width:160px"> | |||
<select name="language" id="language" class="biz-input-sm"> | |||
<option value="简体中文" selected>简体中文</option> | |||
<option value="英文软件">英文软件</option> | |||
<option value="繁体中文">繁体中文</option> | |||
@@ -266,7 +266,7 @@ | |||
</td> | |||
<td width="90">授权方式:</td> | |||
<td> | |||
<select name="accredit" id="accredit" style="width:160px"> | |||
<select name="accredit" id="accredit" class="biz-input-sm"> | |||
<option value="共享软件" selected>共享软件</option> | |||
<option value="免费软件">免费软件</option> | |||
<option value="开源软件">开源软件</option> | |||
@@ -284,7 +284,7 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> 运行环境:</td> | |||
<td><input type="text" name="os" value="Win2003,WinXP,Win2000,Win9X" style="width:260px"></td> | |||
<td><input type="text" name="os" value="Win2003,WinXP,Win2000,Win9X" class="biz-input-md"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -294,9 +294,9 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> 官方网址:</td> | |||
<td width="310"><input type="text" name="officialUrl" id="officialUrl" value="http://" style="width:260px"></td> | |||
<td width="310"><input type="text" name="officialUrl" id="officialUrl" value="http://" class="biz-input-md"></td> | |||
<td width="90">演示地址:</td> | |||
<td><input type="text" name="officialDemo" id="officialDemo" value="http://" style="width:260px"></td> | |||
<td><input type="text" name="officialDemo" id="officialDemo" value="http://" class="biz-input-md"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -307,7 +307,7 @@ | |||
<tr> | |||
<td width="90"> 软件大小:</td> | |||
<td width="310"> | |||
<input type="text" name="softsize" id="softsize" style="width:160px"> | |||
<input type="text" name="softsize" id="softsize" class="biz-input-sm"> | |||
<select name="unit" id="unit"> | |||
<option value="MB" selected>MB</option> | |||
<option value="KB">KB</option> | |||
@@ -317,7 +317,7 @@ | |||
</td> | |||
<td width="90">需会员权限:</td> | |||
<td align="left"> | |||
<select name="daccess" id="daccess" style="width:160px"> | |||
<select name="daccess" id="daccess" class="biz-input-sm"> | |||
<?php | |||
$dsql->SetQuery("Select * from `#@__arcrank` where `rank`>=0 "); | |||
$dsql->Execute(); | |||
@@ -344,11 +344,11 @@ | |||
<tr> | |||
<td width="90"> 本地地址:</td> | |||
<td> | |||
<input type="text" name="softurl1" id="softurl1" style="width:260px"> | |||
<input type="text" name="softurl1" id="softurl1" class="biz-input-md"> | |||
<button type="button" name="sel1" id="sel1" class="btn btn-success btn-sm" onClick="SelectSoft('form1.softurl1')">选取</button> | |||
</td> | |||
<td width="90">服务器名称:</td> | |||
<td><input type="text" name="servermsg1" id="servermsg1" value="本地下载" style="width:160px"></td> | |||
<td><input type="text" name="servermsg1" id="servermsg1" value="本地下载" class="biz-input-sm"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -372,9 +372,9 @@ | |||
?> | |||
<?php echo $sitename;?>: | |||
<input type='hidden' name='forconfig<?php echo $startNum;?>' value='1'> | |||
<input type='text' name='softurlfirst<?php echo $startNum;?>' style='width:260px' value='<?php echo $siteurl;?>'> + | |||
<input type='text' name='softurl<?php echo $startNum;?>' style='width:160px' value=''> = | |||
<input type='text' name='servermsg<?php echo $startNum;?>' style='width:160px' value='<?php echo $sitename;?>'> | |||
<input type='text' name='softurlfirst<?php echo $startNum;?>' class='biz-input-md' value='<?php echo $siteurl;?>'> + | |||
<input type='text' name='softurl<?php echo $startNum;?>' class='biz-input-sm' value=''> = | |||
<input type='text' name='servermsg<?php echo $startNum;?>' class='biz-input-sm' value='<?php echo $sitename;?>'> | |||
<label><input type='checkbox' name='need<?php echo $startNum;?>' value='1' checked> 启用</label> | |||
<br> | |||
<?php | |||
@@ -391,14 +391,14 @@ | |||
<tr> | |||
<td width="90"> 其它地址:</td> | |||
<td> | |||
<input type="text" name="picnum" id="picnum" value="5" style="width:60px"> | |||
<input type="text" name="picnum" id="picnum" value="5" class="biz-input-sm"> | |||
<button type="button" name="kkkup" class="btn btn-success btn-sm" id="kkkup2" onClick="MakeUpload();">增加地址</button> | |||
<button type="button" class="btn btn-success btn-sm" name="Submit3" id="btsh3" onClick="ShowHideAddr();">隐藏地址</button>(最多为30个链接) | |||
</td> | |||
</tr> | |||
</table> | |||
<div id="morelink" style="display:block"> | |||
<div id="uploadfield" style="width:800px"></div> | |||
<div id="uploadfield"></div> | |||
</div> | |||
</td> | |||
</tr> | |||
@@ -444,7 +444,7 @@ | |||
<tr> | |||
<td width="90"> 文档排序:</td> | |||
<td width="260"> | |||
<select name="sortup" id="sortup" style="width:160px"> | |||
<select name="sortup" id="sortup" class="biz-input-sm"> | |||
<option value="0" selected>默认排序</option> | |||
<option value="7">置顶一周</option> | |||
<option value="30">置顶一个月</option> | |||
@@ -455,7 +455,7 @@ | |||
</td> | |||
<td width="90">标题颜色:</td> | |||
<td> | |||
<input type="text" name="color" id="color" style="width:160px"> | |||
<input type="text" name="color" id="color" class="biz-input-sm"> | |||
<button type="button" name="modcolor" id="modcolor" class="btn btn-success btn-sm" onClick="ShowColor(event,this)">选取</button> | |||
</td> | |||
</tr> | |||
@@ -468,13 +468,13 @@ | |||
<tr> | |||
<td width="90"> 阅读权限:</td> | |||
<td width="260"> | |||
<select name="arcrank" id="arcrank" style="width:160px"> | |||
<select name="arcrank" id="arcrank" class="biz-input-sm"> | |||
<option value="0">已审核状态</option> | |||
<option value="-1">未审核状态</option> | |||
</select> | |||
</td> | |||
<td width="90">文件名称:</td> | |||
<td><input type="text" name="filename" id="filename" style="width:160px">(不包括后缀名如.html等)</td> | |||
<td><input type="text" name="filename" id="filename" class="biz-input-sm">(不包括后缀名如.html等)</td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -487,11 +487,11 @@ | |||
<td width="260"> | |||
<?php | |||
$nowtime = GetDateTimeMk(time()); | |||
echo "<input type='text' name='pubdate' value='$nowtime' id='pubdate' class='datepicker' style='width:160px'>"; | |||
echo "<input type='text' name='pubdate' value='$nowtime' id='pubdate' class='datepicker' class='biz-input-sm'>"; | |||
?> | |||
</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:160px"></td> | |||
<td><input type="text" name="click" value="<?php echo ($cfg_arc_click=='-1' ? mt_rand(50,200):$cfg_arc_click);?>" class="biz-input-sm"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -67,7 +67,7 @@ | |||
<tr> | |||
<td>下载默认等级:</td> | |||
<td> | |||
<select name="dfrank" id="dfrank" style="width:160px"> | |||
<select name="dfrank" id="dfrank" class="biz-input-sm"> | |||
<?php | |||
$urank = $cuserLogin->getUserRank(); | |||
$dsql->SetQuery("Select * from `#@__arcrank` where `rank`>=0 "); | |||
@@ -84,7 +84,7 @@ | |||
</tr> | |||
<tr> | |||
<td>下载默认金币:</td> | |||
<td><input type="text" name="dfywboy" value="<?php echo $row['dfywboy'];?>" style="width:80px"></td> | |||
<td><input type="text" name="dfywboy" value="<?php echo $row['dfywboy'];?>" class="biz-input-xs"></td> | |||
</tr> | |||
<tr> | |||
<td>参数限制方式:</td> | |||
@@ -103,7 +103,7 @@ | |||
</td> | |||
</tr> | |||
<tr> | |||
<td colspan="2"><textarea name="sites" id="sites" style="width:98%;height:150px"><?php echo $row['sites'];?></textarea></td> | |||
<td colspan="2"><textarea name="sites" id="sites" class="biz-textarea"><?php echo $row['sites'];?></textarea></td> | |||
</tr> | |||
<tr> | |||
<td colspan="2">下载说明:</td> | |||
@@ -33,7 +33,7 @@ | |||
var endNum = parseInt(document.form1.picnum.value) + startNum; | |||
if (endNum > 30) endNum = 30; | |||
for (startNum; startNum < endNum; startNum++) { | |||
upfield.innerHTML += "<div>软件地址" + startNum + ":<input type='text' name='softurl" + startNum + "' value='http://' style='width:260px'> 服务器名称:<input type='text' name='servermsg" + startNum + "' style='width:160px'></div>"; | |||
upfield.innerHTML += "<div>软件地址" + startNum + ":<input type='text' name='softurl" + startNum + "' value='http://' class='biz-input-md'> 服务器名称:<input type='text' name='servermsg" + startNum + "' class='biz-input-sm'></div>"; | |||
} | |||
} | |||
function ShowHideAddr() { | |||
@@ -64,9 +64,9 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> 文档标题:</td> | |||
<td width="400"><input type="text" name="title" id="title" value="<?php echo $arcRow['title'];?>" style="width:390px"></td> | |||
<td width="400"><input type="text" name="title" id="title" value="<?php echo $arcRow['title'];?>" class="biz-input-lg"></td> | |||
<td width="90"> 简略标题:</td> | |||
<td><input type="text" name="shorttitle" id="shorttitle" value="<?php echo $arcRow['shorttitle'];?>" style="width:160px"></td> | |||
<td><input type="text" name="shorttitle" id="shorttitle" value="<?php echo $arcRow['shorttitle'];?>" class="biz-input-sm"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -100,7 +100,7 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> 跳转网址:</td> | |||
<td><input type="text" name="redirecturl" id="redirecturl" value="<?php echo $addRow['redirecturl']?>" style="width:300px"></td> | |||
<td><input type="text" name="redirecturl" id="redirecturl" value="<?php echo $addRow['redirecturl']?>" class="biz-input-md"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -110,9 +110,9 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> Tag标签:</td> | |||
<td><input type="text" name="tags" id="tags" value="<?php echo $tags;?>" style="width:300px">(','号分开,单个标签小于12字节)</td> | |||
<td><input type="text" name="tags" id="tags" value="<?php echo $tags;?>" class="biz-input-md">(','号分开,单个标签小于12字节)</td> | |||
<td width="60">权重:</td> | |||
<td><input type="text" name="weight" id="weight" value="<?php echo $arcRow['weight'];?>" style="width:60px">(越小越靠前)</td> | |||
<td><input type="text" name="weight" id="weight" value="<?php echo $arcRow['weight'];?>" class="biz-input-sm">(越小越靠前)</td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -122,8 +122,8 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> 缩略图:</td> | |||
<td width="560"> | |||
<input type="text" name="picname" id="picname" value="<?php echo $arcRow['litpic']?>" style="width:300px"> | |||
<td width="620"> | |||
<input type="text" name="picname" id="picname" value="<?php echo $arcRow['litpic']?>" class="biz-input-md"> | |||
<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> | |||
<button type="button" name="Submit" onClick="SelectImage('form1.picname','');" class="btn btn-success btn-sm">选择图片</button> | |||
@@ -140,12 +140,12 @@ | |||
<tr> | |||
<td width="90"> 来源:</td> | |||
<td width="260"> | |||
<input type="text" name="source" id="source"value="<?php echo $arcRow['source']?>" style="width:160px"> | |||
<input type="text" name="source" id="source"value="<?php echo $arcRow['source']?>" class="biz-input-sm"> | |||
<button type="button" name="selsource" id="selsource" class="btn btn-success btn-sm">选择</button> | |||
</td> | |||
<td width="60">作者:</td> | |||
<td> | |||
<input type="text" name="writer" id="writer" value="<?php echo $arcRow['writer']?>" style="width:160px"> | |||
<input type="text" name="writer" id="writer" value="<?php echo $arcRow['writer']?>" class="biz-input-sm"> | |||
<button type="button" name="selwriter" id="selwriter" class="btn btn-success btn-sm">选择</button> | |||
</td> | |||
</tr> | |||
@@ -160,7 +160,7 @@ | |||
<td width="360"> | |||
<?php | |||
$typeOptions = GetOptionList($arcRow["typeid"],$cuserLogin->getUserChannel(),$channelid); | |||
echo "<select name='typeid' id='typeid' style='width:160px'>"; | |||
echo "<select name='typeid' id='typeid' class='biz-input-sm'>"; | |||
if ($arcRow["typeid"]=="0") echo "<option value='0' selected>请选择主分类</option>"; | |||
echo $typeOptions; | |||
echo "</select>"; | |||
@@ -168,7 +168,7 @@ | |||
<i class="btn btn-sm fa fa-search" onClick="ShowCatMap(event,this,<?php echo $channelid;?>,'typeid','<?php echo $arcRow['typeid'];?>')" title="快捷选择"></i> | |||
</td> | |||
<td width="90">消费金币:</td> | |||
<td><input type="text" name="needmoney" id="needmoney" value="<?php echo $needmoney;?>" style="width:160px"></td> | |||
<td><input type="text" name="needmoney" id="needmoney" value="<?php echo $needmoney;?>" class="biz-input-sm"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -181,7 +181,7 @@ | |||
<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"> | |||
<input type="text" name="typeid2" id="typeid2" value="<?php echo ($arcRow['typeid2']=='0' ? '' : $arcRow['typeid2']);?>" class="biz-input-sm"> | |||
<i class="btn btn-sm fa fa-search" onClick="ShowCatMap(event,this,<?php echo $channelid;?>,'typeid2','<?php echo $arcRow['typeid2'];?>')" title="选择副栏目"></i></td> | |||
</tr> | |||
</table> | |||
@@ -193,7 +193,7 @@ | |||
<table 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> | |||
<td><input type="text" name="keywords" id="keywords" value="<?php echo $arcRow['keywords']?>" class="biz-input-md"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -214,7 +214,7 @@ | |||
<tr> | |||
<td width="90"> 文件类型:</td> | |||
<td width="170"> | |||
<select name="filetype" id="filetype" style="width:160px"> | |||
<select name="filetype" id="filetype" class="biz-input-sm"> | |||
<?php | |||
if ($addRow["filetype"]!="") echo "<option value=\"".$addRow["filetype"]."\">".$addRow['filetype']."</option>"; | |||
?> | |||
@@ -227,7 +227,7 @@ | |||
</select></td> | |||
<td width="90">软件等级:</td> | |||
<td width="170"> | |||
<select name="softrank" id="softrank" style="width:160px"> | |||
<select name="softrank" id="softrank" class="biz-input-sm"> | |||
<?php | |||
if ($addRow["softrank"]!="") echo "<option value=\"".$addRow["softrank"]."\">".$addRow['softrank']."星</option>"; | |||
?> | |||
@@ -240,7 +240,7 @@ | |||
</td> | |||
<td width="90">软件类型:</td> | |||
<td width="170"> | |||
<select name="softtype" id="softtype" style="width:160px"> | |||
<select name="softtype" id="softtype" class="biz-input-sm"> | |||
<?php | |||
if ($addRow["softtype"]!="") echo "<option value=\"".$addRow["softtype"]."\">".$addRow['softtype']."</option>"; | |||
?> | |||
@@ -251,7 +251,7 @@ | |||
</td> | |||
<td width="90">界面语言:</td> | |||
<td width="170"> | |||
<select name="language" id="language" style="width:160px"> | |||
<select name="language" id="language" class="biz-input-sm"> | |||
<?php | |||
if ($addRow["language"]!="") echo "<option value=\"".$addRow["language"]."\">".$addRow['language']."</option>"; | |||
?> | |||
@@ -263,7 +263,7 @@ | |||
</td> | |||
<td width="90">授权方式:</td> | |||
<td width="170"> | |||
<select name="accredit" id="accredit" style="width:160px"> | |||
<select name="accredit" id="accredit" class="biz-input-sm"> | |||
<?php | |||
if ($addRow["accredit"]!="") echo "<option value=\"".$addRow["accredit"]."\">".$addRow['accredit']."</option>"; | |||
?> | |||
@@ -284,7 +284,7 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> 运行环境:</td> | |||
<td><input type="text" name="os" value="<?php echo $addRow['os']?>" style="width:260px"></td> | |||
<td><input type="text" name="os" value="<?php echo $addRow['os']?>" class="biz-input-md"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -294,9 +294,9 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> 官方网址:</td> | |||
<td width="310"><input type="text" name="officialUrl" id="officialUrl" value="<?php echo $addRow['officialUrl']?>" style="width:260px"></td> | |||
<td width="310"><input type="text" name="officialUrl" id="officialUrl" value="<?php echo $addRow['officialUrl']?>" class="biz-input-md"></td> | |||
<td width="90">程序演示:</td> | |||
<td><input type="text" name="officialDemo" id="officialDemo" value="<?php echo $addRow['officialDemo']?>" style="width:260px"></td> | |||
<td><input type="text" name="officialDemo" id="officialDemo" value="<?php echo $addRow['officialDemo']?>" class="biz-input-md"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -306,10 +306,10 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> 软件大小:</td> | |||
<td width="310"><input name="softsize" type="text" id="softsize" value="<?php echo $addRow['softsize']?>" style="width:260px"></td> | |||
<td width="310"><input name="softsize" type="text" id="softsize" value="<?php echo $addRow['softsize']?>" class="biz-input-md"></td> | |||
<td width="90"> 需会员权限:</td> | |||
<td> | |||
<select name="daccess" id="daccess" style="width:160px"> | |||
<select name="daccess" id="daccess" class="biz-input-sm"> | |||
<?php | |||
$dsql->SetQuery("Select * from `#@__arcrank` where `rank`>=0 "); | |||
$dsql->Execute(); | |||
@@ -350,7 +350,7 @@ | |||
echo $nForm; | |||
?> | |||
<div id="morelink" style="display:block"> | |||
<div id="uploadfield" style="width:800px"></div> | |||
<div id="uploadfield"></div> | |||
</div> | |||
</td> | |||
</tr> | |||
@@ -394,7 +394,7 @@ | |||
<tr> | |||
<td width="90"> 文档排序:</td> | |||
<td width="260"> | |||
<select name="sortup" id="sortup" style="width:160px"> | |||
<select name="sortup" id="sortup" class="biz-input-sm"> | |||
<?php | |||
$subday = SubDay($arcRow["sortrank"],$arcRow["pubdate"]); | |||
echo "<option value='0'>正常排序</option>"; | |||
@@ -408,7 +408,7 @@ | |||
</select> </td> | |||
<td width="90">标题颜色:</td> | |||
<td> | |||
<input type="text" name="color" id="color" value="<?php echo $arcRow['color']?>" style="width:160px"> | |||
<input type="text" name="color" id="color" value="<?php echo $arcRow['color']?>" class="biz-input-sm"> | |||
<button class='btn btn-success btn-sm' name="modcolor" type="button" id="modcolor" onClick="ShowColor(event,this)">选取</button> | |||
</td> | |||
</tr> | |||
@@ -421,14 +421,14 @@ | |||
<tr> | |||
<td width="90"> 阅读权限:</td> | |||
<td width="260"> | |||
<select name="arcrank" id="arcrank" style="width:160px"> | |||
<select name="arcrank" id="arcrank" class="biz-input-sm"> | |||
<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:160px">(不包括后缀名如.html等)</td> | |||
<td><input type="text" name="filename" id="filename" value="<?php echo $arcRow['filename']?>" class="biz-input-sm">(不包括后缀名如.html等)</td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -441,11 +441,11 @@ | |||
<td width="260"> | |||
<?php | |||
$nowtime = GetDateTimeMk($arcRow["pubdate"]); | |||
echo "<input type='text' name='pubdate' value='$nowtime' id='pubdate' class='datepicker' style='width:160px'>"; | |||
echo "<input type='text' name='pubdate' value='$nowtime' id='pubdate' class='datepicker' class='biz-input-sm'>"; | |||
?> | |||
</td> | |||
<td width="90">浏览次数:</td> | |||
<td><input type="text" name="click" value="<?php echo $arcRow['click'];?>" style="width:160px"></td> | |||
<td><input type="text" name="click" value="<?php echo $arcRow['click'];?>" class="biz-input-sm"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -93,9 +93,9 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> 专题名称:</td> | |||
<td width="400"><input type="text" name="title" id="title" value="" style="width:390px"></td> | |||
<td width="400"><input type="text" name="title" id="title" value="" class="biz-input-lg"></td> | |||
<td width="90"> 简略标题:</td> | |||
<td><input type="text" name="shorttitle" id="shorttitle" style="width:160px"></td> | |||
<td><input type="text" name="shorttitle" id="shorttitle" class="biz-input-sm"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -125,8 +125,8 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> 缩略图:</td> | |||
<td width="560"> | |||
<input type="text" name="picname" id="picname" style="width:300px"> | |||
<td width="620"> | |||
<input type="text" name="picname" id="picname" class="biz-input-md"> | |||
<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> | |||
<button type="button" name="Submit2" onClick="SelectImage('form1.picname','small');" class="btn btn-success btn-sm">选择图片</button> | |||
@@ -142,7 +142,7 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> 责任编辑:</td> | |||
<td><input type="text" name="writer" id="writer" style="width:160px"></td> | |||
<td><input type="text" name="writer" id="writer" class="biz-input-sm"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -153,7 +153,7 @@ | |||
<tr> | |||
<td width="90"> 内容排序:</td> | |||
<td width="260"> | |||
<select name="sortup" id="sortup" style="width:160px"> | |||
<select name="sortup" id="sortup" class="biz-input-sm"> | |||
<option value="0" selected>默认排序</option> | |||
<option value="7">置顶一周</option> | |||
<option value="30">置顶一个月</option> | |||
@@ -164,7 +164,7 @@ | |||
</td> | |||
<td width="90">标题颜色:</td> | |||
<td> | |||
<input type="text" name="color" id="color" style="width:160px"> | |||
<input type="text" name="color" id="color" class="biz-input-sm"> | |||
<button type="button" name="modcolor" id="modcolor" class="btn btn-success btn-sm" onClick="ShowColor(event,this)">选取</button> | |||
</td> | |||
</tr> | |||
@@ -179,7 +179,7 @@ | |||
<td> | |||
<?php | |||
$typeOptions = GetOptionList($cid, $cuserLogin->getUserChannel(), 0); | |||
echo "<select name='typeid' id='typeid' style='width:160px'>"; | |||
echo "<select name='typeid' id='typeid' class='biz-input-sm'>"; | |||
echo "<option value='0'>请选择主分类</option>"; | |||
echo $typeOptions; | |||
echo "</select>"; | |||
@@ -196,7 +196,7 @@ | |||
<tr> | |||
<td width="90"> 关键词:</td> | |||
<td width="410"> | |||
<input type="text" name="keywords" id="keywords" value="" style="width:360px"> | |||
<input type="text" name="keywords" id="keywords" value="" class="biz-input-md"> | |||
<button type="button" name="Submit" class="btn btn-success btn-sm" onClick="SelectKeywords('form1.keywords');">浏览</button> | |||
</td> | |||
<td><label><input type="checkbox" name="autokey" onClick="ShowHide('keywords');" ; id="autokey" value="1" <?php if ($cfg_arc_autokeyword=='Y') echo 'checked="1"';?> />自动获取,手动填写用","分开</label></td> | |||
@@ -238,11 +238,11 @@ | |||
<tr> | |||
<td width="90"> 专题模板:</td> | |||
<td width="260"> | |||
<input type="text" name="templet" id="templet" value="<?php echo $cfg_df_style?>/article_spec.htm" style="width:160px"> | |||
<input type="text" name="templet" id="templet" value="<?php echo $cfg_df_style?>/article_spec.htm" class="biz-input-sm"> | |||
<button type="button" name="set3" class="btn btn-success btn-sm" onClick="SelectTemplets('form1.templet');">浏览</button> | |||
</td> | |||
<td width="90">文件名称:</td> | |||
<td><input type="text" name="filename" id="filename" style="width:160px">(不包括后缀名如.html等)</td> | |||
<td><input type="text" name="filename" id="filename" class="biz-input-sm">(不包括后缀名如.html等)</td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -254,11 +254,11 @@ | |||
<td width="90"> 发布时间:</td> | |||
<td width="260"><?php | |||
$nowtime = GetDateTimeMk(time()); | |||
echo "<input name='pubdate' value='$nowtime' type='text' id='pubdate' class='datepicker' style='width:160px'>"; | |||
echo "<input name='pubdate' value='$nowtime' type='text' id='pubdate' class='datepicker' class='biz-input-sm'>"; | |||
?> | |||
</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:160px"></td> | |||
<td><input type="text" name="click" value="<?php echo ($cfg_arc_click=='-1' ? mt_rand(50,200):$cfg_arc_click);?>" class="biz-input-sm"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -296,9 +296,9 @@ | |||
<td> | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="310"><input type="text" name="notename<?php echo $i?>" value="<?php echo $nodename;?>" id="notename<?php echo $i?>" style="width:300px"></td> | |||
<td width="310"><input type="text" name="notename<?php echo $i?>" value="<?php echo $nodename;?>" id="notename<?php echo $i?>" class="biz-input-md"></td> | |||
<td width="90">节点标识:</td> | |||
<td><input type="text" name="noteid<?php echo $i?>" value="<?php echo $nodeid;?>" id="noteid<?php echo $i?>" style="width:160px"></td> | |||
<td><input type="text" name="noteid<?php echo $i?>" value="<?php echo $nodeid;?>" id="noteid<?php echo $i?>" class="biz-input-sm"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -335,7 +335,7 @@ | |||
<tr> | |||
<td>节点容器模板:</td> | |||
<td> | |||
<input type="text" name="notetemplet<?php echo $i?>" id="notetemplet<?php echo $i?>" value="system/channel_spec_note.htm" style="width:300px"> | |||
<input type="text" name="notetemplet<?php echo $i?>" id="notetemplet<?php echo $i?>" value="system/channel_spec_note.htm" class="biz-input-md"> | |||
<button type="button" name="selno<?php echo $i?>" class="btn btn-success btn-sm" onClick="SelectTemplets('form1.notetemplet<?php echo $i?>');">浏览</button> | |||
</td> | |||
</tr> | |||
@@ -90,9 +90,9 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> 专题名称:</td> | |||
<td width="400"><input type="text" name="title" id="title" value="<?php echo $arcRow['title'];?>" style="width:390px"></td> | |||
<td width="400"><input type="text" name="title" id="title" value="<?php echo $arcRow['title'];?>" class="biz-input-lg"></td> | |||
<td width="90"> 简略标题:</td> | |||
<td><input type="text" name="shorttitle" id="shorttitle" value="<?php echo $arcRow['shorttitle'];?>" style="width:160px"></td> | |||
<td><input type="text" name="shorttitle" id="shorttitle" value="<?php echo $arcRow['shorttitle'];?>" class="biz-input-sm"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -125,8 +125,8 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> 缩略图:</td> | |||
<td width="560"> | |||
<input type="text" name="picname" id="picname" value="<?php echo $arcRow['litpic']?>" style="width:300px"> | |||
<td width="620"> | |||
<input type="text" name="picname" id="picname" value="<?php echo $arcRow['litpic']?>" class="biz-input-md"> | |||
<label><input type="checkbox" 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> | |||
@@ -142,7 +142,7 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> 责任编辑:</td> | |||
<td><input type="text" name="writer" id="writer" value="<?php echo $arcRow['writer']?>" style="width:160px"></td> | |||
<td><input type="text" name="writer" id="writer" value="<?php echo $arcRow['writer']?>" class="biz-input-sm"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -153,7 +153,7 @@ | |||
<tr> | |||
<td width="90"> 内容排序:</td> | |||
<td width="260"> | |||
<select name="sortup" id="sortup" style="width:160px"> | |||
<select name="sortup" id="sortup" class="biz-input-sm"> | |||
<?php | |||
$subday = SubDay($arcRow["sortrank"],$arcRow["senddate"]); | |||
echo "<option value='0'>正常排序</option>"; | |||
@@ -168,7 +168,7 @@ | |||
</td> | |||
<td width="90">标题颜色:</td> | |||
<td> | |||
<input type="text" name="color" id="color" style="width:160px" value="<?php echo $arcRow['color']?>"> | |||
<input type="text" name="color" id="color" class="biz-input-sm" value="<?php echo $arcRow['color']?>"> | |||
<button type="button" name="modcolor" id="modcolor" value="" onClick="ShowColor(event,this)" class="btn btn-success btn-sm">选取</button> | |||
</td> | |||
</tr> | |||
@@ -183,7 +183,7 @@ | |||
<td> | |||
<?php | |||
$typeOptions = GetOptionList($arcRow["typeid"],$cuserLogin->getUserChannel(),0); | |||
echo "<select name='typeid' style='width:160px'>"; | |||
echo "<select name='typeid' class='biz-input-sm'>"; | |||
if ($arcRow["typeid"]=="0") echo "<option value='0' selected='1'>请选择主分类</option>"; | |||
echo $typeOptions; | |||
echo "</select>"; | |||
@@ -199,7 +199,7 @@ | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> 关键词:</td> | |||
<td><label><input type="text" name="keywords" rows="3" id="keywords" value="<?php echo $arcRow['keywords']?>" style="width:360px"></label></td> | |||
<td><label><input type="text" name="keywords" rows="3" id="keywords" value="<?php echo $arcRow['keywords']?>" class="biz-input-md"></label></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -237,11 +237,11 @@ | |||
<tr> | |||
<td width="90"> 专题模板:</td> | |||
<td width="260"> | |||
<input type="text" name="templet" id="templet" value="<?php echo $addRow['templet']?>" style="width:160px"> | |||
<input type="text" name="templet" id="templet" value="<?php echo $addRow['templet']?>" class="biz-input-sm"> | |||
<button type="button" name="set3" class="btn btn-success btn-sm" onClick="SelectTemplets('form1.templet');">浏览</button> | |||
</td> | |||
<td width="90"> 文件名称:</td> | |||
<td><input type="text" name="filename" id="filename" value="<?php echo $arcRow['filename']?>" style="width:160px">(不包括后缀名如.html等)</td> | |||
<td><input type="text" name="filename" id="filename" value="<?php echo $arcRow['filename']?>" class="biz-input-sm">(不包括后缀名如.html等)</td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -254,7 +254,7 @@ | |||
<td> | |||
<?php | |||
$addtime = GetDateTimeMk($arcRow["senddate"]); | |||
echo "$addtime (标准排序和生成网页名称的依据时间) <input type='hidden' name='senddate' value='".$arcRow["senddate"]."' style='width:160px'>"; | |||
echo "$addtime (标准排序和生成网页名称的依据时间) <input type='hidden' name='senddate' value='".$arcRow["senddate"]."' class='biz-input-sm'>"; | |||
?> | |||
</td> | |||
</tr> | |||
@@ -269,11 +269,11 @@ | |||
<td width="260"> | |||
<?php | |||
$nowtime = GetDateTimeMk($arcRow["pubdate"]); | |||
echo "<input name='pubdate' value='$nowtime' type='text' id='pubdate' class='datepicker' style='width:160px'>"; | |||
echo "<input name='pubdate' value='$nowtime' type='text' id='pubdate' class='datepicker' class='biz-input-sm'>"; | |||
?> | |||
</td> | |||
<td width="90">浏览次数:</td> | |||
<td><input type="text" name="click" value="<?php echo $arcRow['click'];?>" style="width:160px"></td> | |||
<td><input type="text" name="click" value="<?php echo $arcRow['click'];?>" class="biz-input-sm"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -321,9 +321,9 @@ | |||
<td> | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="310"><input type="text" name="notename<?php echo $i?>" id="notename<?php echo $i?>" style="width:300px" value="<?php echo $notename?>"></td> | |||
<td width="310"><input type="text" name="notename<?php echo $i?>" id="notename<?php echo $i?>" class="biz-input-md" value="<?php echo $notename?>"></td> | |||
<td width="90">节点标识:</td> | |||
<td><input type="text" name="noteid<?php echo $i?>" id="noteid<?php echo $i?>" value="<?php echo $noteid?>" style="width:160px"></td> | |||
<td><input type="text" name="noteid<?php echo $i?>" id="noteid<?php echo $i?>" value="<?php echo $noteid?>" class="biz-input-sm"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -368,9 +368,9 @@ | |||
<td> | |||
<table cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="310"><input type="text" name="notename<?php echo $i?>" id="notename<?php echo $i?>" style="width:300px"></td> | |||
<td width="310"><input type="text" name="notename<?php echo $i?>" id="notename<?php echo $i?>" class="biz-input-md"></td> | |||
<td width="90">节点标识:</td> | |||
<td><input type="text" name="noteid<?php echo $i?>" id="noteid<?php echo $i?>" style="width:100px"></td> | |||
<td><input type="text" name="noteid<?php echo $i?>" id="noteid<?php echo $i?>" class="biz-input-sm"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -146,7 +146,7 @@ | |||
<table width="98%" cellpadding="3" cellspacing="1" align="center" class="table maintable mt-3 mb-3"> | |||
<tr bgcolor="#f8f8f8"> | |||
<td width="270"> | |||
<select name="egroup1" id="egroup1" onChange="ChangePage(this)" style="width:260px"> | |||
<select name="egroup1" id="egroup1" onChange="ChangePage(this)" class="biz-input-md"> | |||
<option value='0'>所有组</option> | |||
<?php | |||
$selgroup = ''; | |||
@@ -215,12 +215,12 @@ | |||
<input type="hidden" name="issign" value="<?php echo $arr['issign'];?>"> | |||
<input type="hidden" name="egroup" value="<?php echo $arr['egroup'];?>"> | |||
<span class="float-left ml-2">隶属分类: | |||
<select name="topvalue" onChange="ChangePage2(this)" style="width:160px"> | |||
<select name="topvalue" onChange="ChangePage2(this)" class="biz-input-sm"> | |||
<option value="0"><?php echo $selgroup;?></option> | |||
<?php echo $options;?> | |||
</select> | |||
</span> | |||
<span class="float-left ml-2">分类名称:<input type="text" name="ename" style="width:260px"></span> | |||
<span class="float-left ml-2">分类名称:<input type="text" name="ename" class="biz-input-md"></span> | |||
<span class="float-left ml-2"><button type="submit" name="sb2" class="btn btn-success btn-sm">增加分类</button></span> | |||
</form> | |||
</td> | |||
@@ -10,8 +10,8 @@ if ($arr['issystem']==0) $sbjs = ''; | |||
<form action="stepselect_main.php" method="post" <?php echo $sbjs;?>> | |||
<input type="hidden" name="action" value="edit_save"> | |||
<input type="hidden" name="id" value="<?php echo $arr['id'];?>"> | |||
<div>类 别 名:<input type="text" name="itemname" value="<?php echo $arr['itemname'];?>" style="width:160px"></div> | |||
<div>缓存组名:<input type="text" name="egroup" value="<?php echo $arr['egroup'];?>" style="width:160px"></div> | |||
<div>类 别 名:<input type="text" name="itemname" value="<?php echo $arr['itemname'];?>" class="biz-input-sm"></div> | |||
<div>缓存组名:<input type="text" name="egroup" value="<?php echo $arr['egroup'];?>" class="biz-input-sm"></div> | |||
<div>缓存组名必须为英文或数字组合</div> | |||
<div><button type="submit" class="btn btn-success btn-sm">保存</button></div> | |||
</form> | |||
@@ -23,8 +23,8 @@ if ($arr['issystem']==0) $sbjs = ''; | |||
<br style="clear:both"> | |||
<form action="stepselect_main.php" method="post"> | |||
<input type="hidden" name="action" value="addnew_save"> | |||
<div>类 别 名:<input type="text" name="itemname" style="width:160px"></div> | |||
<div>缓存组名:<input type="text" name="egroup" style="width:160px"></div> | |||
<div>类 别 名:<input type="text" name="itemname" class="biz-input-sm"></div> | |||
<div>缓存组名:<input type="text" name="egroup" class="biz-input-sm"></div> | |||
<div>缓存组名必须为英文或数字组合</div> | |||
<div><button type="submit" class="btn btn-success btn-sm">保存</button></div> | |||
</form> | |||
@@ -46,13 +46,13 @@ if ($arr['issign']==0) | |||
<input type="hidden" name="issign" value="<?php echo $arr['issign'];?>"> | |||
<input type="hidden" name="egroup" value="<?php echo $arr['egroup'];?>"> | |||
<div> | |||
隶属枚举:<select name="topvalue" style="width:160px"> | |||
隶属枚举:<select name="topvalue" class="biz-input-sm"> | |||
<option value="0">保存一级枚举</option> | |||
<?php echo $options;?> | |||
</select> | |||
</div> | |||
<div>枚举名:<input type="text" name="ename" style="width:160px"></div> | |||
<div>排序值:<input type="text" name="disorder" style="width:160px"></div> | |||
<div>枚举名:<input type="text" name="ename" class="biz-input-sm"></div> | |||
<div>排序值:<input type="text" name="disorder" class="biz-input-sm"></div> | |||
<div>如果不指定,默认以枚举添加先后来排序</div> | |||
<div><input type="submit" value="保存" class="btn btn-success btn-sm"></div> | |||
</form> | |||
@@ -76,7 +76,7 @@ if ($arr['issign']==0) | |||
<br style="clear:both"> | |||
<div> | |||
类别关系: | |||
<select name="topvalue" style="width:160px"> | |||
<select name="topvalue" class="biz-input-sm"> | |||
<option value="0">请选择</option> | |||
<?php echo $options;?> | |||
</select> | |||
@@ -51,20 +51,20 @@ | |||
<table width="98%" cellspacing="1" cellpadding="1" class="table table-borderless"> | |||
<tr> | |||
<td width="260" class="biz-td">用户登录id:</td> | |||
<td><input type="text" name="userid" id="userid" size="16" style="width:260px">(只能用[0-9a-zA-Z_@!.-]以内范围的字符)</td> | |||
<td><input type="text" name="userid" id="userid" size="16" class="biz-input-md">(只能用[0-9a-zA-Z_@!.-]以内范围的字符)</td> | |||
</tr> | |||
<tr> | |||
<td class="biz-td">用户名称:</td> | |||
<td><input type="text" name="uname" id="uname" size="16" style="width:260px">(发布文档后显示责任编辑的名字)</td> | |||
<td><input type="text" name="uname" id="uname" size="16" class="biz-input-md">(发布文档后显示责任编辑的名字)</td> | |||
</tr> | |||
<tr> | |||
<td class="biz-td">用户密码:</td> | |||
<td><input type="text" name="pwd" id="pwd" size="16" style="width:260px">(只能用[0-9a-zA-Z_@!.-]以内范围的字符)</td> | |||
<td><input type="text" name="pwd" id="pwd" size="16" class="biz-input-md">(只能用[0-9a-zA-Z_@!.-]以内范围的字符)</td> | |||
</tr> | |||
<tr> | |||
<td class="biz-td">用户组:</td> | |||
<td class="biz-td"> | |||
<select name="usertype" style="width:160px"> | |||
<select name="usertype" class="biz-input-sm"> | |||
<?php | |||
$dsql->SetQuery("Select * from `#@__admintype` order by `rank` asc"); | |||
$dsql->Execute("ut"); | |||
@@ -88,16 +88,16 @@ | |||
</tr> | |||
<tr> | |||
<td class="biz-td">真实姓名:</td> | |||
<td class="biz-td"><input type="text" name="tname" id="tname"style="width:260px"></td> | |||
<td class="biz-td"><input type="text" name="tname" id="tname"class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td class="biz-td">电子邮箱:</td> | |||
<td class="biz-td"><input type="text" name="email" id="email" style="width:260px"></td> | |||
<td class="biz-td"><input type="text" name="email" id="email" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td class="biz-td">验证安全码:</td> | |||
<td class="biz-td"> | |||
<input type="text" name="safecode" id="safecode" style="width:260px"> | |||
<input type="text" name="safecode" id="safecode" class="biz-input-md"> | |||
<input type="hidden" name="randcode" value="<?php echo $randcode;?>">(安全码:<span class='text-danger'><?php echo $safecode; ?></span>) | |||
</td> | |||
</tr> | |||
@@ -33,16 +33,16 @@ | |||
</tr> | |||
<tr> | |||
<td class="biz-td">用户名称:</td> | |||
<td class="biz-td"><input type="text" name="uname" id="uname" size="16" value="<?php echo $row['uname']?>" style="width:260px">(发布文档后显示责任编辑的名字)</td> | |||
<td class="biz-td"><input type="text" name="uname" id="uname" size="16" value="<?php echo $row['uname']?>" class="biz-input-md">(发布文档后显示责任编辑的名字)</td> | |||
</tr> | |||
<tr> | |||
<td class="biz-td">用户密码:</td> | |||
<td class="biz-td"><input type="text" name="pwd" id="pwd" size="16" style="width:260px">(留空则不修改,只能用'0-9a-zA-Z.@_-!'以内范围的字符)</td> | |||
<td class="biz-td"><input type="text" name="pwd" id="pwd" size="16" class="biz-input-md">(留空则不修改,只能用'0-9a-zA-Z.@_-!'以内范围的字符)</td> | |||
</tr> | |||
<tr> | |||
<td class="biz-td">用户类型:</td> | |||
<td class="biz-td"> | |||
<select name="usertype" style="width:160px"> | |||
<select name="usertype" class="biz-input-sm"> | |||
<?php | |||
$dsql->SetQuery("Select * from `#@__admintype` order by `rank` asc"); | |||
$dsql->Execute("ut"); | |||
@@ -66,16 +66,16 @@ | |||
</tr> | |||
<tr> | |||
<td class="biz-td">真实姓名:</td> | |||
<td class="biz-td"><input type="text" name="tname" id="tname" value="<?php echo $row['tname']?>" style="width:260px"></td> | |||
<td class="biz-td"><input type="text" name="tname" id="tname" value="<?php echo $row['tname']?>" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td class="biz-td">电子邮箱:</td> | |||
<td class="biz-td"><input type="text" name="email" id="email" value="<?php echo $row['email']?>" style="width:260px"></td> | |||
<td class="biz-td"><input type="text" name="email" id="email" value="<?php echo $row['email']?>" class="biz-input-md"></td> | |||
</tr> | |||
<tr> | |||
<td class="biz-td">验证安全码:</td> | |||
<td class="biz-td"> | |||
<input type="text" name="safecode" id="safecode" style="width:260px"> | |||
<input type="text" name="safecode" id="safecode" class="biz-input-md"> | |||
<input type="hidden" name="randcode" value="<?php echo $randcode;?>">(安全码:<span class='text-danger'><?php echo $safecode; ?></span>) | |||
</td> | |||
</tr> | |||
@@ -8,13 +8,7 @@ | |||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
<script src="../static/web/js/webajax.js"></script> | |||
<style> | |||
.userct { | |||
margin:10px 0; | |||
width:100%; | |||
height:auto; | |||
} | |||
</style> | |||
<style>.userct{margin:10px 0;width:100%;height:auto}</style> | |||
<script> | |||
function LoadUser(uid) | |||
{ | |||
@@ -185,7 +185,7 @@ | |||
?> | |||
<tr> | |||
<td bgcolor="#fbfce2" colspan="8"> | |||
分卷大小:<input name="fsize" type="text" id="fsize" value="2048" style="width:60px"> K | |||
分卷大小:<input name="fsize" type="text" id="fsize" value="2048" class="biz-input-sm"> K | |||
<label><input type="checkbox" name="isstruct" id="isstruct" value="1" checked="1"> 备份结构</label> | |||
<?php if (@function_exists('gzcompress') && false) {?> | |||
<label><input type="checkbox" name="iszip" id="iszip" value="1" checked="1"> 完成后压缩成ZIP</label> | |||
@@ -68,7 +68,7 @@ | |||
echo "<span class='text-danger'>找不到您所指定的数据库 $dbname</span><br>"; | |||
echo $qbutton; | |||
} | |||
echo "<select name='exptable' id='exptable' onchange='ShowFields()' style='width:260px'>"; | |||
echo "<select name='exptable' id='exptable' onchange='ShowFields()' class='biz-input-md'>"; | |||
while($row = $dsql->GetArray('t',MYSQL_BOTH)){ | |||
echo "<option value='{$row[0]}'>{$row[0]}</option>"; | |||
} | |||
@@ -81,7 +81,7 @@ | |||
<td id='fields'></td> | |||
</tr> | |||
<tr> | |||
<td><input type="text" name="rpfield" id="rpfield" style="width:260px">(选择替换字段)</td> | |||
<td><input type="text" name="rpfield" id="rpfield" class="biz-input-md">(选择替换字段)</td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -20,11 +20,11 @@ | |||
<table width="98%" cellspacing="0" cellpadding="0" class="table table-borderless"> | |||
<tr> | |||
<td width="90">组名称:</td> | |||
<td><input type="text" name="groupname" id="groupname" style="width:160px"></td> | |||
<td><input type="text" name="groupname" id="groupname" class="biz-input-sm"></td> | |||
</tr> | |||
<tr> | |||
<td>级别值:</td> | |||
<td><input type="text" name="rankid" id="rankid" style="width:160px">(数字,系统已占用的级别值:<?php $dsql->SetQuery("Select `rank` From `#@__admintype`");$dsql->Execute();while($row = $dsql->GetObject()) echo '<span style="color:#e74d58">'.$row->rank.'</span>';?>,级别值必须小于10,超过或等于10所有权限设置将无效(超级管理员),如果10个组不能完全满足您的要求,允许使用小数)</td> | |||
<td><input type="text" name="rankid" id="rankid" class="biz-input-sm">(数字,系统已占用的级别值:<?php $dsql->SetQuery("Select `rank` From `#@__admintype`");$dsql->Execute();while($row = $dsql->GetObject()) echo '<span style="color:#e74d58">'.$row->rank.'</span>';?>,级别值必须小于10,超过或等于10所有权限设置将无效(超级管理员),如果10个组不能完全满足您的要求,允许使用小数)</td> | |||
</tr> | |||
<?php | |||
$start = 0; | |||
@@ -21,11 +21,11 @@ | |||
<table width="98%" cellspacing="0" cellpadding="0" class="table table-borderless"> | |||
<tr> | |||
<td width="260">组名称:</td> | |||
<td><input type="text" name="typename" id="typename" value="<?php echo $groupSet['typename']?>" style="width:160px"></td> | |||
<td><input type="text" name="typename" id="typename" value="<?php echo $groupSet['typename']?>" class="biz-input-sm"></td> | |||
</tr> | |||
<tr> | |||
<td>级别值:</td> | |||
<td><input type="hidden" name="rank" id="rank" value="<?php echo $groupSet['rank']?>" style="width:160px"> <?php echo $groupSet['rank']?></td> | |||
<td><input type="hidden" name="rank" id="rank" value="<?php echo $groupSet['rank']?>" class="biz-input-sm"> <?php echo $groupSet['rank']?></td> | |||
</tr> | |||
<?php | |||
$start = 0; | |||