forked from KolibriOS/kolibrios
156 lines
5.3 KiB
Plaintext
156 lines
5.3 KiB
Plaintext
|
#
|
||
|
# AsciiDoc website.
|
||
|
# Three division table based layout (layout1).
|
||
|
#
|
||
|
# +-----------------------------------------------------+
|
||
|
# | #layout-banner |
|
||
|
# +--------------+--------------------------------------+
|
||
|
# | | |
|
||
|
# | | |
|
||
|
# | #layout-menu | #layout-content |
|
||
|
# | | |
|
||
|
# | | |
|
||
|
# | | |
|
||
|
# +--------------+--------------------------------------+
|
||
|
#
|
||
|
# - The #layout-menu and #layout-content divisions are contained in a
|
||
|
# two cell table.
|
||
|
# I would be nice to use pure CSS for the layout but the table is better for
|
||
|
# this layout because:
|
||
|
#
|
||
|
# * The column widths automatically size to fit column width (specifically
|
||
|
# the #layout-menu)
|
||
|
# * The column heights automatically size to the tallest.
|
||
|
#
|
||
|
# - The #layout-content division is a container for AsciiDoc page documents.
|
||
|
# - Documents rendered in the #layout-content use the standard AsciiDoc
|
||
|
# xhtml11 backend stylesheets.
|
||
|
|
||
|
[specialwords]
|
||
|
monospacedwords=(?u)\\?\basciidoc\(1\) (?u)\\?\ba2x\(1\)
|
||
|
|
||
|
[header]
|
||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
||
|
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset={encoding}" />
|
||
|
<meta name="generator" content="AsciiDoc {asciidoc-version}" />
|
||
|
ifdef::index-only[]
|
||
|
<meta name="description" content="Text based document generation" />
|
||
|
<meta name="keywords" content="text to HTML, text to DocBook, text to XML, AsciiDoc" />
|
||
|
endif::index-only[]
|
||
|
<link rel="stylesheet" href="{stylesdir=.}/{theme={backend}}.css" type="text/css" />
|
||
|
{doctype-manpage}<link rel="stylesheet" href="{stylesdir=.}/{theme={backend}}-manpage.css" type="text/css" />
|
||
|
<link rel="stylesheet" href="{stylesdir=.}/{theme={backend}}-quirks.css" type="text/css" />
|
||
|
<link rel="stylesheet" href="{stylesdir=.}/layout1.css" type="text/css" />
|
||
|
<script type="text/javascript">
|
||
|
/*<![CDATA[*/
|
||
|
window.onload = function()\{asciidoc.footnotes();{toc? asciidoc.toc({toclevels});}\}
|
||
|
/*]]>*/
|
||
|
</script>
|
||
|
<script type="text/javascript" src="{scriptsdir=.}/asciidoc-xhtml11.js"></script>
|
||
|
ifdef::asciimath[]
|
||
|
<script type="text/javascript" src="{scriptsdir=.}/ASCIIMathML.js"></script>
|
||
|
endif::asciimath[]
|
||
|
ifdef::latexmath[]
|
||
|
<script type="text/javascript" src="{scriptsdir=.}/LaTeXMathML.js"></script>
|
||
|
endif::latexmath[]
|
||
|
<title>{doctitle}</title>
|
||
|
</head>
|
||
|
<body{max-width? style="max-width:{max-width}"}>
|
||
|
<div id="layout-banner">
|
||
|
<div id="layout-title">AVRA</div>
|
||
|
<div id="layout-description">Assember for the Atmel AVR microcontroller family</div>
|
||
|
</div>
|
||
|
<table>
|
||
|
<tr valign="top">
|
||
|
<td id="layout-menu">
|
||
|
<div>»<a href="index.html">Home</a></div>
|
||
|
<div>»<a href="README.html">Readme</a></div>
|
||
|
<div>»<a href="downloads.html">Downloads</a></div>
|
||
|
<div>»<a href="ChangeLog.html">ChangeLog</a></div>
|
||
|
<div>»<a href="http://sourceforge.net/projects/avra">Sourceforge</a></div>
|
||
|
<div id="page-source">»<a href="{eval:os.path.basename('{infile}')}">Page Source</a></div>
|
||
|
</td>
|
||
|
<td>
|
||
|
<div id="layout-content">
|
||
|
# Article, book header.
|
||
|
ifndef::doctype-manpage[]
|
||
|
<div id="header">
|
||
|
<h1>{doctitle}</h1>
|
||
|
<span id="author">{author}</span><br />
|
||
|
<span id="email"><tt><<a href="mailto:{email}">{email}</a>></tt></span><br />
|
||
|
{authored}<span id="revision">version {revnumber}{revdate?,}</span>
|
||
|
{authored}{revdate}
|
||
|
ifdef::toc[]
|
||
|
<div id="toc">
|
||
|
<div id="toctitle">Table of Contents</div>
|
||
|
<noscript><p><b>JavaScript must be enabled in your browser to display the table of contents.</b></p></noscript>
|
||
|
</div>
|
||
|
endif::toc[]
|
||
|
</div>
|
||
|
endif::doctype-manpage[]
|
||
|
# Man page header.
|
||
|
ifdef::doctype-manpage[]
|
||
|
<div id="header">
|
||
|
<h1>
|
||
|
{doctitle} Manual Page
|
||
|
</h1>
|
||
|
ifdef::toc[]
|
||
|
<div id="toc">
|
||
|
<div id="toctitle">Table of Contents</div>
|
||
|
<noscript><p><b>JavaScript must be enabled in your browser to display the table of contents.</b></p></noscript>
|
||
|
</div>
|
||
|
endif::toc[]
|
||
|
<h2>NAME</h2>
|
||
|
<div class="sectionbody">
|
||
|
<p>{manname} -
|
||
|
{manpurpose}
|
||
|
</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
endif::doctype-manpage[]
|
||
|
<div id="content">
|
||
|
|
||
|
[footer]
|
||
|
</div>
|
||
|
{disable-javascript%<div id="footnotes"><hr /></div>}
|
||
|
<div id="footer">
|
||
|
<div id="footer-text">
|
||
|
Version {revnumber}<br />
|
||
|
Last updated {localdate} {localtime}
|
||
|
</div>
|
||
|
ifdef::badges[]
|
||
|
<div id="footer-badges">
|
||
|
ifdef::textonly[]
|
||
|
Valid <a href="http://validator.w3.org/check?uri=referer">XHTML</a>
|
||
|
and <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a>.
|
||
|
endif::textonly[]
|
||
|
ifndef::textonly[]
|
||
|
<a href="http://validator.w3.org/check?uri=referer">
|
||
|
<img style="border:0;width:88px;height:31px"
|
||
|
src="http://www.w3.org/Icons/valid-xhtml11-blue"
|
||
|
alt="Valid XHTML 1.1" height="31" width="88" />
|
||
|
</a>
|
||
|
<a href="http://jigsaw.w3.org/css-validator/">
|
||
|
<img style="border:0;width:88px;height:31px"
|
||
|
src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
|
||
|
alt="Valid CSS!" />
|
||
|
</a>
|
||
|
<a href="http://www.mozilla.org/products/firefox/">
|
||
|
<img style="border:none; width:110px; height:32px;"
|
||
|
src="http://www.spreadfirefox.com/community/images/affiliates/Buttons/110x32/safer.gif"
|
||
|
alt="Get Firefox!" />
|
||
|
</a>
|
||
|
endif::textonly[]
|
||
|
</div>
|
||
|
endif::badges[]
|
||
|
</div>
|
||
|
</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|