</tr>
<input type= "hidden " name= "datanumber " value= " <%=datanumber%> ">
</table>
<%}%>
<br>
契約先CD情報 <br>
<table width= "720 " class= "negoList " border= "1 " cellspacing= "0 " cellpadding= "0 " bordercolor= "#0A336D ">
<tr class=heading >
<td class=contentIP width= "60 "> 削除対象 </td>
<td class=contentIP width= "90 "> 登録日 </td>
<td class=contentIP width= "100 "> 登録者 </td>
<td class=contentIP width= "460 "> コメント </td>
</tr>
</table>
<%
int data= -1;
for(int k=0;k <customcomment_list.size();k++){
CustomerComment cdcustomercomment=(CustomerComment)customcomment_list.get(k);
String cdtimeformat = cdcustomercomment.getINSERTED_TM();// @return String 登録日
SimpleTime cdsimpletime = new SimpleTime();