From ff54fa54bcfc8d39d92b5e42f0111fed5cd16a12 Mon Sep 17 00:00:00 2001 From: nickw Date: Tue, 5 Oct 2010 20:16:40 +0000 Subject: Changing the name of the oAuth plugin to reflect it's library service status. Refs #2532 git-svn-id: http://code.elgg.org/elgg/trunk@7015 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_lib/vendors/oauth/example/server/core/templates/inc/footer.tpl create mode 100644 mod/oauth_lib/vendors/oauth/example/server/core/templates/inc/header.tpl create mode 100644 mod/oauth_lib/vendors/oauth/example/server/core/templates/index.tpl create mode 100644 mod/oauth_lib/vendors/oauth/example/server/core/templates/logon.tpl create mode 100644 mod/oauth_lib/vendors/oauth/example/server/core/templates/register.tpl (limited to 'mod/oauth_lib/vendors/oauth/example/server/core/templates') diff --git a/mod/oauth_lib/vendors/oauth/example/server/core/templates/inc/footer.tpl b/mod/oauth_lib/vendors/oauth/example/server/core/templates/inc/footer.tpl new file mode 100644 index 000000000..308b1d01b --- /dev/null +++ b/mod/oauth_lib/vendors/oauth/example/server/core/templates/inc/footer.tpl @@ -0,0 +1,2 @@ + + diff --git a/mod/oauth_lib/vendors/oauth/example/server/core/templates/inc/header.tpl b/mod/oauth_lib/vendors/oauth/example/server/core/templates/inc/header.tpl new file mode 100644 index 000000000..5046f54b0 --- /dev/null +++ b/mod/oauth_lib/vendors/oauth/example/server/core/templates/inc/header.tpl @@ -0,0 +1,2 @@ + + diff --git a/mod/oauth_lib/vendors/oauth/example/server/core/templates/index.tpl b/mod/oauth_lib/vendors/oauth/example/server/core/templates/index.tpl new file mode 100644 index 000000000..7b065537d --- /dev/null +++ b/mod/oauth_lib/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_lib/vendors/oauth/example/server/core/templates/logon.tpl b/mod/oauth_lib/vendors/oauth/example/server/core/templates/logon.tpl new file mode 100644 index 000000000..5ccd432b5 --- /dev/null +++ b/mod/oauth_lib/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_lib/vendors/oauth/example/server/core/templates/register.tpl b/mod/oauth_lib/vendors/oauth/example/server/core/templates/register.tpl new file mode 100644 index 000000000..0e28c1584 --- /dev/null +++ b/mod/oauth_lib/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