aspire: General structure of an html page

satya - Friday, April 03, 2009 5:58:00 PM

Here is sampel code


<!--
**********************************************************
* doc-title: start
**********************************************************
-->

<!--tag_bgn capture doc-title -->
<title>{{report_short_name}}</title>
<!--tag_end capture doc-title -->

<!--tag_bgn capture doc-display-title -->
{{report_short_name}}
<!--tag_end capture doc-display-title -->

<!--
**********************************************************
* doc-title: end
**********************************************************
-->

<!--
**********************************************************
* doc-head: start
**********************************************************
-->

<!--tag_bgn capture doc-head -->
<link rel="stylesheet" type="text/css" href="/akc/style/style.css">
<script src="/akc/js/genericedits1.js"></script>
<script>
//some simple script
</script>
<!--tag_end capture doc-head -->

<!--
**********************************************************
* doc-head: end
**********************************************************
-->

<!--
**********************************************************
* doc-menu: start
**********************************************************
-->
<!--
**********************************************************
* Page menu
**********************************************************
-->

<!--tag_bgn capture doc-menu -->
<div class="pagemenu1">
<p class="header">Page Menu</p>

<p><a href="">
item1
</a></p>

</div>
<!--
**********************************************************
* Page menu div ends
**********************************************************
-->
<!--tag_end capture doc-menu -->
<!--
**********************************************************
* doc-menu: ends
**********************************************************
-->
<!--
**********************************************************
* Content
**********************************************************
-->

<!--tag_bgn capture doc-content -->
Your content goes here
<!--tag_end capture doc-content -->