team4alfanous team mailing list archive
-
team4alfanous team
-
Mailing list archive
-
Message #00345
[Branch ~team4alfanous/alfanous/alfanous-git] Rev 538: Design Social Networks Board for the web interface, fix #169
------------------------------------------------------------
revno: 538
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Tue 2013-01-08 23:33:33 +0100
message:
Design Social Networks Board for the web interface, fix #169
modified:
src/alfanous-django/templates/base.html
--
lp:alfanous
https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git
Your team Alfanous team is subscribed to branch lp:alfanous.
To unsubscribe from this branch go to https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git/+edit-subscription
=== modified file 'src/alfanous-django/templates/base.html'
--- src/alfanous-django/templates/base.html 2013-01-08 14:46:36 +0000
+++ src/alfanous-django/templates/base.html 2013-01-08 22:33:33 +0000
@@ -340,18 +340,19 @@
{% if not params %}
{% block no_request %}
- <br />
+ <br /><br />
+ <div>
+ <a href="https://www.facebook.com/alfanous" title="Facebook" target="_blank"><img src="/static/images/facebook-icon-black.png" alt="{{ _("Facebook") }}" title="{{ _("Facebook") }}" /></a>
+ <a href="https://plus.google.com/111305625425237630318" target="_blank"><img src="/static/images/google-icon-black.png" alt="{{ _("Google Plus") }}" title="{{ _("Google Plus") }}" /> </a>
+ <a href="https://twitter.com/alfanous" target="_blank"> <img src="/static/images/twitter-icon-black.png" alt="{{ _("Twitter") }}" title="{{ _("Twitter") }}" /></a>
+ </div>
+ <!-- <br />
<br />
<div id="vote_btn">
<a class='xbutton gray' href="https://docs.google.com/spreadsheet/viewform?formkey=dEZZaE5fQ0NwQXljU2ZyUmpfLW15SVE6MA#gid=0" target="_blank">{{ _("Please help us improving Alfanous Project, by taking this survey about search features in Holy Quran") }} </a>
- </div><br />
- <br /><br />
- # NEED CSS STYLING for this! General idea "Social networks board"
- <ul>
- <li><a href="https://www.facebook.com/alfanous" title="Facebook" target="_blank">{{ _("@Facebook") }}</a></li>
- <li><a href="https://plus.google.com/111305625425237630318" target="_blank">{{ _("@Google Plus") }}</a></li>
- <li><a href="https://twitter.com/alfanous" target="_blank">{{ _("@Twitter") }}</a></li>
- </ul>
+ </div><br /> -->
+ <br /><br />
+ <br /><br />
{% endblock %}
{% endif %}