审查视图

public/themes/admin_simpleboot3/portal/admin_article/move.html 377 字节
xiaohu authored
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<admintpl file="header" />
</head>
<body>
	<div class="wrap">
		<form method="post" class="js-ajax-form">
			<div>
				<label>分类:</label>
				<select name="term_id">
					{$terms_tree}
				</select>
			</div>
			<button class="btn btn-primary js-ajax-submit" type="submit">移动</button>
		</form>
	</div>
	<script src="__PUBLIC__/js/common.js"></script>
</body>
</html>