Changeset 4453


Ignore:
Timestamp:
Dec 9, 2009, 8:01:12 AM (14 years ago)
Author:
vdigital
Message:

[Update] For Juza - Some basic cleanings. Some navigation issues have been solved.

Still a lot of pending issues.

Location:
extensions/Juza
Files:
13 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • extensions/Juza/js/juzascript.js

    r4447 r4453  
    88  $("ul.categoryActions li a[href*='category/'][href*='/flat']").each(function() {
    99    /* $('ul.categoryActions').css('display','inline'); */
    10     $('div.titrePage h2').prepend('<a class="jQuery home" href="index.php" title="Home">Albums</a>');
    11     $('#copyright').before('<div id="jquery_local_img"></div>');
     10    /* $('div.titrePage h2').prepend('<a class="jQuery home" href="index.php" title="Home">Albums</a>'); */
    1211  });
    13 
     12        $('#copyright').before('<div id="jquery_local_img"></div>');
     13  $temp = $('#content .navigationBar').html();
     14        $('#content .navigationBar').css('display','none');
     15        $('div.titrePage h2').after($temp);
    1416  $('span.wrap2 a img').click(function() {
    1517    $scr = $(this).attr('src').replace('thumbnail/TN-', '');
     
    1719    $title = $(this).attr('title');
    1820    $alt = $(this).attr('alt');
    19     $(this).parent('a').attr('href', '#jquery_local_img');
     21    $(this).parent('a').attr('href', '#content');
    2022    $temp = $href.substr($href.indexOf('/')+1);
    2123    $temp = $temp.substr(0,$temp.indexOf('/'));
    22     $('#jquery_local_img').replaceWith('<div id="jquery_local_img"><img usemap="#picturetop" title="'+$title+'" alt="'+$alt+'" src="'+$scr+'"/><map name="picturetop"><area href="#" coords="0,0,800,300" shape="rect" title="Index"/><area href="'+$href+'" coords="0,300,800,600" shape="rect" title="'+$title+'"/></map><br/>'+$temp+' / - Blahblahblah - Canon Model, or Nikon Model - Speed, iso, keywords... '+ $title +' - <a href="#"><em>Index</em></a></div>');
     24    $('#jquery_local_img').fadeOut("slow").replaceWith('<div id="jquery_local_img"><img usemap="#picturetop" title="'+$title+'" alt="'+$alt+'" src="'+$scr+'"/><map name="picturetop"><area href="#" coords="0,0,800,300" shape="rect" title="Index"/><area href="'+$href+'" coords="0,300,800,600" shape="rect" title="'+$title+'"/></map><br/>'+$temp+' / - Blahblahblah - Canon Model, or Nikon Model - Speed, iso, keywords... '+ $title +' - <a href="#"><em>Index</em></a></div>').fadeIn("slow");
    2325  });
    2426
  • extensions/Juza/script.tpl

    r4447 r4453  
    77<td style="width: 155px;">HOME PAGE</td>
    88<td style="width: 155px;">PORTFOLIO</td>
    9 <td style="width: 155px;"><a href="{$ROOT_URL}"><strong>GALLERIES</strong></a></td>
    10 <td style="width: 155px;"><a title="See available tags" href="tags.php"><strong>TAGS</strong></a></td>
     9<td style="width: 155px;"><a href="{$ROOT_URL}index.php"><strong>GALLERIES</strong></a></td>
     10<td style="width: 155px;"><a title="See available tags" href="{$ROOT_URL}tags.php"><strong>TAGS</strong></a></td>
    1111<td style="width: 155px;">ABOUT JUZA</td>
    1212<td style="width: 155px;">E-MAIL</td>
  • extensions/Juza/theme.css

    r4447 r4453  
    1111body, h1, h2, h3, dt, #menubar dt, .throw, INPUT.rateButtonSelected {color:#ddffdd;}
    1212#content .pageNumberSelected {color: #52ff97; color: #72ffb7;}
    13 .juzabar { margin-top: 12pt; font-size: 10pt; width: 100%; background-color: #353735 !important; text-align: center; }
     13.juzabar { margin: 12pt 0 6pt; font-size: 10pt; width: 100%; background-color: #353735 !important; text-align: center; }
    1414
    1515a { color: #FB9700 !important }
     
    4141.content ul.thumbnails span.wrap2 { -moz-border-radius: 0; border-radius: 0; }
    4242.content ul.thumbnails span.wrap2 img.thumbnail { margin:auto; border: 1px solid #111; }
    43 #jquery_local_img { text-align: center; margin-top: 1050px; min-height: 1200px; height: 1200px; }
     43#jquery_local_img { text-align: center; margin-top: 5px; min-height: 1200px; height: 1200px; }
    4444
    4545#menubar dl {border:0 !important;}
     
    4747#mbMenu #quicksearch input#qsearchInput {color:#29774a;}
    4848body #the_page #menubar #mbCategories dt img.button {display:none !important;}
    49 #menubar { display: none; }
     49#menubar, table.infoTable { display: none; }
    5050
    5151#copyright { margin-top: 200px; }
Note: See TracChangeset for help on using the changeset viewer.