This commit is contained in:
xiajun@doweidu.com 2014-09-24 14:03:32 +08:00
commit 4dcd82b8fb
6 changed files with 16 additions and 4 deletions

View File

@ -1 +0,0 @@
1.5

View File

@ -0,0 +1 @@
1.6.0

View File

@ -1,4 +1,10 @@
<%@ page language="java" pageEncoding="utf-8"%> <%@ page language="java" pageEncoding="utf-8"%>
<%
String lbasePath = request.getScheme() + "://"
+ request.getServerName() + ":" + request.getServerPort()
+ request.getContextPath();
%>
<script type="text/javascript"> <script type="text/javascript">
function doLogin() function doLogin()
{ {
@ -18,7 +24,7 @@
登录 登录
</div> </div>
<div style="text-align: center;background: #5FA0D3;height: 150px;"> <div style="text-align: center;background: #5FA0D3;height: 150px;">
<img src="<%=basePath%>/resource/img/icon.png" style="margin-top: 35px;height: 80px;height: 80px;"/> <img src="<%=lbasePath%>/resource/img/icon.png" style="margin-top: 35px;height: 80px;height: 80px;"/>
</div> </div>
<div class="panel-body"> <div class="panel-body">

View File

@ -1 +0,0 @@
1.0

View File

@ -0,0 +1 @@
1.1.0

View File

@ -1,4 +1,10 @@
<%@ page language="java" pageEncoding="utf-8"%> <%@ page language="java" pageEncoding="utf-8"%>
<%
String lbasePath = request.getScheme() + "://"
+ request.getServerName() + ":" + request.getServerPort()
+ request.getContextPath();
%>
<script type="text/javascript"> <script type="text/javascript">
function doLogin() function doLogin()
{ {
@ -18,7 +24,7 @@
登录 登录
</div> </div>
<div style="text-align: center;background: #5FA0D3;height: 150px;"> <div style="text-align: center;background: #5FA0D3;height: 150px;">
<img src="<%=basePath%>/resource/img/icon.png" style="margin-top: 35px;height: 80px;height: 80px;"/> <img src="<%=lbasePath%>/resource/img/icon.png" style="margin-top: 35px;height: 80px;height: 80px;"/>
</div> </div>
<div class="panel-body"> <div class="panel-body">