The Android Open Source Project | b6c1cf6 | 2008-10-21 07:00:00 -0700 | [diff] [blame^] | 1 | <?cs include:"macros.cs" ?> |
| 2 | <html> |
| 3 | <?cs include:"head_tag.cs" ?> |
| 4 | <body class="gc-documentation"> |
| 5 | <?cs include:"header.cs" ?> |
| 6 | |
| 7 | <div class="g-unit" id="doc-content"> |
| 8 | |
| 9 | <div id="jd-header"> |
| 10 | <h1><?cs var:page.title ?></h1> |
| 11 | </div> |
| 12 | |
| 13 | <div id="jd-content"> |
| 14 | |
| 15 | <div class="jd-descr"> |
| 16 | <?cs call:tag_list(root.descr) ?> |
| 17 | </div> |
| 18 | |
| 19 | </div> |
| 20 | <?cs include:"footer.cs" ?> |
| 21 | </div><!-- end doc-content --> |
| 22 | </div><!-- end body-content --> |
| 23 | <?cs include:"analytics.cs" ?> |
| 24 | </body> |
| 25 | </html> |
| 26 | |
| 27 | |
| 28 | |