[seam-commits] Seam SVN: r10284 - trunk/seam-gen/icefaces/view/layout.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri Apr 3 01:20:11 EDT 2009
Author: dan.j.allen
Date: 2009-04-03 01:20:11 -0400 (Fri, 03 Apr 2009)
New Revision: 10284
Modified:
trunk/seam-gen/icefaces/view/layout/template.xhtml
Log:
fix path to stylesheet
update Seam project url
Modified: trunk/seam-gen/icefaces/view/layout/template.xhtml
===================================================================
--- trunk/seam-gen/icefaces/view/layout/template.xhtml 2009-04-03 05:19:45 UTC (rev 10283)
+++ trunk/seam-gen/icefaces/view/layout/template.xhtml 2009-04-03 05:20:11 UTC (rev 10284)
@@ -13,8 +13,8 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>@projectName@</title>
<link rel="shortcut icon" href="#{request.contextPath}/favicon.ico"/>
- <link rel='stylesheet' type='text/css' href='./xmlhttp/css/rime/rime.css'/>
- <link href="stylesheet/theme.css" rel="stylesheet" type="text/css" />
+ <link rel="stylesheet" type="text/css" href="#{request.contextPath}/xmlhttp/css/rime/rime.css"/>
+ <link rel="stylesheet" type="text/css" href="#{request.contextPath}/stylesheet/theme.css"/>
<ui:insert name="head"/>
</head>
<body>
@@ -33,7 +33,7 @@
<div class="footer">
<div style="margin-bottom: 5px;">
Powered by
- #{_}<a href="http://jboss.com/products/seam">Seam</a> and
+ #{_}<a href="http://seamframework.org">Seam</a> #{org.jboss.seam.version} and
#{_}<a href="http://icefaces.org">ICEfaces</a>
- Generated by icefaces-seam-gen
<ice:panelGroup rendered="#{identity.loggedIn}">
More information about the seam-commits
mailing list