sample1.xhtml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <!--
  2. IBM Confidential
  3. OCO Source Materials
  4. IBM Cognos Products: ps
  5. (C) Copyright IBM Corp. 2011
  6. The source code for this program is not published or otherwise divested of its trade secrets, irrespective of what has been deposited with the U.S. Copyright Office.
  7. -->
  8. <div style="border:1px solid #cccccc;">
  9. <table width="100%">
  10. <tr>
  11. <td colspan="2">
  12. <div id="%CL_HEADER%"></div>
  13. </td>
  14. </tr>
  15. <tr>
  16. <td width="60%">
  17. <div id="%CL_PROMPT%"></div>
  18. </td>
  19. <td width="40%">
  20. <div style="font-size:70%;color:#336699;">
  21. <p><span style="color:red;">*Notice to all users*</span>
  22. You can customize the IBM Cognos software interface to suit the needs of an international customer or a
  23. particular reseller. You can make changes to the colors, fonts, images, and overall appearance of one or
  24. more IBM Cognos software components, simply by modifying the appropriate cascading style sheets (CSS), HTML content,
  25. and graphics.</p>
  26. </div>
  27. </td>
  28. </tr>
  29. <tr>
  30. <td colspan="2">
  31. <div id="%CL_FOOTER%"></div>
  32. </td>
  33. </tr>
  34. </table>
  35. </div>