[Affelio-cvs 473] CVS update: affelio/apps/diary/templates

Back to archive index

Yoshihisa Fukuhara higef****@users*****
2005年 7月 1日 (金) 14:35:44 JST


Index: affelio/apps/diary/templates/footer.tmpl
diff -u affelio/apps/diary/templates/footer.tmpl:1.1 affelio/apps/diary/templates/footer.tmpl:1.2
--- affelio/apps/diary/templates/footer.tmpl:1.1	Mon Jun 27 20:40:10 2005
+++ affelio/apps/diary/templates/footer.tmpl	Fri Jul  1 14:35:44 2005
@@ -1,3 +1,3 @@
-</div>
+
 </div>
 </div>
Index: affelio/apps/diary/templates/menu.tmpl
diff -u affelio/apps/diary/templates/menu.tmpl:1.8 affelio/apps/diary/templates/menu.tmpl:1.9
--- affelio/apps/diary/templates/menu.tmpl:1.8	Fri Jul  1 12:40:43 2005
+++ affelio/apps/diary/templates/menu.tmpl	Fri Jul  1 14:35:44 2005
@@ -88,5 +88,5 @@
 
 <div id="diary_2ColRight">
 
-<div id="diary_etc">
+<!-- <div id="diary_etc">-->
 
Index: affelio/apps/diary/templates/owner.tmpl
diff -u affelio/apps/diary/templates/owner.tmpl:1.3 affelio/apps/diary/templates/owner.tmpl:1.4
--- affelio/apps/diary/templates/owner.tmpl:1.3	Thu Jun 30 11:55:15 2005
+++ affelio/apps/diary/templates/owner.tmpl	Fri Jul  1 14:35:44 2005
@@ -1,7 +1,13 @@
-<h2><TMPL_VAR ESCAPE="HTML" NAME="install_title"></h2>
-
-<h3>日記の利用形態の設定</h3>
-
+<div class="afPubContentHeading">
+<table border="0" cellspacing="0">
+<tr><td align="left">Diary(Owner mode)
+</td></tr></table>
+</div>
+<div class="afPubContent">
+<div class="afPubContentBlock">
+<div class="afPubContentBlockTitle">
+日記の利用形態の設定
+</div>
 <form action="owner.cgi" method="post">
 <p>
 <input type="radio" name="type" value="normal" <TMPL_VAR NAME="SELECT_DIARY"> />
@@ -9,25 +15,30 @@
 <br />
 <input type="radio" name="type" value="import" <TMPL_VAR NAME="SELECT_IMPORT"> <TMPL_IF NAME="NO_PARSER">disabled</TMPL_IF> />
 外部ブログのRDFをインポート
-(URL: <input type="text" name="url" value="<TMPL_VAR NAME='URL'>" <TMPL_IF NAME="NO_PARSER">readonly</TMPL_IF> />)
+<br>(URL: <input type="text" name="url" size="60" value="<TMPL_VAR NAME='URL'>" <TMPL_IF NAME="NO_PARSER">readonly</TMPL_IF> />)
 <TMPL_IF NAME="NO_PARSER">
 <br /><small>(この機能を利用するにはXML::Parserモジュールが必要です)</small>
 </TMPL_IF>
 </p>
 <input type="submit" name="save_state" value="設定" />
 </form>
-
-<p><br /></p>
-
+</div>
+<br><br>
 <TMPL_IF NAME="SELECT_DIARY">
 <form method="post" action="write_diary.cgi">
-<table boerder="1">
-<tr><th colspan="2">日記を書く</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="50"><TMPL_VAR ESCAPE="HTML" NAME="CONTENTS"></textarea></td></tr>
-<tr><td colspan="2" align="center"><input type="submit" name="confirm" value="確認画面" /></td></tr>
+<div class="afPubContentBlock">
+<div class="afPubContentBlockTitle">
+日記を書く
+</div>
+<div class="afPubMessageTable">
+<table>
+<tr><th>タイトル</th></tr>
+<tr><td><input class="text" type="text" name="title" size="60" 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><input type="submit" name="confirm" value="確認画面" /></td></tr>
 </table>
+</div>
+</div>
 </form>
 </TMPL_IF>
-
-<p><br /></p>
Index: affelio/apps/diary/templates/write_comment_confirm.tmpl
diff -u affelio/apps/diary/templates/write_comment_confirm.tmpl:1.5 affelio/apps/diary/templates/write_comment_confirm.tmpl:1.6
--- affelio/apps/diary/templates/write_comment_confirm.tmpl:1.5	Fri Jul  1 13:55:59 2005
+++ affelio/apps/diary/templates/write_comment_confirm.tmpl	Fri Jul  1 14:35:44 2005
@@ -16,5 +16,5 @@
 <input type="submit" name="comment_commit" value="コメント" />
 <input type="hidden" name="id" value="<TMPL_VAR NAME='ID'>" />
 <input type="hidden" name="comment" value="<TMPL_VAR ESCAPE='HTML' NAME='COMMENT'>" />
-</div></div>
+</div>
 </form>
Index: affelio/apps/diary/templates/write_diary_confirm.tmpl
diff -u affelio/apps/diary/templates/write_diary_confirm.tmpl:1.6 affelio/apps/diary/templates/write_diary_confirm.tmpl:1.7
--- affelio/apps/diary/templates/write_diary_confirm.tmpl:1.6	Fri Jul  1 13:55:59 2005
+++ affelio/apps/diary/templates/write_diary_confirm.tmpl	Fri Jul  1 14:35:44 2005
@@ -23,5 +23,5 @@
 </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></div>
+</div></div>
 </form>
Index: affelio/apps/diary/templates/write_diary_edit.tmpl
diff -u affelio/apps/diary/templates/write_diary_edit.tmpl:1.6 affelio/apps/diary/templates/write_diary_edit.tmpl:1.7
--- affelio/apps/diary/templates/write_diary_edit.tmpl:1.6	Fri Jul  1 13:55:59 2005
+++ affelio/apps/diary/templates/write_diary_edit.tmpl	Fri Jul  1 14:35:44 2005
@@ -17,5 +17,4 @@
 </table>
 </div>
 </div>
-</div>
 </form>


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