Koha/koha-tmpl/intranet-tmpl/npl/en/members/newimember.tmpl

23 lines
No EOL
911 B
Cheetah

<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Confirm New Borrower<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
<!-- TMPL_INCLUDE NAME="masthead.inc" -->
<!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
<div id="main"><!-- TMPL_IF NAME="missingloop" -->
<!-- TMPL_VAR Name="string" -->
<!-- TMPL_ELSE -->
<!-- TMPL_IF NAME="invalid" -->
Invalid cardnumber.<p>
<!-- TMPL_ELSE -->
<div class="details">
<h3>Valid values</h3>
<p>Click below to confirm this new borrower.</p>
<form action="/cgi-bin/koha/insertidata.pl" method="post">
<!-- TMPL_LOOP NAME="inputsloop" -->
<input type="hidden" name="<!-- TMPL_VAR NAME="key" -->" value="<!-- TMPL_VAR NAME="value" -->" />
<!-- /TMPL_LOOP -->
<input type="submit" name="submit" class="submit" value="Add Institutional Member" />
</form></div>
<!-- /TMPL_IF -->
<!-- /TMPL_IF --></div>
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->