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