OSDN Git Service

input field layout update
[keitairc/keitairc.git] / data / templates / webkit / root.html
index 760475e..ae16c4f 100644 (file)
@@ -20,6 +20,9 @@
                animation_end = 'webkitAnimationEnd';
        }
        el = null;
+       $(window).bind('orientationchange', function(){
+               setTimeout(scrollTo, 300, 0, 0);
+       });
        $('a').bind('click', function () {
                var from = $('.current');
                var to = $($(this).attr('href'));
@@ -34,6 +37,7 @@
                        to.addClass('current');
                        from.removeClass('current');
                }
+               setTimeout(scrollTo, 300, 0, 0);
                return false;
        });
     });
@@ -48,9 +52,8 @@
     <a href="#about" class="button menu_button" id="index_menu_button">About</a>
   </div>
   <form id="login_form" method="post" rel="external" action="login" class="edit">
-    <label for="password">\83p\83X\83\8f\81[\83h</label>
-    <input type="password" id="password" name="password" value="" />
-    <button type="submit" rel="external" class="submit whiteButton">\83\8d\83O\83C\83\93</button>
+    <input type="password" id="password" name="password" value="" placeholder="パスワード" />
+    <button type="submit" rel="external" class="submit whiteButton">ログイン</button>
   </form>
   <div class="info">
     <!-- tmpl_var timestamp --><br />
 <div id="about" class="reverse">
   <div class="toolbar">
     <h1>About</h1>
-    <a href="#login" class="reverse button menu_button" id="index_menu_button">\83\8d\83O\83C\83\93</a>
+    <a href="#login" class="reverse button menu_button" id="index_menu_button">ログイン</a>
+  </div>
+  <div class="keitairc_info">
+    <h2>keitairc <!-- tmpl_var version --></h2>
+    <div class="keitairc_authors">
+    <p>
+      Copyright (c) 2003-2010 Jun Morimoto &lt;morimoto@mrmt.net&gt;<br />
+      This program is covered by the GNU General Public License 2
+    </p>
+    <p>
+      Author:<br />
+      Jun Morimoto &lt;morimoto@mrmt&gt;
+    </p>
+    <p>
+       WebKit Mobile (for iPhone &amp; Android) UI:<br />
+       ISHIKAWA Mutsumi &lt;ishikawa@hanzubon.jp&gt;
+    </p>
+    <p>
+       Thanks goes to:<br />
+       Ichiro FUKUHARA, Akira Tagoh, Jun Hichisato, matsui, Tetsuji Ogata, Makoto Matsushita, Takahashi Yoshihiro, Takuo KITAME, twk http://nonn-et-twk.net/twk/
+    </p>
+    <p>
+      This version uses:<br />
+      <a href="http://jquery.com/">jQuery</a><br />
+      <a href="http://cubiq.org/scrolling-div-for-mobile-webkit-turns-3">iScroll</a><br />
+    </p>
+    </div>
   </div>
   <div class="info">
     <!-- tmpl_var timestamp --><br />