예제 #1
0
파일: lotmaint.php 프로젝트: piiskop/pstk
<form action="index.php?content=lots&cat_id=<?php 
echo $cat_id_in;
?>
&sidebar=catnav" 
  method="post" name="maint" id="maint">

    <fieldset class="maintform">
      <legend><?php 
echo $id ? 'Id: ' . $id : 'Add a Lot';
?>
</legend>
      <ul>
        <li><label for="lot_name" class="required">Lot Name</label><br />
          <input type="text" name="lot_name" id="lot_name" class="required" 
            value="<?php 
echo $item->getLot_name();
?>
" /></li>
        <li><label for="lot_description">Lot Description</label><br />
          <textarea rows="5" cols="60" name="lot_description" 
            id="lot_description"><?php 
echo $item->getLot_description();
?>
</textarea></li>
        <li><label for="lot_image" >Lot Image File</label><br />
          <input type="text" name="lot_image" id="lot_image" 
          value="<?php 
echo $item->getLot_image();
?>
" /></li>
        <li><label for="lot_number">Lot Number</label><br />
예제 #2
0
파일: lotmaint.php 프로젝트: piiskop/pstk
<form action="index.php?content=lots&cat_id=<?php 
echo $cat_id_in;
?>
&sidebar=catnav" 
  method="post" name="maint" id="maint">

    <fieldset class="maintform">
      <legend><?php 
echo $id ? 'Id: ' . $id : 'Add a Lot';
?>
</legend>
      <ul>
        <li><label for="lot_name" class="required">Lot Name</label><br />
          <input type="text" name="lot_name" id="lot_name" class="required" 
            value="<?php 
echo htmlspecialchars($item->getLot_name());
?>
" /></li>
        <li><label for="lot_description">Lot Description</label><br />
          <textarea rows="5" cols="60" name="lot_description" 
            id="lot_description"><?php 
echo htmlspecialchars($item->getLot_description());
?>
</textarea></li>
        <li><label for="lot_image" >Lot Image File</label><br />
          <input type="text" name="lot_image" id="lot_image" 
          value="<?php 
echo htmlspecialchars($item->getLot_image());
?>
" /></li>
        <li><label for="lot_number">Lot Number</label><br />