2024-10-10
This commit is contained in:
37
web/swadmin/check.php
Normal file
37
web/swadmin/check.php
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php require_once("admin-header.php");
|
||||
if(isset($OJ_LANG)){
|
||||
require_once("../lang/$OJ_LANG.php");
|
||||
}
|
||||
?>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>OJ Administration</title>
|
||||
<meta http-equiv="Pragma" content="no-cache">
|
||||
<meta http-equiv="Cache-Control" content="no-cache">
|
||||
<meta http-equiv="Content-Language" content="zh-cn">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<link rel=stylesheet href='admin.css' type='text/css'>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="container-fluid">
|
||||
<?php require_once("admin-bar.php"); ?>
|
||||
<div class="row-fluid top-space">
|
||||
<div class="span2" >
|
||||
<div class="menu-group" >
|
||||
<?php require_once("menu.php") ?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="span10">
|
||||
<div class="">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user