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

Back to archive index

Masato Kikuhara en-sf****@users*****
2005年 6月 30日 (木) 02:38:51 JST


Index: affelio/apps/diary/templates/external_blog.tmpl
diff -u /dev/null affelio/apps/diary/templates/external_blog.tmpl:1.1
--- /dev/null	Thu Jun 30 02:38:51 2005
+++ affelio/apps/diary/templates/external_blog.tmpl	Thu Jun 30 02:38:51 2005
@@ -0,0 +1,61 @@
+<!-- HEADER -->
+
+<div id="diary_2ColLeft" align="right">
+
+<p>Recent Entries<br />
+<TMPL_LOOP NAME="ENTRY_LIST">
+<a href="<TMPL_VAR NAME='LINK'>"><TMPL_VAR ESCAPE="HTML" NAME="TITLE"></a><br />
+</TMPL_LOOP>
+<br /></p>
+
+<TMPL_IF NAME="WRITABLE">
+
+<form action="external_blog.cgi" method="post">
+<p>
+Set RDF URL<br />
+<input type="text" name="url" size="15" /><br />
+<input type="submit" name="set_url" value="update" />
+</p>
+</form>
+
+<form action="external_blog.cgi" method="post">
+<p>
+Remove RDF<br /><input type="submit" name="remove_urlfile" value="remove" />
+</p>
+</form>
+</TMPL_IF>
+
+<a href="<TMPL_VAR NAME='RSS_URL'>"><img src="./resource/xml.gif" border="0" /></a>
+
+<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">
+
+<div id="diary_etc">
+<div class="afPubContent">
+
+<!-- HEADER -->
+
+<!--<h2><TMPL_VAR ESCAPE="HTML" NAME="install_title"></h2>-->
+<h2><TMPL_VAR NAME="TITLE_MAIN"></h2>
+<p>
+<small><a href="<TMPL_VAR NAME='LINK_MAIN'>" target="_blank"><TMPL_VAR NAME="LINK_MAIN"></a></small>
+<br /><br />
+</p>
+
+<TMPL_LOOP NAME="ENTRIES">
+<table id="diary">
+<tr><th><TMPL_VAR ESCAPE="HTML" NAME="TITLE"></th></tr>
+<tr><td><div id="date"><TMPL_VAR ESCAPE="HTML" NAME="DATE"></div></td></tr>
+<tr><td id="contents"><p><TMPL_VAR NAME="CONTENTS"></p></td></tr>
+<tr><td> 
+<small>
+<a href="<TMPL_VAR NAME='LINK'>" target="_blank"><TMPL_VAR NAME='LINK'></a>
+</small>
+</td></tr>
+</table>
+</TMPL_LOOP>
+
+
Index: affelio/apps/diary/templates/external_blog_conf.tmpl
diff -u /dev/null affelio/apps/diary/templates/external_blog_conf.tmpl:1.1
--- /dev/null	Thu Jun 30 02:38:51 2005
+++ affelio/apps/diary/templates/external_blog_conf.tmpl	Thu Jun 30 02:38:51 2005
@@ -0,0 +1,8 @@
+<h2><TMPL_VAR ESCAPE="HTML" NAME="install_title"></h2>
+
+<form action="external_blog.cgi" method="post">
+<p>
+RDF URL: <input type="text" name="url" width="50" />
+<input type="submit" name="set_url" value="set" />
+</p>
+</form>
Index: affelio/apps/diary/templates/menu.tmpl
diff -u affelio/apps/diary/templates/menu.tmpl:1.4 affelio/apps/diary/templates/menu.tmpl:1.5
--- affelio/apps/diary/templates/menu.tmpl:1.4	Mon Jun 27 20:40:10 2005
+++ affelio/apps/diary/templates/menu.tmpl	Thu Jun 30 02:38:51 2005
@@ -52,6 +52,11 @@
 
 <P>
 
+Import BLOG<BR>
+<a href="external_blog.cgi">blog</a>
+
+<P>
+
 <!--アクセス制御管理 -->
 <TMPL_IF NAME="access_control_URL">
 <a href="<TMPL_VAR NAME="access_control_URL">" target="_blank">
@@ -59,8 +64,10 @@
 </a>
 </TMPL_IF>
 
-
-<!--<a href="<TMPL_VAR NAME="RSS">"><img src="./resource/xml.gif" /></a>-->
+<p>
+<br />
+<a href="get_rss.cgi"><img src="./resource/xml.gif" /></a>
+</p>
 
 <p><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /></p>
 
@@ -68,7 +75,5 @@
 
 <div id="diary_2ColRight">
 
-<!--<div class="afPubContent">-->
-
 <div id="diary_etc">
 <div class="afPubContent">
Index: affelio/apps/diary/templates/owner.tmpl
diff -u /dev/null affelio/apps/diary/templates/owner.tmpl:1.1
--- /dev/null	Thu Jun 30 02:38:51 2005
+++ affelio/apps/diary/templates/owner.tmpl	Thu Jun 30 02:38:51 2005
@@ -0,0 +1,17 @@
+<h2><TMPL_VAR ESCAPE="HTML" NAME="install_title"></h2>
+
+<h3>日記の利用形態の設定</h3>
+
+<form action="owner.cgi" method="post">
+<p>
+<input type="radio" name="type" value="normal" checked />
+通常の日記を利用
+<br />
+<input type="radio" name="type" value="import" />
+外部ブログのRDFをインポート
+(URL: <input type="text" name="url" />)
+</p>
+<input type="submit" name="save_state" value="設定" />
+</form>
+
+<p><br /></p>
Index: affelio/apps/diary/templates/write_comment_confirm.tmpl
diff -u affelio/apps/diary/templates/write_comment_confirm.tmpl:1.2 affelio/apps/diary/templates/write_comment_confirm.tmpl:1.3
--- affelio/apps/diary/templates/write_comment_confirm.tmpl:1.2	Mon Jun 27 18:45:04 2005
+++ affelio/apps/diary/templates/write_comment_confirm.tmpl	Thu Jun 30 02:38:51 2005
@@ -2,7 +2,7 @@
 <form action="write_comment.cgi" method="post">
 <table>
 <tr><th>以下の内容でコメントします</th></tr>
-<tr><td><TMPL_VAR ESCAPE="HTML" NAME="COMMENT"></td></tr>
+<tr><td><TMPL_VAR NAME="COMMENT_SHOW"></td></tr>
 <tr><td align="right"><input type="submit" name="comment_commit" value="コメント" /></td></tr>
 </table>
 <input type="hidden" name="id" value="<TMPL_VAR NAME='ID'>" />
Index: affelio/apps/diary/templates/write_diary_confirm.tmpl
diff -u affelio/apps/diary/templates/write_diary_confirm.tmpl:1.2 affelio/apps/diary/templates/write_diary_confirm.tmpl:1.3
--- affelio/apps/diary/templates/write_diary_confirm.tmpl:1.2	Mon Jun 27 18:45:04 2005
+++ affelio/apps/diary/templates/write_diary_confirm.tmpl	Thu Jun 30 02:38:51 2005
@@ -2,8 +2,8 @@
 <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><h3><TMPL_VAR NAME="TITLE_SHOW"></h3></td></tr>
+<tr><td><p><br /><TMPL_VAR NAME="CONTENTS_SHOW"><br /></p></td></tr>
 <tr><td align="center">
 <input type="submit" name="submit" value="追加">
 <input type="submit" name="noname" value="修正">
Index: affelio/apps/diary/templates/write_diary_edit.tmpl
diff -u affelio/apps/diary/templates/write_diary_edit.tmpl:1.2 affelio/apps/diary/templates/write_diary_edit.tmpl:1.3
--- affelio/apps/diary/templates/write_diary_edit.tmpl:1.2	Mon Jun 27 18:45:04 2005
+++ affelio/apps/diary/templates/write_diary_edit.tmpl	Thu Jun 30 02:38:51 2005
@@ -2,8 +2,8 @@
 <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 NAME='CONTENTS'></textarea></td></tr>
+<tr><td>タイトル</td><td><input class="text" type="text" name="title" value="" /></td></tr>
+<tr><td colspan="2"><textarea name="contents" rows="15" cols="50"></textarea></td></tr>
 <tr><td colspan="2" align="center"><input type="submit" name="confirm" value="確認画面" /></td></tr>
 </table>
 </form>


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