2014-09-06 00:14:25 +02:00
|
|
|
|
2013-04-23 13:47:57 +02:00
|
|
|
<h1>{{$title}}</h1>
|
|
|
|
|
|
|
|
<div class='oauthapp'>
|
|
|
|
<img src='{{$app.icon}}'>
|
|
|
|
<h4>{{$app.name}}</h4>
|
|
|
|
</div>
|
|
|
|
<h3>{{$authorize}}</h3>
|
|
|
|
<form method="POST">
|
2018-12-14 04:28:12 +01:00
|
|
|
<div class="settings-submit-wrapper"><input class="settings-submit" type="submit" name="oauth_yes" value="{{$yes}}" /></div>
|
2013-04-23 13:47:57 +02:00
|
|
|
</form>
|