Koha/koha-tmpl/intranet-tmpl/default/zh-TW/value_builder/unimarc_field_700-4.tmpl
acli 765730e2b1 Applied most of Arthur's corrections, some with editorial changes.
Some other corrections.
Copied graphics from en directory.
2004-02-29 00:54:50 +00:00

34 lines
1.3 KiB
Cheetah
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html>
<head>
<title>UNIMARC 欄 700-4 建ç«ç¨åº<C3A5></title>
</head>
<body>
<p>è«é<E280B9>¸æ“‡æ¬„ 700 $4 ä¹å€¼ã€æ­¤å€¼åœ¨é<C2A8>©ç•¶æ™å°‡æœƒè‡ªå•åœ¨ 700 $8 出ç<C2BA>¾ã€</p>
<form name="f_pop" onSubmit="javascript:report()">
<table>
<tr>
<td>出版日期碼 </td><td><select name="f1" size="1">
<option value="075 - postface" <!-- TMPL_IF name="f1_075" -->SELECTED<!-- /TMPL_IF -->>書後語</option>
<option value="651 - dir. de publication" <!-- TMPL_IF name="f1_651" -->SELECTED<!-- /TMPL_IF -->>編輯</option>
<option value="440 - illustrateur" <!-- TMPL_IF name="f1_440" -->SELECTED<!-- /TMPL_IF -->>繪圖</option>
<option value="080 - préface, notes" <!-- TMPL_IF name="f1_080" -->SELECTED<!-- /TMPL_IF -->>å‰<C3A5>言ã€<C3A3>註é‡</option>
<option value="730 - traducteur" <!-- TMPL_IF name="f1_730" -->SELECTED<!-- /TMPL_IF -->>譯者</option>
</select>
</td>
</tr>
<tr><td colspan=2><input type="submit" value="好ï¼<C3AF>"></td></tr>
</table>
</form>
<script>
function report() {
x = document.f_pop.f1.value.split(' - ');
opener.document.f.field_value[<!-- TMPL_VAR name="index" -->].value= x[0];
if (<!-- TMPL_VAR name="index2" -->>0) {
opener.document.f.field_value[<!-- TMPL_VAR name="index2" -->].value= x[1];
}
self.close();
return false;
}
</script>
</body>
</html>