% String[] start = prompt.intervalToArray(""); String[] end = prompt.intervalToArray(""); if (prompt.getDefaultRange() != null && prompt.getDefaultRange().getStartUseValue() != null) { start = prompt.intervalToArray(prompt.getDefaultRange().getStartUseValue()); } if (prompt.getDefaultRange() != null) { if (prompt.getDefaultRange().getStartUseValue() != null) start = prompt.intervalToArray(prompt.getDefaultRange().getStartUseValue()); if (prompt.getDefaultRange().getEndUseValue() != null) end = prompt.intervalToArray(prompt.getDefaultRange().getEndUseValue()); } String[] DefValues = start; String[] DefValues2 = end; def c = "msgPos:'msg${prompt.name}' " if( prompt.required ) c += " required" %>
| i18n('WEB_PROMPT_INTERVAL_DAYS'): | i18n('WEB_PROMPT_INTERVAL_HOURS'): | i18n('WEB_PROMPT_INTERVAL_MINUTES'):<% if( prompt.displaySeconds ){ %> | i18n('WEB_PROMPT_INTERVAL_SECONDS'):<% } %> <% if( prompt.displayMilliSeconds ){ %> | i18n('WEB_PROMPT_INTERVAL_MILLISECONDS'):<% } %> | 
| <% if( prompt.displaySeconds ){ %> | <% } %> <% if( prompt.displayMilliSeconds ){ %> | <% } %> | 
| i18n('WEB_PROMPT_INTERVAL_DAYS'): | i18n('WEB_PROMPT_INTERVAL_HOURS'): | i18n('WEB_PROMPT_INTERVAL_MINUTES'):<% if( prompt.displaySeconds ){ %> | i18n('WEB_PROMPT_INTERVAL_SECONDS'):<% } %> <% if( prompt.displayMilliSeconds ){ %> | i18n('WEB_PROMPT_INTERVAL_MILLISECONDS'):<% } %> | 
| <% if( prompt.displaySeconds ){ %> | <% } %> <% if( prompt.displayMilliSeconds ){ %> | <% } %> |