12 lines
242 B
Smarty
12 lines
242 B
Smarty
|
<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>
|