File: trailing.html

package info (click to toggle)
webcit 7.83-dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 7,644 kB
  • ctags: 3,132
  • sloc: ansic: 31,479; sh: 4,259; makefile: 355; xml: 90; sed: 9
file content (12 lines) | stat: -rw-r--r-- 404 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
<!-- start trailing.html -->
</div> <!-- end of 'global' div -->
<script type="text/javascript">
<?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>