book title and org names are always in English
[gitmo/moose-website.git] / lib / Moose / Website / Resource / Templates / about.tt
index 261b086..793a87a 100644 (file)
@@ -2,16 +2,19 @@
 
     [% loc('about body') %]
 
+<div id="code_sample" style="display:none">
+[% INCLUDE 'code/point.tt' %]
+</div>
+
     <h3>[% loc('about new to moose header') %]</h3>
     [% loc('about new to moose body') %]
 
-    <h3>[% loc('about company list header') %]</h3>
-    [% loc('about company list body') %]
+    <h3 id="organizations">[% loc('about organization list header') %]</h3>
+    [% loc('about organization list body') %]
 
-    <ul>
-    [% FOREACH company IN current_page.data.companies.sort('name') %]
-        <li><a href="[% company.url %]">[% company.name %]</a></li>
+    <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 %]
\ No newline at end of file
+[% END %]