Changeset c71c8b in indico for indico/MaKaC/webinterface/tpls/Footer.CERN.tpl
- Timestamp:
- 02/02/10 19:02:23 (3 years ago)
- Branches:
- master, burotel, hello-world-walkthrough, ipv6, new-webex, prov-dual-interface, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 4c7d4152dff271ba5df5a8606605969cab454080
- Children:
- 18b968
- Parents:
- a7e55b
- git-author:
- Pedro Ferreira <jose.pedro.ferreira@…> (02/02/10 17:50:58)
- git-committer:
- Pedro Ferreira <jose.pedro.ferreira@…> (02/02/10 19:02:23)
- File:
-
- 1 edited
-
indico/MaKaC/webinterface/tpls/Footer.CERN.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/webinterface/tpls/Footer.CERN.tpl
rd6189d rc71c8b 18 18 <% if isFrontPage: %> 19 19 <div id="policyOfUse"> 20 <h1> Policy of Use</h1>21 If you want to use it for CERN-related projects, please contact <a href="mailto:indico-support@cern.ch"> Indico support</a>.20 <h1><%= _("Policy of Use")%></h1> 21 <%= _("If you want to use it for CERN-related projects, please contact")%> <a href="mailto:indico-support@cern.ch"> <%= _("Indico support")%></a><%= _(""". 22 22 Non-CERN institutes may install the Indico software locally under GNU General Public License 23 (see the <a href="http://cern.ch/indico">project web site</a>).23 (see the""")%> <a href="http://cern.ch/indico"><%= _("project web site")%></a>). 24 24 </div> 25 25 <% end %> 26 26 27 27 <div id="poweredBy" class="footer<% if dark == True: %> footerDark<% end %>"> 28 29 <div style="margin-bottom: 15px; font-family: monospace; font-size: 10px;"> 30 <% if shortURL != "" and not isFrontPage: %> 31 <div><%= shortURL %></div> 32 <% end %> 33 34 <% if modificationDate != "": %> 35 <div><%= _("Last modified: ") + modificationDate %></div> 36 <% end %> 37 </div> 38 28 39 <a href="http://www.cern.ch"> 29 <img src="<%= systemIcon("cern_small") %>" alt="Indico - Integrated Digital Conference"/>40 <img src="<%= systemIcon("cern_small") %>" alt="<%= _("Indico - Integrated Digital Conference")%>" style="vertical-align: middle; margin-right: 12px;"/> 30 41 </a> 31 Powered by CERN32 42 <span style="vertical-align: middle;"><%= _("Powered by ")%><a href="http://cdsware.cern.ch/indico/">CDS Indico</a></span> 43 33 44 <% if Configuration.Config.getInstance().getWorkerName()!="": %> 34 45 <span style="display: none;"><%= Configuration.Config.getInstance().getWorkerName() %></span> 35 46 <% end %> 36 37 <% if shortURL != "" and not isFrontPage: %>38 <span class="separator">|</span>39 <span><%= shortURL %></span>40 <% end %>41 42 <% if modificationDate != "": %>43 <span class="separator">|</span>44 <span><%= _("Last modified: ") + modificationDate %></span>45 <% end %>46 47 </div> 47
Note: See TracChangeset
for help on using the changeset viewer.
