1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=@(charset)">
<title>@(header_title)</title>
<link href="css/default.css" rel="stylesheet" type="text/css" title="Talk">
<link rel="contents" href="toc.html" title="@(toc)">
<link rel="start" href="slide_01.html" title="@(start)">
@(rel_previous)
@(rel_next)
<script type="text/javascript" language="JavaScript1.2" src="pylize.js">
</script>
<noscript>
<style type="text/css">
<!--
.delayed {
visibility: visible;
}
-->
</style>
</noscript>
<script type="text/javascript" language="JavaScript1.2" src="keymap.js">
</script>
</head>
<body onload="initPage()">
<!-- start body area -->
<div id="body">
<!-- start page header -->
<div id="header">
<div id="headercontents">
<table>
<tr>
<td class="logo">
@(logo_link)
<td>
<td class="pagetitle">
@(pagetitle)
@(pagesubtitle)
</td>
</tr>
</table>
</div>
</div>
<!-- end page header -->
<!-- start page content area -->
<div id="content">
@(content)
</div>
<!-- end page content area -->
</div>
<!-- end body (header + content)-->
<!-- start page footer -->
<div id="footer">
<table class="footer">
<tr>
<td class="footer-info">
<i>@(title)</i>
</td>
<td width="33%" class="footer-count">
@(progress_bar)
</td>
</td>
</td>
</tr>
<tr>
<td class="footer-info">
@(author_link) (@(date))
</td>
<td class="footer-nav">
@(nav_buttons)
</td>
<td class="footer-org" align="right">
@(org_link)
</td>
</tr>
</table>
</div>
<!-- end page footer -->
</body>
</html>
|