0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
tikiwiki
/
1.9.7-31
/
htdocs
/
templates
/
[
Home
]
File: tiki-browse_image.tpl
{* $Header: /cvsroot/tikiwiki/tiki/templates/tiki-browse_image.tpl,v 1.26.2.47 2006/08/13 17:52:04 toggg Exp $ *} {if $popup} <?xml version="1.0" encoding="UTF-8"?> <!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/{$style}" type="text/css" /> <script type="text/javascript" src="lib/imagegals/imagegallib.js"></script> </head> <body> <div id="{$rootid}browse_image"> {else} <div id="{$rootid}browse_image"> <h2><a class="pagetitle pixurl" href="{$url_base}{$imageId}">{tr}Browsing Image{/tr}: <span class="noslideshow">{$name}</span><span class="slideshow_i pixurl" style="display: none">#{$imageId}</span></a></h2> <p> <a class="linkbut" href="tiki-browse_gallery.php?galleryId={$galleryId}&offset={$offset}" style="float: left;">{tr}return to gallery{/tr}</a> {if $tiki_p_admin_galleries eq 'y' or ($user and $user eq $owner)} <a class="linkbut pixurl" href="tiki-edit_image.php?galleryId={$galleryId}&edit={$imageId}" style="float: right;">{tr}edit image{/tr}</a> {/if} </p> {/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}>{html_image file='img/icons2/nav_first.gif' border='none' alt='{tr}first image{/tr}' title='{tr}first 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} {* --- previous image --- *} <a href="{$url_base}{$previmg}{$same_scale}" class="gallink" style="padding-right:6px;{if !$previmg} display: none;{/if}"> {html_image file='img/icons2/nav_dot_right.gif' border='none' alt='{tr}prev image{/tr}' title='{tr}prev image{/tr}'}</a> {* --- popup launch --- *} {if !$popup} <a {jspopup height="$winy" width="$winx" href="$url_base$imageId&popup=1&scalesize=$defaultscale"} class="gallink"> {html_image file='img/icons2/admin_unhide.gif' border='none' alt='{tr}Popup window{/tr}' title='{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}"> {html_image file='img/icons2/nav_dot_left.gif' border='none' alt='{tr}next image{/tr}' title='{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}>{html_image file='img/icons2/nav_last.gif' border='none' alt='{tr}last image{/tr}' title='{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}imagescale{/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 $feature_maps 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}</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} {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}&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}&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}