|
61 | 61 | "246" => ["tooltip" => "Varying Form of Title", "url" => "$loc_bib/bd246.html"], |
62 | 62 | "247" => ["tooltip" => "Former Title", "url" => "$loc_bib/bd247.html"], |
63 | 63 | "250" => ["tooltip" => "Edition Statement", "url" => "$loc_bib/bd250.html"], |
64 | | - "257" => ["tooltip" => "Edition Statement", "url" => "$loc_bib/bd250.html"], |
65 | | - "260" => ["tooltip" => "Country of Producing Entity", "url" => "$loc_bib/bd257.html"], |
| 64 | + "257" => ["tooltip" => "Country of Producing Entity", "url" => "$loc_bib/bd257.html"], |
| 65 | + "260" => ["tooltip" => "Publication, Distribution, etc. (Imprint)", "url" => "$loc_bib/bd260.html"], |
66 | 66 | "264" => ["tooltip" => "Production, Publication, Distribution, Manufacture, and Copyright Notice", "url" => "$loc_bib/bd264.html"], |
67 | 67 | "300" => ["tooltip" => "Physical Description", "url" => "$loc_bib/bd300.html"], |
68 | 68 | "336" => ["tooltip" => "Content Type", "url" => "$loc_bib/bd336.html"], |
|
105 | 105 | "740" => ["tooltip" => "Added Entry - Uncontrolled Related/Analytical Title", "url" => "$loc_bib/bd740.html"], |
106 | 106 | "800" => ["tooltip" => "Series Added Entry - Personal Name", "url" => "$loc_bib/bd800.html"], |
107 | 107 | "856" => ["tooltip" => "Electronic Location and Access", "url" => "$loc_bib/bd856.html"], |
| 108 | + "906" => ["tooltip" => "OCLC Locally Defined"], |
| 109 | + "925" => ["tooltip" => "OCLC Locally Defined"], |
| 110 | + "955" => ["tooltip" => "OCLC Locally Defined"], |
108 | 111 | ]; |
109 | 112 |
|
110 | 113 | echo "<table class='basic striped'>\n"; |
|
118 | 121 | if (array_key_exists($field, $field_info)) { |
119 | 122 | $info = $field_info[$field]; |
120 | 123 | $attr = " class='bold' title='" . attr_safe($info["tooltip"]) . "'"; |
121 | | - if (array_key_exists("url", $info)) { /** @phpstan-ignore-line */ |
| 124 | + if (array_key_exists("url", $info)) { |
122 | 125 | $match[2] = "<a href='{$info['url']}'{$attr}>{$field}</a>"; |
123 | 126 | } else { |
124 | 127 | $match[2] = "<span {$attr}>{$field}</span>"; |
|
0 commit comments