Scott Main | adc61d6 | 2011-11-30 18:55:01 -0800 | [diff] [blame] | 1 | <?cs include:"doctype.cs" ?> |
| 2 | <?cs include:"macros.cs" ?> |
| 3 | <html> |
| 4 | <?cs include:"head_tag.cs" ?> |
Scott Main | 3652a11 | 2012-01-30 13:03:08 -0800 | [diff] [blame] | 5 | <body class="gc-documentation" itemscope itemtype="http://schema.org/Article"> |
Scott Main | adc61d6 | 2011-11-30 18:55:01 -0800 | [diff] [blame] | 6 | <?cs include:"header.cs" ?> |
| 7 | |
| 8 | <div class="g-unit" id="doc-content"><a name="top"></a> |
| 9 | |
| 10 | <div id="jd-header" class="guide-header"> |
Scott Main | 3652a11 | 2012-01-30 13:03:08 -0800 | [diff] [blame] | 11 | <span class="crumb" itemprop="breadcrumb"> |
Scott Main | adc61d6 | 2011-11-30 18:55:01 -0800 | [diff] [blame] | 12 | <?cs if:parent.link ?> |
| 13 | <a href="<?cs var:parent.link ?>"><?cs var:parent.title ?></a>: |
| 14 | <?cs else ?> |
| 15 | <?cs /if ?> |
| 16 | </span> |
Scott Main | 3652a11 | 2012-01-30 13:03:08 -0800 | [diff] [blame] | 17 | <h1 itemprop="name"><?cs var:page.title ?></h1> |
Scott Main | adc61d6 | 2011-11-30 18:55:01 -0800 | [diff] [blame] | 18 | </div> |
| 19 | |
| 20 | <?cs # THIS IS THE MAIN DOC CONTENT ?> |
| 21 | <div id="jd-content"> |
| 22 | |
| 23 | <?cs if:trainingnavtop ?> |
| 24 | <div class="training-nav-top"> |
| 25 | |
| 26 | <?cs if:next.link ?> |
| 27 | <?cs if:startpage ?> |
| 28 | <div class="training-nav-button-next"> |
| 29 | <a href="<?cs var:next.link ?>"> |
| 30 | Get started |
| 31 | <span style="font-size:1.2em">›</span> |
| 32 | <span class="training-nav-button-title"><?cs var:next.title ?></span> |
| 33 | </a> |
| 34 | </div> |
| 35 | |
| 36 | <?cs else ?><?cs # if not startpage ?> |
| 37 | |
| 38 | <div class="training-nav-button-next"> |
| 39 | <a href="<?cs var:next.link ?>"> |
| 40 | Next lesson |
| 41 | <span style="font-size:1.2em">›</span> |
| 42 | <span class="training-nav-button-title"><?cs var:next.title ?></span> |
| 43 | </a> |
| 44 | </div> |
| 45 | <?cs /if ?><?cs # end if/else startpage ?> |
| 46 | |
| 47 | <?cs /if ?><?cs # end if next.link ?> |
| 48 | |
| 49 | <?cs if:previous.link ?> |
| 50 | <div class="training-nav-button-previous"> |
| 51 | <a href="<?cs var:previous.link ?>"> |
| 52 | <span style="font-size:1.2em">‹</span> |
| 53 | Previous lesson |
| 54 | <span class="training-nav-button-title"><?cs var:previous.title ?></span> |
| 55 | </a> |
| 56 | </div> |
| 57 | |
| 58 | <?cs /if ?><?cs # end if previous.link ?> |
| 59 | |
| 60 | </div><!-- end training-nav-top --> |
| 61 | <?cs /if ?><?cs # end if trainingnavtop ?> |
| 62 | |
| 63 | |
Scott Main | 3652a11 | 2012-01-30 13:03:08 -0800 | [diff] [blame] | 64 | <div class="jd-descr" itemprop="articleBody"> |
Scott Main | adc61d6 | 2011-11-30 18:55:01 -0800 | [diff] [blame] | 65 | <?cs call:tag_list(root.descr) ?> |
| 66 | </div> |
| 67 | |
| 68 | <?cs if:!startpage && (previous.link || next.link) ?> |
| 69 | <div class="training-nav-bottom"> |
| 70 | <?cs if:next.link ?> |
| 71 | <div class="training-nav-button-next"> |
| 72 | <a href="<?cs var:next.link ?>"> |
| 73 | Next lesson |
| 74 | <span style="font-size:1.2em">›</span> |
| 75 | <br/><span class="training-nav-button-title"><?cs var:next.title ?></span> |
| 76 | </a> |
| 77 | </div> |
| 78 | <?cs /if ?> |
| 79 | |
| 80 | <?cs if:previous.link ?> |
| 81 | <div class="training-nav-button-previous"> |
| 82 | <a href="<?cs var:previous.link ?>"> |
| 83 | <span style="font-size:1.2em">‹</span> |
| 84 | Previous lesson |
| 85 | <br/><span class="training-nav-button-title"><?cs var:previous.title ?></span> |
| 86 | </a> |
| 87 | </div> |
| 88 | <?cs /if ?> |
| 89 | </div> <!-- end training-nav --> |
| 90 | <?cs /if ?> |
| 91 | |
| 92 | <a href="#top" style="float:right">↑ Go to top</a> |
| 93 | <?cs if:parent.link ?> |
| 94 | <p><a href="<?cs var:parent.link ?>">← Back to <?cs var:parent.title ?></a></p> |
| 95 | <?cs /if ?> |
| 96 | |
| 97 | </div> <!-- end jd-content --> |
| 98 | |
| 99 | <?cs include:"footer.cs" ?> |
| 100 | </div><!-- end doc-content --> |
| 101 | |
| 102 | <?cs include:"trailer.cs" ?> |
| 103 | |
| 104 | </body> |
| 105 | </html> |
| 106 | |
| 107 | |
| 108 | |