Author: ajaquith
Date: Tue Feb 12 22:15:05 2008
New Revision: 627261

URL: http://svn.apache.org/viewvc?rev=627261&view=rev
Log:
Initial commit.

Added:
    
incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/src/webdocs/templates/raw/ViewTemplate.jsp

Added: 
incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/src/webdocs/templates/raw/ViewTemplate.jsp
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/src/webdocs/templates/raw/ViewTemplate.jsp?rev=627261&view=auto
==============================================================================
--- 
incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/src/webdocs/templates/raw/ViewTemplate.jsp
 (added)
+++ 
incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/src/webdocs/templates/raw/ViewTemplate.jsp
 Tue Feb 12 22:15:05 2008
@@ -0,0 +1,5 @@
+<%@ taglib uri="/WEB-INF/jspwiki.tld" prefix="wiki" %>
+<% response.setContentType("text/plain; charset=UTF-8"); %>
+<pre>
+<wiki:InsertPage mode="plain"/>
+</pre>
\ No newline at end of file


Reply via email to