]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/trailing.html
Moved some calendar view javascript out to the trailing block.
[citadel.git] / webcit / static / t / trailing.html
index cf89837663dd507b3262a1fc468ce54edf7d06c2..f5c32b7469cac4feef139cfcd02fa5518678c77a 100644 (file)
@@ -1,11 +1,12 @@
 <!-- start trailing.html -->
+</div> <!-- end of 'global' div -->
 <script type="text/javascript">
- Rounded("div.box", "big transparent top bottom");
- Rounded("form.box", "big transparent top bottom");
- Rounded("div.boxlabel", "big transparent top");
- Rounded("li.tablabel", "small transparent top");
- Rounded("div.tabcontent_submit", "big transparent bottom");
- Rounded("div.tabcontent", "big transparent bottom");
+<?TRAILING_JAVASCRIPT>
+Rounded("div.box", "big transparent top bottom");
+Rounded("form.box", "big transparent top bottom");
+Rounded("div.boxlabel", "big transparent top");
+Rounded("li.tablabel", "small transparent top");
+Rounded("div.tabcontent_submit", "big transparent bottom");
 </script>
 </body>
 </html>