Tadashi Okoshi
slash****@users*****
2006年 4月 6日 (木) 02:23:59 JST
Index: affelio/apps/diary/templates/admin_menu.tmpl diff -u affelio/apps/diary/templates/admin_menu.tmpl:1.3 affelio/apps/diary/templates/admin_menu.tmpl:1.4 --- affelio/apps/diary/templates/admin_menu.tmpl:1.3 Thu Apr 6 00:59:40 2006 +++ affelio/apps/diary/templates/admin_menu.tmpl Thu Apr 6 02:23:59 2006 @@ -15,4 +15,4 @@ </UL> </div> -<div class="afContent"> \ No newline at end of file +<div class="afContent"> Index: affelio/apps/diary/templates/rdf_set.tmpl diff -u affelio/apps/diary/templates/rdf_set.tmpl:1.1 affelio/apps/diary/templates/rdf_set.tmpl:1.2 --- affelio/apps/diary/templates/rdf_set.tmpl:1.1 Wed Mar 1 14:40:36 2006 +++ affelio/apps/diary/templates/rdf_set.tmpl Thu Apr 6 02:23:59 2006 @@ -6,18 +6,50 @@ </td></tr></table> </div> -<!-- Diary and RSS Settings --> +<form action="admin.cgi?mode=pref_set" method="post"> + <div class="afPubContentBlock"> -<div class="afPubContentBlockTitle"> -<AF_M text="Diary Configuration"> + +<div class="afPubContentBlockTitle"><AF_M text="Moblog Configuration"></div> +<div class="afPubContentBlockContent"> +<P> +<AF_M text='_Moblog_Config_EXP1'> +</P> +<AF_M text='Moblog author'>: <input type="text" name="moblog_author" size="30" value="<TMPL_VAR NAME='moblog_author'>"><BR> + <FONT SIZE="-1"><AF_M text='_Moblog_author_EXP1'></FONT><BR> + <FONT SIZE="-1"><AF_M text='_Moblog_author_EXP2'></FONT> +<BR><BR> +<AF_M text='POP3 account'><BR> +<table border=0> +<tr> +<td> <AF_M text='POP server name'>: </td> +<td><input type="text" name="moblog_popserv" size="20" value="<TMPL_VAR NAME='moblog_popserv'>"></td> +</tr> +<tr> +<td> <AF_M text='User name'>: </td> +<td><input type="text" name="moblog_popuser" size="20" value="<TMPL_VAR NAME='moblog_popuser'>"></td> +</tr> +<tr> +<td> <AF_M text='Password'>: </td> +<td><input type="text" name="moblog_poppass" size="20" value="<TMPL_VAR NAME='moblog_poppass'>"></td> +</tr> +</table> + <FONT SIZE="-1"><AF_M text='_Moblog_popserv_EXP1'></FONT> +<BR><BR><BR> </div> + +<!-- Diary and RSS Settings --> +<div class="afPubContentBlockTitle"><AF_M text="Diary Configuration"></div> + <div class="afPubContentBlockContent"> + <TMPL_IF NAME="SET_RDF"> <p> <TMPL_VAR NAME="SET_RDF"> </p> <br> </TMPL_IF> + <TMPL_IF NAME="UNSET_RDF"> <p> <TMPL_VAR NAME="UNSET_RDF"> @@ -25,7 +57,7 @@ <br> </TMPL_IF> -<form action="admin.cgi?mode=pref_set" method="post"> + <p> <input type="radio" name="type" value="normal" <TMPL_VAR NAME="default"> /> <AF_M text="Use this diary"> @@ -38,7 +70,7 @@ </TMPL_IF> </p> <input type="hidden" name="action" value="submit" /> -<input type="submit" name="save_state" value="<AF_M text='Apply'>" /> +<input type="submit" name="save_state" value="<AF_M text='Save changes'>" /> </form> </div> </div>