[pal-cvs 2061] CVS-Update: wiki/src/main/webapp/view/viewer committed by shinsuke

Back to archive index

Shinsuke SUGAYA shins****@users*****
2007年 1月 28日 (日) 00:38:34 JST


Update of /cvsroot/pal/wiki/src/main/webapp/view/viewer
In directory sf-cvs:/tmp/cvs-serv1796/src/main/webapp/view/viewer

Modified Files:
	displayContent.html 
Log Message:
updated wiki converter. supported page navigation. sync up with the latest teeda.

wiki/src/main/webapp/view/viewer/displayContent.html 1.1.1.1 -> 1.2 (modified)
http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/pal/wiki/src/main/webapp/view/viewer/displayContent.html.diff?r1=1.1.1.1&r2=1.2

===================================================================
RCS file: wiki/src/main/webapp/view/viewer/displayContent.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- displayContent.html	2007/01/04 12:10:44	1.1.1.1
+++ displayContent.html	2007/01/27 15:38:34	1.2
@@ -8,7 +8,7 @@
   <body>
     <form id="displayContentForm">
       <div>
-        <table>
+        <table summary="menu">
           <tr>
             <td>
               <a id="goCreateNewPage" href="createNewName.html">New</a>
@@ -22,10 +22,12 @@
       <div>
         <span id="messages"></span>
       </div>
+      <!-- 
       <div>
         <span>Name: </span>
         <span id="pageName">Page Name</span>
       </div>
+       -->
       <div>
         <span id="content" te:escape="false">Wiki Content</span>
       </div>



pal-cvs メーリングリストの案内
Back to archive index