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

📄 %%bb^bbf^bbf2377a%%user_edit.tpl.html.php

📁 没用的东西? 国外php免费程序,相册 留言板 等
💻 PHP
字号:
<?php /* Smarty version 2.6.19, created on 2008-07-29 05:50:14         compiled from user_edit.tpl.html */ ?><form action="index.php" method="post" onsubmit="return sbcheck(this);">
<table width="100%" border="0" cellspacing="1" cellpadding="8" class="fdsmain">
  <tr>
    <td width="150" align="right">Name * </td>
    <td class="editArea"><input type="text" name="mailName" value="<?php echo $this->_tpl_vars['ONE']['mName']; ?>" size="40"></td>
  </tr>
  <tr>
    <td width="150" align="right">Email * </td>
    <td class="editArea"><input type="text" name="mail" value="<?php echo $this->_tpl_vars['ONE']['mMail']; ?>" size="40"></td>
  </tr>
  <tr>
    <td width="150" align="right">Login Password </td>
    <td class="editArea"><input type="text" name="pass" value="<?php echo $this->_tpl_vars['ONE']['mPass']; ?>" size="40"></td>
  </tr>
  <tr>
    <td width="150" align="right">Phone</td>
    <td class="editArea"><input type="text" name="mailPhone" value="<?php echo $this->_tpl_vars['ONE']['mPhone']; ?>" size="40"></td>
  </tr>
  <tr>
    <td width="150" align="right">Address</td>
    <td class="editArea"><input type="text" name="mailAddress" value="<?php echo $this->_tpl_vars['ONE']['mAddress']; ?>" size="40"></td>
  </tr>
  <tr>
    <td width="150" align="right">Details</td>
    <td class="editArea"><textarea name="mailDetails" cols="32" rows="4"><?php echo $this->_tpl_vars['ONE']['mDetails']; ?></textarea></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td><input type="submit" value=" Save User "></td>
  </tr>
</table>
<input type="hidden" name="id" value="<?php echo $this->_tpl_vars['ONE']['ID']; ?>">
<input type="hidden" name="cate" value="save">
<input type="hidden" name="action" value="user">
</form>
<script>
function sbcheck(form){
	if(form.mailName.value==''){
		alert('Name can not be empty.');
		form.mailName.focus();
		return false;
	}
	if(form.mail.value==''){
		alert('Email can not be empty.');
		form.mail.focus();
		return false;
	}
	
}
</script>

⌨️ 快捷键说明

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