1 Star 0 Fork 4

一方/daloradius汉化版

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
menu-accounting-hotspot.php 2.34 KB
一键复制 编辑 原始数据 按行查看 历史
物联星空科技有限公司 提交于 2017-12-25 17:07 . no commit message
<!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" xml:lang="en">
<head>
<title>daloRADIUS</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="css/1.css" type="text/css" media="screen,projection" />
<link rel="stylesheet" href="css/form-field-tooltip.css" type="text/css" media="screen,projection" />
<link rel="stylesheet" type="text/css" href="library/js_date/datechooser.css">
<!--[if lte IE 6.5]>
<link rel="stylesheet" type="text/css" href="library/js_date/select-free.css"/>
<![endif]-->
</head>
<script src="library/js_date/date-functions.js" type="text/javascript"></script>
<script src="library/js_date/datechooser.js" type="text/javascript"></script>
<script src="library/javascript/pages_common.js" type="text/javascript"></script>
<script src="library/javascript/rounded-corners.js" type="text/javascript"></script>
<script src="library/javascript/form-field-tooltip.js" type="text/javascript"></script>
<script type="text/javascript" src="library/javascript/ajax.js"></script>
<script type="text/javascript" src="library/javascript/ajaxGeneric.js"></script>
<body>
<?php
include_once ("lang/main.php");
?>
<div id="wrapper">
<div id="innerwrapper">
<?php
$m_active = "Accounting";
include_once ("include/menu/menu-items.php");
include_once ("include/menu/accounting-subnav.php");
?>
<div id="sidebar">
<h2>Accounting</h2>
<h3>Hotspots Accounting</h3>
<ul class="subnav">
<li><a href="javascript:document.accthotspot.submit();"><b>&raquo;</b><?php echo $l['button']['HotspotAccounting'] ?><a>
<form name="accthotspot" action="acct-hotspot-accounting.php" method="post" class="sidebar">
<select name="hotspot" size="3">
<?php
include 'library/opendb.php';
// Grabing the last
$sql = "select name from ".$configValues['CONFIG_DB_TBL_DALOHOTSPOTS']."";
$res = $dbSocket->query($sql);
while($row = $res->fetchRow()) {
echo "
<option value='$row[0]'> $row[0]
";
}
include 'library/closedb.php';
?>
</select>
</form></li>
<li><a href="acct-hotspot-compare.php"><b>&raquo;</b><?php echo $l['button']['HotspotsComparison'] ?>
</a></li>
</ul>
<br/><br/>
<h2>Search</h2>
<input name="" type="text" value="Search" />
</div>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/fanshown/daloradiusHanHuaBan.git
[email protected]:fanshown/daloradiusHanHuaBan.git
fanshown
daloradiusHanHuaBan
daloradius汉化版
master

搜索帮助