mirror of
https://gitee.com/farsunset/cim.git
synced 2025-07-27 10:30:34 +08:00
Merge branch 'master' of https://git.oschina.net/farsunset/cim
This commit is contained in:
commit
4dcd82b8fb
@ -1 +0,0 @@
|
|||||||
1.5
|
|
1
cim_for_mina/1.6.0.VERSION
Normal file
1
cim_for_mina/1.6.0.VERSION
Normal file
@ -0,0 +1 @@
|
|||||||
|
1.6.0
|
@ -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">
|
||||||
|
@ -1 +0,0 @@
|
|||||||
1.0
|
|
1
cim_for_netty/1.1.0.VERSION
Normal file
1
cim_for_netty/1.1.0.VERSION
Normal file
@ -0,0 +1 @@
|
|||||||
|
1.1.0
|
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user