2014-09-05 22:14:25 +00:00
|
|
|
|
2021-05-12 12:28:13 +00:00
|
|
|
<h2>{{$title}}</h2>
|
2013-04-23 11:47:57 +00:00
|
|
|
|
2021-05-12 15:32:55 +00:00
|
|
|
<div class="oauthapp">
|
|
|
|
{{if $app.icon}}<img src="{{$app.icon}}" alt="">{{/if}}
|
2021-05-12 12:28:13 +00:00
|
|
|
<h3>{{$app.name}}</h3>
|
2013-04-23 11:47:57 +00:00
|
|
|
</div>
|
2021-05-12 12:28:13 +00:00
|
|
|
<p>{{$authorize}}</p>
|
2013-04-23 11:47:57 +00:00
|
|
|
<form method="POST">
|
2021-05-12 12:28:13 +00:00
|
|
|
<div class="settings-submit-wrapper"><input class="settings-submit" type="submit" name="oauth_yes" value="{{$yes}}" /></div>
|
2013-04-23 11:47:57 +00:00
|
|
|
</form>
|