Added new option to the web theme app, 'WEB_THEME_VERBOSE_LOGIN' that display a more information on the login screen (version, copyright, logos)

This commit is contained in:
Roberto Rosario
2011-07-02 03:31:32 -04:00
parent a130a2bb31
commit 2ac21bd032
6 changed files with 67 additions and 21 deletions
@@ -0,0 +1,23 @@
{% load i18n %}
<link rel="stylesheet" href="{{ MEDIA_URL }}css/override.css" type="text/css" media="screen" />
<link rel="stylesheet" href="{{ MEDIA_URL }}css/famfamfam-silk-sprite.css" type="text/css" media="screen" />
<p class="tc">
{% trans "Open source, Django based electronic document manager with custom metadata, indexing, tagging, file serving integration and OCR capabilities" %}
</p>
<p class="tc">
<span class="famfam active famfam-world_go"></span><a href="http://bit.ly/mayan-edms">http://bit.ly/mayan-edms</a>
</p>
<p class="tc">
<span class="famfam active famfam-wrench"></span><a href="http://www.github.com/rosarior/mayan/">http://www.github.com/rosarior/mayan/</a>
</p>
<p class="tc">
{% trans "Released under the GPL V3 License" %}
</p>
<div class="tc">
<img src="{{ MEDIA_URL }}images/392336_7079-small.png"/>
</div>
<div class="tc">
<img src="{{ MEDIA_URL }}images/gplv3-127x51.png"/>
<img src="{{ MEDIA_URL }}images/djangopowered126x54.gif"/>
</div>