コード例 #1
0
ファイル: lookupOptsForm.php プロジェクト: aimakun/odlib
    <td valign="top" class="primary">
      <?php 
printMyInputText("fictionLoC", 30, 50, $postVars, $pageErrors);
?>
    </td>
  </tr>
  <tr>
    <td class="primary" valign="top">
      <label for="fictionDew"><?php 
echo $loc->getText("lookup_optsDewFictionCodes");
?>
</label>
    </td>
    <td valign="top" class="primary">
      <?php 
printMyInputText("fictionDew", 30, 50, $postVars, $pageErrors);
?>
    </td>
  </tr>
  </tbody>
  <tfoot>
  <tr>
    <td><input type="hidden" id="mode" name="mode" value=""></td>
  </tr>
  <tr>
    <td align="center" colspan="2" class="primary">
      <input type="button" id="updtBtn" name="updtBtn" class="button"
			 value="<?php 
echo $loc->getText("lookup_optsUpdtBtn");
?>
" />
コード例 #2
0
      <?php 
$options = array(' ', 'YAZ', 'SRU');
echo getSelection('protocol', $options, $postVars, FALSE);
?>
    </td>
  </tr>
  <tr>
    <td nowrap="true" class="primary">
      <label for="max_hits"><?php 
echo $loc->getText("lookup_optsMaxHits");
?>
</label>
    </td>
    <td valign="top" class="primary">
      <?php 
printMyInputText("max_hits", 10, 10, $postVars, $pageErrors);
?>
    </td>
  </tr>
<?php 
/*
  <tr>
    <td nowrap="true" class="primary">
      <label for="keep_dashes"><?php echo $loc->getText("lookup_optsKeepDashes"); ?></label>
    </td>
    <td valign="top" class="primary">
      <?php
      echo getCheckbox('keep_dashes', $postVars);
      ?>
    </td>
  </tr>
コード例 #3
0
ファイル: lookupHostsForm.php プロジェクト: aimakun/odlib
    </td>
    <td valign="top" class="primary">
      <?php 
printMyInputText("user", 10, 10, $postVars, $pageErrors);
?>
    </td>
  </tr>
  <tr>
    <td nowrap="true" class="primary">
      <label for="pw"><?php 
echo $loc->getText("lookup_hostsPw");
?>
    </td>
    <td valign="top" class="primary">
      <?php 
printMyInputText("pw", 10, 10, $postVars, $pageErrors);
?>
    </td>
  </tr>
  <tr>
    <td><input type="hidden" id="mode" name="mode" value=""></td>
    <td><input type="hidden" id="id" name="id" value=""></td>
  </tr>
  <tfoot>
  <tr>
    <td colspan="1" class="primary" align="left">
			<input type="button" id="addBtn" value="Add" class="button" />
			<input type="button" id="updtBtn" value="Update" class="button" />
			<input type="button" id="cnclBtn" value="Cancel" class="button" />
    </td>
    <td colspan="1" class="primary" align="right">
コード例 #4
0
    <td class="primary"><?php 
printMyInputText("pw", 10, 10, $postVars, $pageErrors);
?>
</td>
  </tr>
  <tr>
    <td class="primary">
      <label for="charset">
        <?php 
echo $loc->getText('Character set');
?>
      </label>
    </td>

    <td class="primary"><?php 
printMyInputText("charset", 10, 20, $postVars, $pageErrors);
?>
 
	<font class="small"><?php 
echo $loc->getText('lookup_DefaultCharset');
?>
</font></td>
  </tr>
  <tr>
    <td class="primary">&nbsp;</td>

    <td class="primary">
      <?php 
if (isset($postVars['id'])) {
    ?>
      <input type="hidden" id="id" name="id" value="<?php