TimePicker.html 789 B

1234567891011121314151617181920
  1. <!-- /*
  2. * Licensed Materials - Property of IBM
  3. *
  4. * IBM Cognos Products: SHARE
  5. *
  6. * (C) Copyright IBM Corp. 2015, 2016
  7. *
  8. * US Government Users Restricted Rights - Use, duplication or disclosure
  9. * restricted by GSA ADP Schedule Contract with IBM Corp.
  10. */ -->
  11. {{? it.labelText}}
  12. <div class="bi_timepicker_label">
  13. <label class='bi_timepicker_label'>{{=it.labelText}}</label>
  14. </div>
  15. {{?}}
  16. <div class='bi_timepicker_div bootstrap-timepicker timepicker'>
  17. <span class='timepicker_icon svg_icon' data-icon="clock-time"></span>
  18. <input id='bi_timepicker_{{=it.tpId}}' class="bi_timepicker" aria-label="{{=it.ariaLabel}}" aria-describedby="input_instructions_{{=it.tpId}}"/>
  19. <span id="input_instructions_{{=it.tpId}}" class="sr-only">{{=it.inputInstructions}}</span>
  20. </div>