物联网平台 +Web 组态
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

42 lines
1.4 KiB

<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@ page import="com.lp.cfg.ProConfig" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<!DOCTYPE html>
<html>
<head>
<title>信息页面</title>
<%@ include file="/WEB-INF/oss/base/common/variable.jsp"%>
<%@ include file="/WEB-INF/oss/base/common/resource_lib.jsp"%>
<%@ include file="/WEB-INF/oss/base/common/variable_js.jsp"%>
<link type="text/css" href="<%=basePath%>/css/oss/iot/login.css?<%=v%>" rel="stylesheet"/>
<script type="text/javascript" src="<%=basePath%>/lib/jquery/jquery.backstretch.min.js"></script>
</head>
<script type="text/javascript">
$(function(){
$.backstretch("<%=basePath%>/image/iot/login_back4.png");
})
</script>
<body>
<div>
<div class="system-title">
</div>
<div class="login_container">
<div class="login-title">
<p style="color:white;font-size: 14px;">IOT 物联网平台</p>
<p style="color: white; font-size: 18px; text-align: center; margin-top: 30px;">
<c:if test="${Info.status == 2}">
账户激活成功
</c:if>
<c:if test="${Info.status != 2}">
${Info.statusMsg }
</c:if>
</p>
<p class="clearfloat" style="margin-bottom: 0;">
<a class="float-right a-link" style="text-decoration: underline;margin-bottom: 0;" href="<%=basePath%>/service/iot/login">跳转登录</a>
</p>
</div>
</div>
</div>
</body>
</html>