Yoshihisa Fukuhara
higef****@users*****
2005年 6月 30日 (木) 17:28:21 JST
Index: affelio/apps/album/templates/show_album.tmpl
diff -u affelio/apps/album/templates/show_album.tmpl:1.3 affelio/apps/album/templates/show_album.tmpl:1.4
--- affelio/apps/album/templates/show_album.tmpl:1.3 Thu Jun 30 12:58:55 2005
+++ affelio/apps/album/templates/show_album.tmpl Thu Jun 30 17:28:21 2005
@@ -40,11 +40,12 @@
<!-- ãµã ãã¤ã« -->
<center>
<TMPL_IF NAME="HAS_IMAGE">
-<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>
<TMPL_ELSE>
@@ -59,6 +60,7 @@
<br><br><div>ç»åãç»é²ããã¦ãã¾ããã</div>
</TMPL_IF>
</center>
+
<br>
</div>
<br>
@@ -69,13 +71,11 @@
<table border="0" cellpadding="5" width=100%>
<tr><td>
<div class="afPubContentBlock">
- <div class="afPubContentBlockTitle" id="AlbumOverview">
-<table border="0" cellspacing="0" width=100%>
-<tr><td align="left">
-ç»åã®ã¢ãããã¼ã</td>
-<td align="right">
+ <div class="afPubContentBlockTitle">
+ç»åã®ã¢ãããã¼ã
+</div>
<a href="javascript:void(0);" onClick="showHide('c0');">
-<font size="-2">ã¿ã¤ãã«ã¨ã³ã¡ã³ããæ¸ã</font></a></td></tr></table></div>
+<font size="-2">ã¿ã¤ãã«ã¨ã³ã¡ã³ããæ¸ã</font></a>
<div class="sidehide" id="c0">
ç»åã®ã¿ã¤ãã«ï¼<br>
<input class="text" type="text" name="title" /><br>
@@ -83,7 +83,7 @@
<textarea name="comment" rows="15" cols="50"></textarea>
<BR>
</div><!--afPubContentBlockTitle-->
-
+<br>
<br>
<INPUT TYPE="FILE" NAME="uploadingfile">
<INPUT TYPE="hidden" name="id" value="<TMPL_VAR NAME="ID">">
@@ -98,7 +98,7 @@
<table border="0" cellpadding="5" width=100%>
<tr><td>
<div class="afPubContentBlock">
- <div class="afPubContentBlockTitle" id="AlbumOverview">ã³ã¡ã³ã</div>
+ <div class="afPubContentBlockTitle">ã³ã¡ã³ã</div>
<br>
<TMPL_LOOP NAME="COMMENTS">
<TMPL_VAR NAME="COMMENT">
@@ -116,7 +116,7 @@
<table border="0" cellpadding="5" width=100%>
<tr><td>
<div class="afPubContentBlock">
- <div class="afPubContentBlockTitle" id="AlbumOverview">ã³ã¡ã³ããæ¸ã</div>
+ <div class="afPubContentBlockTitle">ã³ã¡ã³ããæ¸ã</div>
<br>
<textarea name="comment" rows="5" cols="40"></textarea><br>
<input type="hidden" name="id" value="<TMPL_VAR NAME="ID">" />