%%377^%%377960447^room.tpl.php

来自「flashget43的源代码 一个比较常用的下载程序」· PHP 代码 · 共 74 行

PHP
74
字号
<?php /* Smarty version 2.6.2, created on 2005-09-20 19:39:36         compiled from room.tpl */ ?><?php $this->assign('title', 'Room');  $_smarty_tpl_vars = $this->_tpl_vars;$this->_smarty_include(array('smarty_include_tpl_file' => "top.tpl", 'smarty_include_vars' => array()));$this->_tpl_vars = $_smarty_tpl_vars;unset($_smarty_tpl_vars); ?><center><?php if ($this->_tpl_vars['error']): ?><font color="red"><?php echo $this->_tpl_vars['error']; ?></font><?php endif;  if ($this->_tpl_vars['notice']): ?><font color="green"><?php echo $this->_tpl_vars['notice']; ?></font><?php endif; ?><h4>Room</h4><form name="room" action="room.php" method="post">	<input type="hidden" name="id" value="<?php echo $_REQUEST['id']; ?>">	<table border="0">		<tr><td align="right">name</td><td><input type="text" name="name" value="<?php echo $_REQUEST['name']; ?>"></td></tr>		<tr><td align="right">password</td><td><input type="text" name="password" value="<?php echo $_REQUEST['password']; ?>" ></td></tr>		<tr><td align="right">public</td><td><input type="checkbox" name="ispublic" value="<?php if ($_REQUEST['ispublic']): ?>		<?php echo $_REQUEST['ispublic']; ?><?php else: ?>		y<?php endif; ?>		" <?php if ($_REQUEST['ispublic']): ?>		checked<?php endif; ?>		></td></tr>		<tr><td align="right">permanent</td><td><input type="checkbox" name="ispermanent" value="<?php if ($_REQUEST['ispermanent']): ?>		<?php echo $_REQUEST['ispermanent']; ?><?php else: ?>		l<?php endif; ?>		" <?php if ($_REQUEST['ispublic']): ?>		checked<?php endif; ?>		></td></tr>		<tr>			<td colspan="2" align="center">				<input type="submit" name="add" value="Add new room">				<input type="submit" name="set" value="Update room"<?php if (! $_REQUEST['id']): ?>				disabled<?php endif; ?>				>				<input type="submit" name="del" value="Remove room"<?php if (! $_REQUEST['id']): ?>				disabled<?php endif; ?>				>			</td>		</tr>	</table></form></center><?php $_smarty_tpl_vars = $this->_tpl_vars;$this->_smarty_include(array('smarty_include_tpl_file' => "bottom.tpl", 'smarty_include_vars' => array()));$this->_tpl_vars = $_smarty_tpl_vars;unset($_smarty_tpl_vars); ?>

⌨️ 快捷键说明

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