blob: 0e3bf52558cfa110f81517a22ce422a38ac2ca5a [file] [log] [blame]
<!-- Standard Struts Entries -->
<%@ page language="java" import="java.net.URLEncoder" contentType="text/html;charset=utf-8" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<%@ taglib uri="/WEB-INF/controls.tld" prefix="controls" %>
<html:html locale="true">
<%@ include file="../users/header.jsp" %>
<!-- Body -->
<body bgcolor="white" background="../images/PaperTexture.gif">
<!--Form -->
<html:errors/>
<html:form action="/resources/listDataSources">
<bean:define id="resourcetypeInfo" type="java.lang.String"
name="dataSourcesForm" property="resourcetype"/>
<html:hidden property="resourcetype"/>
<bean:define id="pathInfo" type="java.lang.String"
name="dataSourcesForm" property="path"/>
<html:hidden property="path"/>
<bean:define id="hostInfo" type="java.lang.String"
name="dataSourcesForm" property="host"/>
<html:hidden property="host"/>
<bean:define id="domainInfo" type="java.lang.String"
name="dataSourcesForm" property="domain"/>
<html:hidden property="domain"/>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="7171A5">
<td width="81%">
<div class="page-title-text" align="left">
<bean:message key="resources.actions.datasrc"/>
</div>
</td>
<td width="19%">
<div align="right">
<%@ include file="listDataSources.jspf" %>
</div>
</td>
</tr>
</table>
<br>
<%@ include file="dataSources.jspf" %>
<br>
</html:form>
</body>
</html:html>