|
Revision 3449
(checked in by johnsa, 1 year ago)
|
Web clients:
- public themes can display underlying calendar structure in explorer view
- references to www.bedework.org updated to www.jasig.org/bedework, etc
- some clean up and prep for 3.8 release
|
| Line | |
|---|
| 1 |
<?xml version="1.0"?> |
|---|
| 2 |
<!-- Global settings for featured events are set in themeSettings.xsl. |
|---|
| 3 |
This file provides the data for featured events with some switches |
|---|
| 4 |
for how they are used.--> |
|---|
| 5 |
<featuredEvents> |
|---|
| 6 |
<featuresOn>true</featuresOn> <!-- true to use features, false to use generic placeholders --> |
|---|
| 7 |
<singleMode>false</singleMode> <!-- true for a single pane (single), false for a triptych (group) --> |
|---|
| 8 |
<features> |
|---|
| 9 |
<group> |
|---|
| 10 |
<image> |
|---|
| 11 |
<name>bede.jpg</name> |
|---|
| 12 |
<link>http://en.wikipedia.org/wiki/De_temporum_ratione</link> |
|---|
| 13 |
<toolTip>De temporum ratione</toolTip> |
|---|
| 14 |
</image> |
|---|
| 15 |
<image> |
|---|
| 16 |
<name>gettingstarted.jpg</name> |
|---|
| 17 |
<link>http://wiki.jasig.org/display/BWK38/BW+3.8+Getting+Started</link> |
|---|
| 18 |
<toolTip>Bedework Getting Started Guide</toolTip> |
|---|
| 19 |
</image> |
|---|
| 20 |
<image> |
|---|
| 21 |
<name>bedework.jpg</name> |
|---|
| 22 |
<link>http://www.jasig.org/bedework/documentation</link> |
|---|
| 23 |
<toolTip>Bedework Documentation</toolTip> |
|---|
| 24 |
</image> |
|---|
| 25 |
</group> |
|---|
| 26 |
<single> |
|---|
| 27 |
<image> |
|---|
| 28 |
<name>bedework.jpg</name> |
|---|
| 29 |
<link>http://www.jasig.org/bedework</link> |
|---|
| 30 |
<toolTip>Bedework Website</toolTip> |
|---|
| 31 |
</image> |
|---|
| 32 |
</single> |
|---|
| 33 |
</features> |
|---|
| 34 |
<generics> |
|---|
| 35 |
<group> |
|---|
| 36 |
<image> |
|---|
| 37 |
<name>bede.jpg</name> |
|---|
| 38 |
<toolTip>De temporum ratione</toolTip> |
|---|
| 39 |
</image> |
|---|
| 40 |
<image> |
|---|
| 41 |
<name>gettingstarted.jpg</name> |
|---|
| 42 |
<toolTip>Bedework Documentation</toolTip> |
|---|
| 43 |
</image> |
|---|
| 44 |
<image> |
|---|
| 45 |
<name>bedework.jpg</name> |
|---|
| 46 |
<toolTip>Bedework Website</toolTip> |
|---|
| 47 |
</image> |
|---|
| 48 |
</group> |
|---|
| 49 |
</generics> |
|---|
| 50 |
</featuredEvents> |
|---|