|  | <!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8">
		<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
		<title>修改文档模型</title>
		<link rel="stylesheet" href="/static/web/css/font-awesome.min.css">
		<link rel="stylesheet" href="/static/web/css/bootstrap.min.css">
		<link rel="stylesheet" href="/static/web/css/admin.css">
		<link rel="stylesheet" href="/static/web/css/daterangepicker.css">
		<link rel="stylesheet" href="/static/web/css/cropper.min.css">
		<script>const cfg_uplitpic_cut = '<?php echo $cfg_uplitpic_cut;?>';</script>
		<script src="/static/web/js/jquery.min.js"></script>
		<script src="/static/web/js/bootstrap.min.js"></script>
		<script src="/static/web/js/webajax.js"></script>
		<script src="/static/web/js/moment.min.js"></script>
		<script src="/static/web/js/daterangepicker.js"></script>
		<script src="/static/web/js/cropper.min.js"></script>
		<script src="/static/web/js/admin.main.js"></script>
	</head>
	<body>
		<form name="form1" action="article_edit.php" method="post" enctype="multipart/form-data" onSubmit="return checkSubmit();">
			<input type="hidden" name="dopost" value="save">
			<input type="hidden" name="channelid" value="<?php echo $channelid?>">
			<input type="hidden" name="id" value="<?php echo $aid?>">
			<table width="98%" align="center" class="maintable my-3">
				<tr>
					<td bgcolor="#f8fafb" class="admin-td">修改文档</td>
				</tr>
				<tr>
					<td class="admin-td">
						<table>
							<tr>
								<td width="120">文档标题:</td>
								<td width="400"><input name="title" type="text" id="title" value="<?php echo $arcRow['title'];?>" class="admin-input-lg"></td>
								<td width="120">简略标题:</td>
								<td><input name="shorttitle" type="text" id="shorttitle" value="<?php echo $arcRow['shorttitle'];?>" class="admin-input-sm"></td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<td class="admin-td">
						<table>
							<tr>
								<td width="120">自定义属性:</td>
								<td>
									<?php
									$dsql->SetQuery("SELECT * FROM `#@__arcatt` ORDER BY sortid ASC");
									$dsql->Execute();
									while($trow = $dsql->GetObject())
									{
										if ($trow->att=='j') {
											$jumpclick = " onclick='ShowUrlTr()'";
										} else {
											$jumpclick = '';
										}
										if (preg_match("#".$trow->att."#", $arcRow['flag'])) {
											echo "<label><input type='checkbox' name='flags[]' id='flags{$trow->att}' value='{$trow->att}' {$jumpclick} checked='checked'> {$trow->attname}[{$trow->att}]</label> ";
										} else {
											echo "<label><input type='checkbox' name='flags[]' id='flags{$trow->att}' value='{$trow->att}' {$jumpclick}> {$trow->attname}[{$trow->att}]</label> ";
										}
									}
									?>
								</td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<td class="admin-td" id="redirecturltr" style="display:<?php echo (empty($addRow['redirecturl']) ? 'none' : 'block');?>">
						<table>
							<tr>
								<td width="120">跳转网址:</td>
								<td><input name="redirecturl" type="text" id="redirecturl" value="<?php echo $addRow['redirecturl']?>" class="admin-input-lg"></td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<td class="admin-td">
						<table>
							<tr>
								<td width="120">标签:</td>
								<td><input name="tags" type="text" id="tags" value="<?php echo $tags;?>" class="admin-input-lg">(英文逗号分开,如:DedeBIZ,得德)</td>
								<td width="60">权重:</td>
								<td><input name="weight" type="text" id="weight" value="<?php echo $arcRow['weight'];?>" class="admin-input-sm">(越小越靠前)</td>
							</tr>
						</table>
					</td>
				</tr>
				<tr id="pictable">
					<td class="admin-td">
						<table>
							<tr>
								<td width="120">缩略图:</td>
								<td width="670">
									<input name="picname" type="text" id="picname" value="<?php echo $arcRow['litpic']?>" class="admin-input-lg">
									<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>
									<button id="btnClearAll" type="button" class="btn btn-success btn-sm">清空</button>
								</td>
								<td><img src="<?php if ($arcRow['litpic']!='') echo $arcRow['litpic']; else echo '/static/web/img/thumbnail.jpg';?>" id="litPic" class="thumbnail-md"></td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<td class="admin-td">
						<table>
							<tr>
								<td width="120">来源:</td>
								<td width="260">
									<input name="source" type="text" id="source" value="<?php echo $arcRow['source']?>" class="admin-input-sm">
									<button name="selsource" type="button" id="selsource" class="btn btn-success btn-sm">选择</button>
								</td>
								<td width="60">作者:</td>
								<td>
									<input name="writer" type="text" id="writer" value="<?php echo $arcRow['writer']?>" class="admin-input-sm">
									<button name="selwriter" type="button" id="selwriter" class="btn btn-success btn-sm">选择</button>
								</td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<td class="admin-td">
						<table>
							<tr>
								<td width="120">发布栏目:</td>
								<td width="360">
									<?php
									$typeOptions = GetOptionList($arcRow['typeid'],$cuserLogin->getUserChannel(),$channelid);
									echo "<select name='typeid' id='typeid' class='admin-input-sm'>";
									if ($arcRow["typeid"]=="0") echo "<option value='0' selected>请选择文档栏目</option>";
									echo $typeOptions;
									echo "</select>";
									?>
									<a onclick="ShowCatMap(event,this,<?php echo $channelid;?>,'typeid','<?php echo $arcRow['typeid'];?>')" title="选择主栏目" class="btn btn-success btn-sm"><i class="fa fa-search"></i></a>
								</td>
								<td width="120">需要金币:</td>
								<td><input name="money" type="text" id="money" value="<?php echo $arcRow['money']?>" class="admin-input-sm"></td>
							</tr>
						</table>
					</td>
				</tr>
				<?php if ($cfg_need_typeid2=='Y') {?>
				<tr>
					<td class="admin-td">
						<table>
							<tr>
								<td width="120">副栏目:</td>
								<td>
									<span id="typeid2ct"></span>
									<input type="text" name="typeid2" id="typeid2" value="<?php echo ($arcRow['typeid2']=='0'?'':$arcRow['typeid2']);?>" class="admin-input-sm">
									<a onclick="ShowCatMap(event,this,<?php echo $channelid;?>,'typeid2','<?php echo $arcRow['typeid2'];?>')" title="选择副栏目" class="btn btn-success btn-sm"><i class="fa fa-search"></i></a>
								</td>
							</tr>
						</table>
					</td>
				</tr>
				<?php }?>
				<tr>
					<td class="admin-td">
						<table>
							<tr>
								<td width="120">关键词:</td>
								<td><input type="text" name="keywords" id="keywords" value="<?php echo $arcRow['keywords']?>" class="admin-input-lg"></td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<td class="admin-td">
						<table>
							<tr>
								<td width="120">描述:</td>
								<td><textarea name="description" id="description" class="admin-textarea-sm"><?php echo $arcRow['description']?></textarea></td>
							</tr>
						</table>
					</td>
				</tr>
				<?php PrintAutoFieldsEdit(stripslashes($cInfos['fieldset']),$addRow,'autofield');?>
				<tr>
					<td class="admin-td">
						<table>
							<tr>
								<td width="120">附加选项:</td>
								<td>
									<label><input name="remote" type="checkbox" id="remote" value="1" <?php if ($cfg_rm_remote=='Y') echo ' checked="checked" ';?>> 下载远程图片和资源</label>
									<label><input name="autolitpic" type="checkbox" id="autolitpic" value="1" <?php if ($cfg_arc_autopic=='Y') echo ' checked="checked" ';?>> 提取第一个图片为缩略图</label>
								</td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<td class="admin-td"><?php GetEditor("body",stripcslashes($addRow['body']),400);?></td>
				</tr>
				<tr>
					<td class="admin-td">
						<table>
							<tr>
								<td width="120">评论选项:</td>
								<td width="360">
									<label><input type="radio" name="notpost" value="0" <?php if ($arcRow['notpost']==0) echo "checked='checked'";?>> 允许评论</label>
									<label><input type="radio" name="notpost" value="1" <?php if ($arcRow['notpost']==1) echo "checked='checked'";?>> 禁止评论</label>
								</td>
								<td width="120">发布选项:</td>
								<td>
									<label><input name="ishtml" type="radio" value="1" <?php if ($arcRow["ismake"]!=-1) echo " checked";?>> 生成网页</label>
									<label><input type="radio" name="ishtml" value="0" <?php if ($arcRow["ismake"]==-1) echo " checked";?>> 仅动态浏览</label>
								</td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<td class="admin-td">
						<table>
							<tr>
								<td width="120">文档排序:</td>
								<td width="360">
									<select name="sortup" id="sortup" class="admin-input-sm">
										<?php
										$subday = SubDay($arcRow["sortrank"],$arcRow["pubdate"]);
										echo "<option value='0'>正常排序</option>";
										if ($subday>0) echo "<option value='$subday' selected>置顶".$subday."天</option>";
										?>
										<option value="7">置顶一周</option>
										<option value="30">置顶一个月</option>
										<option value="90">置顶三个月</option>
										<option value="180">置顶半年</option>
										<option value="360">置顶一年</option>
									</select>
								</td>
								<td width="120">标题颜色:</td>
								<td>
									<input name="color" type="text" id="color" value="<?php echo $arcRow['color']?>" class="admin-input-sm">
									<button name="modcolor" type="button" id="modcolor" onclick="ShowColor(event,this)" class="btn btn-success btn-sm">选择</button>
								</td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<td class="admin-td">
						<table>
							<tr>
								<td width="120">浏览权限:</td>
								<td width="360">
									<select name="arcrank" id="arcrank" class="admin-input-sm">
										<option value='<?php echo $arcRow["arcrank"]?>'><?php echo $arcRow["rankname"]?> </option>
										<?php
										$urank = $cuserLogin->getUserRank();
										$dsql->SetQuery("SELECT * FROM `#@__arcrank` where adminrank<='$urank' ORDER BY `rank` ASC");
										$dsql->Execute();
										while($row = $dsql->GetObject()){
											echo "<option value='".$row->rank."'>".$row->membername."</option>";
										}
										?>
									</select>
									<span>(不支持静态)</span>
								</td>
								<td width="120">文件名称:</td>
								<td><input type="text" name="filename" id="filename" value="<?php echo $arcRow['filename']?>" class="admin-input-sm">(不包括后缀名如.html等)</td>
								<td>
									<?php
										echo "<input type='hidden' name='templet' value='{$addRow['templet']}'>";
									?>
								</td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<td class="admin-td">
						<table>
							<tr>
								<td width="120">更新时间:</td>
								<td width="360">
									<?php
									$nowtime = GetDateTimeMk(time());
									echo "<input type='text' name='pubdate' value='$nowtime' id='pubdate' class='datepicker admin-input-sm'>";
									?>
								</td>
								<td width="120">浏览次数:</td>
								<td><input type="text" name="click" value="<?php echo $arcRow['click'];?>" class="admin-input-sm"></td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<td bgcolor="#f8fafb" align="center" class="admin-td">
						<button type="submit" class="btn btn-success btn-sm">保存</button>
						<button type="button" class="btn btn-outline-success btn-sm" onclick="location.reload();">重置</button>
					</td>
				</tr>
			</table>
		</form>
		<script>
			var swfu = null;
			var arctype = "article";
			function checkSubmit() {
				if (document.form1.title.value == "") {
					ShowMsg("文档标题不能为空");
					document.form1.title.focus();
					return false;
				}
			}
		</script>
		<script>InitPage();</script>
	</body>
</html>
 |