<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<div align="center">
<form id="Form">
<div><span id="messages"></span></div>
<h2>購入詳細内容照会画面</h2>
<table>
  <tr>
    <th align="center" width="80">セールID</th>
    <th align="center" width="320">購入日時</th>
  </tr>
  <tr>
    <td align="center">
      <span id="saleId">1</span>
    </td>
    <td align="left">
      <span id="timestamp">2007-10-19 20:00:00</span>
    </td>
  </tr>
</table>
<br/>
<table>
  <caption>購入商品詳細</caption>
  <thead>
    <tr>
      <th><label id="catalogId-header"/></th>
      <th><label id="catalogName-header"/></th>
      <th><label id="catalogPrice-header"/></th>
      <th><label id="catalgsQuantity-header"/></th>
      <th><label id="saleDetailPriceTotal-header"/></th>
    </tr>
  </thead>
  <tbody id="saleDetailItems">
          <tr>
      <td><span id="catalogId"/></td>
      <td><span id="catalogName"/></td>
      <td><span id="catalogPrice"/></td>
      <td><span id="catalogsQuantity"/></td>
      <td><span id="saleDetailPriceTotal"/></td>
          </tr>
  </tbody>
  <tfoot>
    <tr>
      <td colspan="2"><label id="salePriceTotal-footer"/></td>
      <td colspan="2"><span id="salePriceTotal"/></td>
    </tr>
  </tfoot>
</table>
</form>
</div>
</body></html>