DIR : /home/kozerus/public_html/piwigo/themes/modus/admin/modus_admin.tpl
/home/kozerus/public_html/piwigo/themes/modus/admin
{include file='include/colorbox.inc.tpl'}
{combine_script id='common' load='footer' path='admin/themes/default/js/common.js'}
{combine_script id='jquery.ui.slider' require='jquery.ui' load='footer' path='themes/default/js/ui/minified/jquery.ui.slider.min.js'}
{combine_css path="themes/default/js/ui/theme/jquery.ui.slider.css"}
{html_style}
.graphicalCheckbox {
font-size:16px;
line-height:16px;
}
.graphicalCheckbox + input {
display:none;
}
#album_thumb_size {
width:400px;
display:inline-block;
margin-right:10px;
}
#album_square_thumbs {
margin-top:5px;
}
.themeShot {
margin:10px 0;
}
.themeShot img {
width: 280px;
border: 1px solid white;
margin: 0 15px;
}
.themeBox {
padding:5px 5px 10px 5px;
background-color: #e5e5e5;
display: inline-table;
}
.themeBoxModusConfig {
text-align: center;
margin: 5px;
border-radius: 5px;
overflow: hidden;
box-shadow: none;
padding: 5px 5px 10px 5px;
background-color: #e5e5e5;
display: inline-table;
position: relative;
height: 192px;
}
.themeNameModusConfig {
color: black;
margin: 5px 0;
position: relative;
}
.themeDefault {
background-color: #333;
}
.themeDefault .themeNameModusConfig {
color:#fff;
}
.themeDefault a {
color:#aaa;
}
.fieldsetModusConfig {
border-top: 2px solid #ddd;
}
.legendModusConfig {
padding: 0 10px;
}
{/html_style}
{footer_script}
jQuery(document).ready(function() {
jQuery('#modus-config input[type=checkbox]').change(function() {
jQuery(this).prev().toggleClass('icon-check icon-check-empty');
});
jQuery('input[name=use_album_square_thumbs]').change(function() {
jQuery('#album_square_thumbs').toggle();
});
jQuery("#album_thumb_size").slider({
range: "min",
min: 200,
max: 400,
value: {$ALBUM_THUMB_SIZE},
slide: function( event, ui ) {
jQuery("#album_thumb_size_info").html(sprintf("{'%d pixels'|translate}", ui.value));
},
stop: function( event, ui ) {
jQuery("input[name=album_thumb_size]").val(ui.value);
}
});
jQuery(".themeBoxes a").colorbox({ rel:'group1' });
jQuery("input[name='skin']").change(function() {
jQuery("input[name='skin']").parents(".themeBoxModusConfig").removeClass("themeDefault");
jQuery(this).parents(".themeBoxModusConfig").addClass("themeDefault");
});
});
{/footer_script}
<h2>{'Modus theme config'|translate}</h2>
<form method="post" action="" id="modus-config">
<fieldset class="fieldsetModusConfig"><legend class="legendModusConfig">{'Skin'|translate}</legend>
<div class="themeBoxes font-checkbox">
{foreach from=$available_skins item=skin_name key=skin_code}
<div class="{if $skin_code==$SKIN}themeDefault{/if} themeBoxModusConfig">
<label class="font-checkbox">
<div class="themeNameModusConfig">
<span class="icon-dot-circled"></span>
<input type="radio" name="skin" value="{$skin_code}" {if $skin_code==$SKIN}checked{/if}>
{$skin_name}
</div>
<div class="themeShot">
<img src="{$ROOT_URL}themes/modus/skins/{$skin_code}-screenshot.jpg"/>
</div>
</label>
<a href="{$ROOT_URL}themes/modus/skins/{$skin_code}-screenshot.jpg" class="icon-zoom-in" title="{$skin_name}">{'Preview'|translate}</a>
</div>
{/foreach}
</div>
{*
<select name="skin">
{html_options options=$available_skins selected=$SKIN}
</select>
*}
</fieldset>
<fieldset><legend>{'Album thumbnails'|translate}</legend>
<label>
<span class="graphicalCheckbox icon-check{if not $use_album_square_thumbs}-empty{/if}"></span>
<input type="checkbox" name="use_album_square_thumbs"{if $use_album_square_thumbs} checked="checked"{/if}>
<b>{'Use square thumbs'|translate}</b>
</label>
<div id="album_square_thumbs"{if not $use_album_square_thumbs} style="display:none"{/if}>
<div id="album_thumb_size"></div>
<span id="album_thumb_size_info">{'%d pixels'|translate|sprintf:$ALBUM_THUMB_SIZE}</span>
<input type="hidden" name="album_thumb_size" value="{$ALBUM_THUMB_SIZE}">
</div>
</fieldset>
<fieldset><legend>{'Default sizes'|translate}</legend>
<label>{'Default size for thumbnails'|translate}
<select name="index_photo_deriv">
{html_options options=$available_derivatives selected=$INDEX_PHOTO_DERIV}
</select>
</label>
<br>
<label>{'Default size for thumbnails on high density display (retina)'|translate}
<select name="index_photo_deriv_hdpi">
{html_options options=$available_derivatives selected=$INDEX_PHOTO_DERIV_HDPI}
</select>
</label>
</fieldset>
<fieldset><legend>{'Page banner'|translate}</legend>
<label>
<span class="graphicalCheckbox icon-check{if not $DISPLAY_PAGE_BANNER}-empty{/if}"></span>
<input type="checkbox" name="display_page_banner"{if $DISPLAY_PAGE_BANNER} checked="checked"{/if}>
<b>{'Display page banner'|translate}</b>
</label>
</fieldset>
{*
<fieldset><legend>Full row thumbnail layout</legend>
Automatically applied for selected derivatives if max_width > max_height*1.5
</fieldset>
*}
<p class="formButtons">
<input type="submit" value="{'Save Settings'|translate}" />
</p>
</form>
//
koh5_pano
Drag mouse to navigate.
Navigation
- Left/Right Mouse drag: Changes camera heading.
- Up/Sown Mouse drag: Changes camera pitch.
- Scroll wheel: Changes camera field of view.
- I-Key: Displays Info panel with canvas size, image size and FPS.
17.Aug.2010, Martin Wengenmayer