/web/web_template.conf
http://diffkit.googlecode.com/ · Unknown · 170 lines · 159 code · 11 blank · 0 comment · 0 complexity · 6ec8f528dff1298ebf6d00dbea715541 MD5 · raw file
- #
- # 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.
- [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="Diff'ng for tables" />
- <meta name="keywords" content="diff table difference comparison SQL csv" />
- endif::index-only[]
- <link rel="stylesheet" href="{stylesdir=.}/{theme={backend}}.css" type="text/css" />
- <link rel="icon" href="{stylesdir=.}/favicon.png" type="image/png"/>
- ifdef::quirks[]
- <link rel="stylesheet" href="{stylesdir=.}/{theme={backend}}-quirks.css" type="text/css" />
- endif::quirks[]
- <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>
- <title>{doctitle}</title>
- <!-- Google analytics page tracker -->
- <script type="text/javascript">
- var _gaq = _gaq || [];
- _gaq.push(['_setAccount', 'UA-19622725-3']);
- _gaq.push(['_setDomainName', '.diffkit.org']);
- _gaq.push(['_trackPageview']);
- (function() {
- var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
- ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
- })();
- </script>
- <!-- Google analytics outbound tracker -->
- <script type="text/javascript">
- function recordOutboundLink(link, category, action) {
- try {
- var myTracker=_gat._getTrackerByName();
- _gaq.push(['myTracker._trackEvent', ' + category + ', ' + action + ']);
- setTimeout('document.location = "' + link.href + '"', 100)
- }catch(err){}
- }
- </script>
- </head>
- <body{max-width? style="max-width:{max-width}"} class="web">
- <div id="layout-banner">
- <table >
- <tr valign="top">
- <td >
- <img src="img/logo.png" alt="logo.png" />
- </td>
- <td >
- <div id="layout-title">DiffKit</div>
- <div id="layout-description">Diff for tables</div>
- </td>
- </tr>
- </table>
- </div>
- <table id="layout-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="http://code.google.com/p/diffkit/downloads/list">Download</a></div>
- <div>»<a href="quickstart.html">Quick Start</a></div>
- <div>»<a href="userguide.html">User Guide</a></div>
- <div>»<a href="faq.html">FAQ</a></div>
- <div>»<a href="compatibility.html">Compatibility</a></div>
- <div>»<a href="support.html">Support</a></div>
- <div>»<a href="http://blog.diffkit.org/">Blog</a></div>
- <div>»<a href="http://code.google.com/p/diffkit/">Project</a></div>
- <div>»<a href="changelog.html">Changelog</a></div>
- </td>
- <td>
- <div id="layout-content">
- # Article, book header.
- <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>
- <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>