Leanote upperCase

This commit is contained in:
lealife
2015-11-28 15:23:33 +08:00
parent 9a9968760a
commit f16b5e816e
6 changed files with 10 additions and 16 deletions

View File

@ -2,7 +2,7 @@
<section id="box" class="animated fadeInUp"> <section id="box" class="animated fadeInUp">
<div> <div>
<h1 id="logo">leanote</h1> <h1 id="logo">Leanote</h1>
<div id="boxForm"> <div id="boxForm">
<div id="boxHeader">{{msg . "findPassword"}}</div> <div id="boxHeader">{{msg . "findPassword"}}</div>
<form> <form>
@ -84,4 +84,4 @@ $(function() {
}); });
</script> </script>
</body> </body>
</html> </html>

View File

@ -2,7 +2,7 @@
<section id="box" class="animated fadeInUp"> <section id="box" class="animated fadeInUp">
<div> <div>
<h1 id="logo">leanote</h1> <h1 id="logo">Leanote</h1>
<div id="boxForm"> <div id="boxForm">
<div id="boxHeader">{{msg . "updatePassword"}}</div> <div id="boxHeader">{{msg . "updatePassword"}}</div>
<form> <form>
@ -97,4 +97,4 @@ $(function() {
}); });
</script> </script>
</body> </body>
</html> </html>

View File

@ -2,7 +2,7 @@
<section id="box" class="animated fadeInUp"> <section id="box" class="animated fadeInUp">
<div> <div>
<h1 id="logo">leanote</h1> <h1 id="logo">Leanote</h1>
<div id="boxForm"> <div id="boxForm">
<div id="boxHeader">{{msg . "findPasswordTimeout"}}</div> <div id="boxHeader">{{msg . "findPasswordTimeout"}}</div>
<form> <form>
@ -28,4 +28,4 @@
<script src="/js/jquery-1.9.0.min.js"></script> <script src="/js/jquery-1.9.0.min.js"></script>
<script src="/js/bootstrap.js"></script> <script src="/js/bootstrap.js"></script>
</body> </body>
</html> </html>

View File

@ -15,7 +15,7 @@
<h2>Join Us</h2> <h2>Join Us</h2>
<a href="https://github.com/leanote/leanote">Github Leanote</a> <a href="https://github.com/leanote/leanote">Github Leanote</a>
<br /> <br />
QQ Group: 158716820, 158716820 QQ Group: <span id="qqGrup">256076853, <s>158716820</s></span>
</div> </div>
</div> </div>
</div> </div>

View File

@ -15,7 +15,7 @@
</div> </div>
--> -->
<div> <div>
<h1 id="logo">leanote</h1> <h1 id="logo">Leanote</h1>
<div id="boxForm"> <div id="boxForm">
<div id="boxHeader">{{msg . "login"}}</div> <div id="boxHeader">{{msg . "login"}}</div>
<form> <form>
@ -134,13 +134,7 @@ $(function() {
} }
}); });
}); });
// github
$("#github").click(function() {
$(this).button("loading");
location.href="https://github.com/login/oauth/authorize?access_type=&approval_prompt=&client_id=3790fbf1fc14bc6c5d85&redirect_uri=http%3A%2F%2Fleanote.com%2Foauth%2FgithubCallback&response_type=code&scope=user&state=";
});
}); });
</script> </script>
</body> </body>
</html> </html>

View File

@ -6,7 +6,7 @@
</div> </div>
--> -->
<div> <div>
<h1 id="logo">leanote</h1> <h1 id="logo">Leanote</h1>
<div id="boxForm"> <div id="boxForm">
<div id="boxHeader">{{msg . "register"}}</div> <div id="boxHeader">{{msg . "register"}}</div>
<form> <form>