Cosmetic changes to moremember print screens
Signed-off-by: Chris Cormack <crc@liblime.com> Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
parent
8806471792
commit
c5832d1ee8
2 changed files with 18 additions and 22 deletions
|
@ -1,19 +1,21 @@
|
|||
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
|
||||
<title>Summary for <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --> (<!-- TMPL_VAR NAME="cardnumber" -->)</title>
|
||||
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="shortcut icon" href="<!-- TMPL_VAR NAME="themelang" -->/includes/favicon.ico" type="image/x-icon" />
|
||||
<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME="themelang" -->/css/print.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="doc3">
|
||||
<div id="bd">
|
||||
<div id="main">
|
||||
|
||||
<h3><a href="/cgi-bin/koha/circ/circulation.pl?findborrower=<!-- TMPL_VAR NAME="cardnumber" -->">Account Summary: <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --> (<!-- TMPL_VAR NAME="cardnumber" -->)</a></h3>
|
||||
|
||||
<ul><li><!-- TMPL_VAR NAME="streetaddress" --></li><li><!-- TMPL_VAR NAME="city" -->, <!-- TMPL_VAR NAME="zipcode" --></li>
|
||||
<ul><li><!-- TMPL_VAR NAME="address" --><br /><!-- TMPL_VAR NAME="address2" --></li><li><!-- TMPL_VAR NAME="city" -->, <!-- TMPL_VAR NAME="zipcode" --></li>
|
||||
<li><!-- TMPL_IF NAME="phone" --><!-- TMPL_VAR NAME="phone" --><!-- TMPL_ELSE -->(no phone number on file)<!-- /TMPL_IF --></li>
|
||||
<li><!-- TMPL_IF NAME="emailaddress" --><!-- TMPL_VAR NAME="emailaddress" --><!-- TMPL_ELSE -->(no email on file)<!-- /TMPL_IF --></li>
|
||||
<li><!-- TMPL_IF NAME="email" --><!-- TMPL_VAR NAME="email" --><!-- TMPL_ELSE -->(no email on file)<!-- /TMPL_IF --></li>
|
||||
</ul>
|
||||
|
||||
<!-- TMPL_IF NAME="issueloop" -->
|
||||
<table>
|
||||
<caption>Items Checked Out</caption>
|
||||
<tr>
|
||||
|
@ -38,7 +40,9 @@
|
|||
</tr>
|
||||
<!-- /TMPL_LOOP -->
|
||||
</table>
|
||||
<!-- /TMPL_IF -->
|
||||
|
||||
<!-- TMPL_IF NAME="reserveloop" -->
|
||||
<table>
|
||||
<caption>Items on Reserve</caption>
|
||||
<tr>
|
||||
|
@ -56,12 +60,7 @@
|
|||
<td><!-- TMPL_VAR NAME="reservedate2" --></td>
|
||||
</tr>
|
||||
<!-- /tmpl_loop -->
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
<!-- endmenu -->
|
||||
|
||||
</div>
|
||||
<!-- /TMPL_IF -->
|
||||
|
||||
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
|
||||
|
|
|
@ -1,17 +1,19 @@
|
|||
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
|
||||
<title>Print Receipt for <!-- TMPL_VAR NAME="cardnumber" --></title>
|
||||
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="shortcut icon" href="<!-- TMPL_VAR NAME="themelang" -->/includes/favicon.ico" type="image/x-icon" />
|
||||
<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME="themelang" -->/css/print.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="doc3">
|
||||
|
||||
<div id="bd">
|
||||
<div id="receipt">
|
||||
|
||||
<h3>Library</h3>
|
||||
<h3><!-- TMPL_VAR name="LibraryName" --></h3>
|
||||
<!-- TMPL_IF NAME="branchname" --><!-- TMPL_VAR NAME="branchname" --><br /><!-- /TMPL_IF -->
|
||||
Issued To <a href="/cgi-bin/koha/circ/circulation.pl?findborrower=<!-- TMPL_VAR NAME="cardnumber">"><!-- TMPL_VAR NAME="cardnumber" --></a><br />
|
||||
|
||||
<!-- TMPL_VAR NAME="todaysdate" --><br />
|
||||
|
||||
<table>
|
||||
<caption>Issues</caption>
|
||||
<tr>
|
||||
|
@ -27,7 +29,7 @@ Issued To <a href="/cgi-bin/koha/circ/circulation.pl?findborrower=<!-- TMPL_VAR
|
|||
</tr>
|
||||
<!-- /TMPL_IF -->
|
||||
<!-- /TMPL_LOOP -->
|
||||
</table>
|
||||
</table>
|
||||
|
||||
<table>
|
||||
<caption>Overdues</caption>
|
||||
|
@ -44,9 +46,4 @@ Issued To <a href="/cgi-bin/koha/circ/circulation.pl?findborrower=<!-- TMPL_VAR
|
|||
<!-- /TMPL_LOOP -->
|
||||
</table>
|
||||
|
||||
|
||||
<!-- endmenu -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
|
||||
|
|
Loading…
Reference in a new issue