From 03e2a2127e1d3f47f4a92fa06fe72577a4c2e95f Mon Sep 17 00:00:00 2001 From: Steve Swanson Date: Thu, 9 Feb 2006 20:05:45 +0000 Subject: [PATCH] XHTML Collaboration Thread template --- .../wgtemplate_default_submission.tmpl | 364 ++++++++++++++++++ 1 file changed, 364 insertions(+) create mode 100644 docs/upgrades/templates-6.9.0/wgtemplate_default_submission.tmpl diff --git a/docs/upgrades/templates-6.9.0/wgtemplate_default_submission.tmpl b/docs/upgrades/templates-6.9.0/wgtemplate_default_submission.tmpl new file mode 100644 index 000000000..6eaeabd6a --- /dev/null +++ b/docs/upgrades/templates-6.9.0/wgtemplate_default_submission.tmpl @@ -0,0 +1,364 @@ +#PBtmpl0000000000000067 + + + +

+
+ +

+ +
+ : + + + + + +
+ :
+ :
+ : + +     [ 1, 2, 3, 4, 5 ] + +
+ + :     [ | ]
+ + + :
+
+
+
+ +
+ +
+ + +
+ +
+ <tmpl_var filename><tmpl_var filename> +
+
+
+
+
+ + +

+
+ + +

+
+ + +

+
+ + +

+
+ + +

+
+ + +
+ + + • + + + + • + + +
+
+ + +
+

+
+
+ + + + + +
+
+ + + + + +
+ +
+ +
+
+
+ : + + + + + +
+ :
+
+
+ :
+ : + +     [ 1, 2, 3, 4, 5 ] + +
+ + :     [ | ]
+ + + :
+
+
+
+
+
+ + + + +
+
+ +
+ + + • + + + + • + + +
+
+
+
+
+ +
+ + + + + +
+
+ +
+ +
+
+
+ : + + + + + +
+ :
+
+
+ :
+ : + +     [ 1, 2, 3, 4, 5 ] + +
+ + :     [ | ]
+ + + :
+
+
+
+
+
+ + + + +
+
+ +
+ + + • + + + + • + + +
+
+
+
+
+
+ +
+ + + + +
+ +
+ + + • + + + + + • + + + + • + + • + + + + + • + + + • + + + + • + + + • + + + + + + + + + +
+ + +~~~ +.defaultSubmissionDetails +{ + float: right; + border: 1px solid #cccccc; + padding: 2px; + margin: 2px; + font-size:9pt; + font-family:arial; +} + +.defaultSubmissionDetails a +{ + color:#29587E; +} + +.postBorder { + border: 1px solid #cccccc; + margin-bottom: 10px; +} +.postBorderCurrent { + border: 3px dotted black; + margin-bottom: 10px; +} +.postSubject { + border-bottom: 1px solid #cccccc; + font-weight: bold; + padding: 3px; + font-family:arial; +} +.postData { + border-bottom: 1px solid #cccccc; + font-size: 9pt; + background-color: #eeeeee; + color: black; + padding: 3px; + font-family:arial; +} +.postControls { + border-top: 1px solid #cccccc; + background-color: #eeeeee; + color: black; + padding: 3px; + font-family:arial; +} +.postMessage { + padding: 3px; +} +.currentThread { + background-color: #eeeeee; +} +.threadHead { + font-weight: bold; + border-bottom: 1px solid #cccccc; + font-size: 9pt; + background-color: #eeeeee; + color: black; + padding: 3px; + font-family:arial; +} +.threadData { + font-size: 11px; + padding: 3px; + font-family:arial; +} + +.postControls +{ + background:#C0C0C0; + display:block; + text-align:right; + padding:3px; + font-size:9pt; + font-family:arial; + margin-top: 1px; +} + +.postControls a +{ + color:white; +} + +.collaborationThreadContent +{ + height:100px; + font-family:arial; + font-size:9pt; +} + +#mainText > .collaborationThreadContent +{ + height:auto; + min-height:100px; +} \ No newline at end of file