okay, new approach based on feedback from the cabal
[gitmo/moose-website.git] / lib / Moose / Website / Resource / Templates / download.tt
index a55613c..bd125de 100644 (file)
@@ -1,27 +1,23 @@
-[% WRAPPER 'wrapper/sub_page.tt' %]
+[% WRAPPER 'wrapper/root.tt' %]
 
-    <h2>[% loc('download header') %]</h2>
-
-    <h3>[% loc('download cpan header') %]</h3>
-
-    <p>[% loc('download cpan body') %]</p>
-
-    <ul>
-        [% FOREACH module IN current_page.data.CPAN %]
-        <li><a target="_blank" href="[% module.url %]">[% module.name %]</a> &mdash; [% loc("download info " _ module.name) %]</li>
-        [% END %]
-    </ul>
+    <p>[% loc('download body') %]</p>
+    <p>
+        <ul>
+            [% FOREACH module IN current_page.data.CPAN %]
+            <li><a href="[% module.url %]">[% module.name %]</a> &mdash; [% loc("download info " _ module.name) %]</li>
+            [% END %]
+        </ul>
+    </p>
 
     <h3>[% loc('download git header') %]</h3>
-
     <p>[% loc('download git body') %]</p>
-
-    <ul>
-        <li>[% loc('download git public') %] &mdash; [% current_page.data.git.public %]</li>
-        <li>[% loc('download git commiter') %] &mdash; [% current_page.data.git.commiter %]</li>
-        <li><a target="_blank" href="[% current_page.data.git.web_view %]">[% loc('download git web view') %]</a></li>
-        <li><a target="_blank" href="[% current_page.data.git.github %]">[% loc('download github mirror') %]</a></li>
-    </ul>
-
+    <p>
+        <ul>
+            <li>[% loc('download git public') %] &mdash; [% current_page.data.git.public %]</li>
+            <li>[% loc('download git commiter') %] &mdash; [% current_page.data.git.commiter %]</li>
+            <li><a href="[% current_page.data.git.web_view %]">[% loc('download git web view') %]</a></li>
+            <li><a href="[% current_page.data.git.github %]">[% loc('download github mirror') %]</a></li>
+        </ul>
+    </p>
 
 [% END %]
\ No newline at end of file