📄 iena.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>Iena Configuration Module</h2>
<div class="info">
<img src="images/info.png" alt="info" border="0" align="absmiddle" /> IENA is a free software by Marco Ramilli. You can download this from <a href="http://iena.sourceforge.net">http://iena.sourceforge.net</a>.
</div><br/>
<table width="600" class="tableBorder" border="0" cellpadding="3" cellspacing="0">
<tr class="evenrowbg">
<td width="150" align="center">
<form method="post" action="index.php?modules=iena">
<input type="hidden" name="action" value="scheduler" />
<input type="image" src="modules/iena/ienaScheduler.png" border="0" class="buttonImage">
</form>
Iena Scheduler</td>
<td width="150" align="center">
<form method="post" action="index.php?modules=iena">
<input type="hidden" name="action" value="serverConf" />
<input type="image" src="modules/iena/ienaConf.png" border="0" class="buttonImage">
</form>
Iena Server Configuration</td>
</tr>
</table>
<? author(); ?>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -