PTime_Range.html 591 B

12345678910111213141516
  1. <!-- Licensed Materials - Property of IBM
  2. BI and PM: Mobile
  3. (C) Copyright IBM Corp. 2007, 2012
  4. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. -->
  5. <div class="prompt" ${prompt}
  6. <%
  7. if( prompt.defaultRange ){
  8. if( prompt.defaultRange.startUseValue != null ) out << " first='${prompt.defaultRange.startUseValue}'"
  9. if( prompt.defaultRange.endUseValue != null ) out << " last='${prompt.defaultRange.endUseValue}'"
  10. }
  11. out << ">"
  12. if( !label ) out << "<label>${prompt.name}</label>"
  13. %>
  14. </div>