OSDN Git Service

git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/plugin@786 1ca29b6e-896d...
[nucleus-jp/nucleus-plugins.git] / NP_EzComment2 / tags / ezcomment2 / np_openid / form_japanese-utf8.html
diff --git a/NP_EzComment2/tags/ezcomment2/np_openid/form_japanese-utf8.html b/NP_EzComment2/tags/ezcomment2/np_openid/form_japanese-utf8.html
new file mode 100644 (file)
index 0000000..b904bfb
--- /dev/null
@@ -0,0 +1,19 @@
+<!-- Dialog -->
+<div class="yui-skin-sam">
+<div id="profile">
+       <div class="hd">プロフィール更新</div>
+       <div class="bd">
+               <form method="POST" action="{{updateUrl}}?action=plugin">
+                       <label for="nick">お名前:</label><input type="text" name="nick" value="{{nick}}" />
+                       <div class="clear"></div>
+                       <label for="email">E-mail:</label><input type="text" name="email" value="{{email}}"/>
+                       <div class="clear"></div>
+                       <input type="hidden" name="name" value="OpenId">
+                       <input type="hidden" name="type" value="updateProfile">
+               </form>
+       </div>
+</div>
+</div>
+
+<!-- response -->
+<div id="resp"></div>