Project

General

Profile

1 3032 perry
<%@ taglib uri="/tags/struts-bean" prefix="bean" %>
2
<%@ taglib uri="/tags/struts-html" prefix="html" %>
3
4
<span class="systemConfigMenu">
5
	<html:link forward="wfsConfigMenu"><bean:message key="label.wfsConfig"/></html:link><BR>
6
	<html:link forward="wmsConfigMenu"><bean:message key="label.wmsConfig"/></html:link><BR>
7
	<html:link forward="dataConfigMenu"><bean:message key="label.dataConfig"/></html:link><BR>
8
</span>