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