MonthlyCadencePicker.html 1.1 KB

1234567891011121314151617181920
  1. <!-- /*
  2. * Licensed Materials - Property of IBM
  3. *
  4. * IBM Cognos Products: SHARE
  5. *
  6. * (C) Copyright IBM Corp. 2015, 2017
  7. *
  8. * US Government Users Restricted Rights - Use, duplication or disclosure
  9. * restricted by GSA ADP Schedule Contract with IBM Corp.
  10. */ -->
  11. <div class="schedule_input_section schedule_input_select_section" id="schedule_day_type_selector_container_{{=it.uniqueid}}">{{=it.schedule_run_on_label}}</div>
  12. <div class="schedule_input_select_section" id="schedule_day_selector_container_{{=it.uniqueid}}"></div>
  13. <div class="schedule_form_space">
  14. <div class="schedule_form_label"><label class="schedule_label" for="schMonthly_repeat_interval_{{=it.uniqueid}}">{{=it.schedule_repeat_interval_label}}</label></div>
  15. <div class="schedule_frequency_input_container">
  16. <input id="schMonthly_repeat_interval_{{=it.uniqueid}}" class="schedule_input_field schedule_every_weeks_input" type="text" value="{{=it.schedule_of_every_n_months_value}}" maxlength="3"></input>
  17. <span>{{=it.schedule_repeat_interval_months_label}}</span>
  18. </div>
  19. </div>