s4

view 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 source
1 <h1>招待メイル送信</h1>
2 <p>_REPORT_</p>
4 <form method="POST" action="_ACTION_">
5 <table class="invite">
6 <tr><td>送信先</td>
7 <td><input name="email" size="40" maxlength="64"></td></tr>
8 </table>
9 <input name="submit" type="submit" value="送信">
10 <input name="reset" type="reset" value="Reset">
11 </form>
13 </body>
14 </html>