From 3b65fa0f95ef6576fbdd5102cf46438503c2e51a Mon Sep 17 00:00:00 2001 From: Steve Swanson Date: Thu, 9 Feb 2006 20:09:50 +0000 Subject: [PATCH] XHTML Collaboration Post Form template --- .../wgtemplate_iob_report_template.tmpl | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 docs/upgrades/templates-6.9.0/wgtemplate_iob_report_template.tmpl diff --git a/docs/upgrades/templates-6.9.0/wgtemplate_iob_report_template.tmpl b/docs/upgrades/templates-6.9.0/wgtemplate_iob_report_template.tmpl new file mode 100644 index 000000000..6709bc773 --- /dev/null +++ b/docs/upgrades/templates-6.9.0/wgtemplate_iob_report_template.tmpl @@ -0,0 +1,66 @@ +#IOB0000000000000000002 + +

In/Out Board Report

+
+
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +~~~ +.fontSettings { + font-family:arial; + font-size:9pt; +} +h2 { + font-family:arial; + margin-top:3px; + margin-bottom:3px; +} +.iob td { + font-family:arial; + font-size:9pt; + border:solid silver 1px; +} +.iob a { + color:#29587E; +} +.iob .formDescription { + background-color:#DADADA; +} +.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; +} \ No newline at end of file