]> git.ipfire.org Git - thirdparty/bugzilla.git/blob
5fcf5d72bb090ab3118dd742c364cc62c66a3813
[thirdparty/bugzilla.git] /
1 [%# This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
4 #
5 # This Source Code Form is "Incompatible With Secondary Licenses", as
6 # defined by the Mozilla Public License, v. 2.0.
7 #%]
8 [% USE Bugzilla %]
9
10 [% IF Param('user_info_class').split(',').contains('GitHubAuth') %]
11 <span id="github_mini_login[% qs_suffix FILTER html %]" class="bz_default_hidden mini_login[% qs_suffix FILTER html %]">
12 <form method="post" action="[% urlbase FILTER html %]github.cgi">
13 <input type="hidden" name="github_secret" value="[% Bugzilla.github_secret FILTER html %]">
14 <input type="hidden" name="target_uri" value="[% Bugzilla.cgi.target_uri FILTER html %]">
15 <input type="image" src="extensions/GitHubAuth/web/images/sign_in.png" height="22" width="75" align="absmiddle"
16 alt="Sign in with GitHub"
17 title="Sign in with GitHub"> or
18 </form>
19 </span>
20 [% END %]