From 6c8c03142db734678d460ee085a73df1d05a88a1 Mon Sep 17 00:00:00 2001 From: brettp Date: Tue, 15 Mar 2011 03:46:37 +0000 Subject: Refs #3115. Moved oauth_lib to oauth_api. git-svn-id: http://code.elgg.org/elgg/trunk@8715 36083f99-b078-4883-b0ff-0f9b5a30f544 --- .../example/server/core/templates/inc/footer.tpl | 2 ++ .../example/server/core/templates/inc/header.tpl | 2 ++ .../oauth/example/server/core/templates/index.tpl | 13 +++++++ .../oauth/example/server/core/templates/logon.tpl | 21 +++++++++++ .../example/server/core/templates/register.tpl | 41 ++++++++++++++++++++++ 5 files changed, 79 insertions(+) create mode 100644 mod/oauth_api/vendors/oauth/example/server/core/templates/inc/footer.tpl create mode 100644 mod/oauth_api/vendors/oauth/example/server/core/templates/inc/header.tpl create mode 100644 mod/oauth_api/vendors/oauth/example/server/core/templates/index.tpl create mode 100644 mod/oauth_api/vendors/oauth/example/server/core/templates/logon.tpl create mode 100644 mod/oauth_api/vendors/oauth/example/server/core/templates/register.tpl (limited to 'mod/oauth_api/vendors/oauth/example/server/core/templates') diff --git a/mod/oauth_api/vendors/oauth/example/server/core/templates/inc/footer.tpl b/mod/oauth_api/vendors/oauth/example/server/core/templates/inc/footer.tpl new file mode 100644 index 000000000..308b1d01b --- /dev/null +++ b/mod/oauth_api/vendors/oauth/example/server/core/templates/inc/footer.tpl @@ -0,0 +1,2 @@ + + diff --git a/mod/oauth_api/vendors/oauth/example/server/core/templates/inc/header.tpl b/mod/oauth_api/vendors/oauth/example/server/core/templates/inc/header.tpl new file mode 100644 index 000000000..5046f54b0 --- /dev/null +++ b/mod/oauth_api/vendors/oauth/example/server/core/templates/inc/header.tpl @@ -0,0 +1,2 @@ + + diff --git a/mod/oauth_api/vendors/oauth/example/server/core/templates/index.tpl b/mod/oauth_api/vendors/oauth/example/server/core/templates/index.tpl new file mode 100644 index 000000000..7b065537d --- /dev/null +++ b/mod/oauth_api/vendors/oauth/example/server/core/templates/index.tpl @@ -0,0 +1,13 @@ +{include file='inc/header.tpl'} + +

OAuth server

+Go to: + + + +Afterwards, make an OAuth test request to http://{$smarty.server.name}/hello to test your connection.

+ +{include file='inc/footer.tpl'} diff --git a/mod/oauth_api/vendors/oauth/example/server/core/templates/logon.tpl b/mod/oauth_api/vendors/oauth/example/server/core/templates/logon.tpl new file mode 100644 index 000000000..5ccd432b5 --- /dev/null +++ b/mod/oauth_api/vendors/oauth/example/server/core/templates/logon.tpl @@ -0,0 +1,21 @@ +{include file='inc/header.tpl'} + +

Login

+ +
+ + +
+ + +

+ +
+ + +

+ + +
+ +{include file='inc/footer.tpl'} diff --git a/mod/oauth_api/vendors/oauth/example/server/core/templates/register.tpl b/mod/oauth_api/vendors/oauth/example/server/core/templates/register.tpl new file mode 100644 index 000000000..0e28c1584 --- /dev/null +++ b/mod/oauth_api/vendors/oauth/example/server/core/templates/register.tpl @@ -0,0 +1,41 @@ +{include file='inc/header.tpl'} + +

Register server

+ +

Register a server which is gonna act as an identity client.

+ +
+ +
+ About You + +

+
+ +

+ +

+
+ +

+
+ +
+ Location Of Your Application Or Site + +

+
+ +

+ +

+
+ +

+
+ +
+ +
+ +{include file='inc/footer.tpl'} -- cgit v1.2.3