aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/oauth2testvehicle.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/oauth2testvehicle.tpl')
-rw-r--r--view/tpl/oauth2testvehicle.tpl13
1 files changed, 13 insertions, 0 deletions
diff --git a/view/tpl/oauth2testvehicle.tpl b/view/tpl/oauth2testvehicle.tpl
new file mode 100644
index 000000000..d4887063c
--- /dev/null
+++ b/view/tpl/oauth2testvehicle.tpl
@@ -0,0 +1,13 @@
+<h1>OAuth 2.0 Test Vehicle</h1>
+
+{{foreach $endpoints as $ept}}
+<div class="oath2test-form-box">
+<form action="{{$baseurl}}/{{$ept.0}}" method="post">
+ <h3>{{$ept.3}}</h3>
+ <p>{{$baseurl}}/{{$ept.0}}/?{{foreach $ept.1 as $field}}{{$field.0}}={{$field.1}}&<input type="hidden" name="{{$field.0}}" value="{{$field.1}}" /> {{/foreach}}
+ </p>
+ <button type="submit" name="{{$ept.2}}_submit" value="submit" class="btn btn-med" title="">Submit</button>
+
+</form>
+ </div>
+{{/foreach}} \ No newline at end of file