OSDN Git Service

初回コミット(v2.6.17.1)
[magic3/magic3.git] / widgets / ec_main / include / template / sendpwd.tmpl.html
1 /**\r
2  * 表示データ作成用テンプレート(patTemplate)\r
3  *\r
4  * LICENSE: This source file is licensed under the terms of the GNU General Public License.\r
5  *\r
6  * @package    Magic3 Framework\r
7  * @author     平田直毅(Naoki Hirata) <naoki@aplo.co.jp>\r
8  * @copyright  Copyright 2006-2012 Magic3 Project.\r
9  * @license    http://www.gnu.org/copyleft/gpl.html  GPL License\r
10  * @version    SVN: $Id: admin.tmpl.html 4845 2012-04-13 04:47:07Z fishbone $\r
11  * @link       http://www.magic3.org\r
12  */\r
13 <patTemplate:tmpl name="_widget">\r
14 <script type="text/javascript">\r
15 //<![CDATA[\r
16 function sendpwd(){\r
17         document.photo_main.act.value = 'sendpassword';\r
18         document.photo_main.submit();\r
19         return true;\r
20 }\r
21 //]]>\r
22 </script>\r
23 <!-- m3:ErrorMessage -->\r
24 <form method="post" name="photo_main" class="form">\r
25 <input type="hidden" name="task" value="sendpwd" />\r
26 <input type="hidden" name="act" />\r
27 <div id="photo_shop">\r
28 <h2>パスワード再送信</h2>\r
29 <div class="photo_message">送信先のEメールアドレスを入力してください。</div>\r
30 <label><span class="photo_title">Eメール</span><input type="text" name="photo_account" size="20" maxlength="50" value="{ACCOUNT}" {ACCOUNT_DISABLED} /></label>\r
31 <div class="photo_bottom">\r
32 <input type="button" class="button" onclick="sendpwd();" value="{BUTTON_LABEL}" {BUTTON_DISABLED} />\r
33 </div>\r
34 </div>\r
35 </form>\r
36 </patTemplate:tmpl>\r