source: ether_megapoli/trunk/web/apple_index.jsp @ 226

Last change on this file since 226 was 226, checked in by vmipsl, 13 years ago

look apple

File size: 2.7 KB
RevLine 
[220]1<%@ page contentType="text/html; charset=UTF-8" %>
2<%@ page language="java" contentType="text/html; charset=UTF-8" %>
3<%@ taglib uri="/WEB-INF/tlds/struts-tiles.tld" prefix="tiles" %>
4<%@ taglib uri="/WEB-INF/tlds/struts-html.tld" prefix="html" %>
5<%@ taglib uri="/WEB-INF/tlds/struts-bean.tld" prefix="bean" %>
6<%@ taglib uri="/WEB-INF/tlds/struts-logic.tld" prefix="logic" %>
7<%@ taglib prefix="ether" tagdir="/WEB-INF/tags" %>
[89]8
[220]9<tiles:insert page="/resources/templates/appleTemplate.jsp" flush="true">
[89]10
[220]11    <tiles:put name="insertCss" type="string"></tiles:put>
12    <tiles:put name="insertJsOrJsp" type="string"></tiles:put>
[89]13
[170]14
[220]15    <tiles:put name="title" type="string"><bean:message key="app.title"/> - <bean:message key="data"/></tiles:put>
16    <tiles:put name="nav" type="string"><html:link page="/index.jsp"><bean:message key="app.home"/></html:link></tiles:put>
[89]17
18
[220]19    <tiles:put name="bodytitle" type="string"><bean:message key="data.title"/></tiles:put>
[154]20
[220]21
22    <tiles:put name="body" type="string">
23        <div class="indexContent">
24
25            <bean:message key="data.intro0"/>
[226]26            <bean:message key="data.intro1"/><html:link href="mailto:${webmaster}?subject=[MEGAPOLI]">webmaster</html:link>.
[220]27            <bean:define id="upload" value="upload"/>
28            <bean:define id="access" value="access"/>
29            <ul>
30                <li>
[226]31                    <html:link page="/data/access/access.jsp"><bean:message key="data.access"/></html:link>: <bean:message key="data.access.intro"/>
[220]32                </li>
33                <li>
34                    <logic:notPresent name="SES_USER" scope="session">
[226]35                        <html:link page="/InitLogonAccess.do" paramName="access" paramId="source"><bean:message key="data.access.extract"/></html:link>
[220]36                    </logic:notPresent>
37                    <logic:present name="SES_USER" scope="session">
38                        <html:link page="/DataAccess.do"><bean:message key="data.access.extract"/></html:link>
39                    </logic:present>
40                    : <bean:message key="data.access.intro2"/>
41                </li>
42                <li>
43                    <logic:notPresent name="SES_USER" scope="session">
[226]44                        <html:link page="/InitLogon.do" paramName="upload" paramId="source"><bean:message key="data.upload"/></html:link>
[220]45                    </logic:notPresent>
46                    <logic:present name="SES_USER" scope="session">
47                        <html:link page="/PrepareTree.do"><bean:message key="data.upload"/></html:link>
48                    </logic:present>
49                    : <bean:message key="data.upload.intro"/>
50                </li>
51            </ul>
52        </div>
53    </tiles:put>
54
[154]55</tiles:insert>
Note: See TracBrowser for help on using the repository browser.