newanimals.jsp
来自「Java的wap push」· JSP 代码 · 共 38 行
JSP
38 行
<%@ page contentType="text/vnd.wap.wml" %>
<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<!-- Source Generated by WML Deck Decoder -->
<wml>
<!-- provides a way back using the prev element -->
<template>
<do type="prev">
<prev/>
</do>
</template>
<card id="newanimals" title="New Animals">
<p>
The bear cubs in the northern wildlife section will make their first appearance next month.<br/>
Now: see our newly acquired turtles at the house of reptiles.<br/>
<%
if(session.getAttribute("name") != null) {
%>
Visit also the members' information site:
<anchor title="members info">Members info
<go href="../servlet/members"></go>
</anchor>
<%
}
%>
<br/>
<anchor title="Zoo home">Zoo home
<go href="../index.jsp"/>
</anchor>
</p>
</card>
</wml>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?