-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
54 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | ||
<title><?php echo isset($title) ? $title : 'AMH';?></title> | ||
<base href="<?php echo _Http;?>" /> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
<meta http-equiv="Content-Language" content="zh-cn"> | ||
<link type="text/css" rel="stylesheet" href="View/css/index.css" /> | ||
<script src="View/js/index.js"></script> | ||
</head> | ||
<body> | ||
<div id="header"> | ||
<a href="index.php" class="logo"></a> | ||
<div id="navigation"> | ||
<font>Hi,<?php echo $_SESSION['amh_user_name'];?></font> | ||
<a href="index.php">Home</a> | ||
<a href="index.php?c=index&a=host">Host</a> | ||
<a href="index.php?c=index&a=mysql">MySQL</a> | ||
<a href="index.php?c=index&a=ftp">FTP</a> | ||
<a href="index.php?c=index&a=account">Account</a> | ||
<a href="index.php?c=index&a=logout">Logout</a> | ||
</div> | ||
</div> | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | ||
<title><?php echo isset($title) ? $title : 'AMH';?></title> | ||
<base href="<?php echo _Http;?>" /> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
<meta http-equiv="Content-Language" content="zh-cn"> | ||
<link type="text/css" rel="stylesheet" href="View/css/index.css" /> | ||
<script src="View/js/index.js"></script> | ||
</head> | ||
<body> | ||
<div id="header"> | ||
<a href="index.php" class="logo"></a> | ||
<div id="navigation"> | ||
<font>Hi,<?php echo $_SESSION['amh_user_name'];?></font> | ||
<a href="index.php">Home</a> | ||
<a href="index.php?c=index&a=host">Host</a> | ||
<a href="index.php?c=index&a=mysql">MySQL</a> | ||
<a href="index.php?c=index&a=ftp">FTP</a> | ||
<a href="index.php?c=index&a=account">Account</a> | ||
<a href="index.php?c=index&a=logout">Logout</a> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters