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

Back to archive index

Yoshihisa Fukuhara higef****@users*****
2005年 8月 25日 (木) 11:27:19 JST


Index: affelio/apps/album/templates/owner/add_album.tmpl
diff -u affelio/apps/album/templates/owner/add_album.tmpl:1.1 affelio/apps/album/templates/owner/add_album.tmpl:1.2
--- affelio/apps/album/templates/owner/add_album.tmpl:1.1	Thu Aug 25 00:31:45 2005
+++ affelio/apps/album/templates/owner/add_album.tmpl	Thu Aug 25 11:27:18 2005
@@ -67,4 +67,3 @@
 	</form>
 </div>
 </TMPL_IF>
-
Index: affelio/apps/album/templates/owner/delete_album.tmpl
diff -u affelio/apps/album/templates/owner/delete_album.tmpl:1.1 affelio/apps/album/templates/owner/delete_album.tmpl:1.2
--- affelio/apps/album/templates/owner/delete_album.tmpl:1.1	Thu Aug 25 00:31:45 2005
+++ affelio/apps/album/templates/owner/delete_album.tmpl	Thu Aug 25 11:27:18 2005
@@ -1,45 +1,52 @@
 <!-- Confirmation after delete album -->
 <TMPL_IF NAME="DELETE_CONFIRM">
-<div class="afPubContentHeading">
-<table border="0" cellspacing="0" width=100%>
-<tr><td align="left"><AF_M text="Delete the album"></td>
-</tr></table>
+	<div class="afPubContentHeading">
+		<table border="0" cellspacing="0" width=100%>
+			<tr><td align="left">
+				<AF_M text="Delete the album">
+			</td></tr>
+		</table>
 </div>
 
 <div class="afPubContent">
-<form method="post" action="owner.cgi">
-<div class="afPubMessageTable">
-<table>
-<tr><th align="left"><AF_M text="Do you really delete this album?"></th></tr>
-<tr><td>
-<br>
-<input type="hidden" name="id" value="<TMPL_VAR NAME="ID">" />
-<input type="hidden" name="mode" value="delete_album" />
-<input type="submit" name="delete" value="<AF_M text="Yes">">
-</form>
-<form method="post" action="owner.cgi">
-<input type="submit" name="nodelete" value="<AF_M text="No">">
-</form>
-</td></tr>
-</table>
-</div>
+	<div class="afPubMessageTable">
+		<table>
+			<tr><th align="left"><AF_M text="Do you really delete this album?"></th></tr>
+			<tr><td>
+				<br>
+				<form method="post" action="owner.cgi">
+					<input type="hidden" name="id" value="<TMPL_VAR NAME="ID">" />
+					<input type="hidden" name="mode" value="delete_album" />
+					<input type="submit" name="delete" value="<AF_M text="Yes">">
+				</form>
+				<form method="post" action="owner.cgi">
+					<input type="submit" name="nodelete" value="<AF_M text="No">">
+				</form>
+			</td></tr>
+		</table>
+	</div>
 </div>
 </TMPL_IF>
 
 <!-- Done -->
 <TMPL_IF NAME="DONE">
-<div class="afPubContentHeading">
-<table border="0" cellspacing="0" width=100%>
-<tr><td align="left"><TMPL_VAR NAME="DONE_LABEL"></td>
-</tr></table>
-</div>
-<div class="afPubContent">
-<form method="post" action="owner.cgi">
-<div class="afPubMessageTable">
-<table>
-<tr><td><br><br><input type="submit" name="noname" value="<AF_M text="Return">" /></td></tr>
-</table>
-</form>
-</div>
-</div>
+	<div class="afPubContentHeading">
+		<table border="0" cellspacing="0" width=100%>
+			<tr><td align="left">
+				<TMPL_VAR NAME="DONE_LABEL">
+			</td></tr>
+		</table>
+	</div>
+	<div class="afPubContent">
+		<div class="afPubMessageTable">
+			<form method="post" action="owner.cgi">
+				<table>
+					<tr><td>
+						<br><br>
+						<input type="submit" name="noname" value="<AF_M text="Return">" />
+					</td></tr>
+				</table>
+			</form>
+		</div>
+	</div>
 </TMPL_IF>
Index: affelio/apps/album/templates/owner/delete_comment.tmpl
diff -u affelio/apps/album/templates/owner/delete_comment.tmpl:1.1 affelio/apps/album/templates/owner/delete_comment.tmpl:1.2
--- affelio/apps/album/templates/owner/delete_comment.tmpl:1.1	Thu Aug 25 00:31:45 2005
+++ affelio/apps/album/templates/owner/delete_comment.tmpl	Thu Aug 25 11:27:18 2005
@@ -20,4 +20,3 @@
 		</form>
 	</div>
 </TMPL_IF>
-
Index: affelio/apps/album/templates/owner/delete_image.tmpl
diff -u affelio/apps/album/templates/owner/delete_image.tmpl:1.1 affelio/apps/album/templates/owner/delete_image.tmpl:1.2
--- affelio/apps/album/templates/owner/delete_image.tmpl:1.1	Thu Aug 25 00:31:45 2005
+++ affelio/apps/album/templates/owner/delete_image.tmpl	Thu Aug 25 11:27:18 2005
@@ -19,4 +19,3 @@
 		</form>
 	</div>
 </TMPL_IF>
-
Index: affelio/apps/album/templates/owner/edit_album_caption.tmpl
diff -u affelio/apps/album/templates/owner/edit_album_caption.tmpl:1.1 affelio/apps/album/templates/owner/edit_album_caption.tmpl:1.2
--- affelio/apps/album/templates/owner/edit_album_caption.tmpl:1.1	Thu Aug 25 00:31:45 2005
+++ affelio/apps/album/templates/owner/edit_album_caption.tmpl	Thu Aug 25 11:27:18 2005
@@ -46,5 +46,3 @@
 		</form>
 	</div>
 </TMPL_IF>
-
-
Index: affelio/apps/album/templates/owner/manage_album.tmpl
diff -u affelio/apps/album/templates/owner/manage_album.tmpl:1.3 affelio/apps/album/templates/owner/manage_album.tmpl:1.4
--- affelio/apps/album/templates/owner/manage_album.tmpl:1.3	Thu Aug 25 01:03:09 2005
+++ affelio/apps/album/templates/owner/manage_album.tmpl	Thu Aug 25 11:27:18 2005
@@ -66,4 +66,3 @@
 		</div>
 	</FORM>
 </TMPL_IF>
-
Index: affelio/apps/album/templates/owner/owner.tmpl
diff -u affelio/apps/album/templates/owner/owner.tmpl:1.4 affelio/apps/album/templates/owner/owner.tmpl:1.5
--- affelio/apps/album/templates/owner/owner.tmpl:1.4	Thu Aug 25 11:16:39 2005
+++ affelio/apps/album/templates/owner/owner.tmpl	Thu Aug 25 11:27:18 2005
@@ -69,3 +69,4 @@
 		</TMPL_LOOP>
 	</table>
 </div>
+


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