]> git.mxchange.org Git - friendica.git/blob - view/smarty3/oauth_authorize.tpl
template engine rework
[friendica.git] / view / smarty3 / oauth_authorize.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <h1>{{$title}}</h1>
7
8 <div class='oauthapp'>
9         <img src='{{$app.icon}}'>
10         <h4>{{$app.name}}</h4>
11 </div>
12 <h3>{{$authorize}}</h3>
13 <form method="POST">
14 <div class="settings-submit-wrapper"><input  class="settings-submit"  type="submit" name="oauth_yes" value="{{$yes}}" /></div>
15 </form>