welcome.xml 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: ps
  5. (C) Copyright IBM Corp. 2005, 2014
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <!--
  9. Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  10. Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
  11. -->
  12. <welcome xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="welcome.xsd">
  13. <tool name="Home" type="cognos" group="portal"/>
  14. <tool name="MyDashboard" type="cognos" group="portal"/>
  15. <tool name="ViewCognosContent" type="cognos" group="portal"/>
  16. <tool name="MyInbox" type="cognos" group="portal"/>
  17. <tool name="MyDataset" type="cognos" group="portal"/>
  18. <tool name="Administration" type="cognos" group="admin"/>
  19. <tool name="IBMCognosDashboard" type="cognos" group="app"/>
  20. <tool name="ReportStudioBUA" type="cognos" group="app" />
  21. <tool name="CognosInsight" type="cognos" group="app"/>
  22. <tool name="Planning" type="cognos" group="app"/>
  23. <tool name="Controller" type="cognos" group="app"/>
  24. <tool name="MetricsManager" type="cognos" group="app"/>
  25. <tool name="AdaptiveAnalytics" type="cognos" group="app"/>
  26. <tool name="QueryStudio" type="cognos" group="app"/>
  27. <tool name="PowerplayStudio" type="cognos" group="app"/>
  28. <tool name="AnalysisStudio" type="cognos" group="app"/>
  29. <tool name="ReportStudioPro" type="cognos" group="app" />
  30. <tool name="EventStudio" type="cognos" group="app"/>
  31. <tool name="LotusConnectionsActions" type="cognos" group="app"/>
  32. <!-- SAMPLE CUSTOM TOOLS *****note that sample url's below may need to be changed based on the paritcular virtual directories configured***** -->
  33. <!--
  34. <tool name="help" type="custom" show="Consumers">
  35. <heading xml:lang="en">Help</heading>
  36. <heading xml:lang="fr">Aide</heading>
  37. <body xml:lang="en">Use <a target="_blank" href="../documentation/en/crn_toc.html" onmouseover="window.status='';return true;" onmouseout="window.status='';return true;">Help</a> to access online help.</body>
  38. <body xml:lang="fr">Employez <a target="_blank" href="../documentation/en/crn_toc.html" onmouseover="window.status='';return true;" onmouseout="window.status='';return true;">l'aide</a> pour accéder à l'aide en ligne.</body>
  39. </tool>
  40. <tool name="search" type="custom" show="Consumers">
  41. <heading xml:lang="en">Search For Stuff</heading>
  42. <heading xml:lang="fr">Recherche de substance</heading>
  43. <body xml:lang="en">Use <a href="http://www.google.com" onmouseover="window.status='';return true;" onmouseout="window.status='';return true;">Google</a> to search for things on the web.</body>
  44. <body xml:lang="fr">Utilisateur <a href="http://www.google.com" onmouseover="window.status='';return true;" onmouseout="window.status='';return true;">Google</a> pour rechercher la substance sur l'enchaînement.</body>
  45. </tool>
  46. <tool name="user_administration" type="custom" show="Administrators">
  47. <heading xml:lang="en">User Administration </heading>
  48. <body xml:lang="en">Use <a href="/c8/cgi-bin/(cognosgateway)?b_action=xts.run&amp;m=portal/tools_directory.xts&amp;backURL=/series8/cgi-bin/(cognosgateway)?b_action%3dxts.run%26m%3dportal/welcome/welcome.xts" onmouseover="window.status='';return true;" onmouseout="window.status='';return true;">Directory Tool</a> to update and maintain CC users.</body>
  49. <heading xml:lang="fr">Administration D'Utilisateur</heading>
  50. <body xml:lang="fr">Utilisez <a href="/c8/cgi-bin/(cognosgateway)?b_action=xts.run&amp;m=portal/tools_directory.xts&amp;backURL=/series8/cgi-bin/(cognosgateway)?b_action%3dxts.run%26m%3dportal/welcome/welcome.xts" onmouseover="window.status='';return true;" onmouseout="window.status='';return true;">l'outil d'annuaire</a> pour mettre à jour et maintenir des utilisateurs de cc.</body>
  51. </tool>
  52. -->
  53. </welcome>