]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/templates/remoteauth/patronapi/dump.tt2
LP#1887196: RemoteAuth PatronAPI authentication
[Evergreen.git] / Open-ILS / src / templates / remoteauth / patronapi / dump.tt2
1 [%- USE date %]
2 <HTML>
3 <BODY>
4 [%- IF ctx.result == 'success' %]
5 EXP DATE[p43]=[% date.format(ctx.user.expiry_date, '%m-%d-%y') %]<BR>
6 P TYPE[p47]=[% ctx.user.profile %]<BR>
7 HOME LIBR[p53]=[% ctx.user.home_ou %]<BR>
8 P BARCODE[pb]=[% ctx.user.barcode %]<BR>
9 [%- ELSE %]
10 ERRNUM=1<BR>
11 ERRMSG=Requested record not found<BR>
12 [%- END %]
13 </BODY>
14 </HTML>