代码拉取完成,页面将自动刷新
同步操作将从 物联星空科技有限公司/daloradius汉化版 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<!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>»</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>»</b><?php echo $l['button']['HotspotsComparison'] ?>
</a></li>
</ul>
<br/><br/>
<h2>Search</h2>
<input name="" type="text" value="Search" />
</div>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。