Changeset 4453 for extensions/Juza
- Timestamp:
- Dec 9, 2009, 8:01:12 AM (15 years ago)
- Location:
- extensions/Juza
- Files:
-
- 13 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Juza/js/juzascript.js
r4447 r4453 8 8 $("ul.categoryActions li a[href*='category/'][href*='/flat']").each(function() { 9 9 /* $('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>'); */ 12 11 }); 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); 14 16 $('span.wrap2 a img').click(function() { 15 17 $scr = $(this).attr('src').replace('thumbnail/TN-', ''); … … 17 19 $title = $(this).attr('title'); 18 20 $alt = $(this).attr('alt'); 19 $(this).parent('a').attr('href', '# jquery_local_img');21 $(this).parent('a').attr('href', '#content'); 20 22 $temp = $href.substr($href.indexOf('/')+1); 21 23 $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"); 23 25 }); 24 26 -
extensions/Juza/script.tpl
r4447 r4453 7 7 <td style="width: 155px;">HOME PAGE</td> 8 8 <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> 11 11 <td style="width: 155px;">ABOUT JUZA</td> 12 12 <td style="width: 155px;">E-MAIL</td> -
extensions/Juza/theme.css
r4447 r4453 11 11 body, h1, h2, h3, dt, #menubar dt, .throw, INPUT.rateButtonSelected {color:#ddffdd;} 12 12 #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; } 14 14 15 15 a { color: #FB9700 !important } … … 41 41 .content ul.thumbnails span.wrap2 { -moz-border-radius: 0; border-radius: 0; } 42 42 .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; } 44 44 45 45 #menubar dl {border:0 !important;} … … 47 47 #mbMenu #quicksearch input#qsearchInput {color:#29774a;} 48 48 body #the_page #menubar #mbCategories dt img.button {display:none !important;} 49 #menubar { display: none; }49 #menubar, table.infoTable { display: none; } 50 50 51 51 #copyright { margin-top: 200px; }
Note: See TracChangeset
for help on using the changeset viewer.