|
Lines 67-72
function PopupZ3950() {
Link Here
|
| 67 |
} |
67 |
} |
| 68 |
} |
68 |
} |
| 69 |
|
69 |
|
|
|
70 |
function PopupMARCFieldDoc(field) { |
| 71 |
if(field == 0) { |
| 72 |
window.open("http://www.loc.gov/marc/bibliographic/bdleader.html"); |
| 73 |
} else if (field < 900) { |
| 74 |
window.open("http://www.loc.gov/marc/bibliographic/bd"+field+".html"); |
| 75 |
} else { |
| 76 |
window.open("http://www.loc.gov/marc/bibliographic/bd9xx.html"); |
| 77 |
} |
| 78 |
} |
| 79 |
|
| 80 |
function PopupUNIMARCFieldDoc(field,fieldnumber) { |
| 81 |
if(field == 0) { |
| 82 |
window.open("http://archive.ifla.org/VI/3/p1996-1/uni.htm"); |
| 83 |
} else if (field < 900) { |
| 84 |
window.open("http://archive.ifla.org/VI/3/p1996-1/uni"+fieldnumber+".htm#b"+field); |
| 85 |
} else { |
| 86 |
window.open("http://archive.ifla.org/VI/3/p1996-1/uni9.htm"); |
| 87 |
} |
| 88 |
} |
| 89 |
|
| 70 |
/** |
90 |
/** |
| 71 |
* check if mandatory subfields are written |
91 |
* check if mandatory subfields are written |
| 72 |
*/ |
92 |
*/ |
|
Lines 741-747
function unHideSubfield(index,labelindex) { // FIXME :: is it used ?
Link Here
|
| 741 |
<!-- TMPL_IF NAME="advancedMARCEditor" --> |
761 |
<!-- TMPL_IF NAME="advancedMARCEditor" --> |
| 742 |
<a href="#" tabindex="1" class="tagnum" title="<!-- TMPL_VAR NAME="tag_lib"--> - Click to Expand this Tag" onclick="ExpandField('tag_<!-- TMPL_VAR NAME="tag"-->_<!-- TMPL_VAR NAME='index' --><!-- TMPL_VAR NAME="random" -->'); return false;"><!-- TMPL_VAR NAME="tag" --></a> |
762 |
<a href="#" tabindex="1" class="tagnum" title="<!-- TMPL_VAR NAME="tag_lib"--> - Click to Expand this Tag" onclick="ExpandField('tag_<!-- TMPL_VAR NAME="tag"-->_<!-- TMPL_VAR NAME='index' --><!-- TMPL_VAR NAME="random" -->'); return false;"><!-- TMPL_VAR NAME="tag" --></a> |
| 743 |
<!-- TMPL_ELSE --> |
763 |
<!-- TMPL_ELSE --> |
| 744 |
<span class="tagnum" title="<!-- TMPL_VAR NAME="tag_lib" -->"><!-- TMPL_VAR NAME="tag" --></span> |
764 |
<span class="tagnum" title="<!-- TMPL_VAR NAME="tag_lib" -->"><!-- TMPL_VAR NAME="tag" --><a |
|
|
765 |
onClick="<!-- TMPL_IF NAME="MARC21" -->PopupMARCFieldDoc(<!-- TMPL_VAR NAME="tag" -->) |
| 766 |
<!-- TMPL_ELSE -->PopupUNIMARCFieldDoc(<!-- TMPL_VAR NAME="tag" -->,<!-- TMPL_VAR NAME="number" -->) |
| 767 |
<!-- /TMPL_IF -->;return false;"> ?</a></span> |
| 745 |
<!-- /TMPL_IF --> |
768 |
<!-- /TMPL_IF --> |
| 746 |
<!-- TMPL_IF NAME="fixedfield" --> |
769 |
<!-- TMPL_IF NAME="fixedfield" --> |
| 747 |
<input tabindex="1" class="indicator flat" type="text" style="display:none;" name="tag_<!-- TMPL_VAR NAME="tag" -->_indicator1_<!-- TMPL_VAR NAME='index'--><!-- TMPL_VAR name="random" -->" size="1" maxlength="1" value="<!-- TMPL_VAR NAME="indicator1" -->" /> |
770 |
<input tabindex="1" class="indicator flat" type="text" style="display:none;" name="tag_<!-- TMPL_VAR NAME="tag" -->_indicator1_<!-- TMPL_VAR NAME='index'--><!-- TMPL_VAR name="random" -->" size="1" maxlength="1" value="<!-- TMPL_VAR NAME="indicator1" -->" /> |