DIR : /home/kozerus/public_html/piwigo/themes/modus/template/month_calendar.tpl
/home/kozerus/public_html/piwigo/themes/modus/template
{include file='../../default/template/month_calendar.tpl'}
{if isset($chronology_calendar.month_view)}
{html_style}
.calMonth TH{
max-width:{$chronology_calendar.month_view.CELL_WIDTH}px;
overflow:hidden;
text-overflow:ellipsis
}
.calImg IMG{
max-height:100%;
width:auto
}
{$crt_width=$chronology_calendar.month_view.CELL_WIDTH}
@media (max-width:{7*($crt_width+3)}px){
{$crt_width=($crt_width/1.5)|intval}
.calMonth TH{
max-width:{$crt_width}px
}
.calMonth TD,.calMonth .calImg{
width:{$crt_width}px;
height:{$crt_width}px
}
}
@media (max-width:{7*($crt_width+3)}px){
{$crt_width=($chronology_calendar.month_view.CELL_WIDTH/2)|intval}
.calMonth TH{
max-width:{$crt_width}px
}
.calMonth TD,.calMonth .calImg{
font-size:16px;
width:{$crt_width}px;
height:{$crt_width}px
}
}
{if 7*($crt_width+3)>320}
@media (max-width:360px){
{$crt_width=(320/7-1)|intval}
.calMonth TH{
max-width:{$crt_width-2}px
}
.calMonth TD,.calMonth .calImg{
font-size:12px;
padding:0;
width:{$crt_width}px;
height:{$crt_width}px
}
}
{/if}
{/html_style}
{/if}
//
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