newanimals.jsp
上传用户:weisa_1
上传日期:2007-10-14
资源大小:287k
文件大小:1k
源码类别:

手机WAP编程

开发平台:

Java

  1. <%@ page contentType="text/vnd.wap.wml" %>
  2. <?xml version="1.0"?>
  3. <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
  4. <!-- Source Generated by WML Deck Decoder -->
  5. <wml>
  6. <!-- provides a way back using the prev element -->
  7. <template>
  8.    <do type="prev">
  9.      <prev/>
  10.    </do>
  11. </template>
  12. <card id="newanimals" title="New Animals">
  13. <p>
  14. The bear cubs in the northern wildlife section will make their first appearance next month.<br/>
  15. Now: see our newly acquired turtles at the house of reptiles.<br/>
  16. <%
  17. if(session.getAttribute("name") != null) {
  18. %>
  19. Visit also the members' information site:
  20. <anchor title="members  info">Members info
  21.  <go href="../servlet/members"></go>
  22. </anchor>
  23. <%
  24. }
  25. %>
  26. <br/>
  27.  <anchor title="Zoo home">Zoo home
  28.     <go href="../index.jsp"/>
  29.   </anchor>
  30. </p>
  31. </card>
  32. </wml>