piwigo/template/default/picture.vtp
z0rglub 5d4690ad7a changing presentation of favorite link
git-svn-id: http://piwigo.org/svn/trunk@50 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-28 21:29:55 +00:00

190 lines
No EOL
6.7 KiB
Text

<html>
<head>
<!--VTP_refresh-->
<meta http-equiv="refresh" content="{#time};url={#url}">
<!--/VTP_refresh-->
<meta http-equiv="Content-Type" content="text/html;charset={#charset}">
{#style}
<!-- Specific style to picture.php-->
<style type="text/css">
.commentsAuthor,.commentsTitle,.commentsInfos,.commentsContent,.commentsNavigationBar {
color:{#text_color};
font-family:arial,sans-Serif;
font-size:12px;
}
.commentsTitle,.commentsAuthor {
text-align:center;
font-weight:bold;
}
.commentsInfos {
margin:3px 3px 3px 10px;
font-size:11px;
}
.commentsContent {
margin:10px;
}
.commentsTitle {
margin-top:15px;
}
.commentsAuthor {
margin:5px;
}
.commentsNavigationBar {
margin:10px;
}
.tableComment {
width:90%;
border:2px solid {#text_color};
margin:10px;
}
.cellAuthor {
border-right:1px solid {#text_color};
width:100px;
}
.cellInfo {
border-bottom:1px solid {#text_color};
}
</style>
<title>{#page_title}</title>
</head>
<body>
{#header}
<!--VTP_information-->
<div class="information">{#content}</div>
<!--/VTP_information-->
<!--VTP_start_slideshow-->
<div style="text-align:center;margin-bottom:5px;">
[ {#slideshow} :
<!--VTP_second-->
<a href="{#url}" class="back" style="font-weight:bold;">{#option}</a>
<!--/VTP_second-->
{#period_seconds} ]
</div>
<!--/VTP_start_slideshow-->
<!--VTP_stop_slideshow-->
<div style="text-align:center;margin-bottom:5px;">
[ <a href="{#url}" class="back" style="font-weight:bold;">{#slideshow_stop}</a> ]
</div>
<!--/VTP_stop_slideshow-->
<table style="width:100%;height:100%;">
<tr align="center" valign="middle">
<td>
<!--VTP_previous-->
<a href="{#url}" title="{#title}">
<img src="{#src}" class="imgLink" style="margin-right:10px;margin-left:5px;" alt="{#alt}"/>
</a>
<!--/VTP_previous-->
<!--VTP_previous_empty-->
&nbsp;
<!--/VTP_previous_empty-->
</td>
<td style="width:100%;">
{#frame_start}1%{#frame_begin}
<div class="titrePage">{#title}</div>
{#frame_end}
<div style="margin-bottom:5px">&nbsp;</div>
{#frame_start}1%{#frame_begin}
<a href="{#picture_link}">
<img style="margin:10px;width:{#picture_width}px;height:{#picture_height}px;border:1px solid {#picture_border_color}" src="{#picture_src}" alt="{#picture_alt}"/>
</a>
<div class="commentImage">{#picture_comment}</div>
<table style="width:100%;">
<tr>
<td align="center">
<table style="margin:auto;margin-top:5px;margin-bottom:5px;">
<!--VTP_info_line-->
<tr>
<td class="menu" style="font-weight:bold;">{#name}</td>
<td class="menu" style="text-align:right;">{#content}</td>
</tr>
<!--/VTP_info_line-->
</table>
</td>
</tr>
</table>
<!--VTP_favorite-->
<div class="menu" style="text-align:center;margin:5px;">
<a href="{#link}" title="{#title}"><img src="{#src}" style="border:none;margin-left:5px;" alt=""/></a>
<a href="{#link}">{#alt}</a>
</div>
<!--/VTP_favorite-->
<!--VTP_modification-->
<div class="menu" style="text-align:center;margin:5px;">
[ <a href="{#link}">{#name}</a> ]
</div>
<!--/VTP_modification-->
{#frame_end}
<div style="text-align:center;">{#back}</div>
</td>
<td>
<!--VTP_next-->
<a href="{#url}" title="{#title}">
<img src="{#src}" class="imgLink" style="margin-right:10px;margin-left:5px;" alt="{#alt}"/>
</a>
<!--/VTP_next-->
<!--VTP_next_empty-->
&nbsp;
<!--/VTP_next_empty-->
</td>
</tr>
<!--VTP_comments-->
<tr align="center" valign="middle">
<td colspan="3">
{#frame_start}90%{#frame_begin}
<table style="width:100%;">
<tr align="center">
<td>
<div class="commentsTitle">
[{#nb_comments}] {#comments_title}
</div>
<div class="commentsNavigationBar">{#navigation_bar}</div>
<!--VTP_comment-->
<table class="tableComment">
<tr>
<td rowspan="2" valign="top" class="cellAuthor">
<div class="commentsAuthor">{#author}</div>
</td>
<td align="right" class="cellInfo">
<div class="commentsInfos">
{#date}<!--VTP_delete--><a href="{#link}" title="{#comments_del}"><img src="./template/{#user_template}/theme/delete.gif" style="border:none;margin-left:5px;" alt="[{#delete}]"/></a><!--/VTP_delete-->
</div>
</td>
</tr>
<tr>
<td>
<div class="commentsContent">{#content}</div>
</td>
</tr>
</table>
<!--/VTP_comment-->
<div class="commentsNavigationBar">{#navigation_bar}</div>
</td>
</tr>
</table>
<!--VTP_add_comment-->
<form method="post" action="{#form_action}">
<table style="width:100%;">
<tr align="center">
<td>
<div class="commentsTitle">{#comments_add}</div>
<!--VTP_author_field-->
<div class="menu">{#author} : <input type="text" name="author" style="margin-top:5px;"/></div>
<!--/VTP_author_field-->
<!--VTP_author_known-->
<input type="hidden" name="author" value="{#value}" />
<!--/VTP_author_known-->
<textarea name="content" rows="10" cols="50" style="overflow:auto;width:450px;margin:10px;"></textarea><br />
<input type="submit" value="{#submit}" style="margin:10px;"/>
</td>
</tr>
</table>
</form>
<!--/VTP_add_comment-->
{#frame_end}
</td>
</tr>
<!--/VTP_comments-->
</table>
{#footer}
</body>
</html>