You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

48 lines
1.4 KiB

<!-- $Id: category_move.htm 14216 2008-03-10 02:27:21Z testyang $ -->
{include file="pageheader.htm"}
<div class="main-div">
<form action="category.php" method="post" name="theForm" enctype="multipart/form-data">
<table width="100%">
<tr>
<td>
<div style="font-weight:bold"><img src="images/notice.gif" width="14" height="14" border="0" /> {$lang.cat_move_desc}</div>
<ul>
<li>{$lang.cat_move_notic}</li>
</ul>
</td>
</tr>
<tr>
<td colspan="2" align="center">
<strong>{$lang.source_cat}</strong>&nbsp;&nbsp;
<select name="cat_id">
<option value="0">{$lang.select_please}</option>
{$cat_select}
</select>&nbsp;&nbsp;
<strong>{$lang.target_cat}</strong>
<select name="target_cat_id">
<option value="0">{$lang.select_please}</option>
{$cat_select}
</select>&nbsp;&nbsp;&nbsp;&nbsp;
<input type="submit" name="move_cat" value="{$lang.start_move_cat}" class="button">
<input type="reset" value="{$lang.button_reset}" class="button" />
<input type="hidden" name="act" value="{$form_act}" />
</td>
</tr>
</table>
</form>
</div>
{insert_scripts files="../js/utils.js,validator.js"}
{literal}
<script language="JavaScript">
<!--
onload = function()
{
// 开始检查订单
startCheckOrder();
}
//-->
</script>
{/literal}
{include file="pagefooter.htm"}