Yoshihisa Fukuhara
higef****@users*****
2006年 3月 3日 (金) 20:54:03 JST
Index: affelio/apps/diary/templates/write_diary_edit.tmpl
diff -u affelio/apps/diary/templates/write_diary_edit.tmpl:1.14 affelio/apps/diary/templates/write_diary_edit.tmpl:1.15
--- affelio/apps/diary/templates/write_diary_edit.tmpl:1.14 Fri Mar 3 20:19:58 2006
+++ affelio/apps/diary/templates/write_diary_edit.tmpl Fri Mar 3 20:54:03 2006
@@ -23,6 +23,17 @@
</TMPL_IF>
</SELECT>
</td></tr>
+<tr><th><AF_M text="Date"></th></tr>
+<tr><td>
+<input type="text" name="year" value="<TMPL_VAR NAME="year">" size="4" maxlength="4">/
+<input type="text" name="mon" value="<TMPL_VAR NAME="mon">" size="2" maxlength="2">/
+<input type="text" name="mday" value="<TMPL_VAR NAME="mday">" size="2" maxlength="2">
+
+
+
+<input type="text" name="hour" value="<TMPL_VAR NAME="hour">" size="2" maxlength="2">:
+<input type="text" name="min" value="<TMPL_VAR NAME="min">" size="2" maxlength="2">
+</td></tr>
<tr><th><AF_M text="Content"></th></tr>
<tr><td>
<a href="javascript:insertTag('big')"><big>大</big></a>