497 lines
14 KiB
HTML
Executable File
497 lines
14 KiB
HTML
Executable File
<!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>
|
|
<title>{$app_name}</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<link href="styles/general.css" rel="stylesheet" type="text/css" />
|
|
|
|
{literal}
|
|
<style type="text/css">
|
|
#header-div {
|
|
background: {$back_color}; height:76px;
|
|
}
|
|
|
|
#logo-div {
|
|
margin-left: 30px;
|
|
margin-top: 10px;
|
|
width: 250px;
|
|
height: 45px;
|
|
float: left;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
#loading-div {
|
|
clear: right;
|
|
text-align: right;
|
|
display: block;
|
|
}
|
|
#submenu-div {
|
|
text-align: center;
|
|
width: 1000px;
|
|
position: absolute;
|
|
right: 0px;
|
|
height: 75px;
|
|
}
|
|
|
|
#submenu-div ul {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style-type: none;
|
|
}
|
|
|
|
#submenu-div li {
|
|
float: right;
|
|
width: 82px;
|
|
height: 82px;
|
|
/*
|
|
border-left: 1px solid #27aae7;
|
|
border-right: 1px solid #0779ba;
|
|
*/
|
|
}
|
|
#submenu-div li a {
|
|
text-align: center;
|
|
height: 67px;
|
|
width: 82px;
|
|
padding-top: 8px;
|
|
display: block;
|
|
text-decoration: none;
|
|
color: #FFFFFF;
|
|
}
|
|
#submenu-div li a:hover {
|
|
background:#404040;
|
|
}
|
|
#submenu-div li span {
|
|
margin-top: 6px;
|
|
display: block;
|
|
}
|
|
#submenu-div li img {
|
|
margin: auto;
|
|
display: block;
|
|
height:35px;
|
|
}
|
|
#menu-div {
|
|
background: #575757;
|
|
height: 41px;
|
|
border-bottom:1px solid #212121;
|
|
}
|
|
|
|
#menu-div ul {
|
|
margin: 0px 0px 0px 15px;
|
|
padding: 0;
|
|
list-style-type: none;
|
|
}
|
|
#menu-div ul li {
|
|
float: left;
|
|
display: block;
|
|
height: 41px;
|
|
line-height: 41px;
|
|
position: relative;
|
|
}
|
|
.muneFG {
|
|
height: 13px;
|
|
width: 0px;
|
|
border-right: 1px solid #656565;
|
|
margin-top: 15px;
|
|
*margin-top:-18px;
|
|
_margin-top: 0px;
|
|
border-left: 1px solid #303030;
|
|
display: inline-block;
|
|
}
|
|
#menu-div ul li a {
|
|
float: LEFT;
|
|
color: #FFF;
|
|
padding: 0px 12px;
|
|
display: block;
|
|
text-decoration: none;
|
|
_margin-top: 14px;
|
|
}
|
|
#menu-div ul li a:hover {
|
|
background: #1887bb
|
|
}
|
|
#menu-div ul li a span {
|
|
margin-left: 10px;
|
|
}
|
|
#menu-div ul li div.drop_menu{
|
|
height:180px; width:160px;border:1px solid #e5e5e5; background:#f4f4f4; position:absolute;left:0;top:42px; z-index:1000;
|
|
}
|
|
.num {
|
|
width: 32px;
|
|
height: 16px;
|
|
background: url(images/index-11_22.png) no-repeat scroll;
|
|
display: inline-block;
|
|
line-height: 16px;
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
}
|
|
#menu-div ul li a img {
|
|
border: none;
|
|
}
|
|
#menu-div ul li ul {
|
|
display: none;
|
|
}
|
|
#menu-div ul li:hover a {
|
|
color: #fff;
|
|
background: #454545;
|
|
}
|
|
#menu-div ul li:hover ul {
|
|
display: block;
|
|
position: absolute;
|
|
top: 42px;
|
|
left: -15px;
|
|
}
|
|
#menu-div ul li:hover ul li {
|
|
border-bottom: 1px solid #11689c;
|
|
border-top: #1f9dd1 1px solid;
|
|
}
|
|
#menu-div ul li:hover ul li a {
|
|
width: 133px;
|
|
display: block;
|
|
}
|
|
#menu-div ul li:hover ul li a:hover {
|
|
width: 133px;
|
|
display: block;
|
|
background: red;
|
|
}
|
|
#menu-div ul li:hover ul li a.hide {
|
|
background: red;
|
|
color: #fff;
|
|
}
|
|
#menu-div ul li:hover ul li:hover a.hide {
|
|
background: red;
|
|
color: #fff;
|
|
}
|
|
#menu-div li.fix-spacer {
|
|
border: none;
|
|
}
|
|
.menuSerach {
|
|
width: 237px;
|
|
height: 15px;
|
|
float: right;
|
|
margin-right: 18px;
|
|
margin-top: -35px;
|
|
_width: 240px;
|
|
}
|
|
</style>
|
|
{insert_scripts files="../js/jquery-1.9.1.min.js,../js/jquery.json.js"}
|
|
{insert_scripts files="../js/transport_jquery.js"}
|
|
<script type="text/javascript">
|
|
// onload = function()
|
|
// {
|
|
// Ajax.call('index.php?is_ajax=1&act=license','', start_sendmail_Response, 'GET', 'JSON');
|
|
// }
|
|
/**
|
|
* 帮助系统调用
|
|
*/
|
|
function web_address()
|
|
{
|
|
var ne_add = parent.document.getElementById('main-frame');
|
|
var ne_list = ne_add.contentWindow.document.getElementById('search_id').innerHTML;
|
|
ne_list.replace('-', '');
|
|
var arr = ne_list.split('-');
|
|
window.open('help.php?al='+arr[arr.length - 1],'_blank');
|
|
}
|
|
|
|
|
|
/**
|
|
* 授权检测回调处理
|
|
*/
|
|
function start_sendmail_Response(result)
|
|
{
|
|
// 运行正常
|
|
if (result.error == 0)
|
|
{
|
|
var str = '';
|
|
if (result['content']['auth_str'])
|
|
{
|
|
str = '<a href="javascript:void(0);" target="_blank">' + result['content']['auth_str'];
|
|
if (result['content']['auth_type'])
|
|
{
|
|
str += '[' + result['content']['auth_type'] + ']';
|
|
}
|
|
str += '</a> ';
|
|
}
|
|
|
|
document.getElementById('license-div').innerHTML = str;
|
|
}
|
|
}
|
|
|
|
function modalDialog(url, name, width, height)
|
|
{
|
|
if (width == undefined)
|
|
{
|
|
width = 400;
|
|
}
|
|
if (height == undefined)
|
|
{
|
|
height = 300;
|
|
}
|
|
|
|
if (window.showModalDialog)
|
|
{
|
|
window.showModalDialog(url, name, 'dialogWidth=' + (width) + 'px; dialogHeight=' + (height+5) + 'px; status=off');
|
|
}
|
|
else
|
|
{
|
|
x = (window.screen.width - width) / 2;
|
|
y = (window.screen.height - height) / 2;
|
|
|
|
window.open(url, name, 'height='+height+', width='+width+', left='+x+', top='+y+', toolbar=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, modal=yes');
|
|
}
|
|
}
|
|
|
|
function ShowToDoList()
|
|
{
|
|
try
|
|
{
|
|
var mainFrame = window.top.frames['main-frame'];
|
|
mainFrame.window.showTodoList(adminId);
|
|
}
|
|
catch (ex)
|
|
{
|
|
}
|
|
}
|
|
{/literal}
|
|
|
|
var adminId = "{$admin_id}";
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div id="header-div" style="padding: 0px;">
|
|
<div id="logo-div" style="bgcolor:#000000;">
|
|
<h1>{$back_name}</h1>
|
|
</div>
|
|
<div id="submenu-div">
|
|
<ul>
|
|
<li><a href="privilege.php?act=logout" target="main-frame"><img src="images/topmune_08.png" style="border:none;"/><span>{$lang.signout}</span></a></li>
|
|
<li><a href="index.php?act=clear_cache" target="main-frame" class="fix-submenu"><img src="images/qingchu.png" style="border:none;"/><span>{$lang.clear_cache}</span></a></li>
|
|
<li><a href="privilege.php?act=modif" target="main-frame"><img src="images/topmune_04.png" style="border:none;"/><span>{$lang.profile}</span></a></li>
|
|
<li><a href="javascript:window.top.frames['main-frame'].document.location.reload();window.top.frames['header-frame'].document.location.reload()"><img src="images/topmune_03.png" style="border:none;"/><span>{$lang.refresh}</span></a></li>
|
|
</ul>
|
|
<div id="send_info" style="padding: 5px 10px 0 0; clear:right;text-align: right; color: #FF9900;width:40%;float: right; display:none;">
|
|
{if $send_mail_on eq 'on'}
|
|
<span id="send_msg"><img src="images/top_loader.gif" width="16" height="16" alt="{$lang.loading}" style="vertical-align: middle" /> {$lang.email_sending}</span>
|
|
<a href="javascript:;" onClick="Javascript:switcher()" id="lnkSwitch" style="margin-right:10px;color: #FF9900;text-decoration: underline">{$lang.pause}</a>
|
|
{/if}
|
|
<a href="index.php?act=clear_cache" target="main-frame" class="fix-submenu">{$lang.clear_cache}</a>
|
|
<a href="privilege.php?act=logout" target="_top" class="fix-submenu">{$lang.signout}</a>
|
|
</div>
|
|
<script type="text/javascript" charset="utf-8">
|
|
var cn = window.setInterval("check_new()", 10000);
|
|
{literal}
|
|
function check_new()
|
|
{
|
|
// Ajax.call('index.php?is_ajax=1&act=check_new','', check_new_Response, 'GET', 'JSON');
|
|
}
|
|
|
|
function check_new_Response(result)
|
|
{
|
|
|
|
if(isNaN(result.new_trans) || isNaN(result.new_user) || isNaN(result.new_deposit) || isNaN(result.new_repay)){
|
|
// window.location.replace('privilege.php?act=login');
|
|
}else{
|
|
// document.getElementById("new_user").innerHTML=result.new_user;
|
|
}
|
|
}
|
|
{/literal}
|
|
{if $send_mail_on eq 'on'}
|
|
var sm = window.setInterval("start_sendmail()", 5000);
|
|
var finished = 0;
|
|
var error = 0;
|
|
var conti = "{$lang.conti}";
|
|
var pause = "{$lang.pause}";
|
|
var counter = 0;
|
|
var str = "{$lang.str}";
|
|
{literal}
|
|
function start_sendmail()
|
|
{
|
|
Ajax.call('index.php?is_ajax=1&act=send_mail','', start_sendmail_Response, 'GET', 'JSON');
|
|
}
|
|
function start_sendmail_Response(result)
|
|
{
|
|
if (typeof(result.count) == 'undefined')
|
|
{
|
|
result.count = 0;
|
|
result.message = '';
|
|
}
|
|
if (typeof(result.count) != 'undefined' && result.count == 0)
|
|
{
|
|
counter --;
|
|
document.getElementById('lnkSwitch').style.display = "none";
|
|
window.clearInterval(sm);
|
|
}
|
|
|
|
if( typeof(result.goon) != 'undefined' )
|
|
{
|
|
start_sendmail();
|
|
}
|
|
|
|
counter ++ ;
|
|
|
|
document.getElementById('send_msg').innerHTML = result.message;
|
|
}
|
|
function switcher()
|
|
{
|
|
if(document.getElementById('lnkSwitch').innerHTML == conti)
|
|
{
|
|
//do pause
|
|
document.getElementById('lnkSwitch').innerHTML = pause;
|
|
sm = window.setInterval("start_sendmail()", 5000);
|
|
}
|
|
else
|
|
{
|
|
//do continue
|
|
document.getElementById('lnkSwitch').innerHTML = conti;
|
|
document.getElementById('send_msg').innerHTML = sprintf(str, counter);
|
|
window.clearInterval(sm);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
sprintfWrapper = {
|
|
|
|
init : function () {
|
|
|
|
if (typeof arguments == "undefined") { return null; }
|
|
if (arguments.length < 1) { return null; }
|
|
if (typeof arguments[0] != "string") { return null; }
|
|
if (typeof RegExp == "undefined") { return null; }
|
|
|
|
var string = arguments[0];
|
|
var exp = new RegExp(/(%([%]|(\-)?(\+|\x20)?(0)?(\d+)?(\.(\d)?)?([bcdfosxX])))/g);
|
|
var matches = new Array();
|
|
var strings = new Array();
|
|
var convCount = 0;
|
|
var stringPosStart = 0;
|
|
var stringPosEnd = 0;
|
|
var matchPosEnd = 0;
|
|
var newString = '';
|
|
var match = null;
|
|
|
|
while (match = exp.exec(string)) {
|
|
if (match[9]) { convCount += 1; }
|
|
|
|
stringPosStart = matchPosEnd;
|
|
stringPosEnd = exp.lastIndex - match[0].length;
|
|
strings[strings.length] = string.substring(stringPosStart, stringPosEnd);
|
|
|
|
matchPosEnd = exp.lastIndex;
|
|
matches[matches.length] = {
|
|
match: match[0],
|
|
left: match[3] ? true : false,
|
|
sign: match[4] || '',
|
|
pad: match[5] || ' ',
|
|
min: match[6] || 0,
|
|
precision: match[8],
|
|
code: match[9] || '%',
|
|
negative: parseInt(arguments[convCount]) < 0 ? true : false,
|
|
argument: String(arguments[convCount])
|
|
};
|
|
}
|
|
strings[strings.length] = string.substring(matchPosEnd);
|
|
|
|
if (matches.length == 0) { return string; }
|
|
if ((arguments.length - 1) < convCount) { return null; }
|
|
|
|
var code = null;
|
|
var match = null;
|
|
var i = null;
|
|
|
|
for (i=0; i<matches.length; i++) {
|
|
|
|
if (matches[i].code == '%') { substitution = '%' }
|
|
else if (matches[i].code == 'b') {
|
|
matches[i].argument = String(Math.abs(parseInt(matches[i].argument)).toString(2));
|
|
substitution = sprintfWrapper.convert(matches[i], true);
|
|
}
|
|
else if (matches[i].code == 'c') {
|
|
matches[i].argument = String(String.fromCharCode(parseInt(Math.abs(parseInt(matches[i].argument)))));
|
|
substitution = sprintfWrapper.convert(matches[i], true);
|
|
}
|
|
else if (matches[i].code == 'd') {
|
|
matches[i].argument = String(Math.abs(parseInt(matches[i].argument)));
|
|
substitution = sprintfWrapper.convert(matches[i]);
|
|
}
|
|
else if (matches[i].code == 'f') {
|
|
matches[i].argument = String(Math.abs(parseFloat(matches[i].argument)).toFixed(matches[i].precision ? matches[i].precision : 6));
|
|
substitution = sprintfWrapper.convert(matches[i]);
|
|
}
|
|
else if (matches[i].code == 'o') {
|
|
matches[i].argument = String(Math.abs(parseInt(matches[i].argument)).toString(8));
|
|
substitution = sprintfWrapper.convert(matches[i]);
|
|
}
|
|
else if (matches[i].code == 's') {
|
|
matches[i].argument = matches[i].argument.substring(0, matches[i].precision ? matches[i].precision : matches[i].argument.length)
|
|
substitution = sprintfWrapper.convert(matches[i], true);
|
|
}
|
|
else if (matches[i].code == 'x') {
|
|
matches[i].argument = String(Math.abs(parseInt(matches[i].argument)).toString(16));
|
|
substitution = sprintfWrapper.convert(matches[i]);
|
|
}
|
|
else if (matches[i].code == 'X') {
|
|
matches[i].argument = String(Math.abs(parseInt(matches[i].argument)).toString(16));
|
|
substitution = sprintfWrapper.convert(matches[i]).toUpperCase();
|
|
}
|
|
else {
|
|
substitution = matches[i].match;
|
|
}
|
|
|
|
newString += strings[i];
|
|
newString += substitution;
|
|
|
|
}
|
|
newString += strings[i];
|
|
|
|
return newString;
|
|
|
|
},
|
|
|
|
convert : function(match, nosign){
|
|
if (nosign) {
|
|
match.sign = '';
|
|
} else {
|
|
match.sign = match.negative ? '-' : match.sign;
|
|
}
|
|
var l = match.min - match.argument.length + 1 - match.sign.length;
|
|
var pad = new Array(l < 0 ? 0 : l).join(match.pad);
|
|
if (!match.left) {
|
|
if (match.pad == "0" || nosign) {
|
|
return match.sign + pad + match.argument;
|
|
} else {
|
|
return pad + match.sign + match.argument;
|
|
}
|
|
} else {
|
|
if (match.pad == "0" || nosign) {
|
|
return match.sign + match.argument + pad.replace(/0/g, ' ');
|
|
} else {
|
|
return match.sign + match.argument + pad;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
sprintf = sprintfWrapper.init;
|
|
|
|
|
|
|
|
{/literal}
|
|
{/if}
|
|
</script>
|
|
<div id="load-div" style="padding: 5px 10px 0 0; text-align: right; color: #FF9900; display: none;width:40%;float:right;"><img src="images/top_loader.gif" width="16" height="16" alt="{$lang.loading}" style="vertical-align: middle" /> {$lang.loading}</div>
|
|
</div>
|
|
</div>
|
|
<div id="menu-div">
|
|
<ul>
|
|
<li class="fix-spacel"> </li>
|
|
<li style="border-left:none;"><a href="index.php?act=main" target="main-frame"><img src="images/index-11_07.png" width="17" height="18" style="border:none;" align="absmiddle"/><span>{$lang.admin_home}</span></a><span class="muneFG"></span></li>
|
|
<li><a href="privilege.php?act=modif" target="main-frame"><img src="images/index-11_41.png" width="17" height="18" align="absmiddle"/><span>{$lang.set_navigator}</span></a><span class="muneFG"></span></li>
|
|
|
|
{foreach from=$nav_list item=item key=key}
|
|
<li><a href="{$key}" target="main-frame">{$item}</a></li>
|
|
{/foreach}
|
|
<li class="fix-spacer"> </li>
|
|
</ul>
|
|
<br class="clear" />
|
|
</div>
|
|
</body>
|
|
</html> |