You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
979 B
42 lines
979 B
<?cs include:"doctype.cs" ?>
|
|
<?cs include:"macros.cs" ?>
|
|
<html>
|
|
<?cs include:"head_tag.cs" ?>
|
|
<body class="gc-documentation" itemscope itemtype="http://schema.org/Article">
|
|
<?cs include:"header.cs" ?>
|
|
|
|
<div class="g-unit" id="doc-content"><a name="top"></a>
|
|
|
|
<div id="jd-header" class="guide-header">
|
|
<span class="crumb" itemprop="breadcrumb">
|
|
<?cs if:parent.link ?>
|
|
<a href="<?cs var:parent.link ?>"><?cs var:parent.title ?></a> >
|
|
<?cs else ?>
|
|
<?cs /if ?>
|
|
</span>
|
|
<h1 itemprop="name"><?cs var:page.title ?></h1>
|
|
</div>
|
|
|
|
<div id="jd-content">
|
|
|
|
<div class="jd-descr" itemprop="articleBody">
|
|
<?cs call:tag_list(root.descr) ?>
|
|
</div>
|
|
|
|
<a href="#top" style="float:right">↑ Go to top</a>
|
|
<?cs if:parent.link ?>
|
|
<p><a href="<?cs var:parent.link ?>">← Back to <?cs var:parent.title ?></a></p>
|
|
<?cs /if ?>
|
|
</div>
|
|
|
|
<?cs include:"footer.cs" ?>
|
|
</div><!-- end doc-content -->
|
|
|
|
<?cs include:"trailer.cs" ?>
|
|
|
|
</body>
|
|
</html>
|
|
|
|
|
|
|