Changed all headers to <h1>
authorJef van Schendel <jefvanschendel@gmail.com>
Fri, 13 May 2011 20:34:10 +0000 (15:34 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 13 May 2011 20:34:10 +0000 (15:34 -0500)
mediagoblin/templates/mediagoblin/auth/login.html
mediagoblin/templates/mediagoblin/auth/login.html~
mediagoblin/templates/mediagoblin/base.html~
mediagoblin/templates/mediagoblin/media_details.html~
mediagoblin/templates/mediagoblin/root.html~
mediagoblin/templates/mediagoblin/submit/start.html
mediagoblin/templates/mediagoblin/submit/start.html~
mediagoblin/templates/mediagoblin/user_pages/media.html
mediagoblin/templates/mediagoblin/user_pages/media.html~ [new file with mode: 0644]
mediagoblin/templates/mediagoblin/user_pages/user.html
mediagoblin/templates/mediagoblin/user_pages/user.html~ [new file with mode: 0644]

index d5a5ddef710e61936cb5931379078b50039f1212..47b8393d9c2839042a8e247c2a0c612abea19a22 100644 (file)
@@ -20,7 +20,7 @@
 {% import "/mediagoblin/utils/wtforms.html" as wtforms_util %}
 
 {% block mediagoblin_content %}
-  <h2>Login:</h2>
+  <h1>Login:</h1>
 
   <form action="{{ request.urlgen('mediagoblin.auth.login') }}"
         method="POST" enctype="multipart/form-data">
index 19d9090759034737c5c22733d90727ed6ead1df1..d5a5ddef710e61936cb5931379078b50039f1212 100644 (file)
@@ -33,7 +33,7 @@
       {{ wtforms_util.render_table(login_form) }}
       <tr>
         <td></td>
-        <td><input type="submit" value="submit" /></td>
+        <td><input type="submit" value="submit" class="button_green"/></td>
       </tr>
     </table>
 
index 07be3c47b7f11bb79731a0881be362dacf6fff91..d73d8c20df66533a298150698d4fe03604bedaff 100644 (file)
@@ -23,8 +23,6 @@
   </head>
 
   <body>
-    <h1>GNU MediaGoblin at your duty!</h1>
-    <!-- OLD CODE HERE
     {% block mediagoblin_body %}
       {% block mediagoblin_header %}
         <table id="mediagoblin_header">
@@ -67,6 +65,6 @@
         {% block mediagoblin_content %}
         {% endblock mediagoblin_content %}
       </div>
-    {% endblock mediagoblin_body %}-->
+    {% endblock mediagoblin_body %}
   </body>
 </html>
index 1b02c809177305a53183f79089a9d49cf5f1c0e4..bd63a28902045e700514f991d6b8f96e32519b37 100644 (file)
@@ -20,7 +20,7 @@
 
   {# temporarily, an "image gallery" that isn't one really ;) #}
   {% if media %}
-    <h2>Media details for {{media.title}}</h2>
+    <h1>Media details for {{media.title}}</h1>
     <div>
       <img src="{{ request.app.public_store.file_url(
                     media.media_files.main) }}" />
index fa78bda2e614b9569e41f331d4101c2109152058..e2b2730a888437dde9a0f3137336cc0da41519ba 100644 (file)
@@ -19,7 +19,7 @@
 
 {% block mediagoblin_content %}
   
-  <h2>{% trans %}Welcome to GNU MediaGoblin!{% endtrans %}</h2>
+  <h1>{% trans %}Welcome to GNU MediaGoblin!{% endtrans %}</h1>
 
   {% if request.user %}
   <p>
index 21a7ed4ec13c2b5576e21f6c4fadd6c30b8b8b2d..8b446417295ed1a23d4a3d58228a1afdb1cfaf5b 100644 (file)
@@ -20,7 +20,7 @@
 {% import "/mediagoblin/utils/wtforms.html" as wtforms_util %}
 
 {% block mediagoblin_content %}
-  <h2>Submit yer media</h2>
+  <h1>Submit yer media</h1>
 
   <form action="{{ request.urlgen('mediagoblin.submit.start') }}"
         method="POST" enctype="multipart/form-data">
index 562d90508fd113d93691e9ce4aa660ad7f460893..21a7ed4ec13c2b5576e21f6c4fadd6c30b8b8b2d 100644 (file)
@@ -28,7 +28,7 @@
       {{ wtforms_util.render_table(submit_form) }}
       <tr>
         <td></td>
-        <td><input type="submit" value="submit" /></td>
+        <td><input type="submit" value="submit" class="button_green" /></td>
       </tr>
     </table>
   </form>
index 08cc9251c605d597ffce95eae63ff48534bb14af..e07cee445f87076a9030fb18ea1c9adac0c62b26 100644 (file)
 
   {# temporarily, an "image gallery" that isn't one really ;) #}
   {% if media %}
-  <h2>Media details for <a 
+  <h1>Media details for <a 
              href="{{ request.urlgen('mediagoblin.user_pages.user_home',
              user= media.uploader.username) }}">{{media.uploader.username}}</a>
              / {{media.title}}
-  </h2>
+  </h1>
   <div>
     <img src="{{ request.app.public_store.file_url(
                   media.media_files.main) }}" />
diff --git a/mediagoblin/templates/mediagoblin/user_pages/media.html~ b/mediagoblin/templates/mediagoblin/user_pages/media.html~
new file mode 100644 (file)
index 0000000..08cc925
--- /dev/null
@@ -0,0 +1,41 @@
+{#
+# GNU MediaGoblin -- federated, autonomous media hosting
+# Copyright (C) 2011 Free Software Foundation, Inc
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#}
+{% extends "mediagoblin/base.html" %}
+{% block mediagoblin_content %}
+
+  {# temporarily, an "image gallery" that isn't one really ;) #}
+  {% if media %}
+  <h2>Media details for <a 
+             href="{{ request.urlgen('mediagoblin.user_pages.user_home',
+             user= media.uploader.username) }}">{{media.uploader.username}}</a>
+             / {{media.title}}
+  </h2>
+  <div>
+    <img src="{{ request.app.public_store.file_url(
+                  media.media_files.main) }}" />
+
+          <br/>Uploaded on {{ "%4d-%02d-%02d"|format(media.created.year,
+             media.created.month,media.created.day)}} by <a 
+             href="{{ request.urlgen('mediagoblin.user_pages.user_home',
+                   user= media.uploader.username) }}">{{media.uploader.username}}</a>
+          <br/>Description: {{media.description}}
+  </div>
+  {% else %}
+  <p>Sorry, no such media found.<p/>
+  {% endif %}
+{% endblock %}    
index 85f05e082fff392e3cbbf28e91244af0c84a0a10..5c8692fc273a66d91dcb9df3900ed2ea280a7320 100644 (file)
@@ -18,7 +18,7 @@
 {% extends "mediagoblin/base.html" %}
 {% block mediagoblin_content -%}
   {% if user %}
-    <h2>User page for '{{ user.username }}'</h2>
+    <h1>User page for '{{ user.username }}'</h1>
 
     {#- Should we outsource such a media 'gallery' view to it's own file?
         It could be useful for the home page and other views too -#}
diff --git a/mediagoblin/templates/mediagoblin/user_pages/user.html~ b/mediagoblin/templates/mediagoblin/user_pages/user.html~
new file mode 100644 (file)
index 0000000..4ae7986
--- /dev/null
@@ -0,0 +1,39 @@
+{#
+# GNU MediaGoblin -- federated, autonomous media hosting
+# Copyright (C) 2011 Free Software Foundation, Inc
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#}
+{% extends "mediagoblin/base.html" %}
+{% block mediagoblin_content -%}
+  {% if user %}
+    <h1>User page for '{{ user.username }}'</h1s>
+
+    {#- Should we outsource such a media 'gallery' view to it's own file?
+        It could be useful for the home page and other views too -#}
+    <ul>
+      {%- for entry in media_entries %}
+      <li>
+        <a href="{{ request.urlgen('mediagoblin.user_pages.media_home',
+                 user= entry.uploader.username, m_id= entry._id) }}">
+          <img src="{{ request.app.public_store.file_url(
+                    entry['media_files']['thumb']) }}" /></a>
+      </li>
+      {%- endfor %}
+    </ul>
+  {% else %}
+    {# This *should* not occur as the view makes sure we pass in a user. #}
+    <p>Sorry, no such user found.<p/>
+  {% endif %}
+{% endblock %}