Ignore:
Timestamp:
Dec 15, 2009, 10:57:36 PM (14 years ago)
Author:
vdigital
Message:

[Update] For Juza - Juza Theme Configuration Menu is partly working

  • Index picture max-width [300:885]
  • Index picture cropping-height [110:400]
  • Index picture top-shift [-320:0]

Pendings:

  • Configuration (2 changes)
  • Exception management (png/JPG mixed extensions support)
  • Menubar
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Juza/script.tpl

    r4494 r4498  
    55{known_script id="juza" src=$JUZA|@cat:"/js/juzascript.js"}
    66{/if}
     7{html_head}
     8<style type="text/css">
     9.maxIllustration a {ldelim} max-height: {$Juza_height}px; height: {$Juza_height}px; width:{$Juza_width}px; }
     10.bigImg {ldelim} top:{$Juza_shift}px; width:{$Juza_width}px !important; }
     11#imageToolBar {ldelim} top:{$Juza_shift2}px; }
     12.content ul.thumbnailCategories li.Juza-cat {ldelim} height:{$Juza_height2}px; min-height:{$Juza_height2}px; }
     13.content div.thumbnailCategory div.description {ldelim} height:{$Juza_height3}px !important; top:{$Juza_shift3}px; }
     14#copyright {ldelim} margin-top: {$Juza_width}px; }
     15table.juzabar td {ldelim} width: 155px; }
     16</style>
     17{/html_head}
    718<table cellspacing="0" class="juzabar">
    819<tbody><tr>
    9 <td style="width: 155px;">HOME PAGE</td>
    10 <td style="width: 155px;">PORTFOLIO</td>
    11 <td style="width: 155px;"><a href="{$ROOT_URL}index.php"><strong>GALLERIES</strong></a></td>
    12 <td style="width: 155px;"><a title="See available tags" href="{$ROOT_URL}tags.php"><strong>TAGS</strong></a></td>
    13 <td style="width: 155px;">ABOUT JUZA</td>
    14 <td style="width: 155px;">E-MAIL</td>
    15 <td style="width: 155px;">LINKS</td>
    16 <td style="width: 155px;">JUZA FORUM</td>
     20<td>HOME PAGE</td>
     21<td>PORTFOLIO</td>
     22<td><a href="{$ROOT_URL}index.php"><strong>GALLERIES</strong></a></td>
     23<td><a title="See available tags" href="{$ROOT_URL}tags.php"><strong>TAGS</strong></a></td>
     24<td>ABOUT JUZA</td>
     25<td>E-MAIL</td>
     26<td>LINKS</td>
     27<td>JUZA FORUM</td>
    1728</tr>
    1829</tbody></table>
     
    3344        <span class="property">{'Activate Juza handlers'|@translate}</span>
    3445        <input type="checkbox" name="Juza_handlers" {$Juza_handlers} />
    35         <span class="range">{'Browser refresh is needed on new value'|@translate}</span>
     46        <span class="range">{'Not currently working'|@translate}</span>
    3647     </label>
    3748    </li>
     
    6172        <span class="property">{'Auto cropping and shifting'|@translate}</span>
    6273        <input type="checkbox" name="Juza_Auto_CS" {$Juza_Auto_CS} />
     74        <span class="range">{'Not currently working (Always active)'|@translate}</span>
    6375      </label>
    6476    </li>
Note: See TracChangeset for help on using the changeset viewer.