root/trunk/calendar3/deployment/webuser/uportal2/resources/demoskins/default/default/subColors.xml

Revision 614 (checked in by douglm, 7 years ago)

Yet more changes for portlet and calendar suites.

These changes add the personal client to the partially portletised set of applications.

In addition changes have been made to how xslt is located.

Starting with the appRoot - if running under a portal the approot has "." + portalPlatform appended

For example we might have an approot of

http://www.mysite.edu/xslthome/cal

If it's running uder uportal the root becomes

http://www.mysite.edu/xslthome/cal.uPortal2

In addition, we append the calendar suite name for public clients.
So if the calendar suite is MainCampus? we have

http://www.mysite.edu/xslthome/cal.MainCampus

or for the portlet
http://www.mysite.edu/xslthome/cal.uPortal2.MainCampus

Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Bedework Calendar subscription colors -->
3 <subscriptionColors>
4   <!-- light pastels -->
5   <color name="white">FFFFFF</color>
6   <color name="lt pink">FDDEEE</color>
7   <color name="lt purple">DDD4E8</color>
8   <color name="lt steelblue">BFD5E8</color>
9   <color name="lt blue">CCECEF</color>
10   <color name="lt aquamarine">B3E2DD</color>
11   <color name="lt seagreen">CFECCF</color>
12   <color name="lt green">E0F3B0</color>
13   <color name="lt yellow">FFFFB0</color>
14   <color name="lt salmon">FEEBC9</color>
15
16   <!-- medium pastels -->
17   <color name="gray">EEEEEE</color>
18   <color name="pink">FBB6D1</color>
19   <color name="purple">C1B3D7</color>
20   <!-- these colors are broken for some reason
21   <color name="steelblue">94A8D0</color>
22   <color name="blue">9ACEDF</color>
23   <color name="aquamarine">86CFBE</color>-->
24   <color name="seagreen">B5E1AE</color>
25   <color name="green">BFE476</color>
26   <!-- don't allow bright yellow - reserve for a hover color
27   <color name="yellow">FFFA81</color> -->
28   <color name="salmon">FDCAA2</color>
29
30   <!-- dark pastels -->
31   <color name="md gray">DDDDDD</color>
32   <color name="md pink">F98CB6</color>
33   <color name="md purple">A589C1</color>
34   <!-- these colors are broken for some reason
35   <color name="md steelblue">7589BF</color>
36   <color name="md blue">6FB7D6</color>
37   <color name="md aquamarine">48B5A3</color>
38   <color name="md seagreen">91D290</color>
39   <color name="md green">85CA5D</color> -->
40   <!-- don't allow bright yellow - reserve for a hover color
41   <color name="md yellow">FFED62</color> -->
42   <color name="md salmon">FCA985</color>
43 </subscriptionColors>
Note: See TracBrowser for help on using the browser.