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