Changeset 168 in t29-www for de


Ignore:
Timestamp:
Jul 31, 2010, 5:27:47 PM (14 years ago)
Author:
sven
Message:
  • efzet-Kram verbessert (zugaenglicher ohne JS + besseres Design), dafuer efzet.shtm, common.css
  • Englische Navigationsstruktur der deutschen Struktur angepasst

-- sven @ workstation7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • de/geraete/efzet.shtm

    r167 r168  
    1616    <meta name="keywords" lang="de" content="" />
    1717    <meta name="DC.Title" content="technikum29 - <!--#echo var="title" -->" />
    18         <script type="text/javascript" src="/shared/js/jquery.min.js"></script>
     18        <script type="text/javascript" src="/shared/js/jquery-1.4.2.min.js"></script>
    1919        <script type="text/javascript">
    2020
    2121        function gallerie() {
    22                 $(".thumbnails img").click(function(){
    23                         $("#gross")[0].src = this.src;
    24                         $(".thumbnails img").removeClass("active");
     22                $(".thumbnails a").click(function(){
     23                        $("#gross")[0].src = $("img", this)[0].src;
     24                        $(".thumbnails a").removeClass("active");
    2525                        $(this).addClass("active");
     26                        return false;
    2627                });
    2728        }
     
    3637    <h2><!--#echo var="title" --></h2>
    3738
    38         <div class="thumbnails">
    39                 <img src="/shared/photos/rechnertechnik/efzet/seite1.jpg" class="active">
    40                 <img src="/shared/photos/rechnertechnik/efzet/seite2.jpg">
    41                 <img src="/shared/photos/rechnertechnik/efzet/seite3.jpg">
    42                 <img src="/shared/photos/rechnertechnik/efzet/seite4.jpg">
    43         </div>
     39        <div class="gallery">
     40                <div class="thumbnails">
     41                        <a href="/shared/photos/rechnertechnik/efzet/seite1.jpg" class="active"><img src="/shared/photos/rechnertechnik/efzet/seite1.jpg"></a>
     42                        <a href="/shared/photos/rechnertechnik/efzet/seite2.jpg"><img src="/shared/photos/rechnertechnik/efzet/seite2.jpg"></a>
     43                        <a href="/shared/photos/rechnertechnik/efzet/seite3.jpg"><img src="/shared/photos/rechnertechnik/efzet/seite3.jpg"></a>
     44                        <a href="/shared/photos/rechnertechnik/efzet/seite4.jpg"><img src="/shared/photos/rechnertechnik/efzet/seite4.jpg"></a>
     45                </div>
    4446       
    45         <div class="full">
    46            <img src="/shared/photos/rechnertechnik/efzet/seite1.jpg" id="gross">
     47                <div class="full">
     48                        <img src="/shared/photos/rechnertechnik/efzet/seite1.jpg" id="gross">
     49                </div>
    4750        </div>
    4851
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