oaooaPicHome beta1

This commit is contained in:
zyx
2021-09-17 10:56:51 +08:00
Unverified
parent 9dad4df8cd
commit 8935dcb498
1317 changed files with 293114 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
<!--{template common/header_ajax}-->
<div class="modal-header about-header <!--{if empty($about[sitelogo])}-->about-header-noborder<!--{/if}-->">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span class="dzz dzz-close"></span> </button>
<!--{if $about[sitelogo]}-->
<h4 class="modal-title about-title"> <img class="img-sitelogo" src="$about[sitelogo]"><span class="sitename"><b>OAOOA</b></span> </h4>
<!--{/if}-->
</div>
<div class="modal-body about-body">
<p class="logo"> <img src="$about[logo]" /> </p>
<p class="name">
<!--{if $about['name_zh']}-->
<span class="name-zh">$about[name_zh]</span>
<!--{/if}-->
<!--{if $about['name_en']}-->
<span class="name-en">$about[name_en]</span>
<!--{/if}-->
</p>
<div class="detail">
<!--{if $about['version']}-->
<p class="version"> <span class="guide">{lang about_current_version}:</span> <span class="text">{eval echo lang('V_'.$license['license_version'])} $about[version]</span> </p>
<!--{/if}-->
<p class="license"> <span class="guide">{lang license_user_sum}:</span> <span class="text">{$ucount} / {eval echo $license[license_limit]?$license[license_limit]:lang('unlimited')}</span> </p>
<p class="license"> <span class="guide">{lang license_to}:</span> <span class="text">{$license[license_company]}</span> </p>
<!--{if $license['license_version']!='Custom'}-->
<p class="support"> <span class="guide">{lang service_and_support}:</span> <span class="text"> <a href="http://help.oaooa.com" target="_blank">www.oaooa.com</a></span> </p>
<!--{/if}-->
</div>
</div>
<!--{if $license['license_version']!='Custom'}-->
<div class="about-copyright">Copyright ©2012-{eval echo dgmdate(TIMESTAMP,'Y');} <a href="https://www.oaooa.com" target="_blank" >oaooa.com</a>&nbsp; All Rights Reserved</div>
<!--{else}-->
<div class="about-copyright">Copyright ©{eval echo dgmdate(TIMESTAMP,'Y');} &nbsp; All Rights Reserved</div>
<!--{/if}-->
<!--{template common/footer_ajax}-->

View File

@@ -0,0 +1,61 @@
<nav class="navbar navbar-inverse resNav bs-top-container" >
<div class="resNav-item resNav-left">
<!--{template header_left}-->
</div>
<div class="resNav-item resNav-center">
<!--{template header_search}-->
</div>
<div class="resNav-item resNav-right">
<!--{template header_right}-->
</div>
</nav>
<script type="text/javascript">
jQuery(document).ready(function(e) {
_header.init('{FORMHASH}');//初始化头部效果
//_header.Topcolor();
//_notice.init();
jQuery(".resNav .js-popbox").each(function(){
jQuery(this).popbox();
});
_notice.getNotificationCount();
});
_notice={};
_notice.flashStep=1;
_notice.checkurl='index.php?mod=system&op=notification&filter=checknew';
_notice.normalTitle= document.title;
_notice.getNotificationCount=function(){
jQuery.getJSON(_notice.checkurl,function(json){
var sum=parseInt(json.sum);
_notice.showTips(sum);
if(json.timeout>0) window.setTimeout(_notice.getNotificationCount,json.timeout);
});
}
_notice.showTips=function(sum){
if(sum>0){
jQuery('#dzz_notification>span.badge').html(sum).removeClass('hide');
jQuery('#dzz_notification>span.dzz').hide();
//_notice.flashTitle();
}else{
jQuery('#dzz_notification>span.badge').addClass('hide');
jQuery('#dzz_notification>span.dzz').show();
//_notice.flashTitle(1);
}
}
_notice.flashTitle=function(flag){
//仅窗口不在焦点时闪烁title回到焦点时停止闪烁并将title恢复正常
if(flag || CurrentActive){//当前处于焦点
document.title=_notice.normalTitle;
_notice.flashTitleRun = false;
return;//退出循环
}
_notice.flashTitleRun = true;
_notice.flashStep++;
if (_notice.flashStep==3) {_notice.flashStep=1;}
if (_notice.flashStep==1) {document.title="{lang have_new_notifications}";}
if (_notice.flashStep==2) {document.title="【      】";}
setTimeout(function(){_notice.flashTitle();},500); //循环
}
</script>

View File

@@ -0,0 +1,37 @@
<!--{eval updatesession();}-->
<!--{if debuginfo()}-->
<script type="text/javascript">
try{
if(console && console.log){
console.log('Processed in $_G[debuginfo][time] second(s), $_G[debuginfo][queries] queries <!--{if $_G[gzipcompress]}-->, Gzip On<!--{/if}--><!--{if C::memory()->type}-->, <!--{echo ucwords(C::memory()->type)}--> On<!--{/if}-->.');
}
}catch(e){}
</script>
<!--{/if}-->
<!--{if !$_G['setting']['bbclosed']}-->
<!--{if !isset($_G['cookie']['sendmail'])}-->
<script type="text/javascript" src="misc.php?mod=sendmail&rand=$_G[timestamp]"></script>
<!--{/if}-->
<script type="text/javascript" src="misc.php?mod=sendwx&rand=$_G[timestamp]"></script>
<!--{/if}-->
<!--{if $_G[uid] && $_G['adminid'] == 1}-->
<!--{if !isset($_G['cookie']['checkupgrade'])}-->
<script type="text/javascript">jQuery.getScript('misc.php?mod=upgrade&action=checkupgrade&rand=$_G[timestamp]');</script>
<!--{/if}-->
<!--{if !isset($_G['cookie']['checkappupgrade'])}-->
<script type="text/javascript">jQuery.getScript('misc.php?mod=upgrade&action=checkappupgrade&rand=$_G[timestamp]');</script>
<!--{/if}-->
<!--{if !isset($_G['cookie']['upgradenotice'] )}-->
<script type="text/javascript">
jQuery(document).ready(function(){
try{jQuery('#systemNotice').load('misc.php?mod=upgrade&action=upgradenotice');}catch(e){};
});
</script>
<div id="systemNotice" class="systemNotice" style="position: fixed;right:10px;bottom:10px;max-width:50%;box-shadow:0px 5px 10px RGBA(0,0,0,0.3);z-index:999999"></div>
<!--{/if}-->
<!--{/if}-->
<!--{if $_G['setting']['statcode']}-->
$_G['setting']['statcode']
<!--{/if}-->
</body>
</html>

View File

@@ -0,0 +1 @@
<!--{echo output_ajax()}-->]]></root><!--{eval exit;}-->

View File

@@ -0,0 +1,2 @@
</body>
</html>

View File

@@ -0,0 +1,38 @@
<!--{eval output();}-->
<!--{eval updatesession();}-->
<!--{if debuginfo()}-->
<script type="text/javascript">
try{
if(console && console.log){
console.log('Processed in $_G[debuginfo][time] second(s), $_G[debuginfo][queries] queries <!--{if $_G[gzipcompress]}-->, Gzip On<!--{/if}--><!--{if C::memory()->type}-->, <!--{echo ucwords(C::memory()->type)}--> On<!--{/if}-->.');
}
}catch(e){}
</script>
<!--{/if}-->
<!--{if !$_G['setting']['bbclosed']}-->
<!--{if !isset($_G['cookie']['sendmail'])}-->
<script type="text/javascript" src="misc.php?mod=sendmail&rand=$_G[timestamp]"></script>
<!--{/if}-->
<script type="text/javascript" src="misc.php?mod=sendwx&rand=$_G[timestamp]"></script>
<!--{/if}-->
<!--{if $_G[uid] && $_G['adminid'] == 1}-->
<!--{if !isset($_G['cookie']['checkupgrade'])}-->
<script type="text/javascript">jQuery.getScript('misc.php?mod=upgrade&action=checkupgrade&rand=$_G[timestamp]');</script>
<!--{/if}-->
<!--{if !isset($_G['cookie']['checkappupgrade'])}-->
<script type="text/javascript">jQuery.getScript('misc.php?mod=upgrade&action=checkappupgrade&rand=$_G[timestamp]');</script>
<!--{/if}-->
<!--{if !isset($_G['cookie']['upgradenotice'])}-->
<script type="text/javascript">
jQuery(document).ready(function(){
try{jQuery('#systemNotice').load('misc.php?mod=upgrade&action=upgradenotice');}catch(e){};
});
</script>
<div id="systemNotice" class="systemNotice" style="position: fixed;right:10px;bottom:10px;max-width:50%;box-shadow:0px 5px 10px RGBA(0,0,0,0.3);z-index:999999"></div>
<!--{/if}-->
<!--{/if}-->
<!--{if $_G['setting']['statcode']}-->
$_G['setting']['statcode']
<!--{/if}-->
</body>
</html>

View File

@@ -0,0 +1,4 @@
<!--{template common/header_common}-->

View File

@@ -0,0 +1,10 @@
{eval
ob_end_clean();
ob_start();
@header("Expires: -1");
@header("Cache-Control: no-store, private, post-check=0, pre-check=0, max-age=0", FALSE);
@header("Pragma: no-cache");
@header("Content-type: text/xml; charset=".CHARSET);
echo '<?xml version="1.0" encoding="'.CHARSET.'"?>'."\r\n";
}
<root><![CDATA[

View File

@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title><!--{if !empty($navtitle)}-->$navtitle - <!--{/if}--><!--{if !empty($_G[setting][sitename])}--> $_G[setting][sitename] - <!--{/if}--></title>
<meta name="keywords" content="{if !empty($_G[setting][metakeywords])}{echo htmlspecialchars($_G[setting][metakeywords])}{/if}" />
<meta name="description" content="{if !empty($_G[setting][metadescription])}{echo htmlspecialchars($_G[setting][metadescription])} {/if}" />
<meta name="generator" content="oaooa" />
<meta name="author" content="oaooa" />
<meta name="copyright" content="2012-{eval echo dgmdate(TIMESTAMP,'Y-m-d');} www.oaooa.com" />
<meta name="MSSmartTagsPreventParsing" content="True" />
<meta http-equiv="MSThemeCompatible" content="Yes" />
<meta name="renderer" content="webkit">
<base href="{$_G['siteurl']}" />
<link rel="stylesheet" type="text/css" href="static/bootstrap/css/bootstrap.min.css?{VERHASH}">
<link rel="stylesheet" type="text/css" href="static/css/app_manage.css?{VERHASH}">
<script type="text/javascript" src="static/jquery/jquery.min.js?{VERHASH}"></script>
<script type="text/javascript" src="static/jquery/jquery.json-2.4.min.js?{VERHASH}"></script>
<script type="text/javascript">var DZZSCRIPT='{DZZSCRIPT}',LANG='{$_G[language]}', STATICURL = 'static/', IMGDIR = '{$_G[setting][imgdir]}', VERHASH = '{VERHASH}', charset = '{CHARSET}', dzz_uid = '$_G[uid]', cookiepre = '{$_G[config][cookie][cookiepre]}', cookiedomain = '{$_G[config][cookie][cookiedomain]}', cookiepath = '{$_G[config][cookie][cookiepath]}',attackevasive = '{$_G[config][security][attackevasive]}', disallowfloat = '{$_G[setting][disallowfloat]}', REPORTURL = '$_G[currenturl_encode]', SITEURL = '$_G[siteurl]', JSPATH = '$_G[setting][jspath]',MOD_PATH='{MOD_PATH}',APP_URL='{MOD_URL}',MOD_URL='{MOD_URL}';</script>
<script type="text/javascript" src="static/js/common.js?{VERHASH}"></script>
</head>
<body id="nv_dzz" class="$bodyClass">
<div id="append_parent" style="z-index:99999;"></div><div id="ajaxwaitid" style="z-index:99999;"></div>

View File

@@ -0,0 +1,6 @@
<script type="text/javascript">var DZZSCRIPT='{DZZSCRIPT}',LANG='{$_G[language]}', STATICURL = 'static/', IMGDIR = '{$_G[setting][imgdir]}', VERHASH = '{VERHASH}', charset = '{CHARSET}', dzz_uid = '$_G[uid]', cookiepre = '{$_G[config][cookie][cookiepre]}', cookiedomain = '{$_G[config][cookie][cookiedomain]}', cookiepath = '{$_G[config][cookie][cookiepath]}',attackevasive = '{$_G[config][security][attackevasive]}', disallowfloat = '{$_G[setting][disallowfloat]}', REPORTURL = '$_G[currenturl_encode]', SITEURL = '$_G[siteurl]', JSPATH = '$_G[setting][jspath]',MOD_PATH='{MOD_PATH}',APP_URL='{MOD_URL}',MOD_URL='{MOD_URL}';</script>
<script type="text/javascript" src="static/js/common.js?{VERHASH}"></script>
</head>
<body id="nv_{$_G[basescript]}" >
<div id="append_parent" style="z-index:99999;"></div>
<div id="ajaxwaitid" style="z-index:99999;"></div>

View File

@@ -0,0 +1,10 @@
<ul class="nav navbar-nav navbar-nav-left">
<li>
<a href="javascript:;" class="leftTopmenu" onclick="_header.leftTopmenu(this)" style="padding-left:24px;padding-right:17px;">
<span class="dzz dzz-menu"></span>
</a>
</li>
<li>
<a href="{$_G[siteurl]}">$_G['setting'][sitename]</a>
</li>
</ul>

View File

@@ -0,0 +1,15 @@
<!DOCTYPE>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title></title>
<base href="{$_G['siteurl']}" />
<script type="text/javascript" src="static/jquery/jquery.min.js?{VERHASH}"></script>
<script type="text/javascript" src="static/jquery/jquery.json-2.4.min.js?{VERHASH}"></script>
<script type="text/javascript">var DZZSCRIPT='{DZZSCRIPT}', STATICURL = 'static/', VERHASH = '{VERHASH}', charset = '{CHARSET}', dzz_uid = '$_G[uid]', cookiepre = '{$_G[config][cookie][cookiepre]}', cookiedomain = '{$_G[config][cookie][cookiedomain]}', cookiepath = '{$_G[config][cookie][cookiepath]}',attackevasive = '{$_G[config][security][attackevasive]}', disallowfloat = '{$_G[setting][disallowfloat]}', SITEURL = '$_G[siteurl]', JSPATH = '$_G[setting][jspath]',MOD_PATH='{MOD_PATH}',APP_URL='{MOD_URL}',MOD_URL='{MOD_URL}';</script>
<script type="text/javascript" src="static/js/common.js?{VERHASH}"></script>
</head>
<body id="nv_{$_G[basescript]}">
<div id="append_parent" style="z-index:9999;"></div><div id="ajaxwaitid" style="z-index:9999;"></div>

View File

@@ -0,0 +1,22 @@
<ul class="nav navbar-nav">
<li>
<a href="javascript:;">
<span class="navbar-borderleft"></span>
</a>
</li>
<li class="app_popup-parent">
<a href="javascript:;" id="desktop_app" data-href="index.php?mod=system&op=app_ajax&operation=app" class="app_popup_icon js-popbox" data-placement="bottom" data-trigger="focus" data-auto-adapt="true" data-toggle="popover"><span class="dzz dzz-apps basil"></span></a>
</li>
<li>
<a href="javascript:;" id="dzz_notification" data-href="index.php?mod=system&op=notification&filter=new" class="navbar-notice js-popbox" data-placement="bottom" data-trigger="focus" data-auto-adapt="true" data-toggle="popover">
<span class="dzz dzz-notifications"></span>
<span class="badge hide">&nbsp;</span>
</a>
</li>
<li>
<a href="javascript:;" class="imgHeight js-popbox" data-href="user.php?mod=space&op=navmenu&modname={MOD_NAME}" data-placement="bottom" data-trigger="focus" data-auto-adapt="true" data-toggle="popover">
{eval echo avatar_block($_G[uid]);}
</a>
</li>
</ul>

View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title><!--{if !empty($navtitle)}-->$navtitle -<!--{/if}--> $_G[setting][sitename]</title>
<meta name="keywords" content="{if !empty($_G[setting][metakeywords])}{echo htmlspecialchars($_G[setting][metakeywords])}{/if}" />
<meta name="description" content="{if !empty($_G[setting][metadescription])}{echo htmlspecialchars($_G[setting][metadescription])} {/if}" />
<meta name="generator" content="oaooa" />
<meta name="author" content="oaooa" />
<meta name="copyright" content="2012-{eval echo dgmdate(TIMESTAMP,'Y-m-d');} www.oaooa.com" />
<meta name="MSSmartTagsPreventParsing" content="True" />
<meta http-equiv="MSThemeCompatible" content="Yes" />
<base href="{$_G['siteurl']}" />
</head>
<body>

View File

@@ -0,0 +1,5 @@
<script type="text/javascript" src="static/js/common.js?{VERHASH}"></script>
</head>
<body id="nv_{$_G[basescript]}" class="$bodyClass" >
<div id="append_parent" style="z-index:99999;"></div>
<div id="ajaxwaitid" style="z-index:99999;"></div>

View File

@@ -0,0 +1,36 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title><!--{if !empty($navtitle)}-->$navtitle - <!--{/if}-->$_G[setting][sitename] </title>
<meta name="keywords" content="{if !empty($_G[setting][metakeywords])}{echo htmlspecialchars($_G[setting][metakeywords])}{/if}" />
<meta name="description" content="{if !empty($_G[setting][metadescription])}{echo htmlspecialchars($_G[setting][metadescription])} {/if}" />
<meta name="generator" content="oaooa" />
<meta name="author" content="oaooa" />
<meta name="copyright" content="2012-{eval echo dgmdate(TIMESTAMP,'Y-m-d');} www.oaooa.com" />
<meta name="MSSmartTagsPreventParsing" content="True" />
<meta http-equiv="MSThemeCompatible" content="Yes" />
<meta name="renderer" content="webkit">
<base href="{$_G['siteurl']}" />
<link rel="stylesheet" type="text/css" href="static/bootstrap/css/bootstrap.min.css?{VERHASH}">
<link rel="stylesheet" type="text/css" href="static/css/app_manage.css?{VERHASH}">
<link rel="stylesheet" type="text/css" href="static/dzzicon/icon.css?{VERHASH}"/>
<link rel="stylesheet" href="static/popbox/popbox.css">
<script type="text/javascript" src="static/jquery/jquery.min.js?{VERHASH}"></script>
<script type="text/javascript" src="static/jquery/jquery.json-2.4.min.js?{VERHASH}"></script>
<script type="text/javascript">var DZZSCRIPT='{DZZSCRIPT}',LANG='{$_G[language]}', STATICURL = 'static/', IMGDIR = '{$_G[setting][imgdir]}', VERHASH = '{VERHASH}', charset = '{CHARSET}', dzz_uid = '$_G[uid]', cookiepre = '{$_G[config][cookie][cookiepre]}', cookiedomain = '{$_G[config][cookie][cookiedomain]}', cookiepath = '{$_G[config][cookie][cookiepath]}',attackevasive = '{$_G[config][security][attackevasive]}', disallowfloat = '{$_G[setting][disallowfloat]}', REPORTURL = '$_G[currenturl_encode]', SITEURL = '$_G[siteurl]', JSPATH = '$_G[setting][jspath]',MOD_PATH='{MOD_PATH}',APP_URL='{MOD_URL}',MOD_URL='{MOD_URL}';</script>
<script type="text/javascript" src="static/js/header.js?{VERHASH}"></script>
<script type="text/javascript" src="static/popbox/jquery.popbox.js?{VERHASH}"></script>
<!--[if lt IE 9]>
<script src="static/bootstrap/js/html5shiv.min.js"></script>
<script src="static/bootstrap/js/respond.min.js"></script>
<![endif]-->
<!--{hook header_tpl}-->
<script type="text/javascript">
if(!!window.ActiveXObject || "ActiveXObject" in window){
try{$.ajaxSetup({ cache: false });}catch(e){}
window.MSIE=1;
}
</script>

View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title><!--{if !empty($navtitle)}-->$navtitle - <!--{/if}-->$_G[setting][sitename]</title>
<meta name="keywords" content="{if !empty($_G[setting][metakeywords])}{echo htmlspecialchars($_G[setting][metakeywords])}{/if}" />
<meta name="description" content="{if !empty($_G[setting][metadescription])}{echo htmlspecialchars($_G[setting][metadescription])} {/if}" />
<meta name="generator" content="oaooa" />
<meta name="author" content="oaooa" />
<meta name="copyright" content="2012-{eval echo dgmdate(TIMESTAMP,'Y-m-d');} www.oaooa.com" />
<meta name="MSSmartTagsPreventParsing" content="True" />
<meta http-equiv="MSThemeCompatible" content="Yes" />
<base href="{$_G['siteurl']}" />

View File

@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title><!--{if !empty($navtitle)}-->$navtitle -<!--{/if}-->$_G[setting][sitename]</title>
<meta name="keywords" content="{if !empty($metakeywords)}{echo htmlspecialchars($metakeywords)}{/if}" />
<meta name="description" content="{if !empty($metadescription)}{echo htmlspecialchars($metadescription)} {/if}" />
<meta name="MSSmartTagsPreventParsing" content="True" />
<meta http-equiv="MSThemeCompatible" content="Yes" />
<meta name="renderer" content="webkit">
<base href="{$_G['siteurl']}" />
<link rel="stylesheet" type="text/css" href="static/bootstrap/css/bootstrap.min.css?{VERHASH}">
<script type="text/javascript" src="static/jquery/jquery.min.js?{VERHASH}"></script>
<script type="text/javascript" src="static/jquery/jquery.json-2.4.min.js?{VERHASH}"></script>
<!--[if lt IE 9]>
<script src="static/bootstrap/js/html5shiv.min.js"></script>
<script src="static/bootstrap/js/respond.min.js"></script>
<![endif]-->
<script type="text/javascript">var DZZSCRIPT='{DZZSCRIPT}',LANG='{$_G[language]}', STATICURL = 'static/', IMGDIR = '{$_G[setting][imgdir]}', VERHASH = '{VERHASH}', charset = '{CHARSET}', dzz_uid = '$_G[uid]', cookiepre = '{$_G[config][cookie][cookiepre]}', cookiedomain = '{$_G[config][cookie][cookiedomain]}', cookiepath = '{$_G[config][cookie][cookiepath]}',attackevasive = '{$_G[config][security][attackevasive]}', disallowfloat = '{$_G[setting][disallowfloat]}', REPORTURL = '$_G[currenturl_encode]', SITEURL = '$_G[siteurl]', JSPATH = '$_G[setting][jspath]',MOD_PATH='{MOD_PATH}',APP_URL='{MOD_URL}',MOD_URL='{MOD_URL}';SITEURL='$_G[siteurl]';</script>

View File

@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title><!--{if !empty($navtitle)}-->$navtitle - <!--{/if}-->$_G[setting][sitename] </title>
<meta name="keywords" content="{if !empty($_G[setting][metakeywords])}{echo htmlspecialchars($_G[setting][metakeywords])}{/if}" />
<meta name="description" content="{if !empty($_G[setting][metadescription])}{echo htmlspecialchars($_G[setting][metadescription])} {/if}" />
<meta name="generator" content="oaooa" />
<meta name="author" content="oaooa" />
<meta name="copyright" content="2012-{eval echo dgmdate(TIMESTAMP,'Y-m-d');} www.oaooa.com" />
<meta name="MSSmartTagsPreventParsing" content="True" />
<meta http-equiv="MSThemeCompatible" content="Yes" />
<meta name="renderer" content="webkit">
<base href="{$_G['siteurl']}" />
<link rel="stylesheet" type="text/css" href="static/bootstrap/css/bootstrap.min.css?{VERHASH}">
<link rel="stylesheet" type="text/css" href="static/css/app_manage.css?{VERHASH}">
<link rel="stylesheet" type="text/css" href="static/dzzicon/icon.css?{VERHASH}"/>
<script type="text/javascript" src="static/jquery/jquery.min.js?{VERHASH}"></script>
<script type="text/javascript" src="static/jquery/jquery.json-2.4.min.js?{VERHASH}"></script>
<script type="text/javascript" src="static/js/header.js?{VERHASH}"></script>
<script type="text/javascript" src="static/popbox/jquery.popbox.js?{VERHASH}"></script>
<!--[if lt IE 9]>
<script src="static/bootstrap/js/html5shiv.min.js"></script>
<script src="static/bootstrap/js/respond.min.js"></script>
<![endif]-->
<script type="text/javascript">
if(!!window.ActiveXObject || "ActiveXObject" in window){
try{$.ajaxSetup({ cache: false });}catch(e){}
window.MSIE=1;
}
</script>

View File

@@ -0,0 +1,173 @@
<div class="form-group" id="verify-type">
<label class="control-label" for="chktype" required>{lang safe_verification_method}</label>
<select name="chktype" id="chktype" class="form-control input-sm " >
<!--{if $chkarr['emailstatus'] && $chkarr['email']}-->
<option value="email">$hideemail {lang safe_verification}</option>
<!--{/if}-->
<!--{if $chkarr['phonestatus'] && $chkarr['phone']}-->
<option value="phone">$hidephone {lang safe_verification}</option>
<!--{/if}-->
<!--{if !$chkarr['phonestatus'] && !$chkarr['emailstatus']}-->
<option value="pass">{lang password} {lang safe_verification}</option>
<!--{/if}-->
</select>
</div>
<div id="emailchk_show" class="showchktype" style="display:none;">
<div class="form-group">
<label class="control-label"></label>
<div class="controls"><input type="button" class="btn btn-primary return_chk" value="{lang send_validation_mail}" onclick="chkemail_verify()"></div>
</div>
</div>
<div id="passchk_show" class="showchktype" style="display:none;">
<div class="form-group">
<label class="control-label" for="chkpassword" required>{lang password}</label>
<input type="password" name="chkpassword" class="form-control" autocomplete="off" id="chkpassword" placeholder="{lang seccode}">
<span id="chk_chkpassword" class="help-inline"><span id="suc_chkpassword"></span> <kbd class="p_chk"></kbd> </span>
</div>
<div class="form-group" id="codeverify" {if $sessionerrornum > 2}style="display:block;"{else}style="display:none;"{/if}>
<!--{block sectpl}-->
<sec>
<sec>
<sec>
<!--{/block}-->
<div class="form-group">
<label class="control-label">{lang seccode}</label>
<div class="controls">
<!--{template common/seccheck}-->
</div>
</div>
</div>
<div class="form-group">
<label class="control-label"></label>
<div class="controls"><input type="button" class="btn btn-primary return_chk" value="{lang confirms}" onclick="pass_chk()"></div>
</div>
</div>
<div id="phonechk_show" class="showchktype" style="display:none;">
<div class="form-group">
<label class="control-label" for="pcode" required>{lang safe_verification_phonechk_code}</label>
<input type="text" name="pcode" class="form-control" autocomplete="off" id="pcode" placeholder="{lang seccode}">
<input type="button" class="btn btn-primary" value="{lang safe_verification_get_code}" onclick="get_pcode()"/>
<span id="chk_pcode" class="help-inline"><span id="suc_pcode"></span> <kbd class="p_chk"></kbd> </span>
</div>
<div class="form-group">
<label class="control-label"></label>
<div class="controls"><input type="button" class="btn btn-primary return_chk" value="{lang confirms}" onclick="pcode_chk()"></div>
</div>
</div>
<div class="conTent" id="email_sendmsg" style="display:none;">
<div class="success">
<span class="glyphicon glyphicon-ok"></span>
<span class="msgobj">{lang verification_mail_send}</span>
</div>
<div class="theme">
<p><span class="msgobj">{lang verification_mail}</span>{lang verification_mail_send_to_mail} <span class="phone"><a href="" id="return_email" target="_blank"></a></span>,{lang verification_mail_tip}</p>
<p>{lang verification_mail_expire}</p>
<p>{lang verification_mail_trash}</p>
</div>
<div class="email">
<button type="button" class="btn btn-success" id="reffer_email">{lang enter_my_mailbox}</button>
<span><span id="sendstart">{lang been_send}</span><span id="sendstatus" style="display:none;"><b class="time" id="down_time">3</b>{lang after_secend}<span id="false_resend">{lang verification_mail_send_again}</span><span id="resend_true" style="display:none"><input type="button" class="btn btn-success" value="{lang verification_mail_send_again}" onclick="chkemail_verify()" ></span></span></span>
</div>
</div>
<script>
var verifyresult = false;
jQuery('#chktype').change(function(){
var val = jQuery(this).val();
jQuery('.showchktype').hide();
jQuery("#"+val+"chk_show").show();
});
jQuery('#chktype').change();
function pass_chk(){
var val = jQuery('#chkpassword').val();
var chkcode = (jQuery("#codeverify").is(":visible"))?1:0;
var form = jQuery('#chkpassword').parents('form').get(0);
var seccode = form.seccodeverify.value ? form.seccodeverify.value:'';
var sech = form.sechash.value ? form.sechash.value:'';
var url = 'user.php?mod=profile&op=safeverify&do=chkpass&returnType=json';
jQuery.post(url,{chkpassword:val,chkcodeverify:chkcode,seccodeverify:seccode,sechash:sech},function(json){
if(json['success']){
jQuery('#chk_chkpassword .p_chk').html('');
verifyresult = true;
if(verifyresult){
safeverifystep(1);
}
}else if(json['error']){
if(json['codeerror']){
showmessage(json['error'],'danger',1000,1)
}else{
jQuery('#chk_chkpassword .p_chk').html(json['error']);
if(json['errornum'] > 2 && jQuery("#codeverify").is(":hidden")){
jQuery('#codeverify').show();
}
}
}
},'json');
return false;
}
function getEmailPath(email){
var hash={
'qq.com': 'http://mail.qq.com',
'gmail.com': 'http://mail.google.com',
'sina.com': 'http://mail.sina.com.cn',
'163.com': 'http://mail.163.com',
'126.com': 'http://mail.126.com',
'yeah.net': 'http://www.yeah.net/',
'sohu.com': 'http://mail.sohu.com/',
'tom.com': 'http://mail.tom.com/',
'sogou.com': 'http://mail.sogou.com/',
'139.com': 'http://mail.10086.cn/',
'hotmail.com': 'http://www.hotmail.com',
'live.com': 'http://login.live.com/',
'live.cn': 'http://login.live.cn/',
'live.com.cn': 'http://login.live.com.cn',
'189.com': 'http://webmail16.189.cn/webmail/',
'yahoo.com.cn': 'http://mail.cn.yahoo.com/',
'yahoo.cn': 'http://mail.cn.yahoo.com/',
'eyou.com': 'http://www.eyou.com/',
'21cn.com': 'http://mail.21cn.com/',
'188.com': 'http://www.188.com/',
'foxmail.coom': 'http://www.foxmail.com'
};
var url =email.split('@')[1];
var emailpath = hash[url];
return emailpath;
}
function chkemail_verify(){
jQuery('#sendstatus').hide();
jQuery('#down_time').html(3);
jQuery('#resend_true').hide();
jQuery('#sendstart').html('{lang sending_waiting}');
var url = 'user.php?mod=profile&op=safeverify&do=chkemail&returnType=json';
jQuery.post(url,{email_verify:1},function(json){
if(json['success']){
jQuery('#emailchk_show').hide();
jQuery('#verify-type').hide();
jQuery('#sendstart').html('{lang been_send}');
jQuery('#sendstatus').show();
jQuery('#false_resend').show();
// jQuery('#emailform').hide();
jQuery('#email_sendmsg').show();
var path = getEmailPath(json['success']['email']);
jQuery('#return_email').html(json['success']['email']).attr('href',path);
jQuery('#reffer_email').click(function(){
window.location.href = path;
});
var sum = 3;
var timer = setInterval(function(){
if(sum <= 0) {
sum = 0;
jQuery('#false_resend').hide();
jQuery('#resend_true').show();
clearTimeout(timer);
}
jQuery('#down_time').html(sum);
sum--;
},1000);
}else if(json['error']){
showmessage(json['error'],'danger',3000,1);
}
},'json')
}
</script>

View File

@@ -0,0 +1,34 @@
{eval
$_G['sechashi'] = !empty($_G['cookie']['sechashi']) ? $_G['sechash'] + 1 : 0;
$sechash = 'S'.($_G['inajax'] ? 'A' : '').$_G['sid'].$_G['sechashi'];
$sectpl = !empty($sectpl) ? explode("<sec>", $sectpl) : array('',': ','','');
$sectpldefault = $sectpl;
$sectplqaa = str_replace('<hash>', 'qaa'.$sechash, $sectpldefault);
$sectplcode = str_replace('<hash>', 'code'.$sechash, $sectpldefault);
$secshow = !isset($secshow) ? 1 : $secshow;
$sectabindex = !isset($sectabindex) ? 1 : $sectabindex;
}
<!--{block seccheckhtml}-->
<input name="sechash" type="hidden" value="$sechash" />
<!--{if $sectpl}-->
<!--{if $seccodecheck}-->
<div class="seccode-wrapper seccode_type_{$_G[setting][seccodedata][type]}">
<div class="input-group seccode-input">
<input name="seccodeverify" class="form-control" id="seccodeverify_$sechash" type="text" autocomplete="off" style="{if $_G[setting][seccodedata][type] != 1}ime-mode:disabled;{/if}" onblur="checksec('code', '$sechash')" placeholder="{lang seccode}" />
<span class="input-group-addon" id="checkseccodeverify_$sechash"></span>
</div>
<div class="seccode-show" >
{$sectplcode[2]}
<span id="seccode_$sechash"></span>
<a tabindex="-1" href="javascript:;" onclick="updateseccode('$sechash');doane(event);" class="seccode-refresh-guide"><span class="dzz dzz-refresh"></span></a>
<!--{if $secshow}--><script type="text/javascript" reload="1">updateseccode('$sechash');</script><!--{/if}-->
$sectplcode[3]
</div>
<span class="help-msg"></span>
</div>
<!--{/if}-->
<!--{/if}-->
<!--{/block}-->
<!--{eval unset($secshow);}-->
<!--{if empty($secreturn)}-->$seccheckhtml<!--{/if}-->

View File

@@ -0,0 +1,98 @@
<!--{if !$_G['inajax']}-->
<!--{template common/header_common}-->
<div id="ct" class="container " style="position: absolute;top: 30%;width: 100%;text-align: center;">
<!--{if !$param[login]}-->
<div class="">
<!--{else}-->
<div class="" id="main_succeed" style="max-width:500px;margin:0 auto;display: none">
<div class="f_c altw">
<div class="alert_right">
<h5 id="succeedmessage"></h5>
<p id="succeedlocation" class="alert_btnleft"></p>
<p class="alert_btnleft"><a id="succeedmessage_href">{lang message_forward}</a></p>
</div>
</div>
</div>
<div class="well" id="main_message">
<!--{/if}-->
<!--{else}-->
<!--{template common/header_ajax}-->
<!--{/if}-->
<!--{if $param[msgtype] == 1 || $param[msgtype] == 2 && !$_G[inajax]}-->
<div class="f_c altw">
<div id="messagetext">
<!--{if $alerttype == 'alert_right'}-->
<img src="static/image/common/noFilePage-successful.png">
<!--{elseif $alerttype == 'alert_info'}-->
<img src="static/image/common/noFilePage-fail.png">
<!--{/if}-->
<h5 style="color: #999999;">$show_message</h5>
<!--{if $url_forward}-->
<!--{if !$param[redirectmsg]}-->
<button class="btn-jump btn btn-primary" onclick="location.href='$url_forward';return false;" >{lang immdeiate_jump}<span class="num">3</span>s</button>
<!--{else}-->
<button class="btn-jump btn btn-primary" onclick="location.href='$url_forward';return false;">{lang return_to_the_naxt_level}<span class="num">3</span>s</button>
<!--<p class="alert_btnleft"><a href="$url_forward">{lang attach_forward}</a></p>-->
<!--{/if}-->
<!--{elseif $allowreturn}-->
<script type="text/javascript">
if(history.length > (BROWSER.ie ? 0 : 1)) {
document.write('<p class="alert_btnleft"><a href="javascript:history.back()">{lang message_go_back}</a></p>');
} else {
document.write('<p class="alert_btnleft"><a href="./">[ $_G['setting']['bbname'] {lang homepage} ]</a></p>');
}
</script>
<!--{/if}-->
</div>
<!--{if $param[login]}-->
<!--{/if}-->
</div>
<script type="text/javascript">
jQuery(document).ready(function(){
function jump(cont){
window.setTimeout(function(){
cont--;
if(cont>0){
$('.num').text(cont);
jump(cont);
}
},1000)
}
jump(3);
});
</script>
<!--{elseif $param[msgtype] == 2}-->
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
<h4 class="modal-title">{lang board_message}</h4>
</div>
<div class="modal-body">
<div class="$alerttype">$show_message</div>
</div>
<div class="modal-footer">
<!--{if $param['closetime']}-->
<span class="btn btn-link text-muted">$param['closetime'] {lang message_closetime}</span>
<!--{elseif $param['locationtime']}-->
<span class="btn btn-link text-muted">$param['locationtime'] {lang message_locationtime}</span>
<!--{/if}-->
<!--{if $param[login]}-->
<button type="button" class="btn btn-info" onclick="hideWindow('$_GET['handlekey']');showWindow('login', 'user.php?mod=login&action=login');"><strong>{lang login}</strong></button>
<!--{if !$_G['setting']['bbclosed']}-->
<button type="button" class="btn btn-info" onclick="hideWindow('$_GET['handlekey']');window.open('user.php?mod=rigister');"><em>$_G['setting']['reglinkname']</em></button>
<!--{/if}-->
<!--{/if}-->
<button type="button" data-dismiss="modal" class="btn btn-default"><strong>{lang close}</strong></button>
</div>
<!--{else}-->$show_message<!--{/if}-->
<!--{if !$_G['inajax']}-->
</div>
</div>
<!--{template common/footer}-->
<!--{else}-->
<!--{template common/footer_ajax}-->
<!--{/if}-->

View File

@@ -0,0 +1,5 @@
<!--{template common/header_common}-->
{$lang}
<script type="text/javascript">setTimeout("window.location.href ='{$referer}';", 3000);</script>
<!--{template common/footer}-->