Commit d5f7dbbe authored by xishifeng's avatar xishifeng

商铺编辑

parent 27d9f962
...@@ -71,6 +71,14 @@ ...@@ -71,6 +71,14 @@
top: 7px; top: 7px;
width: 20px; width: 20px;
} }
.address-relate{
cursor: pointer;
}
.address-search-head-div{
height: 88px;
overflow: hidden;
padding-left: 12%;
}
/*获取百度经纬度样式*/ /*获取百度经纬度样式*/
/*********************************************************百度定位页面iframe引入*************************************/ /*********************************************************百度定位页面iframe引入*************************************/
...@@ -96,11 +104,12 @@ ...@@ -96,11 +104,12 @@
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
display: none;
} }
.crile { .crile {
float: left; float: left;
width: 480px; width: 570px;
overflow: hidden; overflow: hidden;
position: relative; position: relative;
} }
...@@ -265,6 +274,24 @@ ...@@ -265,6 +274,24 @@
margin-left: -450px; margin-left: -450px;
margin-top: -350px; margin-top: -350px;
} }
/*整个页面加载图标区域*/
#main_loading_pic{
position: fixed;
top: 50%;
left: 50%;
width: 100px;
height: 100px;
margin-left: -50px;
margin-top: -50px;
overflow: hidden;
display: none;
}
#main_loading_pic>img{
float: left;
width: 100%;
height: 100%;
}
</style> </style>
<div id="page-content-wrapper"> <div id="page-content-wrapper">
...@@ -482,28 +509,30 @@ ...@@ -482,28 +509,30 @@
<li class="list-group-item"> <li class="list-group-item">
<div class="form-group"> <div class="form-group">
<label for="">对内地址</label> <label for="">对内地址</label>
<select class="form-control" id="province_internal" name="province_internal"></select> <button type="button" class="btn btn-primary" data-toggle="modal" data-target=".bs-example-modal-lg" id="position_btn">选择地址定位</button>
<!--<select class="form-control" id="province_internal" name="province_internal"></select>
<select class="form-control" id="city_internal" name="city_internal"></select> <select class="form-control" id="city_internal" name="city_internal"></select>
<select class="form-control" id="disc_internal" name="disc_internal"></select> <select class="form-control" id="disc_internal" name="disc_internal"></select>-->
<input type="text" class="form-control input-100-width address-relate" data-toggle="modal" data-target=".bs-example-modal-lg" title="通过地址定位获取" readonly="readonly" id="province_internal" />
<input type="text" class="form-control input-100-width address-relate" data-toggle="modal" data-target=".bs-example-modal-lg" title="通过地址定位获取" readonly="readonly" id="city_internal" />
<input type="text" class="form-control input-100-width address-relate" data-toggle="modal" data-target=".bs-example-modal-lg" title="通过地址定位获取" readonly="readonly" id="disc_internal" />
<input type="text" class="form-control" id="address_internal" placeholder="请输入详细地址" data-alert="请填写对内详细地址!"> <input type="text" class="form-control" id="address_internal" placeholder="请输入详细地址" data-alert="请填写对内详细地址!">
<button type="button" class="btn btn-primary" data-toggle="modal" data-target=".bs-example-modal-lg" id="position_btn">选择地址定位</button>
</div> </div>
<div class="form-group"> <div class="form-group">
<label for="longitude">经度</label> <label for="longitude">经度</label>
<input type="text" class="form-control input-100-width" readonly="readonly" id="longitude" name="longitude" data-alert="请通过地址定位获取经纬度!"> <input type="text" class="form-control input-100-width address-relate" data-toggle="modal" data-target=".bs-example-modal-lg" title="通过地址定位获取" readonly="readonly" id="longitude" name="longitude" data-alert="请通过地址定位获取经纬度!">
</div> </div>
<div class="form-group"> <div class="form-group">
<label for="">纬度</label> <label for="">纬度</label>
<input type="text" class="form-control input-100-width" readonly="readonly" id="latitude" name="latitude" data-alert="请通过地址定位获取经纬度!"> <input type="text" class="form-control input-100-width address-relate" data-toggle="modal" data-target=".bs-example-modal-lg" title="通过地址定位获取" readonly="readonly" id="latitude" name="latitude" data-alert="请通过地址定位获取经纬度!">
</div> </div>
</li> </li>
<li class="list-group-item show-c-part"> <li class="list-group-item show-c-part">
<div class="form-group"> <div class="form-group">
<label for="">对商户显示的地址</label> <label for="">对商户显示的地址</label>
<input type="text" class="form-control input-100-width" title="与对内地址一致,请通过修改对内地址,来改变此值" readonly="readonly" id="province_external" value="上海" /> <input type="text" class="form-control input-100-width address-relate" data-toggle="modal" data-target=".bs-example-modal-lg" title="与对内地址一致,通过地址定位获取" readonly="readonly" id="province_external" />
<input type="text" class="form-control input-100-width" title="与对内地址一致,请通过修改对内地址,来改变此值" readonly="readonly" id="city_external" value="上海" /> <input type="text" class="form-control input-100-width address-relate" data-toggle="modal" data-target=".bs-example-modal-lg" title="与对内地址一致,通过地址定位获取" readonly="readonly" id="city_external" />
<input type="text" class="form-control input-100-width" title="与对内地址一致,请通过修改对内地址,来改变此值" readonly="readonly" id="disc_external" value="黄浦" /> <input type="text" class="form-control input-100-width address-relate" data-toggle="modal" data-target=".bs-example-modal-lg" title="与对内地址一致,通过地址定位获取" readonly="readonly" id="disc_external" />
<input type="text" class="form-control" id="address_external" placeholder="请输入详细地址" data-alert="请填写对外详细地址!"> <input type="text" class="form-control" id="address_external" placeholder="请输入详细地址" data-alert="请填写对外详细地址!">
</div> </div>
</li> </li>
...@@ -651,7 +680,7 @@ ...@@ -651,7 +680,7 @@
<div class="modal fade bs-example-modal-lg" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel"> <div class="modal fade bs-example-modal-lg" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel">
<div class="modal-dialog modal-lg" role="document"> <div class="modal-dialog modal-lg" role="document">
<div class="modal-content" style="width: 780px;"> <div class="modal-content" style="width: 780px;">
<div class="modal-header" style="height: 88px;overflow: hidden;"> <div class="modal-header address-search-head-div">
<div class="address-header-bar"> <div class="address-header-bar">
<div id="address_city_title">上海市</div> <div id="address_city_title">上海市</div>
<div class="crile"> <div class="crile">
...@@ -684,4 +713,9 @@ ...@@ -684,4 +713,9 @@
<div id="img_mask_area" title="点击任意位置可关闭"> <div id="img_mask_area" title="点击任意位置可关闭">
<img /> <img />
</div> </div>
<!--整夜页面的加载图标区域-->
<div id="main_loading_pic">
<img src="/resource/image/jz2.gif" />
</div>
</div> </div>
\ No newline at end of file
This diff is collapsed.
<?php if (!defined('THINK_PATH')) exit(); /*a:5:{s:77:"C:\xampp\htdocs\tl_estate\public/../application/index\view\banner\banner.html";i:1517824281;s:80:"C:\xampp\htdocs\tl_estate\public/../application/index\view\global\frame_tpl.html";i:1517824281;s:81:"C:\xampp\htdocs\tl_estate\public/../application/index\view\global\header_tpl.html";i:1517824281;s:81:"C:\xampp\htdocs\tl_estate\public/../application/index\view\global\navigation.html";i:1517824281;s:81:"C:\xampp\htdocs\tl_estate\public/../application/index\view\global\footer_tpl.html";i:1517824281;}*/ ?>
<!DOCTYPE html>
<html lang="en-us">
<head>
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet" href="/resource/css/bootstrap.css" type="text/css" />
<link rel="stylesheet" href="/resource/css/public.css" type="text/css" />
<link rel="stylesheet" href="//qidian.gtimg.com/lulu/theme/peak/css/common/ui/Pagination.css">
<link rel="stylesheet" href="/resource/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="/resource/css/bootstrap-datetimepicker.min.css">
<title>同联商业</title>
</head>
<body>
<div class="navbar" style="background: #ff9419 !important;">
<div class="container-fluid">
<a class="brand">
<i><img src="/resource/image/houtai_footer_icon1.png" class="houtai_footer_icon1"></i>
<span class="hidden-phone">同联商业后台管理中心</span>
</a>
</div>
<div class="dropdown">
<button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
管理员vip
<span class="caret"></span>
</button>
<ul class="dropdown-menu" aria-labelledby="dropdownMenu1">
<li><a href="#">修改密码</a></li>
<li role="separator" class="divider"></li>
<li><a href="/index/logout">退出登录</a></li>
</ul>
</div>
</div>
<div id="wrapper">
<nav class="navbar navbar-inverse" id="sidebar-wrapper" role="navigation">
<ul class="nav sidebar-nav">
<!--便于后期更改使用-->
<!--<li class="sidebar-brand">-->
<!--<a href="#">-->
<!--Bootstrap 3-->
<!--</a>-->
<!--</li>-->
<!--<li class="dropdown">-->
<!--<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-fw fa-plus"></i> Dropdown <span class="caret"></span></a>-->
<!--<ul class="dropdown-menu" role="menu">-->
<!--<li class="dropdown-header">Dropdown heading</li>-->
<!--<li><a href="#">Action</a></li>-->
<!--<li><a href="#">Another action</a></li>-->
<!--<li><a href="#">Something else here</a></li>-->
<!--<li><a href="#">Separated link</a></li>-->
<!--<li><a href="#">One more separated link</a></li>-->
<!--</ul>-->
<!--</li>-->
<li role="presentation" class="active">
<a href="/admin.php/index/banner.html"> 首页轮播图</a>
</li>
<li role="presentation" class="active">
<a href="/admin.php/index/advertising"> 首页弹窗</a>
</li>
<li role="presentation">
<a href="/admin.php/index/users_list.html"> 用户列表</a>
</li>
<li role="presentation">
<a href="/admin.php/index/watch_shop.html"> 预约看铺列表</a>
</li>
<li role="presentation">
<a href="/admin.php/index/transfer_list.html"> 委托转铺列表</a>
</li>
<li role="presentation">
<a href="/admin.php/index/version.html"> 版本号管理</a>
</li>
<li role="presentation">
<a href="/admin.php/index/auth.html">角色管理</a>
</li>
<li role="presentation">
<a href="/admin.php/index/agent.html">经纪人列表</a>
</li>
<li role="presentation">
<a href="/admin.php/index/districtList.html">总监列表</a>
</li>
<li role="presentation">
<a href="/admin.php/index/authRuleIndex.html">权限管理</a>
</li>
<li role="presentation">
<a href="/admin.php/index/houseList.html">商铺列表</a>
</li>
<li role="presentation">
<a href="/admin.php/index/houseEdit.html">新增商铺</a>
</li>
<li role="presentation">
<a href="/admin.php/index/BusinessDistrict.html">商圈列表</a>
</li>
<li role="presentation">
<a href="/admin.php/index/editBusinessDistrict.html">编辑商圈</a>
</li>
</ul>
</nav>
<!-- 提示成功模态框(Modal) -->
<div class="successModel">
<div class="successModel-center">
<p>
<!--提交成功!-->
</p>
</div>
</div>
<!--<script>-->
<!--$(document).ready(function(),2000);//2秒后执行该方法-->
<!--});-->
<!--</script>-->
<input type="hidden" class="page-load" id="banner" />
<!--导航star-->
<!-- Sidebar -->
<!-- /#sidebar-wrapper -->
<!-- Page Content -->
<div id="page-content-wrapper">
<div class="container">
<div class="row">
<div class="col-lg-10 col-lg-offset-0">
<div class="panel panel-default">
<div class="panel-heading breadcrumb">
<li><a href="#">首页轮播图</a></li>
<li class="active">新增广告</li>
<div class="pull-right">
<ul class="bread_btn">
<li>
<a href="#modal-add-do" data-toggle="modal" id="add_banner" class="btn btn-default"><i class="icon-plus"></i>
新增广告</a>
</li>
</ul>
</div>
</div>
<div class="panel-body">
<div class="table-responsive">
<table class="table table-striped table-bordered table-hover">
<thead>
<tr>
<th>标题</th>
<th>图片</th>
<th>链接</th>
<th>排序</th>
<th>点击</th>
<th>修改人</th>
<th>操作</th>
</tr>
</thead>
<tbody id="banner_list">
</tbody>
</table>
<!-- /#page-content-wrapper -->
<div style="float:right" id="pagediv">
</div>
</div>
</div>
</div>
<input type="hidden" value="0" id="type" />
</div>
</div>
</div>
</div>
<script src='/resource/lib/js/require.min.js' data-main='/resource/js/main?version=123' charset='utf-8'></script>
</div>
</body>
</html>
<?php if (!defined('THINK_PATH')) exit(); /*a:1:{s:75:"C:\xampp\htdocs\tl_estate\public/../application/index\view\login\login.html";i:1517824281;}*/ ?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="apple-mobile-web-app-capable" content="yes">
<title>同联地产管理后台</title>
<link rel="stylesheet" href="/resource/css/login.css" type="text/css"/>
</head>
<body>
<div class="main-container">
<div class="main-content">
<div class="login-container">
<div class="center">
<h1>
<i class="ace-icon fa fa-leaf green"></i>
<span class="red">同联地产</span>
<span class="white" id="id-text2">管理后台</span>
</h1>
</div>
<div class="loginbox">
<form action="/admin.php/index/loginVerify" method="post">
<div class="input-icon">
<input class="input-block" type="text" id="username" name="username" autofocus
placeholder="请输入用户名" maxlength="16" required>
</div>
<div class="input-icon">
<input class="input-block" type="password" id="passwd" name="passwd" placeholder="请输入登录密码"
maxlength="16" required>
<span style="color: #fff;display: block;text-align: center;font-size: 12px"><?php echo $msg; ?></span>
</div>
<div class="center" style="margin-top: 15px">
<button type="submit" style="background: #87b1ff;">立即登陆</button>
</div>
</form>
</div>
</div>
</div>
</div>
<canvas></canvas>
<script src="/resource/lib/js/jquery-2.0.3.min.js"></script>
<script src="/resource/js/login.js"></script>
</body>
</html>
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment