<%
var arrayEntry = dataAttributes[cnt];
var actualName = arrayEntry.displayName;
var actualID = arrayEntry.name;
var actualDefaultValue = arrayEntry.defaultValue;
var textType = "text";
var inputClass = "wiz_text_field_form_input";
var selectClass = "wiz_select";
var picture = "";
if (arrayEntry.required)
{
if ((actualDefaultValue == "" || actualDefaultValue == null))
{
inputClass = "wiz_text_field_form_input_mandatory";
selectClass = "wiz_select_mandatory";
picture = "new_grid_item_pic";
}
else
{
inputClass = "wiz_text_field_form_input_mandatory_ok";
selectClass = "wiz_select_mandatory";
picture = "new_grid_item_pic_ok";
}
}%>
<%= actualName %> |
<% if (arrayEntry.allowedValues == null)
{
if (arrayEntry.confidential)
{
if (editPassword != true) { %>
<% } else { %>
<%= i18n.general.edit_your_password %>
<% }
}
else
{ %>
<% }
}
else
{%>
<% } %>
|
<% }
%>