1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: cpscrn
- (C) Copyright IBM Corp. 2013
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <application>
- <id>getting_started</id>
- <title resourceID="PS1.CON.TITLE"></title>
- <description resourceID="PS1.CON.DESCRIPTION"></description>
- <icon>$WEB$/cps4/sdk/apps/startup/icon.png</icon>
- <url>$WEB$/cps4/sdk/apps/startup/startup.html</url>
- <messagefile>cpsapps/getting_started/messages/gsmessage</messagefile>
- <features>
- <feature>client</feature>
- <feature>BrowserLogin</feature>
- </features>
- <properties>
- <propertyGroup>
- <title resourceID="PS1.SET.SETTINGSTITLE"></title>
- <description resourceID="PS1.SET.SETTINGSDESC"></description>
- <property>
- <name>content</name>
-
- <control>
- <type>checkbox</type>
- <label resourceID="PS1.SET.CONTENTDISP"></label>
- <defaultValue>my_area</defaultValue>
- <choice>
- <label resourceID="PS1.SET.SHOWHEADER"></label>
- <value>header</value>
- </choice>
- <choice>
- <label resourceID="PS1.SET.SHOWAREA"></label>
- <value>my_area</value>
- </choice>
- <choice>
- <label resourceID="PS1.SET.SHOWAPPS"></label>
- <value>launcher</value>
- </choice>
- <choice>
- <label resourceID="PS1.SET.SHOWPOPULAR"></label>
- <value>rec_pop</value>
- </choice>
- </control>
- </property>
-
-
- <property>
- <name>height</name>
- <control>
- <label resourceID="PS1.SET.HEIGHT"></label>
- <type>text</type>
- </control>
- </property>
-
- <property>
- <name>isMaximizeFrame</name>
- <control>
- <type>checkbox</type>
- <choice>
- <label resourceID="PS1.SET.ISMAXFRAME"></label>
- <value>true</value>
- </choice>
- <defaultValue>true</defaultValue>
- <dependsOnChoice name="content" value="header"/>
- </control>
- </property>
- </propertyGroup>
- </properties>
- </application>
|