Yoshihisa Fukuhara
higef****@users*****
2006年 6月 4日 (日) 10:48:08 JST
Index: affelio/apps/album/templates/owner/add_album.tmpl diff -u affelio/apps/album/templates/owner/add_album.tmpl:1.2 affelio/apps/album/templates/owner/add_album.tmpl:1.3 --- affelio/apps/album/templates/owner/add_album.tmpl:1.2 Thu Aug 25 11:27:18 2005 +++ affelio/apps/album/templates/owner/add_album.tmpl Sun Jun 4 10:48:08 2006 @@ -9,7 +9,7 @@ <div class="afPubMessageTable"> <table> <tr><th ALIGN="left"> - <form method="post" action="owner.cgi"> + <form method="post" action="admin.cgi"> <input type="hidden" name="mode" value="add_album" /> <AF_M text="Title">:</th></tr> <tr><td><input class="text" type="text" name="title" value="<TMPL_VAR ESCAPE="HTML" NAME="TITLE">" /></td></tr> @@ -31,7 +31,7 @@ </table> </div> <div class="afPubContent"> - <form method="post" action="owner.cgi"> + <form method="post" action="admin.cgi"> <div class="afPubMessageTable"> <table> <tr><th><TMPL_VAR ESCAPE="HTML" NAME="TITLE"></th></tr> Index: affelio/apps/album/templates/owner/delete_album.tmpl diff -u affelio/apps/album/templates/owner/delete_album.tmpl:1.2 affelio/apps/album/templates/owner/delete_album.tmpl:1.3 --- affelio/apps/album/templates/owner/delete_album.tmpl:1.2 Thu Aug 25 11:27:18 2005 +++ affelio/apps/album/templates/owner/delete_album.tmpl Sun Jun 4 10:48:08 2006 @@ -14,12 +14,12 @@ <tr><th align="left"><AF_M text="Do you really delete this album?"></th></tr> <tr><td> <br> - <form method="post" action="owner.cgi"> + <form method="post" action="admin.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"> + <form method="post" action="admin.cgi"> <input type="submit" name="nodelete" value="<AF_M text="No">"> </form> </td></tr> @@ -39,7 +39,7 @@ </div> <div class="afPubContent"> <div class="afPubMessageTable"> - <form method="post" action="owner.cgi"> + <form method="post" action="admin.cgi"> <table> <tr><td> <br><br> Index: affelio/apps/album/templates/owner/delete_comment.tmpl diff -u affelio/apps/album/templates/owner/delete_comment.tmpl:1.2 affelio/apps/album/templates/owner/delete_comment.tmpl:1.3 --- affelio/apps/album/templates/owner/delete_comment.tmpl:1.2 Thu Aug 25 11:27:18 2005 +++ affelio/apps/album/templates/owner/delete_comment.tmpl Sun Jun 4 10:48:08 2006 @@ -8,7 +8,7 @@ </div> <div class="afPubContent"> - <form method="post" action="owner.cgi"> + <form method="post" action="admin.cgi"> <table> <tr><td> <br><br> Index: affelio/apps/album/templates/owner/delete_image.tmpl diff -u affelio/apps/album/templates/owner/delete_image.tmpl:1.2 affelio/apps/album/templates/owner/delete_image.tmpl:1.3 --- affelio/apps/album/templates/owner/delete_image.tmpl:1.2 Thu Aug 25 11:27:18 2005 +++ affelio/apps/album/templates/owner/delete_image.tmpl Sun Jun 4 10:48:08 2006 @@ -8,7 +8,7 @@ </div> <div class="afPubContent"> - <form method="post" action="owner.cgi"> + <form method="post" action="admin.cgi"> <table> <tr><td> <br><br> Index: affelio/apps/album/templates/owner/edit_album_caption.tmpl diff -u affelio/apps/album/templates/owner/edit_album_caption.tmpl:1.2 affelio/apps/album/templates/owner/edit_album_caption.tmpl:1.3 --- affelio/apps/album/templates/owner/edit_album_caption.tmpl:1.2 Thu Aug 25 11:27:18 2005 +++ affelio/apps/album/templates/owner/edit_album_caption.tmpl Sun Jun 4 10:48:08 2006 @@ -8,7 +8,7 @@ </table> </div> <div class="afPubContent"> - <form method="post" action="owner.cgi"> + <form method="post" action="admin.cgi"> <div class="afPubMessageTable"> <table> <tr><th align="left"><AF_M text="Title">:</th></tr> @@ -34,7 +34,7 @@ </table> </div> <div class="afPubContent"> - <form method="post" action="owner.cgi"> + <form method="post" action="admin.cgi"> <div class="afPubMessageTable"> <table> <tr><td> Index: affelio/apps/album/templates/owner/manage_album.tmpl diff -u affelio/apps/album/templates/owner/manage_album.tmpl:1.4 affelio/apps/album/templates/owner/manage_album.tmpl:1.5 --- affelio/apps/album/templates/owner/manage_album.tmpl:1.4 Thu Aug 25 11:27:18 2005 +++ affelio/apps/album/templates/owner/manage_album.tmpl Sun Jun 4 10:48:08 2006 @@ -6,7 +6,7 @@ <div class="afPubContentBlock"> <center> <TMPL_IF NAME="HAS_IMAGE"> - <FORM action="owner.cgi" method="post"> + <FORM action="admin.cgi" method="post"> <input type="hidden" name="mode" value="delete_image" /> <table class="photo_table"> <TMPL_LOOP NAME="THUMBNAIL"> @@ -14,7 +14,7 @@ <TMPL_LOOP NAME="IMG"> <td class="photo_frame"> <TMPL_IF NAME="IMAGE"> - <a href="album.cgi?mode=image_view&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> + <a href="index.cgi?mode=image_view&id=<TMPL_VAR NAME="ID2">&pkey=<TMPL_VAR NAME="PKEY">"><img src="index.cgi?mode=show_image&id=<TMPL_VAR NAME="ID2">&image=<TMPL_VAR NAME="IMAGE">&type=thumbnail" border="0"></a> <br> <INPUT TYPE="checkbox" NAME="delete_image" VALUE="<TMPL_VAR NAME="PKEY">"> <TMPL_ELSE> @@ -39,7 +39,7 @@ <!-- Comments --> <TMPL_IF NAME="HAS_COMMENTS"> - <FORM action="owner.cgi" method="post"> + <FORM action="admin.cgi" method="post"> <input type="hidden" name="mode" value="delete_comment" /> <div class="afPubContentBlock"> <table border="0" cellpadding="5" width=100%> Index: affelio/apps/album/templates/owner/owner.tmpl diff -u affelio/apps/album/templates/owner/owner.tmpl:1.5 affelio/apps/album/templates/owner/owner.tmpl:1.6 --- affelio/apps/album/templates/owner/owner.tmpl:1.5 Thu Aug 25 11:27:18 2005 +++ affelio/apps/album/templates/owner/owner.tmpl Sun Jun 4 10:48:08 2006 @@ -18,7 +18,7 @@ </td></tr> <tr><td colspan="2"> <TMPL_IF NAME="EDITABLE"> - <form method="post" action="owner.cgi"> + <form method="post" action="admin.cgi"> <input type="hidden" name="mode" value="add_album" /> <p><input type="submit" name="add_album" value="<AF_M text="Add new album">" /></p> </form> @@ -27,7 +27,7 @@ <TMPL_LOOP NAME="ENTRIES"> <tr> <td align="center" VALIGN="top" width="120"> - <a href="album.cgi?id=<TMPL_VAR NAME="ID">"><img src="show_image.cgi?id=<TMPL_VAR NAME="ID">&image=<TMPL_VAR NAME="IMAGE">&type=thumbnail" border="0"></a> + <a href="index.cgi?mode=default&id=<TMPL_VAR NAME="ID">"><img src="index.cgi?mode=show_image&id=<TMPL_VAR NAME="ID">&image=<TMPL_VAR NAME="IMAGE">&type=thumbnail" border="0"></a> </td> <td ALIGN="left" VALIGN="top"> <div class="afPubContentBlock"> @@ -41,19 +41,19 @@ <TMPL_IF NAME="EDITABLE"> <Table> <tr border="0"><td> - <form method="post" action="owner.cgi" /> + <form method="post" action="admin.cgi" /> <input type="hidden" name="id" value="<TMPL_VAR NAME="ID">" /> <input type="hidden" name="mode" value="edit_album_caption" /> <input type="submit" name="comment_edit" value="<AF_M text="Edit caption">" /> </form> </td><td> - <form method="post" action="owner.cgi" /> + <form method="post" action="admin.cgi" /> <input type="hidden" name="id" value="<TMPL_VAR NAME="ID">" /> <input type="hidden" name="mode" value="manage_album_content" /> <input type="submit" name="image_arrange" value="<AF_M text="Delete comments and images">" /> </form> </td><td> - <form method="post" action="owner.cgi"> + <form method="post" action="admin.cgi"> <input type="hidden" name="id" value="<TMPL_VAR NAME="ID">"> <input type="hidden" name="mode" value="delete_album" /> <input type="submit" name="delete_confirm" value="<AF_M text="Delete the album">" />