DIR : /home/kozerus/public_html/pn/uize/site-source/examples/source-code/~SOURCE-CODE-TEMPLATE.html.jst
/home/kozerus/public_html/pn/uize/site-source/examples/source-code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@ required ('Uize.Doc.Simple') %>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><% .title %> - HTML Source Code | UIZE JavaScript Framework</title>
<meta name="keywords" content="UIZE JavaScript Framework HTML example source code"/>
<meta name="description" content="This is the source code for the <% .title %> example"/>
<link rel="alternate" type="application/rss+xml" title="UIZE JavaScript Framework - Latest News" href="http://www.uize.com/latest-news.rss"/>
<link rel="stylesheet" href="../../css/page.css"/>
<link rel="stylesheet" href="../../css/page.source.css"/>
</head>
<body>
<script type="text/javascript" src="../../js/Uize.js"></script>
<h1 class="document-title">
<a id="page-homeLink" href="../../index.html" title="UIZE JavaScript Framework home"></a>
SOURCE CODE: <% .title %>
<div id="page-actions" class="pageActions">
<a href="../<% .sourceFilename %>" class="buttonLink">VIEW EXAMPLE</a>
</div>
</h1>
<pre>
<%= Uize.Doc.Simple.toSampleCode (input.body) %>
</pre>
<script type="text/javascript">
Uize.require (
'UizeSite.Page.library',
function () {(window.page = UizeSite.Page ()).wireUi ()}
);
</script>
</body></html>
//