Update of /cvsroot/webmacro/wiki/resources/default/WEB-INF/templates
In directory sc8-pr-cvs1:/tmp/cvs-serv535/WEB-INF/templates
Modified Files:
Tag: christian
header.wm
Added Files:
Tag: christian
index_admin.wm reloadprops.wm welcome.wm
Log Message:
Initial version for out-of-the-box wiki compatible to Tomcat 3.x and up
--- NEW FILE: index_admin.wm ---
#parse "header.wm"
This will be Lucene Index administration.
#parse "footer.wm"
--- NEW FILE: reloadprops.wm ---
#parse "header.wm"
.props wurden neu geladen.
#parse "footer.wm"
--- NEW FILE: welcome.wm ---
#set $PageName = "Welcome to Wiki"
#parse "header.wm"
Welcome to Wiki. This will be the nice welcome page to get you started with
your Wiki.
#parse "footer.wm"
Index: header.wm
===================================================================
RCS file: /cvsroot/webmacro/wiki/resources/default/WEB-INF/templates/Attic/header.wm,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** header.wm 17 Feb 2003 14:17:04 -0000 1.1.2.1
--- header.wm 17 Feb 2003 18:31:04 -0000 1.1.2.2
***************
*** 39,43 ****
<td class="HeaderLeft" valign=middle nowrap width="40">
! <a href="WebMacro" title="WebMacro Homepage"><img align=middle src=images/fish-small.gif width=48 height=44 border=0></a>
</td>
<td class="HeaderLeft" valign=top nowrap><span class="PageTitle"> </span></td>
--- 39,43 ----
<td class="HeaderLeft" valign=middle nowrap width="40">
!
</td>
<td class="HeaderLeft" valign=top nowrap><span class="PageTitle"> </span></td>
|