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

📄 main.jsp

📁 Oracle的J2EE Sample
💻 JSP
字号:
<?xml version = "1.0" encoding = "UTF-8" standalone="yes" ?>
<%--
 * @author  Elangovan
 * @version 1.0
 *
 * Development Environment       : Oracle9i JDeveloper
 * 
 * Name of the File              : Main.jsp
 *
 * Creation/Modification History :
 *
 *    Elangovan     26-Apr-2002      Created
 *
 * Overview of Application       :
 *
 *   This is the welcome page, the user can either login to view portfolio / trade
 *  or use the Quick Quote service to get the latest stock rates of any symbol.
 *
--%>
<%@page language="java" %>
<%@ page session="true" %>
<%@ page contentType="text/vnd.oracle.mobilexml; charset=UTF-8" %>

<!DOCTYPE SimpleResult PUBLIC "-//ORACLE//DTD SimpleResult 1.1//EN" 
                "http://xmlns.oracle.com/ias/dtds/SimpleResult_1_1_0.dtd">


<SimpleResult>

  <SimpleContainer>

    <SimpleText>
      <SimpleTitle>Welcome to OTN eZee Trading !!</SimpleTitle>           
    </SimpleText>  
    
    <SimpleMenu>
      <SimpleMenuItem target="controllerservlet?EVENTNAME=MOBILE-LOGINPAGE">Login</SimpleMenuItem>      
      <SimpleMenuItem target="controllerservlet?EVENTNAME=MOBILE-QUICKQUOTE">Quick Quote</SimpleMenuItem>
    </SimpleMenu>
    
  </SimpleContainer>
    
</SimpleResult>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -