Home | History | Annotate | Download | only in templates
      1 <?cs include:"doctype.cs" ?>
      2 <?cs include:"macros.cs" ?>
      3 <html>
      4 <?cs include:"head_tag.cs" ?>
      5 <body class="gc-documentation" itemscope itemtype="http://schema.org/Article">
      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">
     11   <span class="crumb" itemprop="breadcrumb">
     12     <?cs if:parent.link ?>
     13       <a href="<?cs var:parent.link ?>"><?cs var:parent.title ?></a> >
     14     <?cs else ?>&nbsp;
     15     <?cs /if ?>
     16   </span>
     17 <h1 itemprop="name"><?cs var:page.title ?></h1>
     18 </div>
     19 
     20   <div id="jd-content">
     21 
     22     <div class="jd-descr" itemprop="articleBody">
     23     <?cs call:tag_list(root.descr) ?>
     24     </div>
     25 
     26   <a href="#top" style="float:right">&uarr; Go to top</a>
     27   <?cs if:parent.link ?>
     28     <p><a href="<?cs var:parent.link ?>">&larr; Back to <?cs var:parent.title ?></a></p>
     29   <?cs /if ?>
     30   </div>
     31 
     32 <?cs include:"footer.cs" ?>
     33 </div><!-- end doc-content -->
     34 
     35 <?cs include:"trailer.cs" ?>
     36 
     37 </body>
     38 </html>
     39 
     40 
     41 
     42