[Checkins] SVN: grok/branches/ulif-introspector/src/grok/admin/introspector/views_templates/index.pt Include CSS in standard view.

Uli Fouquet uli at gnufix.de
Tue Jul 1 18:20:15 EDT 2008


Log message for revision 87905:
  Include CSS in standard view.

Changed:
  U   grok/branches/ulif-introspector/src/grok/admin/introspector/views_templates/index.pt

-=-
Modified: grok/branches/ulif-introspector/src/grok/admin/introspector/views_templates/index.pt
===================================================================
--- grok/branches/ulif-introspector/src/grok/admin/introspector/views_templates/index.pt	2008-07-01 22:18:44 UTC (rev 87904)
+++ grok/branches/ulif-introspector/src/grok/admin/introspector/views_templates/index.pt	2008-07-01 22:20:15 UTC (rev 87905)
@@ -1,9 +1,14 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
+          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
       lang="en">
   <head>
     <meta http-equiv="Content-Type"
 	  content="text/html;;charset=utf-8" />
+
+    <link rel="stylesheet" type="text/css"
+	  tal:attributes="href static/grok.css" />
+
     <tal:head content="structure provider:header" />
   </head>
   <body>



More information about the Checkins mailing list