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.
193 lines
6.8 KiB
193 lines
6.8 KiB
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<%@ page language="java" pageEncoding="UTF-8"%>
|
|
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
|
<%@taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
|
|
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
|
|
<%@ include file="/common/ctx.jsp"%>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
<title>TcdcResHotel 详情页面</title>
|
|
<link type="text/css" rel="stylesheet" href="${ctx}/css/cjy_style.css" />
|
|
<link type="text/css" rel="stylesheet" href="${ctx}/css/cjy_biaodan.css" />
|
|
<link href="${ctx}/css/showDialog.css" rel="stylesheet" type="text/css" />
|
|
<!--选项卡-->
|
|
<script src="${ctx}/js/current.js" type="text/javascript"></script>
|
|
<script src="${ctx}/js/validate/jquery.js" type="text/javascript"></script>
|
|
<script type="text/javascript" src="${ctx}/js/validate/jquery.validate.js"></script>
|
|
<script src="${ctx}/js/validate/jquery.metadata.js" type="text/javascript"></script>
|
|
<script type="text/javascript" src="${ctx}/js/validate/jquery.validate.methods.js"></script>
|
|
<script src="${ctx}/js/region.js" type="text/javascript"></script>
|
|
<script type="text/javascript" src="${ctx}/js/lhgdialog/lhgdialog.min.js"></script>
|
|
<style>
|
|
.cjy_dqwz{padding:15px; border-bottom:1px solid #dfdfdf;}
|
|
.cjy_dqwz p,
|
|
.cjy_dqwz a{font-size:14px; padding:0px 3px;}
|
|
.cjy_dqwz .cjy_dq{float:left; color:#777; position:relative; top:-1px;}
|
|
.cjy_dqwz .cjy_dq img{display:inline-block;position:relative; top:1px;}
|
|
.cjy_dqwz .cjy_lj{float:left; display:block; cursor:pointer;text-decoration:none; color:#333;}
|
|
.cjy_dqwz .cjy_lj:hover{ color:#f60;}
|
|
.cjy_dqwz .cjy_dqjt{float:left; display:block; color:#777;font-size:14px;}
|
|
.cjy_dqwz .cjy_dqy{float:left; color:#333;}
|
|
</style>
|
|
<script type="text/javascript">
|
|
function showitem(e,id){
|
|
$(e).parent().find('li').removeClass('active');
|
|
$(e).addClass('active');
|
|
|
|
$('.cjy_tab_list').css("display",'none');
|
|
$('#'+id).css("display",'');
|
|
}
|
|
function showitems(e,id){
|
|
$('.active').parent().find('li').removeClass('active');
|
|
$('#'+e).addClass('active');
|
|
|
|
$('.cjy_tab_list').css("display",'none');
|
|
$('#'+id).css("display",'');
|
|
}
|
|
//返回
|
|
function reback(){
|
|
location.href="${ctx}/tcdcreshotel/searchTcdcResHotelList.do";
|
|
}
|
|
</script>
|
|
</head>
|
|
<body style=" background:#fff;">
|
|
<!--选项卡开始-->
|
|
<ul class="cjy_tab">
|
|
<li id="active1" class="active" onclick="showitem(this,'div_list1')">高尔夫球场信息</li>
|
|
</ul>
|
|
<form class="cmxform form-horizontal tasi-form" id="mainForm" name="mainForm" action="${ctx}/tcdcreshotel/updateTcdcResHotel.do" method="post">
|
|
<div style="display:none;">
|
|
<div id="validateErrorContainer" style="display: none;"><div class="validateErrorTitle">以下信息填写有误,请重新填写</div><ul></ul></div>
|
|
</div>
|
|
<div class="cjy_tab_list" id="div_list1">
|
|
<!--表单开始-->
|
|
<div class="cjy_table_bd">
|
|
<table cellpadding="0" cellspacing="0" border="0" width="100%">
|
|
|
|
<tr>
|
|
<th width="15%"><p><span >*</span>名称:</p></th>
|
|
<td width="35%"><p>${lis.cname}</p></td>
|
|
|
|
|
|
<th width="15%"><p>中文名称简称:</p></th>
|
|
<td width="35%"><p>${lis.sname}</p></td>
|
|
|
|
|
|
</tr>
|
|
<tr>
|
|
<th width="15%"><p>英文名称:</p></th>
|
|
<td width="35%"><p>${lis.ename}</p></td>
|
|
|
|
|
|
<th width="15%"><p>地址:</p></th>
|
|
<td width="35%"><p>${lis.addr}</p></td>
|
|
|
|
|
|
</tr>
|
|
<tr>
|
|
<th width="15%"><p>经度:</p></th>
|
|
<td width="35%"><p>${lis.lon}</p></td>
|
|
<th width="15%"><p>纬度:</p></th>
|
|
<td width="35%"><p>${lis.lat}</p></td>
|
|
</tr>
|
|
<tr>
|
|
<th width="15%"><p>网址:</p></th>
|
|
<td width="35%"><p>${lis.site}</p></td>
|
|
<th width="15%"><p>传真:</p></th>
|
|
<td width="35%"><p>${lis.fax}</p></td>
|
|
</tr>
|
|
<tr>
|
|
<th width="15%"><p>logo:</p></th>
|
|
<td width="35%"><p>${lis.linkUser}</p></td>
|
|
<th width="15%"><p>预订电话:</p></th>
|
|
<td width="35%"><p>${lis.linkTel}</p></td>
|
|
</tr>
|
|
<tr>
|
|
<th width="15%"><p>地区编码:</p></th>
|
|
<td width="35%"><p>${lis.region}</p></td>
|
|
<th width="15%"><p>许可证号:</p></th>
|
|
<td width="35%"><p>${lis.taxCode}</p></td>
|
|
</tr>
|
|
<tr>
|
|
<th width="15%"><p>工商营业执照号:</p></th>
|
|
<td width="35%"><p>${lis.bizlicense}</p></td>
|
|
<th width="15%"><p>组织机构代码:</p></th>
|
|
<td width="35%"><p>${lis.creditCode}</p></td>
|
|
</tr>
|
|
<tr>
|
|
<th width="15%"><p>支付方式:</p></th>
|
|
<td width="35%"><p>${lis.payMethod}</p></td>
|
|
<th width="15%"><p>经营模式:</p></th>
|
|
<td width="35%"><p>${lis.businessModel}</p></td>
|
|
|
|
|
|
</tr>
|
|
<tr>
|
|
<th width="15%"><p>球洞数:</p></th>
|
|
<td width="35%"><p>${lis.number}</p></td>
|
|
|
|
|
|
<th width="15%"><p>停车场信息:</p></th>
|
|
<td width="35%"><p>${lis.parkingInfo}</p></td>
|
|
</tr>
|
|
<tr>
|
|
<th width="15%"><p>附属设施:</p></th>
|
|
<td width="35%"><p>${lis.wbSina}</p></td>
|
|
|
|
|
|
<th width="15%"><p>腾讯微博:</p></th>
|
|
<td width="35%"><p>${lis.wbTx}</p></td>
|
|
|
|
|
|
</tr>
|
|
<tr>
|
|
<th width="15%"><p>最后更新时间:</p></th>
|
|
<td width="35%"><p><fmt:formatDate value="${lis.lastUpdateTime}" type="date" pattern="yyyy-MM-dd"/></p></td>
|
|
|
|
|
|
<th width="15%"><p>简介:</p></th>
|
|
<td width="35%"><p>${lis.introduction}</p></td>
|
|
|
|
|
|
</tr>
|
|
<tr>
|
|
<th width="15%"><p>备注:</p></th>
|
|
<td width="35%"><p>${lis.remark}</p></td>
|
|
|
|
<th width="15%"><p>经营模式:</p></th>
|
|
<td width="35%"><p>${lis.jyms}</p></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<!--选项卡结束-->
|
|
<!--选项卡结束-->
|
|
</div>
|
|
<!--选项卡结束-->
|
|
</div>
|
|
</form>
|
|
</body>
|
|
<!--日历-->
|
|
<script type="text/javascript" src="${ctx}/js/day/laydate.js"></script>
|
|
<script type="text/javascript" src="${ctx}/js/showDialog.js"></script>
|
|
<script type="text/javascript">
|
|
!function(){
|
|
laydate.skin('danlan');
|
|
laydate({elem:'#demo'});
|
|
}();
|
|
!function(){
|
|
laydate.skin('danlan');
|
|
laydate({elem:'#demo2'});
|
|
}();
|
|
!function(){
|
|
laydate.skin('danlan');
|
|
laydate({elem:'#demo3'});
|
|
}();
|
|
!function(){
|
|
laydate.skin('danlan');
|
|
laydate({elem:'#demo4'});
|
|
}();
|
|
</script>
|
|
</html> |