aboutsummaryrefslogtreecommitdiffstats
path: root/view/oauth_authorize.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/oauth_authorize.tpl')
-rw-r--r--view/oauth_authorize.tpl11
1 files changed, 11 insertions, 0 deletions
diff --git a/view/oauth_authorize.tpl b/view/oauth_authorize.tpl
new file mode 100644
index 000000000..6bcf9802a
--- /dev/null
+++ b/view/oauth_authorize.tpl
@@ -0,0 +1,11 @@
+<h1>$title</h1>
+
+<div class='oauthapp'>
+ <img src='$app.icon'>
+ <h4>$app.name</h4>
+ <p>$app.client_id</p>
+</div>
+<h3>$authorize</h3>
+<form method="POST">
+<div class="submit"><input type="submit" name="oauth_yes" value="$yes" /></div>
+</form>