</tr>
  <tr>
    <td><pre>245$a</pre></td>
    <td>(MARC) <?php 
printUsmarcText($tab, "245", "a", $marcTags, $marcSubflds, FALSE);
?>
</td>
    <td><?php 
echo $loc->getText("Mandatory");
?>
</td>
  </tr>
  <tr>
    <td><pre>100$a</pre></td>
    <td>(MARC) <?php 
printUsmarcText($tab, "100", "a", $marcTags, $marcSubflds, FALSE);
?>
</td>
    <td><?php 
echo $loc->getText("Mandatory");
?>
</td>
  </tr>
  <tr>
    <td><pre>Status</pre></td>
    <td><?php 
echo $loc->getText("biblioFieldsStatus");
?>
</td>
    <td><?php 
echo $loc->getText("CSVoptionalDefault");
    ?>
 <br />
 <br />
 <table class="primary">
   <tr>
     <th align="left" colspan="2" nowrap="yes">
       <?php 
    echo $loc->getText("biblioViewPictureContra");
    ?>
:
     </th>
   </tr>
   <tr>   
     <td nowrap="true" class="primary" valign="top">
       <?php 
    printUsmarcText($tab, 902, "b", $marcTags, $marcSubflds, FALSE);
    ?>
:
     </td>
     <td valign="top" class="primary">
       <img src="../fotos/contraportadas/<?php 
    echo $biblioFlds["902b"]->getFieldData();
    ?>
" width="250">
     </td>
   </tr>
 </table>
 <br />
<?php 
}
?>
Beispiel #3
0
      <?php 
echo $loc->getText("biblioViewTble3Hdr");
?>
:
    </th>
  </tr>
  <?php 
$displayCount = 0;
foreach ($biblioFlds as $key => $field) {
    if ($field->getFieldData() != "" && $key != "245a" && $key != "245b" && $key != "245c" && $key != "100a") {
        $displayCount = $displayCount + 1;
        ?>
        <tr>
          <td valign="top" class="primary">
            <?php 
        printUsmarcText($field->getTag(), $field->getSubfieldCd(), $marcTags, $marcSubflds, FALSE);
        ?>
:
          </td>
          <td valign="top" class="primary"><?php 
        echo H($field->getFieldData());
        ?>
</td>
        </tr>      
  <?php 
    }
}
if ($displayCount == 0) {
    ?>
        <tr>
          <td valign="top" class="primary" colspan="2">
        case "mType":
            echo "  <td>" . $loc->getText("biblioFieldsMaterialTyp") . "</td>\n";
            break;
        case "showO":
            echo "  <td>" . $loc->getText("biblioFieldsOpacFlg") . "</td>\n";
            break;
        case "Call1":
        case "Call2":
        case "Call3":
            echo "  <td>" . $loc->getText("biblioFieldsCallNmbr") . " (" . substr($target, 4, 1) . ")</td>\n";
            break;
        default:
            if (preg_match('/^[0-9][0-9]*\\$[a-z]$/', $target)) {
                $tag = explode('$', $target);
                echo "  <td>(MARC) ";
                printUsmarcText($tab, $tag[0], $tag[1], $marcTags, $marcSubflds, FALSE);
                echo "</td>\n";
            } else {
                echo "  <td>" . $loc->getText("CSVunknownIgnored") . "!</td>\n";
            }
            break;
    }
    echo "</tr>\n";
}
?>
</table>

<?php 
$errorList = array();
$recCount = 0;
$newBarcodes = array();