Changeset 11463


Ignore:
Timestamp:
2 Mar 2014, 08:25:57 (11 years ago)
Author:
Henrik Bettermann
Message:

Back-to links replaced by animated jQuery plugins.

Location:
main/waeup.kofa/trunk
Files:
4 added
5 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/CHANGES.txt

    r11461 r11463  
    441.0.1dev (unreleased)
    55=====================
     6
     7* Back-to links replaced by animated jQuery plugins.
    68
    79* Default frontpage text updated.
  • main/waeup.kofa/trunk/layout/rules.xml

    r11436 r11463  
    9696          css:if-not-content="table.kofa-data-table" />
    9797
     98<!--
     99
    98100    <rules css:if-not-content="input.datepicker-le-year">
    99101        <drop css:theme="script.jquery-ui"
     
    101103    </rules>
    102104
    103 
     105-->
    104106<!--
    105107    <after css:theme-children="html head"
  • main/waeup.kofa/trunk/layout/theme.html

    r11436 r11463  
    1717    <link href="static/css/jquery-ui.css"
    1818          rel="stylesheet">
     19    <link href="static/css/scroll.css" rel="stylesheet">
    1920    <link href="static/css/base.css" rel="stylesheet">
    2021
     
    503504        </div> <!-- /kofa-content-wide -->
    504505      </div> <!-- /row -->
    505       <div class="footer">
     506      <div id="bottom" class="footer">
    506507        <p class="credit muted text-right">
    507508          Kofa - Student Management System<br />
     
    515516    <script src="static/js/kofa-button-rowadd.js"></script>
    516517    <script src="static/js/kofa-toggleall.js"></script>
     518    <script src="static/js/kofa-scroll.js"></script>
    517519    <script src="static/js/kofa-activate-tab.js"></script>
    518520    <script class="kofa-script-tooltip"
     
    531533        src="static/js/kofa-datepicker.js">
    532534    </script>
    533 
    534535  </body>
    535536</html>
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/staffsitelayout.pt

    r11254 r11463  
    126126        </ul>
    127127      </div>
    128       <div class="pull-right">
    129         <a i18n:translate="" href="#bottom">Back to bottom</a>
    130       </div>
    131128      <h1 class="kofa-content-label"
    132129          tal:condition="view/label|nothing"
    133130          tal:content="structure view/label">LABEL</h1>
    134131      <div tal:content="structure view/content"> THE CONTENT
    135       </div>
    136       <div id="bottom" class="pull-right">
    137         <a i18n:translate="" href="#">Back to top</a>
    138132      </div>
    139133      <br />
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/studentsitelayout.pt

    r11254 r11463  
    107107        </ul>
    108108      </div>
    109       <div class="pull-right">
    110         <a i18n:translate="" href="#bottom">Back to bottom</a>
    111       </div>
    112109      <h1 class="kofa-content-label"
    113110          tal:condition="view/label|nothing"
     
    115112      <div tal:content="structure view/content">
    116113        THE CONTENT
    117       </div>
    118       <div id="bottom" class="pull-right">
    119         <a i18n:translate="" href="#">Back to top</a>
    120114      </div>
    121115      <br />
Note: See TracChangeset for help on using the changeset viewer.