Experimenting with alternate methods for switching views (normal/isbd/marc)
[koha.git] / koha-tmpl / opac-tmpl / prog / en / modules / opac-review.tmpl
1 <!-- TMPL_INCLUDE name="doc-head-open.inc" --><!-- TMPL_IF NAME="LibraryNameTitle" --><!-- TMPL_VAR NAME="LibraryNameTitle" --><!-- TMPL_ELSE -->Koha Online<!-- /TMPL_IF --> Catalog &rsaquo; Library Home for  <!-- TMPL_LOOP name="BORROWER_INFO" --><!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --><!-- /TMPL_LOOP -->
2 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
3            <style type="text/css"> 
4    #custom-doc { width:37.08em;*width:36.16em;min-width:485px; margin:1em auto; text-align:left; } 
5            </style> 
6         </head> 
7         <body> 
8         <div id="custom-doc" class="yui-t7"> 
9 <h3> </h3>
10
11 <form action="/cgi-bin/koha/opac-review.pl" method="post" onsubmit="return closeWindow();"> 
12     <input type="hidden" name="biblionumber" value="<!--TMPL_VAR NAME="biblionumber"-->">
13     <input type="hidden" name="type" value="<TMPL_VAR NAME="type">">
14         <fieldset class="brief">
15         <legend>Comments on <i><!--TMPL_VAR NAME="title" --> <!-- TMPL_VAR NAME="subtitle" --></i><!-- TMPL_IF NAME="author" -->by <!-- TMPL_VAR NAME="author" --><!-- /TMPL_IF --></legend>
16             <ol><li><textarea name="review" cols=60 rows=8><!--TMPL_VAR NAME="review"--></textarea></li></ol>
17                 </fieldset>
18     <p>Note: Your comment must be approved by a librarian. </p>
19                 <fieldset class="action"> <input type="submit" value="Submit and close this window" /> <a class="cancel" href="#" onclick="closeWindow(); return false;">Cancel</a></fieldset>
20 </form>
21
22 <script type="text/javascript" language="javascript">
23     function closeWindow() {
24         window.close();
25         return true;
26     }
27 </script>
28 </div>
29
30 <!-- TMPL_INCLUDE NAME="opac-bottom.inc"-->