⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 admin_articlecat_htm.php

📁 套中小型企业网站建设
💻 PHP
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>冰山信息发布系统--冰山网络工作室 </title>
<meta http-equiv="content-type" content="text/html;charset=GB2312" />
<meta name="Generator" content="EditPlus" />
<meta name="Author" content="冰山网络工作室" />
<meta name="Keywords" content="冰山,iceberg" />
<link rel="stylesheet" href="../style/global.css" type="text/css" />
</head>

<body>
<div class="main-box">
	<div class="head-dark-box">
		<?phpecho $_obj['title'];?>
	</div>
	<div class="body-box tip-msg">
		提示: 带 <img src="../images/star.gif" alt="*" /> 的项目为必填信息.
	</div>
	<form method="post" action="articleCat.php" class="white-box">
		<table class="alt-table" cellspacing="0">
			<tr class="dark-row">
				<td class="width-20percent">上级分类</td>
				<td><?phpecho $_obj['parentNode'];?></td>
			</tr>
			<tr class="light-row">
				<td class="require-field">分类标题</td>
				<td><input type="text" class="text-box" name="catTitle" size="20" value="<?phpecho $_obj['catTitle'];?>"/></td>
			</tr>
			<tr class="dark-row">
				<td>分类描述</td>
				<td>
					<textarea class="text-box" name="description" cols="30" rows="5"><?phpecho $_obj['description'];?></textarea>
				</td>
			</tr>
			<tr class="light-row">
				<td>分类图片</td>
				<td>
					<img src="<?phpecho $_obj['imgName'];?>" alt="分类图片" class="thumbnail" id="selectedThumb" />
					<input type="button" class="button" value="从相册中选择" onclick="showThumbWindow()"/>
					<input type="hidden" name="catImage" id="imgName" value="<?phpecho $_obj['imgName'];?>" />
				</td>
			</tr>
			<tr class="dark-row">
				<td>
					<input type="hidden" name="action" value="<?phpecho $_obj['action'];?>" />
					<input type="hidden" name="absPath" value="<?phpecho $_obj['absPath'];?>" />
				</td>
				<td>
					<input type="submit" class="button" value="<?phpecho $_obj['buttonValue'];?>" />&nbsp;&nbsp;
					<input type="reset" class="button" value="重 设" />
				</td>
			</tr>
		</table>
	</form>
</div>
<div class="main-box">
	<div class="foot-sql">
		Query Times: <?phpecho $_obj['queryTime'];?>  Execute Time: <?phpecho $_obj['executeTime'];?> ms
	</div>
</div>
<script>
//显示选择文章缩略图的窗口
function showThumbWindow()
{
	var feature = "width=500,height=520px,menubar=no,location=no,status=yes,toolbar=no,resizable=no";
	window.open("listImage.php?action=selectThumb", "",feature);
}
</script>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -