[Affelio-cvs 360] CVS update: affelio/apps/album/templates

Back to archive index

Yoshihisa Fukuhara higef****@users*****
2005年 6月 30日 (木) 17:31:21 JST


Index: affelio/apps/album/templates/edit_album.tmpl
diff -u affelio/apps/album/templates/edit_album.tmpl:1.4 affelio/apps/album/templates/edit_album.tmpl:1.5
--- affelio/apps/album/templates/edit_album.tmpl:1.4	Thu Jun 30 13:11:46 2005
+++ affelio/apps/album/templates/edit_album.tmpl	Thu Jun 30 17:31:21 2005
@@ -73,11 +73,11 @@
 <center>
 <TMPL_IF NAME="HAS_IMAGE">
 <FORM action="delete_image.cgi" method="post">
-<table id="photo_index">
+<table class="photo_table">
 <TMPL_LOOP NAME="THUMBNAIL">
 <tr>
 <TMPL_LOOP NAME="IMG">
-<td width="160" height="160" align="center" valign="middle" background="resource/photo_frame.gif">
+<td class="photo_frame">
 <TMPL_IF NAME="IMAGE">
 <a href="large_image.cgi?id=<TMPL_VAR NAME="ID2">&pkey=<TMPL_VAR NAME="PKEY">"><img src="show_image.cgi?id=<TMPL_VAR NAME="ID2">&image=<TMPL_VAR NAME="IMAGE">&type=thumbnail" border="0"></a>
 <br>
Index: affelio/apps/album/templates/list_album.tmpl
diff -u affelio/apps/album/templates/list_album.tmpl:1.3 affelio/apps/album/templates/list_album.tmpl:1.4
--- affelio/apps/album/templates/list_album.tmpl:1.3	Thu Jun 30 12:58:55 2005
+++ affelio/apps/album/templates/list_album.tmpl	Thu Jun 30 17:31:21 2005
@@ -16,11 +16,11 @@
   <div class="afPubContentBlock">
 <!-- サムネイル -->
 <center>
-<table id="photo_index">
+<table class="photo_table">
 <TMPL_LOOP NAME="THUMBNAIL">
 <tr>
 <TMPL_LOOP NAME="IMG">
-<td width="160" height="160" align="center" valign="middle" background="resource/photo_frame.gif">
+<td class="photo_frame">
 <TMPL_IF NAME="IMAGE">
 <a href="show_album.cgi?id=<TMPL_VAR NAME="ID2">"><img src="show_image.cgi?id=<TMPL_VAR NAME="ID2">&image=<TMPL_VAR NAME="IMAGE">&type=thumbnail" border="0"></a>
 <TMPL_ELSE>


Affelio-cvs メーリングリストの案内
Back to archive index