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; +}