|
Revision 2
(checked in by douglm, 7 years ago)
|
Initial import of bedework
|
| Line | |
|---|
| 1 |
<%@ taglib uri='struts-bean' prefix='bean' %> |
|---|
| 2 |
<%@ taglib uri='struts-logic' prefix='logic' %> |
|---|
| 3 |
|
|---|
| 4 |
<%@include file="/docs/header.jsp"%> |
|---|
| 5 |
|
|---|
| 6 |
<page>views</page> |
|---|
| 7 |
<!--fix--> |
|---|
| 8 |
<views> |
|---|
| 9 |
<logic:iterate name="peForm" property="views" id="view"> |
|---|
| 10 |
<view> |
|---|
| 11 |
<name><bean:write name="view" property="name" /></name> |
|---|
| 12 |
<subscriptions> |
|---|
| 13 |
<logic:iterate name="view" property="subscriptions" id="subscription"> |
|---|
| 14 |
<subscription> |
|---|
| 15 |
<name><bean:write name="subscription" property="name" /></name> |
|---|
| 16 |
<uri><bean:write name="subscription" property="uri" /></uri> |
|---|
| 17 |
<affectsFreeBusy><bean:write name="subscription" property="affectsFreeBusy" /></affectsFreeBusy> |
|---|
| 18 |
<display><bean:write name="subscription" property="display" /></display> |
|---|
| 19 |
<style><bean:write name="subscription" property="style" /></style> |
|---|
| 20 |
<emailNotifications><bean:write name="subscription" property="emailNotifications" /></emailNotifications> |
|---|
| 21 |
<calendarDeleted><bean:write name="subscription" property="calendarDeleted" /></calendarDeleted> |
|---|
| 22 |
</subscription> |
|---|
| 23 |
</logic:iterate> |
|---|
| 24 |
</subscriptions> |
|---|
| 25 |
</view> |
|---|
| 26 |
</logic:iterate> |
|---|
| 27 |
</views> |
|---|
| 28 |
|
|---|
| 29 |
|
|---|
| 30 |
<%@include file="/docs/footer.jsp"%> |
|---|