Tadashi Okoshi
slash****@users*****
2005年 10月 25日 (火) 04:20:45 JST
Index: affelio_farm/admin/skelton/affelio/apps/album/templates/owner/add_album.tmpl diff -u affelio_farm/admin/skelton/affelio/apps/album/templates/owner/add_album.tmpl:1.1.1.1 affelio_farm/admin/skelton/affelio/apps/album/templates/owner/add_album.tmpl:removed --- affelio_farm/admin/skelton/affelio/apps/album/templates/owner/add_album.tmpl:1.1.1.1 Tue Oct 25 04:14:40 2005 +++ affelio_farm/admin/skelton/affelio/apps/album/templates/owner/add_album.tmpl Tue Oct 25 04:20:45 2005 @@ -1,69 +0,0 @@ -<!-- Edit mode --> -<TMPL_IF NAME="EDIT"> -<div class="afPubContentHeading"> - <table border="0" cellspacing="0" width=100%> - <tr><td align="left"><AF_M text="Add new album"></td></tr> - </table> -</div> - <div class="afPubContent"> - <div class="afPubMessageTable"> - <table> - <tr><th ALIGN="left"> - <form method="post" action="owner.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> - <tr><th align="left"><AF_M text="Caption">:</th></tr> - <tr><td><textarea name="contents" rows="15" cols="50"><TMPL_VAR NAME="CONTENTS"></textarea> - <br><input type="submit" name="confirm" value="<AF_M text="Confirm">" /> - </form> - </td></tr> - </table> - </div> -</div> -</TMPL_IF> - -<!-- Confirm --> -<TMPL_IF NAME="CONFIRM"> -<div class="afPubContentHeading"> - <table border="0" cellspacing="0" width=100%> - <tr><td align="left"><AF_M text="Add new album with following information."></td></tr> - </table> -</div> -<div class="afPubContent"> - <form method="post" action="owner.cgi"> - <div class="afPubMessageTable"> - <table> - <tr><th><TMPL_VAR ESCAPE="HTML" NAME="TITLE"></th></tr> - <tr><td><br /><TMPL_VAR ESCAPE="HTML" NAME="CONTENTS"><br /></td></tr> - <tr><td> - <input type="submit" name="submit" value="<AF_M text="Submit">"> - <input type="submit" name="noname" value="<AF_M text="Return">"> - </td></tr> - <input type="hidden" name="title" value="<TMPL_VAR ESCAPE="HTML" NAME="TITLE">" /> - <input type="hidden" name="contents" value="<TMPL_VAR ESCAPE="HTML" NAME="CONTENTS">" /> - <input type="hidden" name="mode" value="add_album" /> - </table> - </div> - </form> -</div> -</TMPL_IF> - -<!-- Done --> -<TMPL_IF NAME="SUBMIT"> -<div class="afPubContentHeading"> - <table border="0" cellspacing="0" width=100%> - <tr><td align="left"><AF_M text="New album was created."></td></tr> - </table> -</div> -<div class="afPubContent"> - <form method="post" action="album.cgi"> - <input type="hidden" name="id" value="<TMPL_VAR NAME="ID">"> - <div class="afPubMessageTable"> - <table> - <tr><td><AF_M text="Please add your pictures."><BR><br><input type="submit" name="noname" value="<AF_M text="Continue">" /></td></tr> - </table> - </div> - </form> -</div> -</TMPL_IF> Index: affelio_farm/admin/skelton/affelio/apps/album/templates/owner/delete_album.tmpl diff -u affelio_farm/admin/skelton/affelio/apps/album/templates/owner/delete_album.tmpl:1.1.1.1 affelio_farm/admin/skelton/affelio/apps/album/templates/owner/delete_album.tmpl:removed --- affelio_farm/admin/skelton/affelio/apps/album/templates/owner/delete_album.tmpl:1.1.1.1 Tue Oct 25 04:14:40 2005 +++ affelio_farm/admin/skelton/affelio/apps/album/templates/owner/delete_album.tmpl Tue Oct 25 04:20:45 2005 @@ -1,52 +0,0 @@ -<!-- 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> - -<div class="afPubContent"> - <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"> - <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_farm/admin/skelton/affelio/apps/album/templates/owner/delete_comment.tmpl diff -u affelio_farm/admin/skelton/affelio/apps/album/templates/owner/delete_comment.tmpl:1.1.1.1 affelio_farm/admin/skelton/affelio/apps/album/templates/owner/delete_comment.tmpl:removed --- affelio_farm/admin/skelton/affelio/apps/album/templates/owner/delete_comment.tmpl:1.1.1.1 Tue Oct 25 04:14:40 2005 +++ affelio_farm/admin/skelton/affelio/apps/album/templates/owner/delete_comment.tmpl Tue Oct 25 04:20:45 2005 @@ -1,22 +0,0 @@ -<TMPL_IF NAME="DONE"> - <div class="afPubContentHeading"> - <table border="0" cellspacing="0" width=100%> - <tr><td align="left"> - <AF_M text="The comment was deleted."> - </td></tr> - </table> - </div> - - <div class="afPubContent"> - <form method="post" action="owner.cgi"> - <table> - <tr><td> - <br><br> - <input type="hidden" name="mode" value="manage_album_content" /> - <input type="hidden" name="id" value="<TMPL_VAR NAME="ID">" /> - <input type="submit" name="noname" value="<AF_M text="Return">" /> - </td></tr> - </table> - </form> - </div> -</TMPL_IF> Index: affelio_farm/admin/skelton/affelio/apps/album/templates/owner/delete_image.tmpl diff -u affelio_farm/admin/skelton/affelio/apps/album/templates/owner/delete_image.tmpl:1.1.1.1 affelio_farm/admin/skelton/affelio/apps/album/templates/owner/delete_image.tmpl:removed --- affelio_farm/admin/skelton/affelio/apps/album/templates/owner/delete_image.tmpl:1.1.1.1 Tue Oct 25 04:14:40 2005 +++ affelio_farm/admin/skelton/affelio/apps/album/templates/owner/delete_image.tmpl Tue Oct 25 04:20:45 2005 @@ -1,21 +0,0 @@ -<TMPL_IF NAME="DONE"> - <div class="afPubContentHeading"> - <table border="0" cellspacing="0" width=100%> - <tr><td align="left"> - <AF_M text="The image was deleted."> - </td></tr> - </table> -</div> - - <div class="afPubContent"> - <form method="post" action="owner.cgi"> - <table> - <tr><td> - <br><br> - <input type="hidden" name="mode" value="manage_album_content" /> - <input type="hidden" name="id" value="<TMPL_VAR NAME="ID">" /> <input type="submit" name="noname" value="<AF_M text="Return">" /> - </td></tr> - </table> - </form> - </div> -</TMPL_IF> Index: affelio_farm/admin/skelton/affelio/apps/album/templates/owner/edit_album_caption.tmpl diff -u affelio_farm/admin/skelton/affelio/apps/album/templates/owner/edit_album_caption.tmpl:1.1.1.1 affelio_farm/admin/skelton/affelio/apps/album/templates/owner/edit_album_caption.tmpl:removed --- affelio_farm/admin/skelton/affelio/apps/album/templates/owner/edit_album_caption.tmpl:1.1.1.1 Tue Oct 25 04:14:40 2005 +++ affelio_farm/admin/skelton/affelio/apps/album/templates/owner/edit_album_caption.tmpl Tue Oct 25 04:20:45 2005 @@ -1,48 +0,0 @@ -<!-- Edit mode --> -<TMPL_IF NAME="EDIT"> - <div class="afPubContentHeading"> - <table border="0" cellspacing="0" width=100%> - <tr><td align="left"> - <AF_M text="Edit album information"> - </td></tr> - </table> - </div> - <div class="afPubContent"> - <form method="post" action="owner.cgi"> - <div class="afPubMessageTable"> - <table> - <tr><th align="left"><AF_M text="Title">:</th></tr> - <tr><td><input class="text" type="text" name="title" value="<TMPL_VAR ESCAPE="HTML" NAME="TITLE">" /></td></tr> - <tr><th align="left"><AF_M text="Comment">:</th></tr> - <tr><td><textarea name="contents" rows="15" cols="40"><TMPL_VAR NAME="CONTENTS"></textarea></td></tr> - <tr><td><input type="submit" name="edit" value="<AF_M text="Submit">" /></td></tr> - </table> - </div> - <input type="hidden" name="id" value="<TMPL_VAR NAME="ID">" /> - <input type="hidden" name="mode" value="edit_album_caption" /> - </form> - </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> - </div> - </form> - </div> -</TMPL_IF> Index: affelio_farm/admin/skelton/affelio/apps/album/templates/owner/manage_album.tmpl diff -u affelio_farm/admin/skelton/affelio/apps/album/templates/owner/manage_album.tmpl:1.1.1.1 affelio_farm/admin/skelton/affelio/apps/album/templates/owner/manage_album.tmpl:removed --- affelio_farm/admin/skelton/affelio/apps/album/templates/owner/manage_album.tmpl:1.1.1.1 Tue Oct 25 04:14:40 2005 +++ affelio_farm/admin/skelton/affelio/apps/album/templates/owner/manage_album.tmpl Tue Oct 25 04:20:45 2005 @@ -1,68 +0,0 @@ -<!-- thumbnails --> -<div class="afPubContentHeading"> - <table border="0" cellspacing="0" width=100%> - <tr><td align="left"><AF_M text="Delete pictures"></td></tr></table> -</div> -<div class="afPubContentBlock"> - <center> - <TMPL_IF NAME="HAS_IMAGE"> - <FORM action="owner.cgi" method="post"> - <input type="hidden" name="mode" value="delete_image" /> - <table class="photo_table"> - <TMPL_LOOP NAME="THUMBNAIL"> - <tr> - <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> - <br> - <INPUT TYPE="checkbox" NAME="delete_image" VALUE="<TMPL_VAR NAME="PKEY">"> - <TMPL_ELSE> - - </TMPL_IF> - </td> - </TMPL_LOOP> - </tr> - </TMPL_LOOP> - </table> - <br> - <input type="hidden" name="id" value="<TMPL_VAR NAME="ID">" /> - <INPUT TYPE="submit" NAME="delete" VALUE="<AF_M text="Delete selected pictures">"> - </FORM> - <TMPL_ELSE> - <br><br> - <div><AF_M text="No image"></div> - </TMPL_IF> - </center> - <br> -</div> - -<!-- Comments --> -<TMPL_IF NAME="HAS_COMMENTS"> - <FORM action="owner.cgi" method="post"> - <input type="hidden" name="mode" value="delete_comment" /> - <div class="afPubContentBlock"> - <table border="0" cellpadding="5" width=100%> - <tr><td colspan="2"> - <div class="afPubContentBlockTitle" id="AlbumOverview"> - <AF_M text="Delete Comments"> - </div> - </td></tr> - <TMPL_LOOP NAME="COMMENTS"> - <tr><td align="center"> - <INPUT TYPE="checkbox" NAME="delete_comment" VALUE="<TMPL_VAR NAME="PKEY">"> - </td><td> - <TMPL_VAR NAME="COMMENT"> - <br><br> - <strong><TMPL_VAR NAME="UNAME"></strong> <small>(<TMPL_VAR NAME="COMMENT_TIME">)</small> - </td></tr> - <tr><td colspan="2"><hr></td></tr> - </TMPL_LOOP> - <tr><td colspan="2" align="center"> - <input type="hidden" name="id" value="<TMPL_VAR NAME="ID">" /> - <INPUT TYPE="submit" NAME="delete" VALUE="<AF_M text="Delete selected comments">"> - </td></tr> - </table> - </div> - </FORM> -</TMPL_IF> Index: affelio_farm/admin/skelton/affelio/apps/album/templates/owner/owner.tmpl diff -u affelio_farm/admin/skelton/affelio/apps/album/templates/owner/owner.tmpl:1.1.1.1 affelio_farm/admin/skelton/affelio/apps/album/templates/owner/owner.tmpl:removed --- affelio_farm/admin/skelton/affelio/apps/album/templates/owner/owner.tmpl:1.1.1.1 Tue Oct 25 04:14:40 2005 +++ affelio_farm/admin/skelton/affelio/apps/album/templates/owner/owner.tmpl Tue Oct 25 04:20:45 2005 @@ -1,72 +0,0 @@ -<div class="afPubContentHeading"> - <table border="0" cellspacing="0" width=100%> - <tr><td align="left"><TMPL_VAR ESCAPE="HTML" NAME="install_title"></td></tr> - </table> -</div> - -<!--==============================================--> -<div class="afPubContent"> -<!--==============================================--> - - <table border="0" cellpadding="5" width=100%> - <tr><td colspan="2"> - <TMPL_IF NAME="access_control_URL"> - <a href="<TMPL_VAR NAME="access_control_URL">" target="_blank"> - <AF_M text="Access Control Panel"> - </a> - </TMPL_IF> - </td></tr> - <tr><td colspan="2"> - <TMPL_IF NAME="EDITABLE"> - <form method="post" action="owner.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> - </TMPL_IF> - </td></tr> - <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> - </td> - <td ALIGN="left" VALIGN="top"> - <div class="afPubContentBlock"> - <div class="afPubContentBlockTitle" id="AlbumOverview"><TMPL_VAR ESCAPE="HTML" NAME="TITLE"></div> - <div class="afPubMessageTable"> - <table><tr><td> - <TMPL_VAR NAME="CONTENTS"> - </td></tr> - <tr><td> - <TMPL_VAR NAME="MONTH">/<TMPL_VAR NAME="DAY"> <AF_M text="Update"><br> - <TMPL_IF NAME="EDITABLE"> - <Table> - <tr border="0"><td> - <form method="post" action="owner.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" /> - <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"> - <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">" /> - <!-- <input type="text" name="order" size="2" /><input type="submit" name="set_order" value="表示é ã®åºå®" /> --> - </form> - </td></tr> - </table> - </TMPL_IF> - </td></tr></table> - </div> - </div> - </td></tr> - </TMPL_LOOP> - </table> -</div> -