Tadashi Okoshi
slash****@users*****
2005年 10月 25日 (火) 04:20:46 JST
Index: affelio_farm/admin/skelton/affelio/apps/diary/templates/access_error.tmpl
diff -u affelio_farm/admin/skelton/affelio/apps/diary/templates/access_error.tmpl:1.1.1.1 affelio_farm/admin/skelton/affelio/apps/diary/templates/access_error.tmpl:removed
--- affelio_farm/admin/skelton/affelio/apps/diary/templates/access_error.tmpl:1.1.1.1 Tue Oct 25 04:14:40 2005
+++ affelio_farm/admin/skelton/affelio/apps/diary/templates/access_error.tmpl Tue Oct 25 04:20:46 2005
@@ -1,24 +0,0 @@
-<div class="afPubContentHeading">
-<table border="0" cellspacing="0" width=100%>
-<tr><td align="left">
-ã¨ã©ã¼</td>
-<td align="right">
-<font size="-2">(<TMPL_VAR NAME="VIS_TYPE"> ã¢ã¼ã)</font>
-<a href="javascript:void(0);" onClick="showHide('c0');">
-<font size="-2">login/logout</font></a></td></tr></table>
-<div class="sidehide" id="c0">
-ç¾å¨ã®ãã°ã¤ã³ï¼ã<TMPL_VAR NAME="AFID"> <br>
-ç¾å¨ã®ã¢ã¼ãï¼ãã<TMPL_VAR NAME="VIS_TYPE"> <br>
-<br>
-<form class="afPubLoginarea" action="../../bin/loginexec.cgi" method="post">
-ãã°ã¤ã³ID: <input type="text" name="username" size="20">
-ãã¹ã¯ã¼ã: <input type="password" name="password" size="10">
-<input type="submit" name="button" VALUE="ãã°ã¤ã³">
-ãã<a href="./bin/logoutexec.cgi">ãã°ã¢ã¦ã</a>
-</form>
-</div>
-</div><!--afPubContentHeading-->
-
-<div class="information">
-<p><TMPL_VAR NAME="MESSAGE"></p>
-</div>
Index: affelio_farm/admin/skelton/affelio/apps/diary/templates/calender.tmpl
diff -u affelio_farm/admin/skelton/affelio/apps/diary/templates/calender.tmpl:1.1.1.1 affelio_farm/admin/skelton/affelio/apps/diary/templates/calender.tmpl:removed
--- affelio_farm/admin/skelton/affelio/apps/diary/templates/calender.tmpl:1.1.1.1 Tue Oct 25 04:14:40 2005
+++ affelio_farm/admin/skelton/affelio/apps/diary/templates/calender.tmpl Tue Oct 25 04:20:46 2005
@@ -1,21 +0,0 @@
-<div class="afPubMessageTable">
-<table id="calender">
-<tr><td colspan="7" style="text-align:center;">
-<a href="list_diary.cgi?year=<TMPL_VAR NAME='LASTYEAR'>&month=<TMPL_VAR NAME='LAST_MON'>"><<</a>
-<TMPL_VAR NAME="YEAR">/<TMPL_VAR NAME="MONTH">
-<a href="list_diary.cgi?year=<TMPL_VAR NAME='NEXTYEAR'>&month=<TMPL_VAR NAME='NEXT_MON'>">>></a>
-</td></tr>
-<tr><th><AF_M text="Su"></th><th><AF_M text="Mo"></th><th><AF_M text="Tu"></th><th><AF_M text="We"></th><th><AF_M text="Th"></th><th><AF_M text="Fr"></th><th><AF_M text="Sa"></th></tr>
-<TMPL_LOOP NAME="WEEKS">
-<tr>
-<td><TMPL_VAR NAME="SUN"></td>
-<td><TMPL_VAR NAME="MON"></td>
-<td><TMPL_VAR NAME="TUE"></td>
-<td><TMPL_VAR NAME="WED"></td>
-<td><TMPL_VAR NAME="THU"></td>
-<td><TMPL_VAR NAME="FRI"></td>
-<td><TMPL_VAR NAME="SAT"></td>
-</tr>
-</TMPL_LOOP>
-</table>
-</div>
Index: affelio_farm/admin/skelton/affelio/apps/diary/templates/edit_diary.tmpl
diff -u affelio_farm/admin/skelton/affelio/apps/diary/templates/edit_diary.tmpl:1.1.1.1 affelio_farm/admin/skelton/affelio/apps/diary/templates/edit_diary.tmpl:removed
--- affelio_farm/admin/skelton/affelio/apps/diary/templates/edit_diary.tmpl:1.1.1.1 Tue Oct 25 04:14:40 2005
+++ affelio_farm/admin/skelton/affelio/apps/diary/templates/edit_diary.tmpl Tue Oct 25 04:20:46 2005
@@ -1,44 +0,0 @@
-<!--<TMPL_VAR ESCAPE="HTML" NAME="install_title">-->
-
-<!-- ç·¨éç»é¢ -->
-<TMPL_IF NAME="EDIT">
-<form method="post" action="edit_diary.cgi">
-
-<table>
-<tr><th colspan="2">æ¥è¨ã®ç·¨é (<TMPL_VAR NAME="DATETIME">)</th></tr>
-<tr><td>ã¿ã¤ãã«</td><td><input class="text" type="text" name="title" value="<TMPL_VAR ESCAPE="HTML" NAME="TITLE">" /></td></tr>
-<tr><td colspan="2"><textarea name="contents" rows="15" cols="40"><TMPL_VAR NAME="CONTENTS"></textarea></td></tr>
-<tr><td colspan="2" align="center"><input type="submit" name="edit" value="ç·¨é" /></td></tr>
-</table>
-<br />
-
-<table>
-<tr><th>æ¥è¨ã®åé¤ (<TMPL_VAR NAME="DATETIME">)</th></tr>
-<tr><td align="right"><input type="submit" name="delete_confirm" value="åé¤" /></td></tr>
-</table>
-
-</form>
-</TMPL_IF>
-
-<!-- åé¤ã®ç¢ºèªç»é¢ -->
-<TMPL_IF NAME="DELETE_CONFIRM">
-<form method="post" action="edit_diary.cgi">
-<table>
-<tr><th>æ¬å½ã«åé¤ãã¾ããï¼</th></tr>
-<tr><td align="right">
-<input type="submit" name="delete" value="ã¯ã">
-<input type="submit" name="nodelete" value="ããã">
-</td></tr>
-</table>
-</form>
-</TMPL_IF>
-
-<!-- çµäºç»é¢ -->
-<TMPL_IF NAME="DONE">
-<form method="post" action="list_diary.cgi">
-<table>
-<tr><th><TMPL_VAR NAME="DONE_LABEL"></th></tr>
-<tr><td align="right"><input type="submit" name="noname" value="æ»ã" /></td></tr>
-</table>
-</form>
-</TMPL_IF>
Index: affelio_farm/admin/skelton/affelio/apps/diary/templates/edit_diary_delete_confirm.tmpl
diff -u affelio_farm/admin/skelton/affelio/apps/diary/templates/edit_diary_delete_confirm.tmpl:1.1.1.1 affelio_farm/admin/skelton/affelio/apps/diary/templates/edit_diary_delete_confirm.tmpl:removed
--- affelio_farm/admin/skelton/affelio/apps/diary/templates/edit_diary_delete_confirm.tmpl:1.1.1.1 Tue Oct 25 04:14:40 2005
+++ affelio_farm/admin/skelton/affelio/apps/diary/templates/edit_diary_delete_confirm.tmpl Tue Oct 25 04:20:46 2005
@@ -1,21 +0,0 @@
-<!-- delete -->
-<form method="post" action="edit_diary.cgi">
-
-<div class="afPubContentHeading">
-<table border="0" cellspacing="0">
-<tr><td align="left"><AF_M text="Edit Diary Entry"></td></tr>
-</table>
-</div><!-- afPubContentHeading -->
-<br>
-
-<div class="afPubContentBlock">
-<div class="afPubContentBlockTitle">
-<AF_M text="Do you really want to delete this entry?">
-</div><!-- afPubContentBlockTitle -->
-<br>
-<input type="submit" name="delete" value="<AF_M text='yes'>">
-<input type="submit" name="nodelete" value="<AF_M text='no'>">
-<input type="hidden" name="id" value="<TMPL_VAR NAME='ID'>">
-</div><!-- afPubContentBlock -->
-
-</form>
Index: affelio_farm/admin/skelton/affelio/apps/diary/templates/edit_diary_edit.tmpl
diff -u affelio_farm/admin/skelton/affelio/apps/diary/templates/edit_diary_edit.tmpl:1.1.1.1 affelio_farm/admin/skelton/affelio/apps/diary/templates/edit_diary_edit.tmpl:removed
--- affelio_farm/admin/skelton/affelio/apps/diary/templates/edit_diary_edit.tmpl:1.1.1.1 Tue Oct 25 04:14:40 2005
+++ affelio_farm/admin/skelton/affelio/apps/diary/templates/edit_diary_edit.tmpl Tue Oct 25 04:20:46 2005
@@ -1,56 +0,0 @@
-<form method="post" action="edit_diary.cgi" enctype="multipart/form-data">
-
-<!-- Editable area -->
-<div class="afPubContentHeading">
-<table border="0" cellspacing="0">
-<tr><td align="left"><AF_M text="Edit Diary Entry"></td></tr>
-</table>
-</div><!-- afPubContentHeading -->
-
-<div class="afPubContent">
-
-<div class="afPubContentBlock">
-
-<div class="afPubContentBlockTitle">
-<AF_M text="Edit Diary Entry"> (<TMPL_VAR NAME="DATETIME">)
-</div><!-- afPubContentBlockTitle -->
-
-<div class="afPubMessageTable">
-<table>
-<tr><td><AF_M text="Title">: <input class="text" type="text" name="title" value="<TMPL_VAR ESCAPE="HTML" NAME="TITLE">" size="32"></td></tr>
-<tr><td><textarea name="contents" rows="15" cols="50"><TMPL_VAR NAME="CONTENTS"></textarea></td></tr>
-<tr><td><small><AF_M text="Allowed HTML tags:"> <br> <a> <b> <big> <blockquote> <em> <i> <p> <strong> <small> <u> <br> <AF_M text="Only href attribute is allowed in anchor tag"></small></td></tr>
-<tr><td><AF_M text="Image"> 1<input type="file" name="filename_1" size="32"></td></tr>
-<tr><td><AF_M text="Image"> 2<input type="file" name="filename_2" size="32"></td></tr>
-<tr><td><input type="checkbox" name="delete_images" value="delete"><AF_M text="Remove Image"></td></tr>
-<tr><td><AF_M text="Send Trackback Ping"><input type="text" name="tping_url" size="32"></td></tr>
-<tr><td><input type="submit" name="edit" value="<AF_M text='Update'>"></td></tr>
-</table>
-
-</div><!-- afPubMessageTable -->
-
-</div><!-- afPubContentBlock -->
-
-<br><br>
-
-<!-- Delete Button -->
-
-<div class="afPubContentBlock">
-
-<div class="afPubContentBlockTitle">
-<AF_M text="Delete Diary Entry"> (<TMPL_VAR NAME="DATETIME">)
-</div>
-
-<div class="afPubMessageTable">
-<table>
-<tr><td><input type="submit" name="delete_confirm" value="<AF_M text='Delete'>" /></td></tr>
-</table>
-</div><!-- afPubMessageTable -->
-
-<input type="hidden" name="id" value="<TMPL_VAR NAME='ID'>">
-
-</div><!-- afPubContentBlock -->
-
-</div><!-- afPubContent -->
-
-</form>
Index: affelio_farm/admin/skelton/affelio/apps/diary/templates/error.tmpl
diff -u affelio_farm/admin/skelton/affelio/apps/diary/templates/error.tmpl:1.1.1.1 affelio_farm/admin/skelton/affelio/apps/diary/templates/error.tmpl:removed
--- affelio_farm/admin/skelton/affelio/apps/diary/templates/error.tmpl:1.1.1.1 Tue Oct 25 04:14:40 2005
+++ affelio_farm/admin/skelton/affelio/apps/diary/templates/error.tmpl Tue Oct 25 04:20:46 2005
@@ -1,9 +0,0 @@
-<div class="afPubContentHeading">
-<table border="0" cellspacing="0" width=100%>
-<tr><td align="left"><AF_M text="Error"></td></tr>
-</table>
-</div><!--afPubContentHeading-->
-
-<div class="information">
-<p><AF_M text="<TMPL_VAR NAME='MESSAGE'>"></p>
-</div>
Index: affelio_farm/admin/skelton/affelio/apps/diary/templates/external_blog.tmpl
diff -u affelio_farm/admin/skelton/affelio/apps/diary/templates/external_blog.tmpl:1.1.1.1 affelio_farm/admin/skelton/affelio/apps/diary/templates/external_blog.tmpl:removed
--- affelio_farm/admin/skelton/affelio/apps/diary/templates/external_blog.tmpl:1.1.1.1 Tue Oct 25 04:14:40 2005
+++ affelio_farm/admin/skelton/affelio/apps/diary/templates/external_blog.tmpl Tue Oct 25 04:20:46 2005
@@ -1,74 +0,0 @@
-<!-- HEADER -->
-<div id="diary_2ColLeft" align="right">
-
-<!-- ææ°ã®ã¨ã³ã㪠-->
-<div class="afPubContentBlock">
-<div class="afPubContentBlockTitle">
-Recent Entries</div><!-- afPubContentBlockTitle -->
-<TMPL_LOOP NAME="ENTRY_LIST">
-<a href="<TMPL_VAR NAME='LINK'>"><TMPL_VAR ESCAPE="HTML" NAME="TITLE"></a><br>
-</TMPL_LOOP>
-</div><!-- afPubContentBlock -->
-
-<!-- RSSã®ç·¨é -->
-<TMPL_IF NAME="WRITABLE">
-
-<form action="external_blog.cgi" method="post">
-<div class="afPubContentBlock">
-<div class="afPubContentBlockTitle">
-Set RDF URL</div><!-- afPubContentBlockTitle -->
-<input type="text" name="url" size="15" /><br />
-<input type="submit" name="set_url" value="update" />
-</div><!-- afPubContentBlock -->
-</form>
-
-<form action="external_blog.cgi" method="post">
-<div class="afPubContentBlock">
-<div class="afPubContentBlockTitle">
-Remove RDF</div><!-- afPubContentBlockTitle -->
-<input type="submit" name="remove_urlfile" value="remove" />
-</div><!-- afPubContentBlock -->
-</form>
-<br>
-
-</TMPL_IF>
-
-<!-- RDFã®åå¾ -->
-<p>
-<a href="<TMPL_VAR NAME='RSS_URL'>"><img src="./resource/xml.gif" border="0" /></a>
-</p>
-
-<p><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br></p>
-
-</div><!--diary_2ColLeft-->
-
-<div id="diary_2ColRight">
-<!-- HEADER -->
-
-<!--<h2><TMPL_VAR ESCAPE="HTML" NAME="install_title"></h2>-->
-<div class="afPubContent">
-
-<div class="afPubContentHeading">
-<table border="0" cellspacing="0">
-<tr><td align="left">
-<TMPL_VAR NAME="TITLE_MAIN">
-</td></tr>
-</table>
-<small><a href="<TMPL_VAR NAME='LINK_MAIN'>" target="_blank"><TMPL_VAR NAME="LINK_MAIN"></a></small>
-</div><!-- afPubContentHeading -->
-<br>
-
-<TMPL_LOOP NAME="ENTRIES">
-<div class="afPubContentBlock">
-<div class="afPubContentBlockTitle">
-<TMPL_VAR ESCAPE="HTML" NAME="TITLE">
-</div><!-- afPubContentBlockTitle -->
-<div id="date"><TMPL_VAR ESCAPE="HTML" NAME="DATE"></div>
-<p><TMPL_VAR NAME="CONTENTS"></p>
-<small>
-<a href="<TMPL_VAR NAME='LINK'>" target="_blank"><TMPL_VAR NAME='LINK'></a>
-</small>
-</div><!-- afPubContentBlock -->
-</TMPL_LOOP>
-
-</div><!-- afPubContent -->
Index: affelio_farm/admin/skelton/affelio/apps/diary/templates/external_blog_conf.tmpl
diff -u affelio_farm/admin/skelton/affelio/apps/diary/templates/external_blog_conf.tmpl:1.1.1.1 affelio_farm/admin/skelton/affelio/apps/diary/templates/external_blog_conf.tmpl:removed
--- affelio_farm/admin/skelton/affelio/apps/diary/templates/external_blog_conf.tmpl:1.1.1.1 Tue Oct 25 04:14:40 2005
+++ affelio_farm/admin/skelton/affelio/apps/diary/templates/external_blog_conf.tmpl Tue Oct 25 04:20:46 2005
@@ -1,15 +0,0 @@
-<div class="afPubContent">
-<div class="afPubContentHeading">
-<table border="0" cellspacing="0">
-<tr><td align="left">Import Blog
-</td></tr></table>
-</div><!-- afPubContentHeading -->
-<div class="afPubContentBlock">
-
-<form action="external_blog.cgi" method="post">
-
-RDF URL: <input type="text" name="url" size="70" />
-<input type="submit" name="set_url" value=" Submit " />
-
-</form>
-</div><!-- afPubContentBlock -->
Index: affelio_farm/admin/skelton/affelio/apps/diary/templates/footer.tmpl
diff -u affelio_farm/admin/skelton/affelio/apps/diary/templates/footer.tmpl:1.1.1.1 affelio_farm/admin/skelton/affelio/apps/diary/templates/footer.tmpl:removed
--- affelio_farm/admin/skelton/affelio/apps/diary/templates/footer.tmpl:1.1.1.1 Tue Oct 25 04:14:40 2005
+++ affelio_farm/admin/skelton/affelio/apps/diary/templates/footer.tmpl Tue Oct 25 04:20:46 2005
@@ -1,5 +0,0 @@
-</div><!-- diary_2ColRight -->
-
-<!-- End of diary -->
-
-
Index: affelio_farm/admin/skelton/affelio/apps/diary/templates/list_diary.tmpl
diff -u affelio_farm/admin/skelton/affelio/apps/diary/templates/list_diary.tmpl:1.1.1.1 affelio_farm/admin/skelton/affelio/apps/diary/templates/list_diary.tmpl:removed
--- affelio_farm/admin/skelton/affelio/apps/diary/templates/list_diary.tmpl:1.1.1.1 Tue Oct 25 04:14:40 2005
+++ affelio_farm/admin/skelton/affelio/apps/diary/templates/list_diary.tmpl Tue Oct 25 04:20:46 2005
@@ -1,38 +0,0 @@
-<div class="afPubContentHeading">
-<table border="0" cellspacing="0">
-<tr><td align="left"><TMPL_VAR ESCAPE="HTML" NAME="install_title">
-</td></tr></table>
-</div><!-- afPubContentHeading -->
-<br>
-
-<div class="afPubContent">
-
-<TMPL_LOOP NAME="ENTRIES">
-<div class="afPubContentBlock">
-<div class="afPubContentBlockTitle">
-<TMPL_VAR NAME="TITLE">
-</div>
-<div id="date"><TMPL_VAR NAME="MONTH">/<TMPL_VAR NAME="DAY"></div>
-<br>
-<div style="padding-left: 2.0em;">
-<TMPL_VAR NAME="IMAGES"><p><TMPL_VAR NAME="CONTENTS"></p>
-</div><!-- style="padding-left: 2.0em;" -->
-<br>
-<small>
-<a href="show_diary.cgi?id=<TMPL_VAR NAME="ID">"><AF_M text="Comments">ï¼<TMPL_VAR NAME="COMMENT_NO">ï¼</a>ï½
-<a href="show_trackback.cgi?id=<TMPL_VAR NAME="ID">"><AF_M text="Trackbacks">(<TMPL_VAR NAME="TRACKBACKS">)</a>
-<TMPL_IF NAME="EDITABLE">
-ï½<a href="edit_diary.cgi?id=<TMPL_VAR NAME="ID">"><AF_M text="Edit"></a>
-</TMPL_IF>
-</small>
-</div>
-<br>
-</TMPL_LOOP>
-
-<TMPL_IF NAME="EDITABLE">
-<form method="post" action="write_diary.cgi">
-<p><input type="submit" name="write_diary" value="<AF_M text='Add Diary Entry'>" /></p>
-</form>
-</TMPL_IF>
-
-</div><!-- afPubContent -->
Index: affelio_farm/admin/skelton/affelio/apps/diary/templates/menu.tmpl
diff -u affelio_farm/admin/skelton/affelio/apps/diary/templates/menu.tmpl:1.1.1.1 affelio_farm/admin/skelton/affelio/apps/diary/templates/menu.tmpl:removed
--- affelio_farm/admin/skelton/affelio/apps/diary/templates/menu.tmpl:1.1.1.1 Tue Oct 25 04:14:40 2005
+++ affelio_farm/admin/skelton/affelio/apps/diary/templates/menu.tmpl Tue Oct 25 04:20:46 2005
@@ -1,94 +0,0 @@
-<!-- start diary -->
-
-<div id="diary_2ColLeft" align="right">
-
-<!-- Calender -->
-<TMPL_VAR NAME="CALENDER">
-
-<P>
-<!-- Archive -->
-<TMPL_IF NAME="ARCHIVES">
-<div class="afPubContentBlock">
-<div class="afPubContentBlockTitle">Entry Archives</div><!-- afPubContentBlockTitle -->
-<TMPL_LOOP NAME="ARCHIVES">
-<a href="list_diary.cgi?year=<TMPL_VAR NAME="YEAR">&month=<TMPL_VAR NAME="MONTH">">
-<TMPL_VAR NAME="YEAR">/<TMPL_VAR NAME="MONTH">
-</a>
-<br>
-</TMPL_LOOP>
-</div><!-- afPubContentBlock -->
-<br>
-</TMPL_IF>
-
-<!-- Recent Entries -->
-<TMPL_IF NAME="RECENT_ENTRIES">
-<div class="afPubContentBlock">
-<div class="afPubContentBlockTitle">Recent Entries</div><!-- afPubContentBlockTitle -->
-<TMPL_LOOP NAME="RECENT_ENTRIES">
-<a href="show_diary.cgi?id=<TMPL_VAR NAME="ID">">
-<TMPL_VAR NAME="TITLE">
-</a>
-<br>
-</TMPL_LOOP>
-</div><!-- afPubContentBlock -->
-<br>
-</TMPL_IF>
-
-<TMPL_IF NAME="RECENT_COMMENTS">
-<div class="afPubContentBlock">
-<div class="afPubContentBlockTitle">Recent Comments</div><!-- afPubContentBlockTitle -->
-<TMPL_LOOP NAME="RECENT_COMMENTS">
-<TMPL_VAR NAME="USER">/
-<a href="show_diary.cgi?id=<TMPL_VAR NAME='ID'>">
-<TMPL_VAR NAME="TITLE">
-</a><br>
-</TMPL_LOOP>
-</div><!-- afPubContentBlock -->
-<br>
-</TMPL_IF>
-
-<!-- Recent Trackbacks -->
-<TMPL_IF NAME="RECENT_TRACKBACKS">
-<div class="afPubContentBlock">
-<div class="afPubContentBlockTitle">Recent Trackbacks</div><!-- afPubContentBlockTitle -->
-<TMPL_LOOP NAME="RECENT_TRACKBACKS">
-<a href="show_trackback.cgi?id=<TMPL_VAR ESCAPE='HTML' NAME='ID'>">
-<TMPL_VAR ESCAPE="HTML" NAME="TITLE">
-</a>
-<small>(<TMPL_VAR ESCAPE="HTML" NAME="BLOG_NAME">)</small><BR>
-</TMPL_LOOP>
-</div><!-- afPubContentBlock -->
-<br>
-</TMPL_IF>
-
-<!-- Import RDF -->
-<TMPL_IF NAME="EDITABLE">
-<div class="afPubContentBlock">
-<div class="afPubContentBlockTitle">Import BLOG</div><!-- afPubContentBlockTitle -->
-<TMPL_UNLESS NAME="NO_PARSER">
-<a href="external_blog.cgi">blog</a>
-<TMPL_ELSE>
-<AF_M text="To use this feature, you need XML::Parser module on youre system">
-</TMPL_UNLESS>
-</div><!-- afPubContentBlock -->
-<br>
-</TMPL_IF>
-
-<TMPL_IF NAME="access_control_URL">
-<!-- Access Control -->
-<a href="<TMPL_VAR NAME="access_control_URL">" target="_blank">
-<AF_M text="Access Control">
-</a>
-<br>
-</TMPL_IF>
-
-<TMPL_IF NAME="ARCHIVES">
-<a href="get_rss.cgi"><img src="./resource/xml.gif" border="0" /></a>
-</TMPL_IF>
-
-<p><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /></p>
-
-</div><!--diary_2ColLeft-->
-
-<div id="diary_2ColRight">
-
Index: affelio_farm/admin/skelton/affelio/apps/diary/templates/owner.tmpl
diff -u affelio_farm/admin/skelton/affelio/apps/diary/templates/owner.tmpl:1.1.1.1 affelio_farm/admin/skelton/affelio/apps/diary/templates/owner.tmpl:removed
--- affelio_farm/admin/skelton/affelio/apps/diary/templates/owner.tmpl:1.1.1.1 Tue Oct 25 04:14:40 2005
+++ affelio_farm/admin/skelton/affelio/apps/diary/templates/owner.tmpl Tue Oct 25 04:20:46 2005
@@ -1,64 +0,0 @@
-<div class="afPubContentHeading">
-<table border="0" cellspacing="0">
-<tr><td align="left">Diary(Owner mode)
-</td></tr></table>
-</div>
-
-<br>
-
-<!-- Diary and RSS Settings -->
-<div class="afPubContentBlock">
-<div class="afPubContentBlockTitle">
-<AF_M text="Diary Configuration">
-</div>
-<form action="owner.cgi" method="post">
-<p>
-<input type="radio" name="type" value="normal" <TMPL_VAR NAME="SELECT_DIARY"> />
-<AF_M text="Use this diary">
-<br>
-<input type="radio" name="type" value="import" <TMPL_VAR NAME="SELECT_IMPORT"> <TMPL_IF NAME="NO_PARSER">disabled</TMPL_IF>>
-<AF_M text="Import external blog's RDF">
-<br>URL: <input type="text" name="url" size="50" value="<TMPL_VAR NAME='URL'>" <TMPL_IF NAME="NO_PARSER">readonly</TMPL_IF>>
-<TMPL_IF NAME="NO_PARSER">
-<br><small>(<AF_M text="To use this feature, you need XML::Parser module on youre system">)</small>
-</TMPL_IF>
-</p>
-<input type="submit" name="save_state" value="<AF_M text='Apply'>" />
-</form>
-</div>
-<br>
-
-<!-- Access Control -->
-<TMPL_IF NAME="access_control_URL">
-<div class="afPubContentBlock">
-<div class="afPubContentBlockTitle">
-<AF_M text="Access Control">
-</div>
-<p><a href="<TMPL_VAR NAME="access_control_URL">" target="_blank">
-<AF_M text="Access Control Page">
-</a></p>
-</div>
-<br>
-</TMPL_IF>
-
-<!-- Write Diary -->
-<TMPL_IF NAME="SELECT_DIARY">
-<form method="post" action="write_diary.cgi">
-<div class="afPubContentBlock">
-<div class="afPubContentBlockTitle">
-<AF_M text="Edit Diary Entry">
-</div>
-<br>
-<div class="afPubMessageTable">
-<table>
-<tr><th>Title</th></tr>
-<tr><td><input class="text" type="text" name="title" size="40" value="<TMPL_VAR ESCAPE='HTML' NAME='TITLE'>" /></td></tr>
-<tr><th>Content</th></tr>
-<tr><td><textarea name="contents" rows="15" cols="50"><TMPL_VAR ESCAPE="HTML" NAME="CONTENTS"></textarea></td></tr>
-<tr><td><small><AF_M text="Allowed HTML tags:"> <br> <a> <b> <big> <blockquote> <em> <i> <p> <strong> <small> <u> <br> <AF_M text="Only href attribute is allowed in anchor tag"></small></td></tr>
-<tr><td><input type="submit" name="confirm" value="<AF_M text='Confirm'>" /></td></tr>
-</table>
-</div>
-</div>
-</form>
-</TMPL_IF>
Index: affelio_farm/admin/skelton/affelio/apps/diary/templates/rss.tmpl
diff -u affelio_farm/admin/skelton/affelio/apps/diary/templates/rss.tmpl:1.1.1.1 affelio_farm/admin/skelton/affelio/apps/diary/templates/rss.tmpl:removed
--- affelio_farm/admin/skelton/affelio/apps/diary/templates/rss.tmpl:1.1.1.1 Tue Oct 25 04:14:40 2005
+++ affelio_farm/admin/skelton/affelio/apps/diary/templates/rss.tmpl Tue Oct 25 04:20:46 2005
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<rdf:RDF
- xmlns="http://purl.org/rss/1.0/"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
- xml:lang="ja">
-
-<channel rdf:about="<TMPL_VAR NAME="LINK">">
-<title><TMPL_VAR NAME="NICKNAME"> Affelio Diary</title>
-<link><TMPL_VAR NAME="LINK"></link>
-<description><TMPL_VAR NAME="NICKNAME"> Affelio Diary</description>
-<dc:language>ja-jp</dc:language>
-<items>
- <rdf:Seq>
- <TMPL_LOOP NAME="ITEM_LIST">
- <rdf:li rdf:resource="<TMPL_VAR NAME="LINK">" />
- </TMPL_LOOP>
- </rdf:Seq>
-</items>
-</channel>
-
-<TMPL_LOOP NAME="ITEMS">
-<item rdf:about="<TMPL_VAR NAME="LINK">">
-<title><TMPL_VAR NAME="TITLE"></title>
-<link><TMPL_VAR NAME="LINK"></link>
-<description><![CDATA[
-<TMPL_VAR NAME="DESCRIPTION">
-]]></description>
-<dc:creator><TMPL_VAR NAME="CREATOR"></dc:creator>
-<dc:date><TMPL_VAR NAME="DATE"></dc:date>
-<trackback:ping><TMPL_VAR NAME="TPING"></trackback:ping>
-</item>
-
-</TMPL_LOOP>
-
-</rdf:RDF>
Index: affelio_farm/admin/skelton/affelio/apps/diary/templates/show_diary.tmpl
diff -u affelio_farm/admin/skelton/affelio/apps/diary/templates/show_diary.tmpl:1.1.1.1 affelio_farm/admin/skelton/affelio/apps/diary/templates/show_diary.tmpl:removed
--- affelio_farm/admin/skelton/affelio/apps/diary/templates/show_diary.tmpl:1.1.1.1 Tue Oct 25 04:14:40 2005
+++ affelio_farm/admin/skelton/affelio/apps/diary/templates/show_diary.tmpl Tue Oct 25 04:20:46 2005
@@ -1,52 +0,0 @@
-<!--<TMPL_VAR ESCAPE="HTML" NAME="install_title">-->
-
-<!-- Diary -->
-<div class="afPubContentHeading">
-<table border="0" cellspacing="0">
-<tr><td align="left">
-<small><TMPL_VAR NAME="MONTH">/<TMPL_VAR NAME="DAY"></small> : <TMPL_VAR NAME="TITLE">
-</td></tr></table>
-</div><!-- afPubContentHeading -->
-
-<div class="afPubContent">
-<div class="afPubContentBlock">
-<div style="padding-left: 2.0em; padding-top: 1.0em; padding-bottom: 1.0em;">
-<TMPL_VAR NAME="IMAGES"><p><TMPL_VAR NAME="CONTENTS"></p>
-</div><!-- style="padding-left: 2.0em; padding-top: 2.0em; padding-bottom: 1.0em;" -->
-</div><!-- afPubContentBlock -->
-</div><!-- afPubContent -->
-
-<!-- Comment -->
-<TMPL_IF NAME="HAS_COMMENTS">
-<div class="afPubContent">
-
-<div class="afPubContentBlock">
-<div class="afPubContentBlockTitle">
-<AF_M text="Comment">
-</div><!-- afPubContentBlockTitle -->
-
-<TMPL_LOOP NAME="COMMENTS">
-<TMPL_VAR NAME="COMMENT">
-<p></p>
-<b><TMPL_VAR NAME="UNAME"></b>
-<small>(<TMPL_VAR NAME="COMMENT_TIME">)</small>
-<br><hr>
-</TMPL_LOOP>
-
-</div><!-- afPubContentBlock -->
-</div><!-- afPubContent -->
-</TMPL_IF>
-
-<!-- Write Comment -->
-<TMPL_IF NAME="comment_write">
-<form method="post" action="write_comment.cgi">
-<div class="afPubContent">
-<div class="afPubContentBlock">
-<div class="afPubContentBlockTitle">Please write your comment</div><!-- afPubContentBlockTitle -->
-<textarea name="comment" rows="5" cols="60"></textarea><br>
-<input type="submit" name="comment_confirm" value="Confirm">
-<input type="hidden" name="id" value="<TMPL_VAR NAME='ID'>" />
-</div><!-- afPubContentBlock -->
-</div><!-- afPubContent -->
-</form>
-</TMPL_IF>
Index: affelio_farm/admin/skelton/affelio/apps/diary/templates/show_trackback.tmpl
diff -u affelio_farm/admin/skelton/affelio/apps/diary/templates/show_trackback.tmpl:1.1.1.1 affelio_farm/admin/skelton/affelio/apps/diary/templates/show_trackback.tmpl:removed
--- affelio_farm/admin/skelton/affelio/apps/diary/templates/show_trackback.tmpl:1.1.1.1 Tue Oct 25 04:14:40 2005
+++ affelio_farm/admin/skelton/affelio/apps/diary/templates/show_trackback.tmpl Tue Oct 25 04:20:46 2005
@@ -1,38 +0,0 @@
-<!--<TMPL_VAR ESCAPE="HTML" NAME="install_title">-->
-
-<div class="afPubContent">
-
-<div class="afPubContentHeading">
-<table border="0" cellspacing="0">
-<tr><td align="left">Trackbacks</td></tr>
-</table>
-<div class="afPubContentBlock">
-<div class="afPubContentBlockTitle">
-<AF_M text="Trackback Ping-Url for this entry">
-</div><!-- afPubContentBlockTitle -->
-<br>
-<TMPL_VAR NAME="PING_URL">
-</div><!-- afPubContent -->
-
-</div><!-- afPubContentHeading -->
-<br>
-
-<TMPL_LOOP NAME="TRACKBACKS">
-<div class="afPubContentBlock">
-<div class="afPubContentBlockTitle">
-<TMPL_VAR NAME="TITLE">
-</div><!-- afPubContentBlockTitle -->
-<div id="date"><TMPL_VAR NAME="DATE"></div><br>
-Received By:<br>
-<div style="padding-left: 2.0em; font-size: x-small;">
-<TMPL_VAR NAME="BLOG_NAME">(<TMPL_VAR NAME='URL'>)<br>
-</div>
-<br>
-Excerpt:<br>
-<div style="padding-left: 2.0em; font-size: x-small;">
-<TMPL_VAR NAME="EXCERPT"><br>
-</div>
-</div><!-- afPubContentBlock -->
-</TMPL_LOOP>
-
-</div>
Index: affelio_farm/admin/skelton/affelio/apps/diary/templates/tpingrdf.tmpl
diff -u affelio_farm/admin/skelton/affelio/apps/diary/templates/tpingrdf.tmpl:1.1.1.1 affelio_farm/admin/skelton/affelio/apps/diary/templates/tpingrdf.tmpl:removed
--- affelio_farm/admin/skelton/affelio/apps/diary/templates/tpingrdf.tmpl:1.1.1.1 Tue Oct 25 04:14:40 2005
+++ affelio_farm/admin/skelton/affelio/apps/diary/templates/tpingrdf.tmpl Tue Oct 25 04:20:46 2005
@@ -1,18 +0,0 @@
-
-<!--
-
-<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
-<rdf:Description
- rdf:about="<TMPL_VAR NAME="IDENT">"
- dc:identifer="<TMPL_VAR NAME="IDENT">"
- dc:title="<TMPL_VAR NAME="TITLE">"
- dc:creator="<TMPL_VAR NAME="CREATOR">"
- dc:date="<TMPL_VAR NAME="DATE">"
- dc:description="<TMPL_VAR NAME="DESCRIPTION">"
- trackback:ping="<TMPL_VAR NAME="TURL">" />
-</rdf:RDF>
-
--->
-
Index: affelio_farm/admin/skelton/affelio/apps/diary/templates/write_comment.tmpl
diff -u affelio_farm/admin/skelton/affelio/apps/diary/templates/write_comment.tmpl:1.1.1.1 affelio_farm/admin/skelton/affelio/apps/diary/templates/write_comment.tmpl:removed
--- affelio_farm/admin/skelton/affelio/apps/diary/templates/write_comment.tmpl:1.1.1.1 Tue Oct 25 04:14:40 2005
+++ affelio_farm/admin/skelton/affelio/apps/diary/templates/write_comment.tmpl Tue Oct 25 04:20:46 2005
@@ -1,39 +0,0 @@
-<!--<TMPL_VAR ESCAPE="HTML" NAME="install_title">-->
-
-<!-- 確èªç»é¢ -->
-<TMPL_IF NAME="CONFIRM">
-<form action="write_comment.cgi" method="post">
-<div class="afPubContentHeading">
-<table border="0" cellspacing="0">
-<tr><td align="left">以ä¸ã®å
容ã§ã³ã¡ã³ããã¾ã
-</td></tr></table>
-</div>
-
-<div class="afPubContent">
-<div class="afPubContentBlock">
-<TMPL_VAR NAME="COMMENT">
-<br>
-<br>
-<input type="submit" name="comment_commit" value="ã³ã¡ã³ã" />
-</div>
-</div>
-</form>
-</TMPL_IF>
-
-<!-- ã³ã¡ã³ãæ¸ã¿ç»é¢ -->
-<TMPL_IF NAME="COMMIT">
-<form action="show_diary.cgi" method="post">
-<div class="afPubContentHeading">
-<table border="0" cellspacing="0">
-<tr><td align="left">ã³ã¡ã³ããã¾ãã</td></tr>
-</table>
-</div>
-
-<div class="afPubContent">
-<div class="afPubContentBlock">
-<input type="submit" value="æ»ã" />
-<input type="hidden" name="id" value="<TMPL_VAR NAME='ID'>">
-</div></div>
-</form>
-</TMPL_IF>
-
Index: affelio_farm/admin/skelton/affelio/apps/diary/templates/write_comment_confirm.tmpl
diff -u affelio_farm/admin/skelton/affelio/apps/diary/templates/write_comment_confirm.tmpl:1.1.1.1 affelio_farm/admin/skelton/affelio/apps/diary/templates/write_comment_confirm.tmpl:removed
--- affelio_farm/admin/skelton/affelio/apps/diary/templates/write_comment_confirm.tmpl:1.1.1.1 Tue Oct 25 04:14:40 2005
+++ affelio_farm/admin/skelton/affelio/apps/diary/templates/write_comment_confirm.tmpl Tue Oct 25 04:20:46 2005
@@ -1,20 +0,0 @@
-<!-- Confirmation -->
-<form action="write_comment.cgi" method="post">
-<div class="afPubContentHeading">
-<table border="0" cellspacing="0">
-<tr><td align="left"><AF_M text="Your Comment"></td></tr>
-</table>
-</div>
-
-<div class="afPubContent">
-<div class="afPubContentBlock">
-<br><TMPL_VAR NAME="COMMENT_SHOW"><br>
-<hr>
-<TMPL_IF NAME="REQUIRE_NAME">
-<AF_M text="Your Name">: <input type="text" name="visitor_name" value="">
-</TMPL_IF>
-<input type="submit" name="comment_commit" value="<AF_M text='Comment'>" />
-<input type="hidden" name="id" value="<TMPL_VAR NAME='ID'>" />
-<input type="hidden" name="comment" value="<TMPL_VAR ESCAPE='HTML' NAME='COMMENT'>" />
-</div>
-</form>
Index: affelio_farm/admin/skelton/affelio/apps/diary/templates/write_diary.tmpl
diff -u affelio_farm/admin/skelton/affelio/apps/diary/templates/write_diary.tmpl:1.1.1.1 affelio_farm/admin/skelton/affelio/apps/diary/templates/write_diary.tmpl:removed
--- affelio_farm/admin/skelton/affelio/apps/diary/templates/write_diary.tmpl:1.1.1.1 Tue Oct 25 04:14:40 2005
+++ affelio_farm/admin/skelton/affelio/apps/diary/templates/write_diary.tmpl Tue Oct 25 04:20:46 2005
@@ -1,52 +0,0 @@
-<!--<TMPL_VAR ESCAPE="HTML" NAME="install_title">-->
-
-
-<!-- ç·¨éç»é¢ -->
-<TMPL_IF NAME="EDIT">
-<form method="post" action="write_diary.cgi">
-<div class="afPubContentHeading">
-<table border="0" cellspacing="0">
-<tr><td align="left">æ¥è¨ãæ¸ã
-</td></tr></table>
-</div>
-<div class="afPubContent">
-<div class="afPubContentBlock">
-<div class="afPubMessageTable">
-<table>
-<tr><th>ã¿ã¤ãã«</th></tr>
-<tr><td><input class="text" type="text" name="title" value="<TMPL_VAR ESCAPE="HTML" NAME="TITLE">" /></td></tr>
-<tr><td>眛</td></tr>
-<tr><td><textarea name="contents" rows="15" cols="50"><TMPL_VAR NAME="CONTENTS"></textarea></td></tr>
-<tr><td colspan="2" align="center"><input type="submit" name="confirm" value="確èªç»é¢" /></td></tr>
-</table>
-</div>
-</form>
-</div>
-</div>
-</TMPL_IF>
-
-<!-- 確èªç»é¢ -->
-<TMPL_IF NAME="CONFIRM">
-<form method="post" action="write_diary.cgi">
-<table>
-<tr><th>以ä¸ã®å
å®¹ã§æ¥è¨ã追å ãã¾ã</th></tr>
-<tr><td><h3><TMPL_VAR ESCAPE="HTML" NAME="TITLE"></h3></td></tr>
-<tr><td><p><br /><TMPL_VAR ESCAPE="HTML" NAME="CONTENTS"><br /></p></td></tr>
-<tr><td align="center">
-<input type="submit" name="submit" value="追å ">
-<input type="submit" name="noname" value="ä¿®æ£">
-</td></tr>
-</table>
-</form>
-</TMPL_IF>
-
-<!-- ç·¨éãçµãã£ãç»é¢ -->
-<TMPL_IF NAME="SUBMIT">
-<form method="post" action="list_diary.cgi">
-<table>
-<tr><th>æ¥è¨ã追å ãã¾ããã</th></tr>
-<tr><td align="right"><input type="submit" name="noname" value="æ»ã" /></td></tr>
-</table>
-</form>
-</TMPL_IF>
-
Index: affelio_farm/admin/skelton/affelio/apps/diary/templates/write_diary_confirm.tmpl
diff -u affelio_farm/admin/skelton/affelio/apps/diary/templates/write_diary_confirm.tmpl:1.1.1.1 affelio_farm/admin/skelton/affelio/apps/diary/templates/write_diary_confirm.tmpl:removed
--- affelio_farm/admin/skelton/affelio/apps/diary/templates/write_diary_confirm.tmpl:1.1.1.1 Tue Oct 25 04:14:40 2005
+++ affelio_farm/admin/skelton/affelio/apps/diary/templates/write_diary_confirm.tmpl Tue Oct 25 04:20:46 2005
@@ -1,27 +0,0 @@
-<form method="post" action="write_diary.cgi" enctype="multipart/form-data">
-<div class="afPubContentHeading">
-<table border="0" cellspacing="0">
-<tr><td align="left"><AF_M text="Your Diary Entry">
-</td></tr></table>
-</div>
-<div class="afPubContent">
-<div class="afPubContentBlock">
-<div class="afPubMessageTable">
-<table>
-<tr><th>Title</th></tr>
-<tr><td><TMPL_VAR NAME="TITLE_SHOW"></td></tr>
-<tr><th>Content</th></tr>
-<tr><td><TMPL_VAR NAME="CONTENTS_SHOW"><br></td></tr>
-<tr><td><AF_M text="Image"> 1<input type="file" name="filename_1" size="32"></td><tr>
-<tr><td><AF_M text="Image"> 2<input type="file" name="filename_2" size="32"></td><tr>
-<tr><td><small><AF_M text="Upload limit is less than 300KB"></small></td><tr>
-<tr><td><AF_M text="Send Trackback Ping"><input type="text" name="tping_url" size="32"></td><tr>
-<tr><td>
-<input type="submit" name="submit" value="<AF_M text='Add'>">
-<input type="submit" name="noname" value="<AF_M text='Modify'>">
-</td></tr>
-</table>
-<input type="hidden" name="title" value="<TMPL_VAR ESCAPE='HTML' NAME='TITLE'>">
-<input type="hidden" name="contents" value="<TMPL_VAR ESCAPE='HTML' NAME='CONTENTS'>">
-</div></div>
-</form>
Index: affelio_farm/admin/skelton/affelio/apps/diary/templates/write_diary_edit.tmpl
diff -u affelio_farm/admin/skelton/affelio/apps/diary/templates/write_diary_edit.tmpl:1.1.1.1 affelio_farm/admin/skelton/affelio/apps/diary/templates/write_diary_edit.tmpl:removed
--- affelio_farm/admin/skelton/affelio/apps/diary/templates/write_diary_edit.tmpl:1.1.1.1 Tue Oct 25 04:14:40 2005
+++ affelio_farm/admin/skelton/affelio/apps/diary/templates/write_diary_edit.tmpl Tue Oct 25 04:20:46 2005
@@ -1,24 +0,0 @@
-<form method="post" enctype="multipart/form-data" action="write_diary.cgi">
-
-<div class="afPubContentHeading">
-<table border="0" cellspacing="0">
-<tr><td align="left"><AF_M text="Add Diary Entry"></td></tr>
-</table>
-</div><!-- afPubContentHeading -->
-
-<div class="afPubContent">
-<div class="afPubContentBlock">
-<div class="afPubMessageTable">
-<table>
-<tr><th>Title</th></tr>
-<tr><td><input class="text" type="text" size="50" name="title" value="<TMPL_VAR ESCAPE='HTML' NAME='TITLE'>" /></td></tr>
-<tr><th>Contents</th></tr>
-<tr><td><textarea name="contents" rows="15" cols="50"><TMPL_VAR ESCAPE="HTML" NAME="CONTENTS"></textarea></td></tr>
-<tr><td><small><AF_M text="Allowed HTML tags:"> <br> <a> <b> <big> <blockquote> <em> <i> <p> <strong> <small> <u> <br> <AF_M text="Only href attribute is allowed in anchor tag"></small></td></tr>
-<tr><td><input type="submit" name="confirm" value="<AF_M text='Confirm'>" /></td></tr>
-</table>
-
-</div>
-</div>
-
-</form>