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_english.html
diff --git a/NP_EzComment2/tags/ezcomment2/np_openid/form_english.html b/NP_EzComment2/tags/ezcomment2/np_openid/form_english.html
new file mode 100644 (file)
index 0000000..e2cb88a
--- /dev/null
@@ -0,0 +1,19 @@
+<!-- Dialog -->
+<div class="yui-skin-sam">
+       <div id="profile">
+               <div class="hd">Please enter your profile</div>
+               <div class="bd">
+                       <form method="POST" action="{{updateUrl}}?action=plugin">
+                               <label for="nick">Nickname:</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>