2022-11-02 23:21:46 +08:00
|
|
|
|
<!--{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 $_G['setting']['gonggao']}-->
|
|
|
|
|
|
<!--{if !isset($_G['cookie']['gongguo'])}-->
|
2023-01-14 21:17:15 +08:00
|
|
|
|
<div id="gongguo1" style="border-radius: var(--radius);position: fixed;right:10px;bottom:10px;max-width:50%;box-shadow:0px 5px 10px RGBA(0,0,0,0.3);z-index:999999">
|
2022-11-02 23:21:46 +08:00
|
|
|
|
<div class="panel panel-warning" style="margin:0;">
|
2023-01-14 21:17:15 +08:00
|
|
|
|
<div class="panel-heading" style="border-radius:var(--radius)">
|
2022-11-02 23:21:46 +08:00
|
|
|
|
系统提示
|
|
|
|
|
|
<button class="close" id="gongguo" onclick="jQuery('#gongguo1').hide();setcookie('gongguo',1,3600);">×</button>
|
|
|
|
|
|
</div>
|
2023-01-14 21:17:15 +08:00
|
|
|
|
<div style="padding:0;max-height:500px;overflow-y:auto;border-radius: var(--radius);">
|
2022-11-02 23:21:46 +08:00
|
|
|
|
<div style="margin: 10px;">
|
|
|
|
|
|
$_G['setting']['gonggao']
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<!--{/if}-->
|
|
|
|
|
|
<!--{/if}-->
|
|
|
|
|
|
<!--{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>
|
2023-01-14 21:17:15 +08:00
|
|
|
|
<div id="systemNotice" class="systemNotice" style="border-radius: var(--radius);position: fixed;right:10px;bottom:10px;max-width:50%;box-shadow:0px 5px 10px RGBA(0,0,0,0.3);z-index:999999"></div>
|
2022-11-02 23:21:46 +08:00
|
|
|
|
<!--{/if}-->
|
|
|
|
|
|
<!--{/if}-->
|
|
|
|
|
|
<!--{if $_G['setting']['statcode']}-->
|
|
|
|
|
|
$_G['setting']['statcode']
|
|
|
|
|
|
<!--{/if}-->
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
|
$("img").one("error", function(e){
|
|
|
|
|
|
$(this).attr("src", "static/image/common/logo.png");
|
|
|
|
|
|
});
|
|
|
|
|
|
</script>
|
|
|
|
|
|
</body>
|
|
|
|
|
|
</html>
|