root/trunk/calendar3/webclient/war/docs/upload.jsp

Revision 313 (checked in by douglm, 7 years ago)

Make page references absolute

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 <%
10 try {
11 %>
12
13 <page>upload</page>
14
15 <uploadform>
16   <genurl:form action="upload">
17     <filename>
18     </filename>
19   </genurl:form>
20 </uploadform>
21
22 <%
23 } catch (Throwable t) {
24   t.printStackTrace();
25 }
26 %>
27
28 <%@ include file="/docs/footer.jsp" %>
29
Note: See TracBrowser for help on using the browser.