예제 #1
0
 /**
  * Output a form radio field
  *
  * @param $name
  * @param $value
  * @param $checked
  * @param $compare
  * @param $parameter
  * @return string
  */
  function oos_draw_radio_field($name, $value = '', $checked = false, $compare = '', $parameter = '') {
    return oos_draw_selection_field($name, 'radio', $value, $checked, $compare, $parameter);
  }
                   </tr>';
        echo $cline;
      }

      $curcus = '';

      // Move that ADOdb pointer!
      $result->MoveNext();
    }

    $totalAll_formated = $currencies->format($totalAll);
    $cline = '<tr></tr><td class="dataTableContent" align="right" colspan="8"><hr align="right" width="55"><b>' . TABLE_GRAND_TOTAL . '</b>' . $totalAll_formated . '</td>
                </tr>';

    echo $cline;
    echo '<tr><td colspan="8"><hr size="1" color="#000080"><b>' . PSMSG . '</b><br />' . oos_draw_textarea_field('message', 'soft', '80', '5') . '<br />' . oos_draw_selection_field('submit_button', 'submit', TEXT_SEND_EMAIL) . '</td></tr>';
?>
</form>
<?php
  }
?>

      </table>
    </td>
<!-- body_text_eof //-->
  </tr>
</table>
<!-- body_eof //-->


<?php require 'includes/oos_footer.php'; ?>