Ignore:
Timestamp:
02/02/10 19:02:23 (3 years ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
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)
Message:

[IMP] Nicer Footer

  • fixes #37
  • also changed favicon;
File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/webinterface/tpls/Footer.CERN.tpl

    rd6189d rc71c8b  
    1818<% if isFrontPage: %> 
    1919        <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><%= _(""". 
    2222        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>). 
    2424        </div> 
    2525<% end %> 
    2626 
    2727<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 
    2839            <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;"/> 
    3041            </a> 
    31             Powered by CERN 
    32              
     42            <span style="vertical-align: middle;"><%= _("Powered by ")%><a href="http://cdsware.cern.ch/indico/">CDS Indico</a></span> 
     43 
    3344            <% if Configuration.Config.getInstance().getWorkerName()!="": %> 
    3445                <span style="display: none;"><%= Configuration.Config.getInstance().getWorkerName() %></span> 
    3546            <% 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 %> 
    4647</div> 
    47  
Note: See TracChangeset for help on using the changeset viewer.