12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: ps
- (C) Copyright IBM Corp. 2005, 2014
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!--
- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
- Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
- -->
- <welcome xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="welcome.xsd">
- <tool name="Home" type="cognos" group="portal"/>
- <tool name="MyDashboard" type="cognos" group="portal"/>
- <tool name="ViewCognosContent" type="cognos" group="portal"/>
- <tool name="MyInbox" type="cognos" group="portal"/>
- <tool name="MyDataset" type="cognos" group="portal"/>
- <tool name="Administration" type="cognos" group="admin"/>
- <tool name="IBMCognosDashboard" type="cognos" group="app"/>
- <tool name="ReportStudioBUA" type="cognos" group="app" />
- <tool name="CognosInsight" type="cognos" group="app"/>
- <tool name="Planning" type="cognos" group="app"/>
- <tool name="Controller" type="cognos" group="app"/>
- <tool name="MetricsManager" type="cognos" group="app"/>
- <tool name="AdaptiveAnalytics" type="cognos" group="app"/>
- <tool name="QueryStudio" type="cognos" group="app"/>
- <tool name="PowerplayStudio" type="cognos" group="app"/>
- <tool name="AnalysisStudio" type="cognos" group="app"/>
- <tool name="ReportStudioPro" type="cognos" group="app" />
- <tool name="EventStudio" type="cognos" group="app"/>
- <tool name="LotusConnectionsActions" type="cognos" group="app"/>
- <!-- SAMPLE CUSTOM TOOLS *****note that sample url's below may need to be changed based on the paritcular virtual directories configured***** -->
- <!--
- <tool name="help" type="custom" show="Consumers">
- <heading xml:lang="en">Help</heading>
- <heading xml:lang="fr">Aide</heading>
- <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>
- <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>
- </tool>
- <tool name="search" type="custom" show="Consumers">
- <heading xml:lang="en">Search For Stuff</heading>
- <heading xml:lang="fr">Recherche de substance</heading>
- <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>
- <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>
- </tool>
- <tool name="user_administration" type="custom" show="Administrators">
- <heading xml:lang="en">User Administration </heading>
- <body xml:lang="en">Use <a href="/c8/cgi-bin/(cognosgateway)?b_action=xts.run&m=portal/tools_directory.xts&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>
- <heading xml:lang="fr">Administration D'Utilisateur</heading>
- <body xml:lang="fr">Utilisez <a href="/c8/cgi-bin/(cognosgateway)?b_action=xts.run&m=portal/tools_directory.xts&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>
- </tool>
- -->
- </welcome>
|