From ebea64b0a173e945439a89924d7dda32310665f0 Mon Sep 17 00:00:00 2001 From: Steve Swanson Date: Thu, 9 Feb 2006 20:19:26 +0000 Subject: [PATCH] XHTML Collaboration template --- .../wgtemplate_title_link_list.tmpl | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 docs/upgrades/templates-6.9.0/wgtemplate_title_link_list.tmpl diff --git a/docs/upgrades/templates-6.9.0/wgtemplate_title_link_list.tmpl b/docs/upgrades/templates-6.9.0/wgtemplate_title_link_list.tmpl new file mode 100644 index 000000000..89562af9e --- /dev/null +++ b/docs/upgrades/templates-6.9.0/wgtemplate_title_link_list.tmpl @@ -0,0 +1,66 @@ +#wCIc38CvNHUK7aY92Ww4SQ + + + +

+
+ + +

+
+ + + +

+ + + +

+ + + + + []
+
+ + + + + + []
+
+
+
+
+ · target="_blank" class="linkTitle">
+ + + + +

+ + +~~~ +.linkTitle{ + font-family:arial; + font-size:9pt; + color:#29587E; +} + +.linkTitle:hover +{ + background-color:#FFFFDF; +} + +.linkTitleContent +{ + -moz-box-sizing:border-box; + border:solid silver 1px; + border-bottom:solid silver 2px; + margin-top:1px; + margin-left:10px; + padding:2px; + font-family:arial; + font-size:9pt; + display:block; +}