<%python scope="global">
- import string, re, time
+ import string, re, time
</%python>
<%args>
- comp
- toc
- title
- version = None
- last_updated = None
- index
- paged
- onepage
- isdynamic
- ext
+ comp
+ toc
+ title
+ version = None
+ last_updated = None
+ index
+ paged
+ onepage
+ isdynamic
+ ext
</%args>
<link href="docs.css" rel="stylesheet" type="text/css"></link>
+<script src="scripts.js"></script>
<div style="position:absolute;left:0px;top:0px;"><a name="top"></a> </div>
width:auto;
}
+.code {
+}
+
+.codepop {
+ font-weight:bold;
+ font-family: verdana, sans-serif;
+ font-size:12px;
+ color:#000000;
+ border:1px solid;
+ padding:10px;
+}
+
+.codepoplink {
+ font-weight:bold;
+ font-family: verdana, sans-serif;
+ font-size:12px;
+ color:#000000;
+ border:1px solid;
+ padding:2px 8px 2px 8px;
+}