Changeset 398 in t29-www


Ignore:
Timestamp:
May 14, 2013, 7:04:24 PM (11 years ago)
Author:
sven
Message:

Exemplarisches Anmeldesystem adaptiert für Startseite, mit einem kleinen Button
zum Anmelden unten.

Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • de/index.php

    r397 r398  
    205205</div><!-- Ende der Zweispaltigkeit -->
    206206
    207 <div class="center" style="opacity: 0.7">
    208         <a href="#archiv" onclick="$('#termine .archiv').slideDown(); $(this).slideUp();" class="go">Vergangene Termine anzeigen</a>
     207<div class="center button-box">
     208        <a href="#archiv" class="go archiv-btn">Vergangene Termine anzeigen</a>
     209        &middot; <a href="/de/anmeldung.php" class="anmeldung-btn">Zu Führung anmelden</a>
    209210</div>
    210211
  • shared/css-v6/pagestyles/startseite.css

    r397 r398  
    151151        margin-left: -52px;
    152152}
     153
     154/*
     155 * Kleine Buttonleiste
     156 **/
     157
     158#termine div.button-box {
     159        opacity: 0.7;
     160        margin-bottom: 20px;
     161}
     162
     163/* Anmeldemaske, per AJAX eingebunden */
     164
     165#termine div.anmelde-maske {
     166        background-color: #DFEAF0;
     167        padding: 1em;
     168}
  • shared/js-v6/modules/load.js

    r357 r398  
    1010if(!t29) window.t29 = {}; // the t29 namespace
    1111t29.load = {};
     12
     13/**
     14 * Load the CSS file for a specific seiten_id. This is done by the t29Template on
     15 * server side automatically but can be useful for modular pagescripts loading parts
     16 * of other pages via AJAX.
     17 **/
     18t29.load.pagestyle = function(seiten_id) {
     19        path = "/shared/css-v6/pagestyles/" + seiten_id + ".css";
     20        t29.load.css(path);
     21};
    1222
    1323t29.load.css = function(file) {
Note: See TracChangeset for help on using the changeset viewer.
© 2008 - 2013 technikum29 • Sven Köppel • Some rights reserved
Powered by Trac
Expect where otherwise noted, content on this site is licensed under a Creative Commons 3.0 License