<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>ForEach</title>
</head>
<body>

<form id="forEachForm">
<span>Foreach sample with array.</span>
<table border="1">
        <tbody id="aaaItems">
        <tr>
                <td><span id="foo" style="background-color:red">hoge</span></td>
                <td><span id="bar">huga</span></td>
                <td>
                        <div id="isUpdate">
                                <a>更新</a>
                        </div>
                        <div id="isNotUpdate">
                                <span>参照</span>
                        </div>
                </td>
        </tr>
        </tbody>
</table>
<input type="submit" id="doSearch" value="検索"/>
<input type="submit" id="doNext" value="次へ"/>
</form>
</body>
</html>