NotebookView.html 445 B

1234567891011
  1. <!--/**
  2. * Licensed Materials - Property of IBM
  3. * IBM Cognos Products: Notebook
  4. * (C) Copyright IBM Corp. 2017, 2019
  5. * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. */-->
  7. <div class='notebusy'></div>
  8. <div class='noteErrorPage' style='display:none'></div>
  9. <div class='notecontent' style='display:none'>
  10. <iframe class='notebook' src={{=it.url}}></iframe>
  11. </div>