|
Revision 514
(checked in by douglm, 7 years ago)
|
Add some wrapper classes for some entities.
Add new BwCalSuite? entity to allow definition of a calendar suite - aka departmental calendar.
|
| Line | |
|---|
| 1 |
<%@ taglib uri='struts-bean' prefix='bean' %> |
|---|
| 2 |
<%@ taglib uri='struts-logic' prefix='logic' %> |
|---|
| 3 |
<%@ taglib uri='struts-html' prefix='html' %> |
|---|
| 4 |
<%@ taglib uri='struts-genurl' prefix='genurl' %> |
|---|
| 5 |
<html:xhtml/> |
|---|
| 6 |
|
|---|
| 7 |
<%@include file="/docs/header.jsp"%> |
|---|
| 8 |
|
|---|
| 9 |
<page>calSuiteList</page> |
|---|
| 10 |
|
|---|
| 11 |
<% /* used by included file */ |
|---|
| 12 |
String rpitemp; %> |
|---|
| 13 |
<calsuites> |
|---|
| 14 |
<logic:iterate id="calSuite" name="peForm" property="accessibleCalSuites" > |
|---|
| 15 |
<%@include file="/docs/calsuite/emitCalSuite.jsp"%> |
|---|
| 16 |
</logic:iterate> |
|---|
| 17 |
</calsuites> |
|---|
| 18 |
|
|---|
| 19 |
<%@include file="/docs/footer.jsp"%> |
|---|
| 20 |
|
|---|