book title and org names are always in English
[gitmo/moose-website.git] / lib / Moose / Website / Resource / Templates / about.tt
index 1ecc620..793a87a 100644 (file)
@@ -1,15 +1,20 @@
-[% WRAPPER 'wrapper/sub_page.tt' %]
+[% WRAPPER 'wrapper/root.tt' %]
 
-    <h2>[% loc('about header') %]</h2>
-    <p>[% loc('about body') %]</p>
+    [% loc('about body') %]
 
-    <h3>[% loc('about company list header') %]</h3>
-    <p>[% loc('about company list body') %]</p>
+<div id="code_sample" style="display:none">
+[% INCLUDE 'code/point.tt' %]
+</div>
 
-    <ul>
-        [% FOREACH company IN current_page.data.companies %]
-            <li><a href="[% company.url %]">[% company.name %]</a></li>
-        [% END %]
-    </ul>
+    <h3>[% loc('about new to moose header') %]</h3>
+    [% loc('about new to moose body') %]
+
+    <h3 id="organizations">[% loc('about organization list header') %]</h3>
+    [% loc('about organization list body') %]
 
-[% END %]
\ No newline at end of file
+    <ul xml:lang="en">
+    [% FOREACH org IN current_page.data.organizations.sort('name') %]
+        <li><a href="[% org.url %]">[% org.name %]</a></li>
+    [% END %]
+    </ul>
+[% END %]