diff options
author | Olivier Thauvin <nanardon@mageia.org> | 2010-09-27 10:51:18 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mageia.org> | 2010-09-27 10:51:18 +0000 |
commit | 7c16f1d36bd584c36f187bd0401fb39e94771765 (patch) | |
tree | 2bf89b42bc81f1d4b4f8c557a717cbc25d446195 /root/html/pages | |
parent | 57beda663bb4448ad838b599e5df5bf50375a5cb (diff) | |
download | mgamirrors-7c16f1d36bd584c36f187bd0401fb39e94771765.tar mgamirrors-7c16f1d36bd584c36f187bd0401fb39e94771765.tar.gz mgamirrors-7c16f1d36bd584c36f187bd0401fb39e94771765.tar.bz2 mgamirrors-7c16f1d36bd584c36f187bd0401fb39e94771765.tar.xz mgamirrors-7c16f1d36bd584c36f187bd0401fb39e94771765.zip |
- code base
Diffstat (limited to 'root/html/pages')
-rw-r--r-- | root/html/pages/index.tt | 6 | ||||
-rw-r--r-- | root/html/pages/new/index.tt | 5 |
2 files changed, 11 insertions, 0 deletions
diff --git a/root/html/pages/index.tt b/root/html/pages/index.tt new file mode 100644 index 0000000..f1f0251 --- /dev/null +++ b/root/html/pages/index.tt @@ -0,0 +1,6 @@ +<!-- $Id$ --> +<p>Mageia mirrors database</p> + +<p>Mirror not found ? <a href="[% c.uri_for('/new') %]">register it</a></p> + +[% INCLUDE 'mirrorslist.tt' %] diff --git a/root/html/pages/new/index.tt b/root/html/pages/new/index.tt new file mode 100644 index 0000000..0ef4cfd --- /dev/null +++ b/root/html/pages/new/index.tt @@ -0,0 +1,5 @@ +[% INCLUDE 'new/url_form.tt' %] + +[% IF subtemplate %] +[% INCLUDE $subtemplate %] +[% END %] |