⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 adminpages.jsp

📁 Sun公司Dream项目
💻 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">
              &nbsp;&nbsp;&nbsp;<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 + -