]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/footer.html
Fix OSQA 100, show revision number in the powered bi osqa link, in title attribute.
[osqa.git] / forum / skins / default / templates / footer.html
index 66ea2bc537f93f84346ce90916f9a572a70ab1e5..907669af2ace14078ecda574903c4daf46bd7ba8 100644 (file)
@@ -1,7 +1,6 @@
-<!-- template footer.html -->
 {% load extra_tags %}
 {% load i18n %}
-<!-- 页面底部开始: -->
+
     <div id="ground">
                <div>
                        <div class="footerLinks" >
@@ -21,7 +20,7 @@
                 {% endspaceless %}
                        </div>
                  <p>
-                        <a href="http://osqa.net" target="_blank">
+                        <a href="http://osqa.net" target="_blank" title="OSQA {{ settings.OSQA_VERSION }} ({{ settings.SVN_REVISION }})">
                                powered by OSQA
                         </a>
                  </p>
@@ -32,7 +31,6 @@
                  </a>
                 </div>
        </div>
-       <!-- 页面底部结束: -->
     {% if settings.GOOGLE_ANALYTICS_KEY %}
     <script type="text/javascript">
         var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
@@ -45,4 +43,4 @@
         } catch(err) {}
     </script>
     {% endif %}
-<!-- end template footer.html -->
+