1 Star 0 Fork 4

一方/daloradius汉化版

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
menu-mng-batch.php 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
物联星空科技有限公司 提交于 2017-12-25 17:08 . no commit message
<script src="library/javascript/rounded-corners.js" type="text/javascript"></script>
<script src="library/javascript/form-field-tooltip.js" type="text/javascript"></script>
<link rel="stylesheet" href="css/form-field-tooltip.css" type="text/css" media="screen,projection" />
<body>
<?php
include_once("lang/main.php");
?>
<div id="wrapper">
<div id="innerwrapper">
<?php
$m_active = "Management";
include_once("include/menu/menu-items.php");
include_once("include/menu/management-subnav.php");
?>
<div id="sidebar">
<h2>Management</h2>
<h3>Batch Management</h3>
<ul class="subnav">
<li><a href="mng-batch-list.php"><b>&raquo;</b>
<img src='images/icons/userList.gif' border='0'>
<?php echo $l['button']['ListBatches'] ?></a>
</li>
<li><a href="mng-batch-add.php"><b>&raquo;</b>
<img src='images/icons/userNew.gif' border='0'>
<?php echo $l['button']['BatchAddUsers'] ?></a>
</li>
<li><a href="mng-batch-del.php"><b>&raquo;</b>
<img src='images/icons/userRemove.gif' border='0'>
<?php echo $l['button']['RemoveBatch'] ?>
</a>
</li>
</ul>
<br/><br/>
<h2>Search</h2>
<input name="" type="text" value="Search" tabindex=4 />
</div>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/fanshown/daloradiusHanHuaBan.git
[email protected]:fanshown/daloradiusHanHuaBan.git
fanshown
daloradiusHanHuaBan
daloradius汉化版
master

搜索帮助