summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/oauth
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2011-01-17 07:26:48 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2011-01-17 07:26:48 +0000
commit7a003f5bbf49082dcf24105aa6f7bc8c6650c255 (patch)
treece7f534a8b74dff0f5c280ccaa7b862a29b27023 /sca-cpp/trunk/modules/oauth
parentf90791f2f7b48d7e08ce08f7ead498e1191a96b8 (diff)
Use a common stylesheet in all samples.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059769 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/modules/oauth')
-rw-r--r--sca-cpp/trunk/modules/oauth/htdocs/index.html11
-rw-r--r--sca-cpp/trunk/modules/oauth/htdocs/login/index.html15
-rw-r--r--sca-cpp/trunk/modules/oauth/htdocs/login/mixed.html14
-rw-r--r--sca-cpp/trunk/modules/oauth/htdocs/logout/index.html14
-rw-r--r--sca-cpp/trunk/modules/oauth/htdocs/public/index.html10
5 files changed, 56 insertions, 8 deletions
diff --git a/sca-cpp/trunk/modules/oauth/htdocs/index.html b/sca-cpp/trunk/modules/oauth/htdocs/index.html
index 7d26567214..2ce1ce2b09 100644
--- a/sca-cpp/trunk/modules/oauth/htdocs/index.html
+++ b/sca-cpp/trunk/modules/oauth/htdocs/index.html
@@ -19,6 +19,11 @@
<html>
<head>
+<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0"/>
+<meta name="apple-mobile-web-app-capable" content="yes"/>
+<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
+<link rel="stylesheet" type="text/css" href="/ui.css"/>
+
<script type="text/javascript" src="/component.js"></script>
<script type="text/javascript">
var protected = sca.component("Protected");
@@ -32,6 +37,7 @@ var lastname = userInfo.apply("getlastname");
var realm = userInfo.apply("getrealm");
</script>
</head>
+
<body>
<h1>Protected area - It works!</h1>
<p>The following info is returned by a JSONRPC service:</p>
@@ -42,6 +48,7 @@ var realm = userInfo.apply("getrealm");
<div>Firstname: <span id="firstname"></span></div>
<div>Lastname: <span id="lastname"></span></div>
<div>Realm: <span id="realm"></span></div>
+
<script type="text/javascript">
document.getElementById('user').innerHTML=user;
document.getElementById('email').innerHTML=email;
@@ -51,8 +58,10 @@ document.getElementById('firstname').innerHTML=firstname;
document.getElementById('lastname').innerHTML=lastname;
document.getElementById('realm').innerHTML=realm;
</script>
+
<p><a href="info">User info</a></p>
<p><a href="login">Sign in</a></p>
<p><a href="logout">Sign out</a></p>
<p><a href="public">Public area</a></p>
-</body></html>
+</body>
+</html>
diff --git a/sca-cpp/trunk/modules/oauth/htdocs/login/index.html b/sca-cpp/trunk/modules/oauth/htdocs/login/index.html
index c41c334b76..5de29ca9da 100644
--- a/sca-cpp/trunk/modules/oauth/htdocs/login/index.html
+++ b/sca-cpp/trunk/modules/oauth/htdocs/login/index.html
@@ -17,7 +17,17 @@
under the License.
-->
-<html><body><h1>Sign in with an OAuth provider</h1>
+<html>
+<head>
+<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0"/>
+<meta name="apple-mobile-web-app-capable" content="yes"/>
+<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
+<link rel="stylesheet" type="text/css" href="/ui.css"/>
+<title>Sign in</title>
+</head>
+<body>
+<h1>Sign in with an OAuth provider</h1>
+<br/>
<script type="text/javascript">
function queryParams() {
@@ -113,4 +123,5 @@ function withTwitter() {
<input type="hidden" name="mod_oauth1_step" value="authorize"/>
</form>
-</body></html>
+</body>
+</html>
diff --git a/sca-cpp/trunk/modules/oauth/htdocs/login/mixed.html b/sca-cpp/trunk/modules/oauth/htdocs/login/mixed.html
index 54673e01ee..59e45b470b 100644
--- a/sca-cpp/trunk/modules/oauth/htdocs/login/mixed.html
+++ b/sca-cpp/trunk/modules/oauth/htdocs/login/mixed.html
@@ -17,7 +17,16 @@
under the License.
-->
-<html><body><h1>Sign in with a Form, an OpenID provider or an OAuth provider</h1>
+<html>
+<head>
+<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0"/>
+<meta name="apple-mobile-web-app-capable" content="yes"/>
+<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
+<link rel="stylesheet" type="text/css" href="/ui.css"/>
+<title>Sign in</title>
+</head>
+<body>
+<h1>Sign in with a Form, an OpenID provider or an OAuth provider</h1>
<script type="text/javascript">
function submitFormSignin() {
@@ -208,4 +217,5 @@ function withTwitter() {
<input type="hidden" name="mod_oauth1_step" value="authorize"/>
</form>
-</body></html>
+</body>
+</html>
diff --git a/sca-cpp/trunk/modules/oauth/htdocs/logout/index.html b/sca-cpp/trunk/modules/oauth/htdocs/logout/index.html
index 02a92d1b31..37c2594ffb 100644
--- a/sca-cpp/trunk/modules/oauth/htdocs/logout/index.html
+++ b/sca-cpp/trunk/modules/oauth/htdocs/logout/index.html
@@ -17,8 +17,17 @@
under the License.
-->
-<html><body>
+<html>
+<head>
+<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0"/>
+<meta name="apple-mobile-web-app-capable" content="yes"/>
+<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
+<link rel="stylesheet" type="text/css" href="/ui.css"/>
+<title>Sign out</title>
+</head>
+<body>
<h1>Sign out</h1>
+<br/>
<form name="signout" action="/login" method="GET">
<script type="text/javascript">
@@ -30,4 +39,5 @@ function submitSignout() {
</script>
<input type="button" onclick="submitSignout()" value="Sign out"/>
</form>
-</body></html>
+</body>
+</html>
diff --git a/sca-cpp/trunk/modules/oauth/htdocs/public/index.html b/sca-cpp/trunk/modules/oauth/htdocs/public/index.html
index af2cd7ca19..af567246f3 100644
--- a/sca-cpp/trunk/modules/oauth/htdocs/public/index.html
+++ b/sca-cpp/trunk/modules/oauth/htdocs/public/index.html
@@ -18,10 +18,18 @@
-->
<html>
+<head>
+<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0"/>
+<meta name="apple-mobile-web-app-capable" content="yes"/>
+<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
+<link rel="stylesheet" type="text/css" href="/ui.css"/>
+<title>Unprotected area</title>
+</head>
<body>
<h1>Unprotected area - It works!</h1>
<p><a href="/info">User info</a></p>
<p><a href="/login">Sign in</a></p>
<p><a href="/logout">Sign out</a></p>
<p><a href="/">Protected area</a></p>
-</body></html>
+</body>
+</html>