?? menu.aspx
字號:
?<!--#include file = "private.aspx"-->
<%
'######################################
' eWebEditor v4.00 - Advanced online web based WYSIWYG HTML editor.
' Copyright (c) 2003-2007 eWebSoft.com
'
' For further information go to http://www.ewebsoft.com/
' This copyright notice MUST stay intact for use.
'######################################
%>
<html>
<head>
<title>eWebEditor</title>
<meta http-equiv=Content-Type content=text/html; charset=gb2312>
<link type=text/css href='private.css' rel=stylesheet>
<base target=main>
</head>
<script language=javascript>
<!--
function menu_tree(meval)
{
var left_n=eval(meval);
if (left_n.style.display=="none")
{ eval(meval+".style.display='';"); }
else
{ eval(meval+".style.display='none';"); }
}
-->
</script>
<body>
<center>
<table cellspacing=0 class="Menu">
<tr><th align=center onclick="javascript:menu_tree('left_1');" >≡ 首選服務 ≡</th></tr>
<tr id='left_1'><td >
<table width='100%'>
<tr><td><img border=0 src='images/menu.gif' align=absmiddle> <a href='style.aspx'>樣式管理</a></td></tr>
<tr><td><img border=0 src='images/menu.gif' align=absmiddle> <a href='upload.aspx'>上傳管理</a></td></tr>
</table>
</td></tr>
</table>
<table width='90%' height=2><tr ><td></td></tr></table>
<table cellspacing=0 class="Menu">
<tr><th align=center onclick="javascript:menu_tree('left_2');" >≡ 輔助服務 ≡</th></tr>
<tr id='left_2'><td>
<table width='100%'>
<tr><td><img border=0 src='images/menu.gif' align=absmiddle> <a href='main.aspx'>后臺首頁</a></td></tr>
<tr><td><img border=0 src='images/menu.gif' align=absmiddle> <a href='modipwd.aspx'>修改密碼</a></td></tr>
<tr><td><img border=0 src='images/menu.gif' align=absmiddle> <a onclick="return confirm('提示:您確定要退出系統嗎?')" href='login.aspx?action=out' target='_parent'>退出后臺</a></td></tr>
</table>
</td></tr>
</table>
<table width='90%' height=2><tr ><td></td></tr></table>
<table cellspacing=0 class="Menu">
<tr><th align=center >〓 版本信息 〓</th></tr>
<tr><td align=center>eWebEditor 4.4</td></tr>
<tr><td align=center><a href='http://www.ewebeditor.net' target=_blank><b>在線幫助</b></a></td></tr>
</table>
</center>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -