1234567891011121314151617181920 |
- <!-- /*
- * Licensed Materials - Property of IBM
- *
- * IBM Cognos Products: SHARE
- *
- * (C) Copyright IBM Corp. 2015, 2016
- *
- * US Government Users Restricted Rights - Use, duplication or disclosure
- * restricted by GSA ADP Schedule Contract with IBM Corp.
- */ -->
- {{? it.labelText}}
- <div class="bi_timepicker_label">
- <label class='bi_timepicker_label'>{{=it.labelText}}</label>
- </div>
- {{?}}
- <div class='bi_timepicker_div bootstrap-timepicker timepicker'>
- <span class='timepicker_icon svg_icon' data-icon="clock-time"></span>
- <input id='bi_timepicker_{{=it.tpId}}' class="bi_timepicker" aria-label="{{=it.ariaLabel}}" aria-describedby="input_instructions_{{=it.tpId}}"/>
- <span id="input_instructions_{{=it.tpId}}" class="sr-only">{{=it.inputInstructions}}</span>
- </div>
|