<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns:te="http://www.seasar.org/teeda/extension">
<head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
        <title>Foreach</title>        
</head>
<body>

<form method="post"  id="forEachForm">
<span>Foreach sample with array.</span>
<div align="center">
<table border="1">
        <div 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 id="aaa" href="">更新</a>
                        </div>
                        <div id="isNotUpdate">
                                <a id="bbb" href="">参照</a>
                        </div>
                </td>
        </tr>
        </div>
</table>
<a id="prev" shape="rect" href="">前へ</a>
<input type="submit" id="doSearch" value="検索"/>
<a id="next" shape="rect" href="">次へ</a>
<input type="hidden" id="aaaItemsSave"/>
</div>
</form>
</body>
</html>