aboutsummaryrefslogtreecommitdiffstats
path: root/BSF/template/yoga/picture.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'BSF/template/yoga/picture.tpl')
-rw-r--r--BSF/template/yoga/picture.tpl230
1 files changed, 0 insertions, 230 deletions
diff --git a/BSF/template/yoga/picture.tpl b/BSF/template/yoga/picture.tpl
deleted file mode 100644
index fc5fce450..000000000
--- a/BSF/template/yoga/picture.tpl
+++ /dev/null
@@ -1,230 +0,0 @@
-{* $Id$ *}
-{if isset($errors)}
-<div class="errors">
- <ul>
- {foreach from=$errors item=error}
- <li>{$error}</li>
- {/foreach}
- </ul>
-</div>
-{/if}
-
-{if isset($infos)}
-<div class="infos">
- <ul>
- {foreach from=$infos item=info}
- <li>{$info}</li>
- {/foreach}
- </ul>
-</div>
-{/if}
-
-<div id="imageHeaderBar">
- <div class="browsePath">
- <a href="{$U_HOME}" rel="home">{'home'|@translate}</a>
- {$LEVEL_SEPARATOR}{$SECTION_TITLE}
- {$LEVEL_SEPARATOR}{$current.TITLE}
- </div>
- <div class="imageNumber">{$PHOTO}</div>
- {if $SHOW_PICTURE_NAME_ON_TITLE }
- <h2>{$current.TITLE}</h2>
- {/if}
-</div>
-
-{if !empty($PLUGIN_PICTURE_BEFORE)}{$PLUGIN_PICTURE_BEFORE}{/if}
-<div id="imageToolBar">
- <div class="randomButtons">
- {if isset($U_SLIDESHOW_START) }
- <a href="{$U_SLIDESHOW_START}" title="{'slideshow'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/start_slideshow.png" class="button" alt="{'slideshow'|@translate}"></a>
- {/if}
- {if isset($U_SLIDESHOW_STOP) }
- <a href="{$U_SLIDESHOW_STOP}" title="{'slideshow_stop'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/stop_slideshow.png" class="button" alt="{'slideshow_stop'|@translate}"></a>
- {/if}
- <a href="{$U_METADATA}" title="{'picture_show_metadata'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/metadata.png" class="button" alt="metadata" /></a>
- {if isset($current.U_DOWNLOAD) }
- <a href="{$current.U_DOWNLOAD}" title="{'download_hint'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/save.png" class="button" alt="{'download'|@translate}"></a>
- {/if}
- {if isset($PLUGIN_PICTURE_ACTIONS)}{$PLUGIN_PICTURE_ACTIONS}{/if}
- {if isset($favorite) }
- <a href="{$favorite.U_FAVORITE}" title="{$favorite.FAVORITE_HINT}"><img src="{$favorite.FAVORITE_IMG}" class="button" alt="favorite" title="{$favorite.FAVORITE_HINT}"></a>
- {/if}
- {if !empty($U_SET_AS_REPRESENTATIVE) }
- <a href="{$U_SET_AS_REPRESENTATIVE}" title="{'set as category representative'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/representative.png" class="button" alt="{'representative'|@translate}"></a>
- {/if}
- {if isset($U_ADMIN) }
- <a href="{$U_ADMIN}" title="{'link_info_image'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/preferences.png" class="button" alt="{'edit'|@translate}"></a>
- {/if}
- {if isset($U_CADDIE) }
- <a href="{$U_CADDIE}" title="{'add to caddie'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/caddie_add.png" class="button" alt="{'caddie'|@translate}"></a>
- {/if}
- </div>
- {include file=$FILE_PICTURE_NAV_BUTTONS}
-</div> <!-- imageToolBar -->
-
-<div id="theImage">
-{$ELEMENT_CONTENT}
-
-{if isset($COMMENT_IMG)}
-<p>{$COMMENT_IMG}</p>
-{/if}
-
-{if isset($U_SLIDESHOW_STOP) }
-<p>
- [ <a href="{$U_SLIDESHOW_STOP}">{'slideshow_stop'|@translate}</a> ]
-</p>
-{/if}
-
-</div>
-
-{if isset($previous) }
-<a class="navThumb" id="thumbPrev" href="{$previous.U_IMG}" title="{'previous_page'|@translate} : {$previous.TITLE}" rel="prev">
- <img src="{$previous.THUMB_SRC}" class="thumbLink" id="linkPrev" alt="{$previous.TITLE}">
-</a>
-{/if}
-{if isset($next) }
-<a class="navThumb" id="thumbNext" href="{$next.U_IMG}" title="{'next_page'|@translate} : {$next.TITLE}" rel="next">
- <img src="{$next.THUMB_SRC}" class="thumbLink" id="linkNext" alt="{$next.TITLE}">
-</a>
-{/if}
-
-<table class="infoTable" summary="Some info about this picture">
- <tr>
- <td class="label">{'Author'|@translate}</td>
- <td class="value">{if isset($INFO_AUTHOR)}{$INFO_AUTHOR}{else}{'N/A'|@translate}{/if}</td>
- </tr>
- <tr>
- <td class="label">{'Created on'|@translate}</td>
- <td class="value">{if isset($INFO_CREATION_DATE)}{$INFO_CREATION_DATE}{else}{'N/A'|@translate}{/if}</td>
- </tr>
- <tr>
- <td class="label">{'Posted on'|@translate}</td>
- <td class="value">{$INFO_POSTED_DATE}</td>
- </tr>
- <tr>
- <td class="label">{'Dimensions'|@translate}</td>
- <td class="value">{if isset($INFO_DIMENSIONS)}{$INFO_DIMENSIONS}{else}{'N/A'|@translate}{/if}</td>
- </tr>
- <tr>
- <td class="label">{'File'|@translate}</td>
- <td class="value">{$INFO_FILE}</td>
- </tr>
- <tr>
- <td class="label">{'Filesize'|@translate}</td>
- <td class="value">{if isset($INFO_FILESIZE)}{$INFO_FILESIZE}{else}{'N/A'|@translate}{/if}</td>
- </tr>
- <tr>
- <td class="label">{'Tags'|@translate}</td>
- <td class="value">
- {if isset($related_tags)}
- {foreach from=$related_tags item=tag name=tag_loop}{if !$smarty.foreach.tag_loop.first}, {/if}
- <a href="{$tag.U_TAG}">{$tag.NAME}</a>{/foreach}
- {/if}
- </td>
- </tr>
- <tr>
- <td class="label">{'Categories'|@translate}</td>
- <td class="value">
- {if isset($related_categories)}
- <ul>
- {foreach from=$related_categories item=cat}
- <li>{$cat}</li>
- {/foreach}
- </ul>
- {/if}
- </td>
- </tr>
- <tr>
- <td class="label">{'Visits'|@translate}</td>
- <td class="value">{$INFO_VISITS}</td>
- </tr>
- {if isset($rate_summary) }
- <tr>
- <td class="label">{'Average rate'|@translate}</td>
- <td class="value">
- {if $rate_summary.count}
- {assign var='rate_text' value='%.2f (rated %d times, standard deviation = %.2f)'|@translate }
- {$pwg->sprintf($rate_text, $rate_summary.average, $rate_summary.count, $rate_summary.std) }
- {else}
- {'no_rate'|@translate}
- {/if}
- </td>
- </tr>
- {/if}
-</table>
-
-{if isset($metadata)}
-<table class="infoTable" summary="Some more (technical) info about this picture">
-{foreach from=$metadata item=meta}
- <tr>
- <th colspan="2">{$meta.TITLE}</th>
- </tr>
- {foreach from=$meta.lines item=value key=label}
- <tr>
- <td class="label">{$label}</td>
- <td class="value">{$value}</td>
- </tr>
- {/foreach}
-{/foreach}
-</table>
-{/if}
-
-{if isset($rating)}
-<form action="{$rating.F_ACTION}" method="post" id="rateForm">
-<div>
-{if isset($rating.USER_RATE)}{'update_rate'|@translate}{else}{'new_rate'|@translate}{/if}
-:
-{foreach from=$rating.marks item=mark name=rate_loop}
-{if !$smarty.foreach.rate_loop.first} | {/if}
-{if isset($rating.USER_RATE) && $mark==$rating.USER_RATE}
- <input type="button" name="rate" value="{$mark}" class="rateButtonSelected" />
-{else}
- <input type="submit" name="rate" value="{$mark}" class="rateButton" />
-{/if}
-{/foreach}
-<script type="text/javascript" src="{$ROOT_URL}{$themeconf.template_dir}/rating.js"></script>
-</div>
-</form>
-{/if}
-
-<hr class="separation">
-
-{if isset($COMMENT_COUNT)}
-<div id="comments">
- <h2>[{$COMMENT_COUNT}] {'comments_title'|@translate}</h2>
-
- <div class="navigationBar">{$COMMENT_NAV_BAR}</div>
-
- {if isset($comments)}
- {foreach from=$comments item=comment}
- <div class="comment">
- {if isset($comment.U_DELETE)}
- <p class="userCommentDelete">
- <a href="{$comment.U_DELETE}" title="{'comments_del'|@translate}">
- <img src="{$ROOT_URL}{$themeconf.icon_dir}/delete.png" class="button" style="border:none;vertical-align:middle; margin-left:5px;" alt="[{'delete'|@translate}]"/>
- </a>
- </p>
- {/if}
- <p class="commentInfo"><span class="author">{$comment.AUTHOR}</span> - {$comment.DATE}</p>
- <blockquote>{$comment.CONTENT}</blockquote>
- </div>
- {/foreach}
- {/if}
-
- {if isset($comment_add)}
- <form method="post" action="{$comment_add.F_ACTION}" class="filter" id="addComment">
- <fieldset>
- <legend>{'comments_add'|@translate}</legend>
- {if $comment_add.SHOW_AUTHOR}
- <label>{'upload_author'|@translate}<input type="text" name="author"></label>
- {/if}
- <label>{'comment'|@translate}<textarea name="content" rows="5" cols="80">{$comment_add.CONTENT}</textarea></label>
- <input type="hidden" name="key" value="{$comment_add.KEY}" />
- <input class="submit" type="submit" value="{'Submit'|@translate}">
- </fieldset>
- </form>
- {/if}
-
-</div>
-{/if} {*comments*}
-
-{if !empty($PLUGIN_PICTURE_AFTER)}{$PLUGIN_PICTURE_AFTER}{/if}