From: Mike Taylor
Date: Wed, 20 Sep 2006 11:39:10 +0000 (+0000)
Subject: Add links to targets beginning with each letter.
X-Git-Tag: CPAN-v1.02~54^2~1037
X-Git-Url: http://jsfdemo.indexdata.com/cgi-bin?a=commitdiff_plain;h=54083e37fbb4c447d262b7af380fce2f834a46b0;p=irspy-moved-to-github.git
Add links to targets beginning with each letter.
Put all menu items into paragraphs.
---
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) %>
+% }
+
+
+
-
-
+
+