|
|
@@ -127,7 +127,7 @@ function checkSubmit() |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td height="26" class="bline">升级时间:</td> |
|
|
|
<td height="26" class="bline"><input type="text" name="uptime" value="<?php echo $row['uptime']=($row['uptime']=='0')? GetDateTimeMk(time()) : GetDateTimeMk($row['uptime']); ?>" id="uptime" style="width:260px">(如果您要升级会员,必须设置此时间为当前时间)</td> |
|
|
|
<td height="26" class="bline"><input type="text" name="uptime" value="<?php echo $row['uptime']=($row['uptime']=='0')? GetDateTimeMk(time()) : GetDateTimeMk($row['uptime']); ?>" id="uptime" style="width:160px">(如果您要升级会员,必须设置此时间为当前时间)</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td height="26" class="bline">会员天数:</td> |
|
|
|