s4

view examples/common/default/invite.m4.html @ 893:c1a5d137740d

Display momentary information of frozen state change
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 26 Dec 2020 15:17:56 +0900
parents 815840076efa
children
line source
1 <h1>招待メイル送信</h1>
2 <p>_INVITE_POLICY_</p>
4 <p>_REPORT_</p>
6 <form method="POST" action="_ACTION_">
7 <table class="invite">
8 <tr><td>送信先</td>
9 <td><input name="email" size="40" maxlength="64"></td></tr>
10 </table>
11 <input name="submit" type="submit" value="送信">
12 <input name="reset" type="reset" value="Reset">
13 </form>
14 _SUSPENDED_
16 </body>
17 </html>