%%178^%%1783856600^login.tpl.php

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

PHP
37
字号
<?php /* Smarty version 2.6.2, created on 2005-09-20 19:46:39         compiled from login.tpl */ ?><?php $_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['installed']): ?><h4>FlashChat Admin Panel Login</h4><form name="login" action="login.php" method="post"><table border="0">	<tr>		<td align="right">login</td>		<td><input type="text" name="login" value=""></td>	</tr>	<tr>		<td align="right">password</td>		<td><input type="password" name="password" value=""></td>	</tr>	<tr>		<td colspan="2" align="center"><input type="submit" name="do" value="Login"></td>	</tr></table></form><?php endif; ?></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 + -
显示快捷键?