Template for 124a field plugin
This commit is contained in:
parent
f004e9fdd7
commit
cd5f6cc0c7
1 changed files with 49 additions and 47 deletions
|
@ -1,13 +1,10 @@
|
||||||
<html>
|
<!-- TMPL_INCLUDE Name="popup-top.inc" -->
|
||||||
<head>
|
<div id="mainbloc" style="padding-bottom:10px;margin:10px;width:95%;">
|
||||||
<title>UNIMARC constructeur champ 124a</title>
|
<h1 class="authority">Assistant champ codé 124a</h1>
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<form name="f_pop" onSubmit="javascript:report()">
|
<form name="f_pop" onSubmit="javascript:report()">
|
||||||
<table>
|
|
||||||
<tr>
|
<p>
|
||||||
<td>Origine de l'image:</td>
|
<label style="width:20em;">Origine de l'image</label>
|
||||||
<td>
|
|
||||||
<select name="f1" size="1">
|
<select name="f1" size="1">
|
||||||
<!-- TMPL_IF name="f1 " -->
|
<!-- TMPL_IF name="f1 " -->
|
||||||
<option value=" " SELECTED>Aucun</option>
|
<option value=" " SELECTED>Aucun</option>
|
||||||
|
@ -25,15 +22,21 @@
|
||||||
<option value="b">Image photographique</option>
|
<option value="b">Image photographique</option>
|
||||||
<!-- /TMPL_IF -->
|
<!-- /TMPL_IF -->
|
||||||
<!-- TMPL_IF name="f1c" -->
|
<!-- TMPL_IF name="f1c" -->
|
||||||
<option value="c" SELECTED>Image de teledetection</option>
|
<option value="c" SELECTED>Image de télédétection</option>
|
||||||
<!-- TMPL_ELSE -->
|
<!-- TMPL_ELSE -->
|
||||||
<option value="c">Image de teledetection</option>
|
<option value="c">Image de télédétection</option>
|
||||||
<!-- /TMPL_IF -->
|
<!-- /TMPL_IF -->
|
||||||
</select>
|
</select>
|
||||||
</td></tr>
|
</p>
|
||||||
<tr><td colspan=2><input type="submit" value="OK"></td></tr>
|
|
||||||
</table>
|
<br>
|
||||||
|
<p>
|
||||||
|
<label style="width:20em;"> </label>
|
||||||
|
<input type="submit" value="OK" class="button authority">
|
||||||
|
</p>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
</div>
|
||||||
<script>
|
<script>
|
||||||
function report() {
|
function report() {
|
||||||
|
|
||||||
|
@ -43,5 +46,4 @@
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</body>
|
<!-- TMPL_INCLUDE Name="popup-bottom.inc" -->
|
||||||
</html>
|
|
||||||
|
|
Loading…
Reference in a new issue