Develop and Download Open Source Software

Browse CVS Repository

Contents of /pal/wiki/src/main/webapp/view/viewer/displayList.html

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Thu Feb 1 22:30:25 2007 UTC (17 years, 1 month ago) by shinsuke
Branch: MAIN
CVS Tags: RELEASE-0_1, HEAD
File MIME type: text/html
added list page. supported WikiName.

1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:te="http://www.seasar.org/teeda/extension" xmlns:h="http://java.sun.com/jsf/html">
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6 <title>Wiki</title>
7 </head>
8 <body>
9 <form id="displayListForm">
10 <div>
11 <table summary="menu">
12 <tr>
13 <td>
14 <a id="goCreateNewPage" href="createNewName.html">New</a>
15 </td>
16 <td>
17 <a id="goDisplayContentPage" href="displayContent.html">Content</a>
18 </td>
19 </tr>
20 </table>
21 </div>
22 <div>
23 <span id="messages"></span>
24 </div>
25 <table>
26 <tr>
27 <th>Title</th>
28 </tr>
29 <div id="wikiPageItems">
30 <tr>
31 <td>
32 <a id="goDisplayContentPage" href="displayContent.html?pageName=pageName">
33 <span id="pageName">Page Title</span>
34 </a>
35 </td>
36 </tr>
37 </div>
38 </table>
39 </form>
40 </body>
41 </html>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26