|
Revision 433
(checked in by johnsa, 7 years ago)
|
all references to calId removed and replaced with calPath in the personal stylesheets. Need to update admin client as well.
|
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
<%@ taglib uri='struts-bean' prefix='bean' %> |
|---|
| 2 |
<%@ taglib uri='struts-logic' prefix='logic' %> |
|---|
| 3 |
<%@ taglib uri='bedework' prefix='bw' %> |
|---|
| 4 |
|
|---|
| 5 |
<calendar> |
|---|
| 6 |
<id><bean:write name="calendar" property="id" /></id> |
|---|
| 7 |
<bw:emitText name="calendar" property="name" /> |
|---|
| 8 |
<bw:emitText name="calendar" property="path" /> |
|---|
| 9 |
<bw:emitText name="calendar" property="encodedPath" /> |
|---|
| 10 |
<bw:emitText name="calendar" property="description" tagName="desc" /> |
|---|
| 11 |
<calendarCollection><bean:write name="calendar" property="calendarCollection" /></calendarCollection> |
|---|
| 12 |
<bw:emitText name="calendar" property="mailListId" /> |
|---|
| 13 |
<bw:emitCurrentPrivs name="calendar" property="currentAccess" /> |
|---|
| 14 |
<bw:emitAcl name="calendar" property="currentAccess" /> |
|---|
| 15 |
|
|---|
| 16 |
<logic:iterate name="calendar" property="children" id="cal"> |
|---|
| 17 |
<bean:define id="calendar" name="cal" toScope="session" /> |
|---|
| 18 |
<jsp:include page="/docs/calendar/emitCalendar.jsp" /> |
|---|
| 19 |
</logic:iterate> |
|---|
| 20 |
</calendar> |
|---|
| 21 |
|
|---|