aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/oauth_authorize.tpl
blob: 2b7afa80e1bd7294eb36443347ccb1e1b86d932e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<h1>{{$title}}</h1>

<div class='oauthapp'>
	<img src='{{$app.icon}}'>
	<h4>{{$app.name}}</h4>
</div>
<h3>{{$authorize}}</h3>
<form method="POST">
<div class="settings-submit-wrapper"><input  class="settings-submit"  type="submit" name="oauth_yes" value="{{$yes}}" /></div>
</form>