week-ending.jsp

<%@ page contentType="text/html; charset=euc-jp" %>
<!-- 
  Copyright 2001, Pajato Systems Group
  Copyright 2001, Allaire Corporation
-->

<tr>
    <th align="right">週の選択 (週の終わりの日付):</th>
    <td align="left">
      <select name="weekEnding">
 
        <!-- Loop through each week to generate a choice entry. -->
        <inv:foreach collectionName="weeks">
          <option value="<inv:getItem />"><inv:getItem /></option>
        </inv:foreach>

      </select>
    </td>
  </tr>
  <tr><th></th><td><hr></td></tr>
  <tr>
    <th></th>
    <td>
      <input
        type="submit" name="generateInvoice" value="請求書の生成"
        onClick="invoiceForm.operation.value='GENERATE';this.form.submit()">
    </td>
  </tr>