Changeset 4447 for extensions/Juza


Ignore:
Timestamp:
Dec 7, 2009, 11:55:05 PM (14 years ago)
Author:
vdigital
Message:

[Update] For Juza - Add Juza's menu (Not active) except GALLERY and TAGS

Some details have been solved.
Still a lot of pending issues.

Location:
extensions/Juza
Files:
3 edited

Legend:

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

    r4439 r4447  
    44  });
    55  $('div.illustration a img').each(function() {
    6     $(this).addClass('bigImg').attr('src', $(this).attr('src').replace('thumbnail\/TN-', ''));
     6    $(this).addClass('bigImg').attr('src', $(this).attr('src').replace('thumbnail/TN-', ''));
    77  });
    8   $("ul.categoryActions li a[href*='category\/'][href*='\/flat']").each(function() {
     8  $("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     $('#stuffs_block_2').prepend('<div id="jquery_local_img"><\/div>');
     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>');
    1212  });
    1313
    1414  $('span.wrap2 a img').click(function() {
    15     $scr = $(this).attr('src').replace('thumbnail\/TN-', '');
     15    $scr = $(this).attr('src').replace('thumbnail/TN-', '');
    1616    $href = $(this).parent('a').attr('href');
    1717    $title = $(this).attr('title');
    1818    $alt = $(this).attr('alt');
    1919    $(this).parent('a').attr('href', '#jquery_local_img');
    20     $temp = $href.substr($href.indexOf('\/')+1);
    21     $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>');
     20    $temp = $href.substr($href.indexOf('/')+1);
     21    $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>');
    2323  });
    2424
     
    2828
    2929});
     30
  • extensions/Juza/script.tpl

    r4439 r4447  
    33{assign var=JUZA value=$ROOT_URL|@cat:"template/"|@cat:$themeconf.template|@cat:"/theme/"|@cat:$themeconf.theme}
    44{known_script id="juza" src=$JUZA|@cat:"/js/juzascript.js"}
     5<table cellspacing="0" class="juzabar">
     6<tbody><tr>
     7<td style="width: 155px;">HOME PAGE</td>
     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>
     11<td style="width: 155px;">ABOUT JUZA</td>
     12<td style="width: 155px;">E-MAIL</td>
     13<td style="width: 155px;">LINKS</td>
     14<td style="width: 155px;">JUZA FORUM</td>
     15</tr>
     16</tbody></table>
  • extensions/Juza/theme.css

    r4439 r4447  
    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; }
    1314
    1415a { color: #FB9700 !important }
     
    2829div.illustration { overflow: hidden; }
    2930div.illustration img { border: 0; margin-left: 0px; }
    30 .maxIllustration a { max-height: 110px; height: 110px; overflow: hidden; display: block; }
     31.maxIllustration a { max-height: 110px; height: 110px; overflow: hidden; display: block; position:relative; z-index:12; }
    3132.maxIllustration { height:145px !important; left:20px; margin-bottom:35px; max-height:145px !important; overflow: hidden; max-width:100% !important; position:relative; top:35px; width:100% !important; }
    3233.content .thumbnailCategory { border-color:#383838; margin-bottom:15px; height:155px;
     
    4041.content ul.thumbnails span.wrap2 { -moz-border-radius: 0; border-radius: 0; }
    4142.content ul.thumbnails span.wrap2 img.thumbnail { margin:auto; border: 1px solid #111; }
    42 #jquery_local_img { text-align: center; }
    43 #stuffs_block_2 { margin-top: 1050px; min-height: 1200px; height: 1200px; }
     43#jquery_local_img { text-align: center; margin-top: 1050px; min-height: 1200px; height: 1200px; }
    4444
    4545#menubar dl {border:0 !important;}
Note: See TracChangeset for help on using the changeset viewer.