From beb039f2c2aea1a18363f57e789a3dc84238e5de Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Sun, 3 Oct 2010 16:36:52 +0000 Subject: - add missing files --- root/html/includes/menu.tt | 1 + root/html/pages/distrib/index.tt | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 root/html/includes/menu.tt create mode 100644 root/html/pages/distrib/index.tt diff --git a/root/html/includes/menu.tt b/root/html/includes/menu.tt new file mode 100644 index 0000000..0130693 --- /dev/null +++ b/root/html/includes/menu.tt @@ -0,0 +1 @@ + diff --git a/root/html/pages/distrib/index.tt b/root/html/pages/distrib/index.tt new file mode 100644 index 0000000..9102db0 --- /dev/null +++ b/root/html/pages/distrib/index.tt @@ -0,0 +1,34 @@ + + +
+[% FOREACH ver = c.model('Mirrors').version_list.keys.sort %] +[% IF loop.first %] + +[% END %] +[% END %] + +[% FOREACH arch = c.model('Mirrors').arch_list.keys.sort %] +[% IF loop.first %] + +[% END %] +[% END %] + + +
+[% c.prototype.observe_form( 'distform', { + url => c.uri_for('list'), + update => 'distlist', + frequency => 1, +} ) %] + +
+[% INCLUDE 'distrib/distrib.tt' %] +
-- cgit v1.2.1