s4

view examples/common/default/invite.m4.html @ 485:021e7943fd99

Emphasis pattern *word*, _word_ and strong pattern **word**, __word__
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 06 Feb 2018 11:06:10 +0900
parents 850f0d4228f7
children 64c84bc00700
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>
12 _SUSPENDED_
14 </body>
15 </html>