<%@ include file="/include/common.inc" %>
<%
    String	key = (String)ct.getValue("key");
${block1}
%>

<html>

<head>
<%@ include file="/include/encoding.inc" %>
<title>${item_bo_name} Detail</title>
</head>

<body> 

<h3>${item_bo_name} Detail</h3>

<%@ include file="/include/navigation.inc" %>

<table border="1">

  <tr>
    <th>key</th>
    <td><%=key%></td>
  </tr>

${block2}
</table>

</body>

</html>










