mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-04-24 18:01:40 +08:00
适配小胡版1.79
This commit is contained in:
@@ -13,7 +13,7 @@ if (!defined('IN_DZZ')) {
|
||||
if (!$_G['uid']) {
|
||||
include template('common/header_reload');
|
||||
echo "<script type=\"text/javascript\">";
|
||||
echo "try{top._login.logging();}catch(e){}";
|
||||
echo "try{top._login.login();}catch(e){}";
|
||||
echo "try{win.Close();}catch(e){}";
|
||||
echo "</script>";
|
||||
include template('common/footer_reload');
|
||||
|
||||
@@ -13,7 +13,7 @@ if(!defined('IN_DZZ')) {
|
||||
if(empty($_G['uid'])){
|
||||
include template('common/header_reload');
|
||||
echo "<script type=\"text/javascript\">";
|
||||
echo "try{top._login.logging();win.Close();}catch(e){location.href='user.php?mod=logging'}";
|
||||
echo "try{top._login.login();win.Close();}catch(e){location.href='user.php?mod=login'}";
|
||||
echo "</script>";
|
||||
include template('common/footer_reload');
|
||||
exit();
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
@@ -155,5 +155,4 @@
|
||||
});
|
||||
</script>
|
||||
<script src="static/bootstrap/js/bootstrap.min.js?{VERHASH}"></script>
|
||||
|
||||
<!--{template common/footer_simple}-->
|
||||
@@ -2,7 +2,6 @@
|
||||
<link href="static/css/common.css?{VERHASH}" rel="stylesheet" media="all">
|
||||
<link href="dzz/connect/images/connect.css?{VERHASH}" rel="stylesheet" media="all">
|
||||
<script type="text/javascript" src="dzz/scripts/jquery-1.10.2.min.js"></script>
|
||||
<script src="static/bootstrap/js/bootstrap.min.js?{VERHASH}"></script>
|
||||
|
||||
<!--{template common/header_simple_end}-->
|
||||
<div class="container" style="height:100%">
|
||||
@@ -100,4 +99,5 @@
|
||||
|
||||
});
|
||||
</script>
|
||||
<script src="static/bootstrap/js/bootstrap.min.js?{VERHASH}"></script>
|
||||
<!--{template common/footer_simple}-->
|
||||
@@ -78,5 +78,4 @@
|
||||
}
|
||||
</script>
|
||||
<script src="static/bootstrap/js/bootstrap.min.js?{VERHASH}"></script>
|
||||
|
||||
<!--{template common/footer_simple}-->
|
||||
@@ -99,5 +99,4 @@
|
||||
}
|
||||
</script>
|
||||
<script src="static/bootstrap/js/bootstrap.min.js?{VERHASH}"></script>
|
||||
|
||||
<!--{template common/footer_simple}-->
|
||||
@@ -100,6 +100,5 @@
|
||||
return true;
|
||||
}
|
||||
</script>
|
||||
<script src="static/bootstrap/js/bootstrap.min.js?{VERHASH}"></script>
|
||||
|
||||
<!--{template common/footer_simple}-->
|
||||
<script src="static/bootstrap/js/bootstrap.min.js?{VERHASH}"></script>
|
||||
<!--{template common/footer_simple}-->
|
||||
Reference in New Issue
Block a user