📄 newanimals.jsp
字号:
<%@ 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -