- Revision
- 275
- Author
- mward
- Date
- 2007-07-23 07:26:16 -0500 (Mon, 23 Jul 2007)
Log Message
reorganized skin.html and removed unneeded div's from index.html
Modified Paths
Diff
Modified: trunk/distribution/src/site/content/index.html (274 => 275)
--- trunk/distribution/src/site/content/index.html 2007-07-23 04:43:02 UTC (rev 274) +++ trunk/distribution/src/site/content/index.html 2007-07-23 12:26:16 UTC (rev 275) @@ -5,10 +5,7 @@ <title>Waffle</title> </head> -<body class="composite"> -<div id="bodyColumn"> -<div id="contentBox"> -<div class="section"> +<body> <h2>Waffle Web Framework</h2> <p>Waffle is a Java web framework that makes the process of @@ -52,7 +49,6 @@ <li>Transparent REST functionality for controllers.</li> <li>Transparent JSON functionality for controllers.</li> </ul> -<div class="section"> <h3>Getting started</h3> <p>The best way to get started is to look at the examples</p> <ul> @@ -60,8 +56,6 @@ <li><a href="" Simple Calculator</a></li> </ul> -</div> -<div class="section"> <h3>Choices of markup language</h3> <p>As Waffle does not come with a HTML markup technology, it plays well with other 'best practice' solutions:</p> @@ -71,10 +65,6 @@ <li>Velocity</li> <li>Ruby's ERB</li> </ul> -</div> -</div> -</div> -</div> <div class="clear"></div> </body>
Modified: trunk/distribution/src/site/templates/skin.html (274 => 275)
--- trunk/distribution/src/site/templates/skin.html 2007-07-23 04:43:02 UTC (rev 274) +++ trunk/distribution/src/site/templates/skin.html 2007-07-23 12:26:16 UTC (rev 275) @@ -9,15 +9,6 @@ @import url( "./style/SyntaxHighlighter.css" ); </style> - <script src="" type="text/_javascript_"> - // - </script> - - <script type="text/_javascript_"> - _uacct = "UA-759606-2"; - urchinTracker(); - </script> - <!--[if lt IE 7.]> <script defer type="text/_javascript_" src="" <![endif]--> @@ -36,7 +27,7 @@ </div> <div id="breadcrumbs"> - <div class="left"> Last Published: July 2, 2007</div> + <div class="left"> Last Published: July 19, 2007</div> <div class="clear"></div> </div> @@ -96,6 +87,12 @@ </body> +<script src="" type="text/_javascript_"></script> +<script type="text/_javascript_"> + _uacct = "UA-759606-2"; + urchinTracker(); +</script> + <!-- SyntaxHighlighter scripts: MUST be left AFTER the body --> <script language="_javascript_" src="" <script language="_javascript_" src=""
To unsubscribe from this list please visit:
