friendica-github/view/templates/oauth_authorize.tpl

18 lines
480 B
Smarty
Raw Normal View History

2024-08-24 18:23:27 +00:00
{{*
* Copyright (C) 2010-2024, the Friendica project
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*}}
2021-05-12 12:28:13 +00:00
<h2>{{$title}}</h2>
2013-04-23 11:47:57 +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>