📄 lace.inc.php
字号:
<?php/* * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * Public License for more details. * * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ ?> <div id="subnav"> <div id="users"> <h4>Users Online</h4> <ul id="userlist"> <?php echo userList(); ?> </ul> </div></div><h4 id="windowTitle"><?php echo LACE_SITE_NAME; ?> <?php echo LACE_SITE_DESCRIPTION ? ' - '.LACE_SITE_DESCRIPTION : ''; ?></h4><div id="main"> <div id="laceoutput"> <?php echo printFileContentsHTML(); ?> </div></div><form name="laceform" id="laceform" action="<?php echo LACE_URL_REL; ?>" method="post"><table><tbody id="lacecontrols"><tr> <td class="name"> <input type="text" name="name" id="name" maxlength="10" size="10" value="<?php echo $name; ?>" /> </td> <td> <input type="text" name="text" id="text" maxlength="<?php echo LACE_MAX_TEXT_LENGTH; ?>" size="50"/> <input type="submit" name="say" id="say" value="Say" class="button" /> </td></tr></tbody></table></form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -