[Checkins] SVN: grok/branches/ulif-introspector/src/grok/admin/introspector/views_templates/ Make a starting page for the introspector.

Uli Fouquet uli at gnufix.de
Tue Jul 1 18:52:41 EDT 2008


Log message for revision 87909:
  Make a starting page for the introspector.

Changed:
  U   grok/branches/ulif-introspector/src/grok/admin/introspector/views_templates/index.pt
  U   grok/branches/ulif-introspector/src/grok/admin/introspector/views_templates/overview.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:35:42 UTC (rev 87908)
+++ grok/branches/ulif-introspector/src/grok/admin/introspector/views_templates/index.pt	2008-07-01 22:52:41 UTC (rev 87909)
@@ -13,10 +13,32 @@
   </head>
   <body>
 
+    <div id="banner">
+      <a href="/" id="logo"
+	 tal:attributes="href python:view.url(context)">
+	<img alt="Grok" height="40"
+	     tal:attributes="src static/grok-admin.jpg" />
+      </a>
+    </div>
+
+    <div id="logout">
+      <span i18n:translate="">User:
+      <span tal:replace="request/principal/title"
+	    i18n:name="user_title">User</span>
+      </span>
+    </div>
+
+    <div id="breadcrumbs">
+      <div id="banner-shadow">
+	&nbsp;
+      </div>
+    </div>
+
     <div id="top">
       <tal:header content="structure provider:top" />
     </div>
-    <div id="main">
+
+    <div id="main" class="docgrok-annotation1">
       <tal:left content="structure provider:main" />
     </div>
     <div id="footer">

Modified: grok/branches/ulif-introspector/src/grok/admin/introspector/views_templates/overview.pt
===================================================================
--- grok/branches/ulif-introspector/src/grok/admin/introspector/views_templates/overview.pt	2008-07-01 22:35:42 UTC (rev 87908)
+++ grok/branches/ulif-introspector/src/grok/admin/introspector/views_templates/overview.pt	2008-07-01 22:52:41 UTC (rev 87909)
@@ -1 +1,25 @@
 <h1>The Grok Introspector</h1>
+
+<h2>Registries</h2>
+
+<div class="docgrok-annotation1">
+  <a tal:attributes="href string:registries">
+    Browse the registries (utilitites, adapters, etc.)
+  </a>
+</div>
+
+<h2>Code</h2>
+
+<div class="docgrok-annotation1">
+  <a tal:attributes="href string:code">
+    Browse classes, packages and other filesystem based information
+  </a>
+</div>
+
+<h2>ZODB</h2>
+
+<div class="docgrok-annotation1">
+  <a tal:attributes="href string:db">
+    Browse the ZODB
+  </a>
+</div>



More information about the Checkins mailing list