📄 tpl_admin.php
字号:
<?php
// Do not edit within this section unless you know what you're doing
// Sets the page title
$page_title = isset ( $page_title ) ? $page_title : 'Uploader';
// Import the uploader runtime and compute it
global $UPL;
$runtime = timer ( $UPL['RUNTIME'], 5 );
// end PHP stuff, you can edit now
?>
<!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" lang="en" xml:lang="en">
<head>
<title><?=$page_title;?> - Uploader v6 (Admin)</title>
<style type="text/css" media="all">@import "templates/default2/style.css";</style>
<script type="text/javascript">
<!--
var base_url = "<?=$UPL['SETTINGS']['uploader_url']?>";
-->
</script>
<script type="text/javascript" src="templates/default2/common.js"></script>
<script type="text/javascript" src="templates/default2/javascript.js"></script>
</head>
<body>
<div id="container">
<div id="container2">
<div id="top">
Welcome <span style="color:#FF8000;"><?=$UPL['USER']['username']?>!</span>
</div>
<div id="menu">
<div id="menu_links">
<a href="admin.php?action=tools">Tools</a>
<a href="admin.php?action=settings">Settings</a>
<a href="admin.php?action=users" style="font-weight:bold;">Users</a>
<a href="account.php?action=logout" onclick="return confirm('Confirm logout?');">Logout</a>
<a href="index.php">Uploader</a>
</div>
</div>
<div id="message">
<div style="float:left;width:98%;" id="message_content"><!-- --></div>
<div style="float:right;width:10px;text-align:right;"><img src="templates/default2/images/close.gif" alt="" onclick="showIt('message',false);" style="cursor:pointer;" /></div>
<div class="spacer"><!-- --></div>
</div>
<div id="content">
<?=$content?>
</div>
</div>
</div>
<div id="credit">
<!-- This script is copyrighted, please don't remove -->
Uploaderv6.1 © <a href="http://www.celerondude.com">www.celerondude.com</a><br />
Generated in <?=$runtime?> sec.
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -