You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by aj...@apache.org on 2008/02/13 07:15:05 UTC

svn commit: r627261 - /incubator/jspwiki/branches/JSPWIKI_STRIPES_BRANCH/src/webdocs/templates/raw/ViewTemplate.jsp

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