OSDN Git Service

b904bfb1c01caf13619b983e4abc0397c45f8e46
[nucleus-jp/nucleus-plugins.git] / NP_EzComment2 / tags / ezcomment2 / np_openid / form_japanese-utf8.html
1 <!-- Dialog -->
2 <div class="yui-skin-sam">
3 <div id="profile">
4         <div class="hd">プロフィール更新</div>
5         <div class="bd">
6                 <form method="POST" action="{{updateUrl}}?action=plugin">
7                         <label for="nick">お名前:</label><input type="text" name="nick" value="{{nick}}" />
8                         <div class="clear"></div>
9                         <label for="email">E-mail:</label><input type="text" name="email" value="{{email}}"/>
10                         <div class="clear"></div>
11                         <input type="hidden" name="name" value="OpenId">
12                         <input type="hidden" name="type" value="updateProfile">
13                 </form>
14         </div>
15 </div>
16 </div>
17
18 <!-- response -->
19 <div id="resp"></div>