|
Lines 102-108
Link Here
|
| 102 |
<p>If you do not have an external account, but do have a local account, you can still log in: </p> |
102 |
<p>If you do not have an external account, but do have a local account, you can still log in: </p> |
| 103 |
[% END # /IF identity_providers.size %] |
103 |
[% END # /IF identity_providers.size %] |
| 104 |
|
104 |
|
| 105 |
<form action="[% script_name | html %]" method="post" name="loginform" id="loginform"> |
105 |
<form action="[% script_name | html %]" method="post" name="loginform" id="loginform" class="validated"> |
| 106 |
<input type="hidden" name="koha_login_context" value="intranet" /> |
106 |
<input type="hidden" name="koha_login_context" value="intranet" /> |
| 107 |
[% FOREACH INPUT IN INPUTS %] |
107 |
[% FOREACH INPUT IN INPUTS %] |
| 108 |
<input type="hidden" name="[% INPUT.name | html %]" value="[% INPUT.value | html %]" /> |
108 |
<input type="hidden" name="[% INPUT.name | html %]" value="[% INPUT.value | html %]" /> |
| 109 |
- |
|
|