?? adminpages.jsp
字號:
<%
String serverPath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort()
+ request.getContextPath();
String userRegistrationPath = "/userRegistrationForm.jsp";
String shopRegistrationPath = "/operaserver?action=shop_registration";
String adminLoginPath = "/adminLogin.jsp";
String shopLoginPath = "/operaserver?action=shop_login";
String licenseStoragePath = "/storeLicense.jsp";
String checkLicensePath = "/checkLicense.jsp";
String editContentMetadataPath = "/operaserver?action=content_metadata";
String viewShopsPath = "/viewShops.jsp";
String viewUsersPath = "/viewUsers.jsp";
String getContentPath = "/getContent.jsp";
String createCouponPath = "/createCoupon.jsp";
String operaShopPath = "/shop/index.jsp";
String pageTitle = "Welcome to the Admin Pages";
%>
<HTML>
<HEAD><TITLE><%=pageTitle%></TITLE></HEAD>
<body background="images/bg800.jpg">
<center><table CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BGCOLOR="#000000" >
<tr>
<td><img SRC="images/leftlogo.png" height=32 width=71></td>
<td>
<div align=right><img SRC="images/smallsunlogo.png" BORDER=0 height=32 width=71></div>
</td>
</tr>
</table></center>
<center>
<BODY topmargin="0" leftmargin="0">
<TABLE cellspacing="0" cellpadding="0" border="0" width="700">
<TR>
<TD>
<h2 align="center"><font color="#000000"><%=pageTitle%></font></h2>
</TD>
</TR>
<TR>
<td class="MenuLink" width="149" height="100%" background="images/opera_bgtable.jpg" valign="top" ><font color="#000000">
<a href="<%=serverPath+userRegistrationPath%>"><font color="#000000"><b>User Registration</b></font></a><p>
</font><td>
<table width="100%" cellpadding="8" cellspacing="4">
<tr><td>
</body></HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -