[Checkins] SVN: grokui.introspector/trunk/src/grokui/introspector/views_templates/code.pt Make the default code browser look more interesting.

Uli Fouquet uli at gnufix.de
Fri Jul 18 17:42:12 EDT 2008


Log message for revision 88555:
  Make the default code browser look more interesting.

Changed:
  U   grokui.introspector/trunk/src/grokui/introspector/views_templates/code.pt

-=-
Modified: grokui.introspector/trunk/src/grokui/introspector/views_templates/code.pt
===================================================================
--- grokui.introspector/trunk/src/grokui/introspector/views_templates/code.pt	2008-07-18 21:41:05 UTC (rev 88554)
+++ grokui.introspector/trunk/src/grokui/introspector/views_templates/code.pt	2008-07-18 21:42:11 UTC (rev 88555)
@@ -6,6 +6,19 @@
 
     <h2>Code</h2>
 
+    <div>
+      Welcome to the GrokUI code browser. Here you can explore the
+      code basis of your runtime system, including packages, modules
+      and classes.
+    </div>
 
+    <div>
+      <a href="zope">Browse the zope package</a>
+    </div>
+
+    <div>
+      <a href="grok">Browse the grok package</a>
+    </div>
+
   </div>
 </html>



More information about the Checkins mailing list