|
From: <be...@us...> - 2014-01-13 15:22:35
|
Revision: 12258
http://sourceforge.net/p/xoops/svn/12258
Author: beckmi
Date: 2014-01-13 15:22:31 +0000 (Mon, 13 Jan 2014)
Log Message:
-----------
Templates updates (bleekk)
Modified Paths:
--------------
XoopsModules/myalbum/trunk/htdocs/modules/myalbum/templates/myalbum_photo.html
Modified: XoopsModules/myalbum/trunk/htdocs/modules/myalbum/templates/myalbum_photo.html
===================================================================
--- XoopsModules/myalbum/trunk/htdocs/modules/myalbum/templates/myalbum_photo.html 2014-01-13 15:13:05 UTC (rev 12257)
+++ XoopsModules/myalbum/trunk/htdocs/modules/myalbum/templates/myalbum_photo.html 2014-01-13 15:22:31 UTC (rev 12258)
@@ -7,11 +7,17 @@
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td align='left'>
- <span style="font-weight:bold;"><a href='index.php'><{$lang_album_main}></a> : <{$album_sub_title}> <{$photo.title}></span>
+ <span style="font-weight:bold;">
+ <a href='index.php'><{$lang_album_main}></a> : <{$album_sub_title}> <{$photo.title}>
+ </span>
</td>
<td align='right'>
- <{if $lang_add_photo}><a href="submit.php"><{$lang_add_photo}><img src="<{xoModuleIcons16 add.png}>" border="0"
- alt="<{$lang_add_photo}>" title="<{$lang_add_photo}>"/></a><{/if}>
+ <{if $lang_add_photo}>
+ <a href="submit.php">
+ <{$lang_add_photo}>
+ <img src="<{xoModuleIcons16 add.png}>" border="0" alt="<{$lang_add_photo}>" title="<{$lang_add_photo}>"/>
+ </a>
+ <{/if}>
</td>
</tr>
</table>
@@ -26,10 +32,9 @@
<tr>
<td align="center">
- <a href="<{$photo.ahref_photo}>" target="_blank"
- onClick="window.open('<{$photo.ahref_photo}>','','width=<{$photo.window_x}>,height=<{$photo.window_y}>');return(false);"><img
- src="<{$photo.imgsrc_photo}>" border="0" align="center" vspace="3" hspace="7" alt="<{$photo.title}>" title="<{$photo.title}>"
- <{$photo.width_height}> /></a>
+ <a href="<{$photo.ahref_photo}>" target="_blank" onClick="window.open('<{$photo.ahref_photo}>','','width=<{$photo.window_x}>,height=<{$photo.window_y}>');return(false);">
+ <img src="<{$photo.imgsrc_photo}>" border="0" align="center" vspace="3" hspace="7" alt="<{$photo.title}>" title="<{$photo.title}>" <{$photo.width_height}> />
+ </a>
<br/>
<table width="100%" cellspacing="0" cellpadding="10" border="0">
<tr>
@@ -40,22 +45,24 @@
<{* EDIT ICON *}>
<{if $photo.can_edit}>
- <a href='<{$mod_url}>/editphoto.php?lid=<{$photo.lid}>'><img src='<{xoModuleIcons16 edit.png}>' border='0'
- alt='<{$lang_editthisphoto}>'
- title='<{$lang_editthisphoto}>'/></a>
+ <a href='<{$mod_url}>/editphoto.php?lid=<{$photo.lid}>'>
+ <img src='<{xoModuleIcons16 edit.png}>' border='0' alt='<{$lang_editthisphoto}>' title='<{$lang_editthisphoto}>'/>
+ </a>
<{/if}>
<{* DELETE ICON *}>
<{if $photo.can_delete}>
- <a href='<{$mod_url}>/photo.php?lid=<{$photo.lid}>&op=delete'><img src='<{xoModuleIcons16 delete.png}>' border='0'
- alt='<{$lang_deletethisphoto}>'
- title='<{$lang_deletethisphoto}>'/></a>
+ <a href='<{$mod_url}>/photo.php?lid=<{$photo.lid}>&op=delete'>
+ <img src='<{xoModuleIcons16 delete.png}>' border='0' alt='<{$lang_deletethisphoto}>' title='<{$lang_deletethisphoto}>'/>
+ </a>
<{/if}>
<{* PHOTO'S SUBJECT *}>
- <a name='<{$photo.lid}>'></a><a
- href='<{$mod_url}>/photo.php?lid=<{$photo.lid}>&cid=<{$photo.cid}>'><b><{$photo.title}></b></a>
+ <a name='<{$photo.lid}>'></a>
+ <a href='<{$mod_url}>/photo.php?lid=<{$photo.lid}>&cid=<{$photo.cid}>'>
+ <b><{$photo.title}></b>
+ </a>
<{* NEW ICON *}>
<{if $photo.is_newphoto}>
@@ -79,13 +86,12 @@
<{* SUBMITTER *}>
<{if $photo.submitter > 0}>
<a href='<{$xoops_url}>/userinfo.php?uid=<{$photo.submitter}>'>
- <img src='<{$mod_url}>/images/submitter.gif' width='16' height='16' alt='<{$lang_submitter}>' title='<{$lang_submitter}>'
- border='0'/>
+ <img src='<{$mod_url}>/images/submitter.gif' width='16' height='16' alt='<{$lang_submitter}>' title='<{$lang_submitter}>' border='0'/>
</a>
<{$photo.submitter_name}>
- <a href='<{$mod_url}>/viewcat.php?uid=<{$photo.submitter}>'><img src='<{$mod_url}>/images/myphotos.gif' width='16' height='16'
- alt='<{$photo.info_morephotos}>'
- title='<{$photo.info_morephotos}>' border='0'/></a>
+ <a href='<{$mod_url}>/viewcat.php?uid=<{$photo.submitter}>'>
+ <img src='<{$mod_url}>/images/myphotos.gif' width='16' height='16' alt='<{$photo.info_morephotos}>' title='<{$photo.info_morephotos}>' border='0'/>
+ </a>
<{else}>
<img src='<{$mod_url}>/images/submitter.gif' width='16' height='16' alt='<{$lang_submitter}>' title='<{$lang_submitter}>'/>
<{$photo.submitter_name}>
@@ -94,13 +100,16 @@
<{* CATEGORY *}>
<{if $photo.cat_title}>
- <a href='<{$mod_url}>/viewcat.php?cid=<{$photo.cid}>'><img src='<{xoModuleIcons16 topic.png}>' width='16' height='16'
- alt='<{$lang_category}>' title='<{$lang_category}>' border='0'/><{$photo.cat_title}></a>
+ <a href='<{$mod_url}>/viewcat.php?cid=<{$photo.cid}>'>
+ <img src='<{xoModuleIcons16 topic.png}>' width='16' height='16' alt='<{$lang_category}>' title='<{$lang_category}>' border='0'/>
+ <{$photo.cat_title}>
+ </a>
<{/if}>
<{* LAST UPDATED *}>
- <img src='<{$mod_url}>/images/clock.gif' width='16' height='16' alt='<{$lang_lastupdatec}>' title='<{$lang_lastupdatec}>'/><{$photo.datetime}>
+ <img src='<{$mod_url}>/images/clock.gif' width='16' height='16' alt='<{$lang_lastupdatec}>' title='<{$lang_lastupdatec}>'/>
+ <{$photo.datetime}>
<br/>
@@ -126,8 +135,10 @@
<{* VOTE BUTTON *}>
<{if $canratevote}>
- <a href='<{$mod_url}>/ratephoto.php?lid=<{$photo.lid}>'><img src='<{$mod_url}>/images/vote.gif' alt='<{$lang_ratethisphoto}>'
- title='<{$lang_ratethisphoto}>' border='0'/><{$lang_ratethisphoto}></a>
+ <a href='<{$mod_url}>/ratephoto.php?lid=<{$photo.lid}>'>
+ <img src='<{$mod_url}>/images/vote.gif' alt='<{$lang_ratethisphoto}>' title='<{$lang_ratethisphoto}>' border='0'/>
+ <{$lang_ratethisphoto}>
+ </a>
<{/if}>
<br/>
|