serviceRegMainRight.jsp
1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<%@ page language="java" contentType="text/html; charset=UTF-8" %>
<%@ include file="/systeminfo/init_wev8.jsp" %>
<%@ include file="/integration/integrationinit.jsp" %>
<script language=javascript src="/js/weaver_wev8.js"></script>
<html>
<HTML><HEAD>
<LINK href="/css/Weaver_wev8.css" type=text/css rel=STYLESHEET>
</head>
<%
int language=user.getLanguage();
//1数据源管理,2注册服务管理
String showtype=Util.null2String(request.getParameter("showtype"));
%>
<body>
<%@ include file="/systeminfo/RightClickMenuConent_wev8.jsp" %>
<br>
<%if(language!=8){%>
<p><strong>操作说明</strong></p>
<ul>
<%
if("1".equals(showtype)){
%>
<li><%=SystemEnv.getHtmlLabelName(84443,user.getLanguage()) %></li>
<li><%=SystemEnv.getHtmlLabelName(84444,user.getLanguage()) %></li>
<%}else{ %>
<li><%=SystemEnv.getHtmlLabelName(84445,user.getLanguage()) %></li>
<li><%=SystemEnv.getHtmlLabelName(84446,user.getLanguage()) %></li>
<%} %>
</ul>
<%}else{ %>
<p><strong>Operation Instruction</strong></p>
<ul>
<%
if("1".equals(showtype)){
%>
<li>Click on the left tree products, this page will display all of the products under the data source</li>
<li>The system administrator can service each data source maintenance</li>
<%}else{ %>
<li>Click on the left tree products, this page will display all of the products under the registered service</li>
<li>The system administrator can service each product maintenance</li>
<%} %>
</ul>
<%}%>
<%@ include file="/systeminfo/RightClickMenu_wev8.jsp" %>
</body>
</html>