From b97fe63102047417837944148c093d24eccc2ee3 Mon Sep 17 00:00:00 2001
From: Mike Taylor
Date: Wed, 20 Sep 2006 11:39:10 +0000
Subject: [PATCH] Add links to targets beginning with each letter. Put all
menu items into paragraphs.
---
web/htdocs/chrome/menu.mc | 29 +++++++++++++++++++----------
1 file changed, 19 insertions(+), 10 deletions(-)
diff --git a/web/htdocs/chrome/menu.mc b/web/htdocs/chrome/menu.mc
index 4fbdc4c..1803f09 100644
--- a/web/htdocs/chrome/menu.mc
+++ b/web/htdocs/chrome/menu.mc
@@ -1,14 +1,23 @@
-%# $Id: menu.mc,v 1.4 2006-09-19 16:29:46 mike Exp $
- Home
- Test all targets
- Find a target
- Add a target
-
-
-
+ Home
+ Test all targets
+ Find a target
+ Add a target
+
+
+ Show targets
+
+% foreach my $i ('a' .. 'z') {
+ <% uc($i) %>
+% }
+
+
+
-
-
+
+
--
1.7.10.4