📄 about.php
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title><?=$titleOfPage?></title>
<link rel="stylesheet" type="text/css" href="templates/<?=$theme?>/style.css" />
<script type="text/javascript" src="modules/firewall/checkRule.js"></script>
</head>
<body>
<?
backToIndex(); ?>
<h2>About Valkyrja</h2>
<table class="tableBorder" border="0" width="600" align="center">
<tr><td align="center">
<h2>Valkyrja <?=$CONF["version"]?></h2>
<strong><em>a Php Firewall Admin</em></strong><br/>
released under <a href="license.txt">GPL license</a>
<br/><br />
<table><tr><td><strong>Developer #1</strong></td><td>Stefano Bianchini</td></tr>
<tr>
<td><strong>Developer #2</strong></td><td>Cristian Arcaroli</td>
</tr></table><br/>
<a href="http://valkyrja.sourceforge.net">http://valkyrja.sourceforge.net</a>
<hr />
<p>
<img src="modules/about/box_ubuntu_disc.png" border="0" alt="Ubuntu Linux Logo" /><br/>Tested on Ubuntu 6.10</p>
</td></tr>
</table>
<? author(); ?>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -