<?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>
<style type="text/css">
<!--
-->
</style>
<form id="Form">
<div align="left">
        <span class="p1">メンテナンス</span>
        <br /><br />
        <span class="p2"><span id="title" >タイトル</span><br />
        <table border="1">
                <tr>
                        <td colspan="2">研修</td>
                        <td >状態</td>
                </tr>
                <span id="trainingItems">
                <tr>
                        <td >&nbsp;<a href="MaintenanceTraining.html?trainingID=123" id="goSelect"><span id="trainingName">研修名</span></a>&nbsp;</td>
                        <td >&nbsp;<span id="trainingDescription">研修の説明</span>&nbsp;</td>
                        <td >&nbsp;<span id="statusName">受付中</span>&nbsp;</td>
                </tr>
                </span>
                <tr>
                        <td colspan="3">footer</td>
                </tr>
        </table>
        </span>
</div>
</form>
</body>
</html>