changeset 21:0af46e75de3c

preliminary version 0.2 - lots of stuff rewritten - new template system - still no access control
author casties
date Thu, 06 Apr 2006 19:13:43 +0200
parents 9884703dae70
children b139f9937e97
files __init__.py css/docuviewer.css
diffstat 2 files changed, 19 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/__init__.py	Fri Dec 23 15:01:29 2005 +0100
+++ b/__init__.py	Thu Apr 06 19:13:43 2006 +0200
@@ -10,3 +10,12 @@
           documentViewer.manage_AddDocumentViewer
           )
         )
+
+    context.registerClass(
+        documentViewer.DocumentViewerTemplate,
+        constructors = (
+          documentViewer.manage_addDocumentViewerTemplateForm,
+          documentViewer.manage_addDocumentViewerTemplate
+          )
+        )
+    
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/css/docuviewer.css	Thu Apr 06 19:13:43 2006 +0200
@@ -0,0 +1,10 @@
+.thumb {
+	padding: 3px;
+}
+.thumbsel {
+	padding: 2px;
+	border: 1px solid blue;
+}
+.thumbcap {
+	color: black;
+}
\ No newline at end of file