BlankWidget.html 666 B

123456789101112131415
  1. <!--/**
  2. * Licensed Materials - Property of IBM
  3. * IBM Cognos Products: Notebook
  4. * (C) Copyright IBM Corp. 2019, 2020
  5. * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. */-->
  7. <div class='nbwBlank'>
  8. <div class='nbwTitle'>{{=it.title}}</div>
  9. <div class='nbwNotebook'>{{=it.description}}</div>
  10. <input type='button' id="nbwSelectNotebook" class="nbwButton" value='{{=it.buttonLabel}}'{{? it.disabled}} disabled{{?}}/>
  11. {{? it.includeWSNb}}
  12. <br>
  13. <input type='button' id="nbwSelectWSNotebook" class="nbwButton" value='WS Notebook by URL'{{? it.disabled}} disabled{{?}}/>
  14. {{?}}
  15. </div>