Changeset 41
- Timestamp:
- 01/26/06 14:54:46
- Files:
-
- trunk/calendar3/webclient/war/docs/emitEvent.jsp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/calendar3/webclient/war/docs/emitEvent.jsp
r2 r41 74 74 <location> 75 75 <id><bean:write name="location" property="id"/></id><%-- 76 Value: integer - location id --%> 76 77 <address><bean:write name="location" property="address"/></address><%-- 77 78 Value: string - physical address of the location --%> … … 80 81 <logic:present name="detailView" scope="request"><%-- 81 82 Only output these attributes if we are in detailed mode... --%> 82 <id><bean:write name="location" property="id"/></id><%--83 Value: integer - location id --%>84 83 <subaddress><bean:write name="location" property="subaddress"/></subaddress><%-- 85 84 Value: string - more address information --%>
