<%
if (session.getAttribute("protocol").toString().equalsIgnoreCase(
"biocase")) {
%>
This is the record you want to edit.
Please note: Only the valid XML file can be accepted. Please validate
the edited
document first, then apply.
<%
} else {
%> This is the record you want to edit.
<%
}
%>
<%
if (session.getAttribute("protocol").toString().equalsIgnoreCase(
"biocase")) {
%>
<%
}
%>
|