|
@@ -54,8 +54,10 @@
|
54
|
54
|
<%def name="title()"> </%def>
|
55
|
55
|
|
56
|
56
|
<%def name="footer()">
|
57
|
|
- <div class="footer hidden-tablet hidden-phone">
|
58
|
|
- <p>Copyright © pod project ${h.current_year()}</p>
|
|
57
|
+ <div class="footer hidden-tablet hidden-phone text-center">
|
|
58
|
+ <p class="pod-blue"><i>${_("Using pod, you can: search a job, manage projects, track and manage clients and prospects, document processes and knowledge, ...")}</i></p>
|
|
59
|
+ <hr style="width: 50%; margin: 0.5em auto;"/>
|
|
60
|
+ <p>Copyright © 2013 - ${h.current_year()} pod project.</p>
|
59
|
61
|
</div>
|
60
|
62
|
</%def>
|
61
|
63
|
|
|
@@ -146,7 +148,7 @@
|
146
|
148
|
|
147
|
149
|
|
148
|
150
|
% endif
|
149
|
|
-
|
|
151
|
+
|
150
|
152
|
% if request.identity and request.identity['repoze.who.userid']=='damien@accorsi.info':
|
151
|
153
|
<li class="dropdown">
|
152
|
154
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Admin <b class="caret"></b></a>
|
|
@@ -169,6 +171,11 @@
|
169
|
171
|
% endif
|
170
|
172
|
</ul>
|
171
|
173
|
<ul class="nav pull-right">
|
|
174
|
+ <li>
|
|
175
|
+ <a href="${tg.url('/about')}"><i class="fa fa-question"></i> ${_('About')}</a>
|
|
176
|
+ </li>
|
|
177
|
+
|
|
178
|
+
|
172
|
179
|
% if not request.identity:
|
173
|
180
|
<li class="dropdown">
|
174
|
181
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-user"></i> Login</a>
|