A sample akc html page


<!--
**********************************************************
* file: sat-show-test-results-url.html
* A student sees his/her test scored
*
* Module: sat-scoring-app
* based on: sat-admin-take-a-test-url.html (loosely though)
* directory: /reports/sat-scoring-app/
* url: SatShowTestResultsURL
* properties file: sat-scoring-app.properties
*
* Related files:
* **************
* 1. none at the moment
*
**********************************************************
-->

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

<!--tag_bgn capture doc-title -->
<title>Sat Scoring: Review your answers  for Test: {{f_test_name}}</title>
<!--tag_end capture doc-title -->

<!--tag_bgn capture doc-display-title -->
Review and Update Your Questions for Test: {{f_test_name}} (An Admin Page)
<!--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">
<link rel="stylesheet" type="text/css" href="/akc/reports/sat-scoring-app/css/sat-scoring-app.css">

<script src="/akc/js/genericedits1.js"></script>
<script src="/akc/js/akc.js"></script>
<script src="/akc/reports/sat-scoring-app/js/sat-scoring-app.js"></script>

<!--
**********************************************************
* Your java script goes here
**********************************************************
-->
<script>
//Your specific java script stuff goes here (s.js)
</script>

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

<!--
**********************************************************
* doc-menu: start
**********************************************************
-->
<!--tag_bgn capture doc-menu -->

{{substitute(SATloggedInStatus)}}
{{substitute(SATMainMenu)}}

</div>

<!--tag_end capture doc-menu -->

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

<!--
**********************************************************
* Print support
**********************************************************
-->
<!--tag_bgn capture original-url -->
<p>Not expected to be printed</p>
<!--tag_end capture original-url -->

<!--
**********************************************************
* Print end
**********************************************************
-->

<!--
**********************************************************
* Content begin
**********************************************************
-->
<!--tag_bgn capture doc-content -->

<p>Content goes here
</p>

<!--
**********************************************************
* Content End
**********************************************************
-->

<!--tag_end capture doc-content -->