diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2008-11-05 09:50:20 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-05 09:50:20 +0000 |
| commit | 3feb0b288be437210ae10f0fbdb9fc14e6c252a8 (patch) | |
| tree | 6d8fd779a052d52a4381431c50b9c9a161a33655 /core/views | |
| parent | ae00f739445717885e2fc82e241bae38b7e58d44 (diff) | |
Add info section with MPTT graphs
Diffstat (limited to 'core/views')
| -rw-r--r-- | core/views/welcome.html.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php index 4bd0ef90..af4cb68b 100644 --- a/core/views/welcome.html.php +++ b/core/views/welcome.html.php @@ -132,6 +132,7 @@ <ul id="tabs"> <li><a href="javascript:show('#configuration')">Configuration</a></li> <li><a href="javascript:show('#actions')">Actions</a></li> + <li><a href="javascript:show('#info')">Info</a></li> <li><a href="javascript:show('#docs')">Docs</a></li> </ul> @@ -161,6 +162,16 @@ </ul> </div> + <div id="info" class="activity"> + <ul> + <li> <?= html::anchor("welcome/mptt&type=text", "MPTT tree (text)") ?> </li> + <li> + <?= html::anchor("welcome/mptt", "MPTT tree (graph)") ?> + <i>(requires /usr/bin/dot from the graphviz package)</i> + </li> + </ul> + </div> + <div id="docs" class="activity"> <ul> <li> |
