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

%>

<html>

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

<body> 

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

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

<table border="1">

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

${block2}

</table>

${block3}

</body>

</html>






