</div>
-<footer style="vertical-align: bottom">
- <div class="pull-left">
- <a target="_blank" href="http://archiva.apache.org/">Apache Archiva - version</a>
- </div>
- <div class="pull-right">
- Copyright © copyrightRange <a target="_blank" href="http://www.apache.org/">The Apache Software Foundation</a>
- </div>
+<footer id="footer-content" style="vertical-align: bottom">
</footer>
hideElementWithKarma();
checkSecurityLinks();
checkCreateAdminLink();
+ $('#footer-content').html($('#footer-tmpl').tmpl());
}
startArchivaApplication();
})
</div>
</script>
+<script id='footer-tmpl' type='text/x-jquery-tmpl'>
+ <div class="pull-left">
+ <a target="_blank" href="http://archiva.apache.org/">Apache Archiva - ${version}</a>
+ </div>
+ <div class="pull-right">
+ Copyright © ${copyrightRange} <a target="_blank" href="http://www.apache.org/">The Apache Software Foundation</a>
+ </div>
+</script>
+