svn commit: r786404 - /ofbiz/trunk/specialpurpose/cmssite/data/CmsSiteDemoData.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r786404 - /ofbiz/trunk/specialpurpose/cmssite/data/CmsSiteDemoData.xml

apatel-2
Author: apatel
Date: Fri Jun 19 07:41:27 2009
New Revision: 786404

URL: http://svn.apache.org/viewvc?rev=786404&view=rev
Log:
Improved html markup in demo data.

Modified:
    ofbiz/trunk/specialpurpose/cmssite/data/CmsSiteDemoData.xml

Modified: ofbiz/trunk/specialpurpose/cmssite/data/CmsSiteDemoData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/cmssite/data/CmsSiteDemoData.xml?rev=786404&r1=786403&r2=786404&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/cmssite/data/CmsSiteDemoData.xml (original)
+++ ofbiz/trunk/specialpurpose/cmssite/data/CmsSiteDemoData.xml Fri Jun 19 07:41:27 2009
@@ -44,8 +44,7 @@
     <ElectronicText dataResourceId="CMSS_DEMO_HEADER">
         <textData><![CDATA[
             <div id="header">
-                <div>This is the header!</div>
-                <hr/>
+                <h1>This is the header!</h1>
             </div>
             ]]></textData>
     </ElectronicText>
@@ -56,8 +55,7 @@
     <ElectronicText dataResourceId="CMSS_DEMO_FOOTER">
         <textData><![CDATA[
             <div id="footer">
-                <hr/>
-                <div>This is the footer!</div>
+                <h4>This is the footer!</h4>
             </div>
             </body>
             </html>
@@ -75,13 +73,15 @@
     <ElectronicText dataResourceId="CMSS_DEMO_HOME">
         <textData><![CDATA[
             <div>
-                <h1>Welcome to the Home page.</h1>
-                <div><a href="/cmssite/cms/CMSS_DEMO_PAGE1">Demo Page 1 - Hard Coded Link</a></div>
-                <div><a href="/cmssite/cms/CMSS_PPOINT/demoPage1">Demo Page 1 - Hard Coded Link using the Sub-Content Pattern</a></div>
-                <div><a href="${thisContent.content.CMSS_DEMO_PAGE1.link}">Demo Page 1 - Dynamic Link</a></div>
-                <div><a href="${thisContent.content.CMSS_DEMO_SCREEN.link}">Demo Page with screen widget and screen decorator</a></div>
-                <div><a href="${thisContent.content.CMSS_DEMO_BLOG.link}">Demo Page with belog using screen decorator</a></div>
-                <div><a href="${thisContent.content.CMSS_DEMO_TPL_DATA.link}">Demo Page with an xml resource formatted with a template ftl resource</a></div>
+              <h1>Welcome to the Home page.</h1>
+              <ul>
+                <li><a href="/cmssite/cms/CMSS_DEMO_PAGE1">Demo Page 1 - Hard Coded Link</a></div>
+                <li><a href="/cmssite/cms/CMSS_PPOINT/demoPage1">Demo Page 1 - Hard Coded Link using the Sub-Content Pattern</a></li>
+                <li><a href="${thisContent.content.CMSS_DEMO_PAGE1.link}">Demo Page 1 - Dynamic Link</a></li>
+                <li><a href="${thisContent.content.CMSS_DEMO_SCREEN.link}">Demo Page with screen widget and screen decorator</a></li>
+                <li><a href="${thisContent.content.CMSS_DEMO_BLOG.link}">Demo Page with belog using screen decorator</a></li>
+                <li><a href="${thisContent.content.CMSS_DEMO_TPL_DATA.link}">Demo Page with an xml resource formatted with a template ftl resource</a></li>
+              </ul>  
             </div>
             ]]></textData>
     </ElectronicText>