Merge remote branch 'kc/master'
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / basket / sendbasketform.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title><!-- TMPL_IF NAME="LibraryNameTitle" --><!-- TMPL_VAR NAME="LibraryNameTitle" --><!-- TMPL_ELSE -->Koha Online<!-- /TMPL_IF --> Catalog &rsaquo;  Sending Your Cart</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body style="padding: 1em;" id="sendbasket">
6 <div class="container"><!-- TMPL_IF NAME="email_add" -->
7
8         <!-- TMPL_IF NAME="SENT" -->
9                 <h3>Message Sent</h3>
10             <p>The cart was sent to: <!-- TMPL_VAR NAME="email_add" --></p>
11                 <p><a class="focus close" href="#">Close window</a></p>
12         <!-- /TMPL_IF  -->
13         <!-- TMPL_IF NAME="error" -->
14         <p>Problem sending the cart...</p>
15         <!-- /TMPL_IF -->
16         
17 <!-- TMPL_ELSE -->
18
19 <form action="<!-- TMPL_VAR NAME="url" -->" method="post">
20
21 <fieldset class="rows"> 
22 <legend>Sending your cart</legend>
23 <ol>   <li>
24         <label for="email_add">Email Address:</label>
25         <input type="text" id="email_add" name="email_add" size="43" class="focus" />
26     </li>
27     <li>
28             <label for="comment">Comment:</label>
29             <textarea id="comment" name="comment" rows="4" cols="40"></textarea>
30     </li>
31     <li>
32         <input type="hidden" name="bib_list" value="<!-- TMPL_VAR NAME="bib_list" -->" />
33     </li></ol></fieldset>
34        <fieldset class="action"> <input type="submit" value="Send" /> <a class="cancel close" href="#">Cancel</a> </fieldset>
35 </form>
36
37 <!-- /TMPL_IF --></div>
38 </body>
39 </html>