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.
 
 
 
 

29 lines
1.5 KiB

<!-- $Id: article_info.htm 16780 2009-11-09 09:28:30Z sxc_shop $ -->
{include file="pageheader.htm"}
{insert_scripts files="../js/utils.js,selectzone.js,validator.js"}
<link href="../js/calendar/calendar.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="../js/calendar.php?lang={$cfg_lang}"></script>
<div class="tab-div">
<div id="tabbody-div">
<form action="" method="post" name="theForm" >
<table width="90%" id="general-table">
<tr>
<td class="narrow-label">是否启用</td>
<td><input type="radio" name="is_enable" value="0"{if $domian.domian_name eq 0} checked='checked'{/if}/><input type="radio" name="is_enable" value="1"{if $domian.domian_name eq 1} checked='checked'{/if}/></td>
</tr>
<tr>
<td class="narrow-label" >有效期</td>
<td>
<input name="validity_time" type="text" id="promote_start_date" {if $domian.validity_time } value='{$domian.validity_time}'{/if} readonly />
<input name="selbtn1" type="button" id="selbtn1" onclick="return showCalendar('promote_start_date', '%Y-%m-%d', false, false, 'selbtn1');" value="{$lang.btn_select}" class="button"/></td>
</tr>
</table>
<div class="button-div">
<input type="submit" value="{$lang.button_submit}" class="button" name="sub"/>
<input type="reset" value="{$lang.button_reset}" class="button" />
</div>
</form>
</div>
</div>
{include file="pagefooter.htm"}