Changeset 11745 for main/waeup.fceokene


Ignore:
Timestamp:
7 Jul 2014, 08:32:23 (10 years ago)
Author:
Henrik Bettermann
Message:

Adjust theme to changes made in base package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.fceokene/trunk/layout/theme.html

    r11562 r11745  
    2828    <![endif]-->
    2929
    30     <script src="static/js/kofa-recaptcha_white.js"></script>
     30    <script src="static/js/kofa-functions.js"></script>
    3131
    3232    <!-- icons -->
     
    335335            </div>
    336336            <div>...content that spans the whole page.</div>
    337             <br><br>
    338             <div id="#sampleform">
    339               <form method="post">
    340                 <fieldset id="form-fieldset">
    341                   <legend>A Sample Form</legend>
    342                   <div class="form-group variable-form">
    343                     <label>Some Label</label>
    344                     <input type="text" class="textType"
    345                            name="myinput[]" placeholder="A name..." />
    346                   </div>
    347                   <div type="submit" class="btn rowadd btn-default">
    348                     Add row
    349                   </div>
    350                   <div type="submit" class="btn btn-primary">Save</div>
    351                 </fieldset>
    352               </form>
    353             </div> <!-- /sampleform -->
    354337            <br><br>
    355338            <h3>A Sample Data Table</h3>
     
    541524        <p class="credit muted text-right">
    542525          Kofa - Student Management System<br />
    543           Copyright &copy; WAeUP Group 2014
     526          Copyright &copy; WAeUP Group
     527          <script type="text/javascript">
     528          renderCurrentYear();
     529          </script>
    544530        </p>
    545531      </div>
     
    548534    <script src="https://code.jquery.com/jquery-1.9.1.min.js"></script>
    549535    <script src="static/bootstrap/js/bootstrap.min.js"></script>
    550     <script src="static/js/kofa-button-rowadd.js"></script>
    551     <script src="static/js/kofa-toggleall.js"></script>
    552536    <script src="static/js/kofa-scroll.js"></script>
    553537    <script src="static/js/kofa-activate-tab.js"></script>
     
    569553        src="static/js/kofa-datepicker.js">
    570554    </script>
    571 
    572555  </body>
    573556</html>
Note: See TracChangeset for help on using the changeset viewer.