0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
3.2.0-5
/
standard
/
htdocs
/
templates
/
[
Home
]
File: tiki-browse_image.tpl
{* $Id: tiki-browse_image.tpl 17630 2009-03-26 03:37:22Z luciash $ *} {if $popup} <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="StyleSheet" href="styles/{$prefs.style}" type="text/css" /> <script type="text/javascript" src="lib/imagegals/imagegallib.js"></script> </head> <body> <div id="{$rootid}browse_image"> {else} {title}{tr}Browsing Image:{/tr} {$name}{/title} <div id="{$rootid}browse_image"> <div class="navbar"> {button href="tiki-browse_gallery.php?galleryId=$galleryId&offset=$offset" _text="{tr}Return to Gallery{/tr}"} {if $tiki_p_admin_galleries eq 'y' or ($user and $user eq $owner)} {button href="tiki-edit_image.php?galleryId=$galleryId&edit=$imageId&sort_mode=$sort_mode" _text="{tr}Edit Image{/tr}"} {/if} </div> {/if} {capture name=buttons} {***** when not sliding buttons *****} <div align="center" class="noslideshow"> {* --- first image --- *} <a href="{$url_base}{$firstId}{$same_scale}" class="gallink"{if $imageId eq $firstId} style="display: none;"{/if}>{icon _id='resultset_first' alt='{tr}First Image{/tr}'}</a> {* --- previous image --- *} <a href="{$url_base}{$previmg}{$same_scale}" class="gallink" style="padding-right:6px;{if !$previmg} display: none;{/if}"> {icon _id='resultset_previous' alt='{tr}Prev Image{/tr}'}</a> {* --- previous scale --- *} {if $scaleinfo.prevscale} <a href="{$url_base}{$imageId}&scalesize={$scaleinfo.prevscale}" class="gallink">{html_image file='img/icons/zoom-.gif' border='none' alt='{tr}Smaller{/tr}' title='{tr}Smaller{/tr}'}</a> {/if} {* --- original size --- *} {if $resultscale} <a href="{$url_base}{$imageId}&scalesize=0" class="gallink">{html_image file='img/icons/zoom_equal.gif' border='none' alt='{tr}Original Size{/tr}' title='{tr}Original Size{/tr}'}</a> {/if} {* --- next scale --- *} {if $scaleinfo.nextscale} <a href="{$url_base}{$imageId}&scalesize={$scaleinfo.nextscale}" class="gallink">{html_image file='img/icons/zoom+.gif' border='none' alt='{tr}Bigger{/tr}' title='{tr}Bigger{/tr}'}</a> {/if} {* --- popup launch --- *} {if !$popup} <a {jspopup height="$winy" width="$winx" href="$url_base$imageId&popup=1&scalesize=$defaultscale"} class="gallink"> {icon _id='layers' alt='{tr}Popup window{/tr}'}</a> {/if} {* --- next image --- *} <a href="{$url_base}{$nextimg}{$same_scale}" class="gallink" style="padding-left:6px;{if !$nextimg} display: none;{/if}"> {icon _id='resultset_next' alt='{tr}Next Image{/tr}'}</a> {* --- launch slideshow --- *} {if $listImgId} <a href="javascript:thepix.toggle('start')">{html_image file='img/icons2/cycle_next.gif' border='none' alt='{tr}Slideshow Forward{/tr}' title='{tr}Slideshow Forward{/tr}'}</a> {/if} {* --- last image --- *} <a href="{$url_base}{$lastId}{$same_scale}" class="gallink"{if $imageId eq $lastId} style="display: none;"{/if}>{icon _id='resultset_last' alt='{tr}Last Image{/tr}'}</a> </div> {***** when sliding buttons *****} <div class="slideshow" style="display: none;" align="center"> {* --- stop --- *} <a href="javascript:thepix.toggle('stop')">{html_image file='img/icons2/admin_delete.gif' border='none' alt='{tr}Stop{/tr}' title='{tr}Stop{/tr}'}</a> {* --- toggle cyclic --- *} <a href="javascript:thepix.toggle('toTheEnd')">{html_image file='img/icons/ico_redo.gif' border='none' alt='{tr}Cyclic{/tr}' title='{tr}Cyclic{/tr}'}</a> {* --- toggle back/forward --- *} <a href="javascript:thepix.toggle('backward')">{html_image file='img/icons/ico_mode.gif' border='none' alt='{tr}Direction{/tr}' title='{tr}Direction{/tr}'}</a> </div> {/capture} {$smarty.capture.buttons} <div class="showimage" {if ($popup) }style="height: 400px"{/if}> {if $scaleinfo.clickscale >= 0} <a href="{$url_base}{$imageId}&scalesize={$scaleinfo.clickscale}" title="{tr}Click to zoom{/tr}"> {/if} <img src="show_image.php?id={$imageId}&scalesize={$resultscale}&nocount=y" alt="{tr}Image{/tr}" id="thepix" /> {if $scaleinfo.clickscale >= 0} </a> {/if} </div> {if !$popup} {$smarty.capture.buttons} {/if} {if $popup eq ""} <br /><br /> <table class="normal noslideshow"> <tr><td class="odd">{tr}Image Name{/tr}:</td><td class="odd">{$name}</td></tr> <tr><td class="even">{tr}Created{/tr}:</td><td class="even">{$created|tiki_long_datetime}</td></tr> <tr><td class="odd">{tr}Image size{/tr}:</td><td class="odd">{$xsize}x{$ysize}</td></tr> <tr><td class="even">{tr}Image Scale{/tr}:</td><td class="even">{if $resultscale}{$xsize_scaled}x{$ysize_scaled}{else}{tr}Original Size{/tr}{/if}</td></tr> <tr><td class="odd">{tr}Hits{/tr}:</td><td class="odd">{$hits}</td></tr> <tr><td class="even">{tr}Description{/tr}:</td><td class="even">{$description}</td></tr> {if $prefs.feature_maps eq 'y' and $gal_info.geographic eq 'y'} <tr><td class="odd">{tr}Latitude (WGS84/decimal degrees){/tr}:</td><td class="odd">{$lat|escape}</td></tr> <tr><td class="even">{tr}Longitude (WGS84/decimal degrees){/tr}:</td><td class="even">{$lon|escape}</td></tr> {/if} <tr><td class="odd">{tr}Author{/tr}:</td><td class="odd">{$image_user|userlink}</td></tr> {if $tiki_p_admin_galleries eq 'y' or ($user and $user eq $owner)} <tr><td class="even">{tr}Move image{/tr}:</td><td class="odd"> <form action="tiki-browse_image.php" method="post"> <input type="hidden" name="scalesize" value="{$scalesize|escape}" /> <input type="hidden" name="sort_mode" value="{$sort_mode|escape}"/> <input type="hidden" name="imageId" value="{$imageId|escape}"/> <input type="hidden" name="galleryId" value="{$galleryId|escape}"/> <input type="text" name="newname" value="{$name}" /> <select name="newgalleryId"> {section name=idx loop=$galleries} <option value="{$galleries[idx].id|escape}" {if $galleries[idx].id eq $galleryId}selected="selected"{/if}>{$galleries[idx].name}</option> {/section} </select> <input type="submit" name="move_image" value="{tr}Move{/tr}" /> </form> </td></tr> {/if} </table> <br /><br /> <table class="normal noslideshow"> <tr> <td class="even"> <small> {tr}You can view this image in your browser using{/tr}:<br /><br /> <a class="gallink" href="{$url_browse}?imageId={$imageId}">{$url_browse}?imageId={$imageId}</a><br /> </small> </td> </tr> <tr> <td class="even"> <small> {tr}You can include the image in an HTML page using one of these lines{/tr}:<br /><br /> {if $resultscale == $defaultscale} <img src="{$url_show}?id={$imageId}" /><br /> <img src="{$url_show}?name={$name|escape}" /><br /> {elseif !$resultscale} <img src="{$url_show}?id={$imageId}&scalesize=0" /><br /> <img src="{$url_show}?name={$name|escape}&scalesize=0" /><br /> {else} <img src="{$url_show}?id={$imageId}&scalesize={$resultscale}" /><br /> <img src="{$url_show}?name={$name|escape}&scalesize={$resultscale}" /><br /> {/if} </small> </td> </tr> <tr> <td class="even"> <small> {tr}You can include the image in a tiki page using one of these lines{/tr}:<br /><br /> {if $resultscale == $defaultscale} {literal}{{/literal}img src=show_image.php?id={$imageId} {literal}}{/literal}<br /> {literal}{{/literal}img src=show_image.php?name={$name|escape}&galleryId={$galleryId} {literal}}{/literal}<br /> {elseif !$resultscale} {literal}{{/literal}img src=show_image.php?id={$imageId}&scalesize=0 {literal}}{/literal}<br /> {literal}{{/literal}img src=show_image.php?name={$name|escape}&galleryId={$galleryId}&scalesize=0 {literal}}{/literal}<br /> {else} {literal}{{/literal}img src={$url_show}?id={$imageId}&scaled&scalesize={$resultscale} {literal}}{/literal}<br /> {literal}{{/literal}img src={$url_show}?name={$name|escape}&galleryId={$galleryId}&scalesize={$resultscale} {literal}}{/literal}<br /> {/if} </small> </td> </tr> </table> {/if} </div> {* id="{$rootid}browse_image" *} {if $listImgId} <script type='text/javascript'> <!-- var tmp = window.location.search.match(/delay=(\d+)/); tmp = tmp ? parseInt(tmp[1]) : 3000; var thepix = new Diaporama('thepix', [{$listImgId}], {ldelim} startId: {$imageId}, root: '{$rootid}browse_image', resetUrl: 1, delay: tmp {rdelim}); //--> </script> {/if} {if $popup} </body></html> {/if}