*** empty log message ***
This commit is contained in:
parent
6194966801
commit
1365d66fac
2 changed files with 5 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
<TMPL_INCLUDE NAME="cat-top.inc">
|
<TMPL_INCLUDE NAME="cat-top.inc">
|
||||||
|
|
||||||
<center>
|
<center>
|
||||||
<FONT SIZE=6><em>Koha admin page</em></FONT><br /><br /><br />
|
<FONT SIZE=6><em>MARC biblio export</em></FONT><br /><br /><br />
|
||||||
Export in MARC format the following biblios :
|
Export in MARC format the following biblios :
|
||||||
<form method="post">
|
<form method="post">
|
||||||
<p>from biblio number : <input type="text" name="start_bib">
|
<p>from biblio number : <input type="text" name="start_bib">
|
||||||
|
|
|
@ -56,7 +56,7 @@
|
||||||
|
|
||||||
<TMPL_IF name="add_form">
|
<TMPL_IF name="add_form">
|
||||||
<!-------------------------------------------------------------------------------------------------->
|
<!-------------------------------------------------------------------------------------------------->
|
||||||
<H1><TMPL_VAR name="action"></H1>
|
<H1><TMPL_VAR NAME=action></H1>
|
||||||
<form action='<TMPL_VAR name="script_name">' name=Aform method=post>
|
<form action='<TMPL_VAR name="script_name">' name=Aform method=post>
|
||||||
<input type=hidden name=op value='add_validate'>
|
<input type=hidden name=op value='add_validate'>
|
||||||
<input type=hidden name=explanation value='<TMPL_VAR name="explanation">'>
|
<input type=hidden name=explanation value='<TMPL_VAR name="explanation">'>
|
||||||
|
@ -117,22 +117,20 @@
|
||||||
<td><TMPL_VAR name="variable"></td>
|
<td><TMPL_VAR name="variable"></td>
|
||||||
<td><TMPL_VAR name="value"></td>
|
<td><TMPL_VAR name="value"></td>
|
||||||
<td><TMPL_VAR name="explanation"></td>
|
<td><TMPL_VAR name="explanation"></td>
|
||||||
<td><a href="<TMPL_VAR name="edit">"><img src="<TMPL_VAR NAME='interface'>/<TMPL_VAR name="theme">/images/fileopen.png" width=32 hspace=0 vspace=0 border=0></a></td>
|
<td><a href="<TMPL_VAR name="edit">"><img src="<TMPL_VAR NAME='interface'>/<TMPL_VAR name="theme">/images/fileopen.png" width=32 hspace=0 vspace=0 border=0>Edit</a></td>
|
||||||
<td><a href="<TMPL_VAR name="delete">"><img src="<TMPL_VAR NAME='interface'>/<TMPL_VAR name="theme">/images/edittrash.png" width=32 hspace=0 vspace=0 border=0></a></td>
|
<td><a href="<TMPL_VAR name="delete">"><img src="<TMPL_VAR NAME='interface'>/<TMPL_VAR name="theme">/images/edittrash.png" width=32 hspace=0 vspace=0 border=0>Delete</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</TMPL_LOOP>
|
</TMPL_LOOP>
|
||||||
<form action='<TMPL_VAR name="script_name">' method=post>
|
<form action='<TMPL_VAR name="script_name">' method=post>
|
||||||
<input type=hidden name=op value=add_form>
|
<input type=hidden name=op value=add_form>
|
||||||
</table>
|
</table>
|
||||||
<form action='<TMPL_VAR name="script_name">' method=post>
|
|
||||||
<input type=hidden name=op value=add_form>
|
|
||||||
<table width=40%>
|
<table width=40%>
|
||||||
<tr>
|
<tr>
|
||||||
<td width=50%><TMPL_VAR name="previous"></td>
|
<td width=50%><TMPL_VAR name="previous"></td>
|
||||||
<td width=50%><TMPL_VAR name="next"></td>
|
<td width=50%><TMPL_VAR name="next"></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<br><input type=image src="<TMPL_VAR NAME='interface'>/<TMPL_VAR name="theme">/images/filenew.png" title="Add system parameter" ALT="Add" BORDER=0 ><br>
|
<br><a href='<TMPL_VAR name="script_name">?op=add_form'><img src="<TMPL_VAR NAME='interface'>/<TMPL_VAR name="theme">/images/filenew.png" title="Add a system preference" ALT="Add" BORDER=0 >Add a system preference</a><br>
|
||||||
</form>
|
</form>
|
||||||
</TMPL_IF>
|
</TMPL_IF>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue