From ad94fbb57f80c133fd213b7e52069d545a70a478 Mon Sep 17 00:00:00 2001 From: Steve Swanson Date: Thu, 9 Feb 2006 20:10:46 +0000 Subject: [PATCH] XHTML In-Out Board template --- .../wgtemplate_iob_template.tmpl | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 docs/upgrades/templates-6.9.0/wgtemplate_iob_template.tmpl diff --git a/docs/upgrades/templates-6.9.0/wgtemplate_iob_template.tmpl b/docs/upgrades/templates-6.9.0/wgtemplate_iob_template.tmpl new file mode 100644 index 000000000..f5389e402 --- /dev/null +++ b/docs/upgrades/templates-6.9.0/wgtemplate_iob_template.tmpl @@ -0,0 +1,89 @@ +#IOB0000000000000000001 + + +

+
+ + +

+
+ +
+ +

+
+ + + + +
+ +
+
+ + + + + + + + class="odd"> + class="odd"> + class="odd"> + class="odd"> + + + +

+ + +~~~ +.fontSettings { + font-family:arial; + font-size:9pt; +} +h2 { + font-family:arial; + margin-top:3px; + margin-bottom:3px; +} +.iob { + +} +.iob td { + font-family:arial; + font-size:9pt; + border:solid silver 1px; +} +.iob td.odd { + background-color:#DADADA; +} +.iob td.noBorder { + border:none; +} +.iob a { + color:#29587E; +} +.pagination { + -moz-box-sizing:border-box; + background:#C0C0C0; + width:100%; + text-align:center; + padding:3px; + font-size:9pt; + font-family:arial; + margin-bottom:5px; +} +.pagination a { + color:white; +}