Author: tmjee
Date: Sun Sep  3 21:04:16 2006
New Revision: 439917

URL: http://svn.apache.org/viewvc?view=rev&rev=439917
Log:
- changed old freemarker transfrom (@saf -> @s)

Modified:
    
struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/decorators/main.ftl

Modified: 
struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/decorators/main.ftl
URL: 
http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/decorators/main.ftl?view=diff&rev=439917&r1=439916&r2=439917
==============================================================================
--- 
struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/decorators/main.ftl
 (original)
+++ 
struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/decorators/main.ftl
 Sun Sep  3 21:04:16 2006
@@ -5,10 +5,10 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
 <head>
        <title>${title}</title>
-    <link href="<@saf.url value='/styles/main.css'/>" rel="stylesheet" 
type="text/css" media="all"/>
-    <link href="<@saf.url value='/struts/niftycorners/niftyCorners.css'/>" 
rel="stylesheet" type="text/css"/>
-    <link href="<@saf.url value='/struts/niftycorners/niftyPrint.css'/>" 
rel="stylesheet" type="text/css" media="print"/>
-    <script language="JavaScript" type="text/javascript" src="<@saf.url 
value='/struts/niftycorners/nifty.js'/>"></script>
+    <link href="<@s.url value='/styles/main.css'/>" rel="stylesheet" 
type="text/css" media="all"/>
+    <link href="<@s.url value='/struts/niftycorners/niftyCorners.css'/>" 
rel="stylesheet" type="text/css"/>
+    <link href="<@s.url value='/struts/niftycorners/niftyPrint.css'/>" 
rel="stylesheet" type="text/css" media="print"/>
+    <script language="JavaScript" type="text/javascript" src="<@s.url 
value='/struts/niftycorners/nifty.js'/>"></script>
        <script language="JavaScript" type="text/javascript">
         window.onload = function(){
             if(!NiftyCheck()) {


Reply via email to