11 lines
537 B
Cheetah
11 lines
537 B
Cheetah
<!-- TMPL_INCLUDE Name="popup-top.inc" -->
|
|
<div id="mainbloc">
|
|
<h2 class="catalogue">Select bookshelf</h2>
|
|
<form>
|
|
<input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->">
|
|
<p><label>Title</label><!-- TMPL_VAR NAME="title" --></p>
|
|
<p><label>Author</label><!-- TMPL_VAR NAME="author" --></p>
|
|
<p><label>Add to virtual shelf</label><!-- TMPL_VAR NAME="CGIbookshelves" --></p>
|
|
<input type="submit" value="Add to virtual shelf" class="button catalogue">
|
|
</form>
|
|
<!-- TMPL_INCLUDE Name="popup-bottom.inc" -->
|