diff templ/default/invite.m4.html @ 6:7ccd9c2eb97e

Add templates
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 19 Jul 2015 14:53:28 +0900
parents
children 850f0d4228f7
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templ/default/invite.m4.html	Sun Jul 19 14:53:28 2015 +0900
@@ -0,0 +1,14 @@
+<h1>招待メイル送信</h1>
+<p>_REPORT_</p>
+
+<form method="POST" action="_ACTION_">
+<table class="invite">
+ <tr><td>送信先</td>
+  <td><input name="email" size="40" maxlength="64"></td></tr>
+</table>
+<input name="submit" type="submit" value="送信">
+<input name="reset" type="reset" value="Reset">
+</form>
+
+</body>
+</html>

yatex.org