Project

General

Profile

1
<%@ taglib uri="/tags/struts-bean" prefix="bean" %>
2
<%@ taglib uri="/tags/struts-html" prefix="html" %>
3
<%@ taglib uri="/tags/struts-logic" prefix="logic" %>
4

    
5
<logic:notPresent name="org.apache.struts.action.MESSAGE" scope="application">
6
  <span class="error">
7
    ERROR:  Application resources not loaded -- check servlet container
8
    logs for error messages.
9
  </span>
10
</logic:notPresent>
11

    
12
</span>
13

    
14
<p>
15
<bean:message key="text.welcome1"/>
16
</p>
17

    
18
<!--p>
19
<bean:message key="text.welcome2"/>
20
</p-->
21

    
22
<!--p>
23
<bean:message key="text.welcome3"/>
24
</p-->
25

    
26
<p>
27
<bean:message key="text.welcome5"/>
28
</p>
29

    
30
<ul>
31
  <li>
32
    <a href="http://docs.codehaus.org/display/GEOSDOC/Documentation">
33
      Documentation
34
    </a>
35
  </li>
36
  <li>
37
    <a href="http://docs.codehaus.org/display/GEOS/Home">
38
      Wiki
39
    </a>
40
  </li>
41
  <li>
42
    <a href="http://jira.codehaus.org/secure/BrowseProject.jspa?id=10311">
43
      Task Tracker
44
    </a>
45
   </li>
46
   <li>
47
    <a href="http://www.moximedia.com:8080/imf-ows/imf.jsp?site=gs_users">
48
      User Map
49
    </a>
50
  </li>
51
</ul>
52

    
53
<p>
54
	<bean:message key="text.visitDemoPage"/>
55
</p>
56

    
57
	&nbsp;&nbsp;<a href="../../../wfs?service=WFS&request=GetCapabilities">WFS Capabilities</a>
58
	<br>
59
	&nbsp;&nbsp;<a href="../../../wms?service=WMS&request=GetCapabilities">WMS Capabilities</a>
60

    
61
<br>
(9-9/26)