OSDN Git Service

merged 3.3 beta1
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / nucleus / forms / membermailform-notloggedin.template
1 <a id="nucleus_mf"></a>
2 <form method="post" action="#nucleus_mf">
3   <div class="mailform">
4         <%errordiv%>
5         
6         <input type="hidden" name="memberid" value="<%formdata(memberid)%>" />
7         <input type="hidden" name="action" value="sendmessage" />
8
9         <input type="hidden" name="url" value="<%formdata(url)%>" />
10
11         <textarea name="message" class="formfield" rows="<%formdata(rows)%>" cols="<%formdata(cols)%>"><%formdata(message)%></textarea>
12         <br />
13         <%text(_MEMBERMAIL_MAIL)%><input type="text" name="frommail" class="formfield" value="<%formdata(frommail)%>" />
14         
15         <%callback(FormExtra,membermailform-notloggedin)%>      
16         
17         <br />
18         <input type="submit" value="<%text(_MEMBERMAIL_SUBMIT)%>" class="formbutton" />
19   </div>
20 </form>