|
@@ -0,0 +1,506 @@
|
|
|
+<%@ page language="java" contentType="text/html; charset=UTF-8"
|
|
|
+ pageEncoding="UTF-8"%>
|
|
|
+
|
|
|
+<!DOCTYPE html>
|
|
|
+<html lang="en">
|
|
|
+<head>
|
|
|
+<meta charset="utf-8">
|
|
|
+<title>江苏省港口建设与经营管理信息系统</title>
|
|
|
+<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
+
|
|
|
+<%@ include file="../../common.jsp"%>
|
|
|
+<script type="text/javascript"
|
|
|
+ src="${app }/static/biz/js/gkjygl/gklhxkgl/lhxkgldetail.js"></script>
|
|
|
+<script type="text/javascript">
|
|
|
+ $(document).ready(function() {
|
|
|
+ iFrameHeightIframe('gkjyr');//自适应高度
|
|
|
+ lhxkgl.detail.path = '${path}';
|
|
|
+ lhxkgl.detail.path2 = '${path2}';
|
|
|
+ lhxkgl.detail.type = '${type}';
|
|
|
+ var root = $("#simple_new_menu");
|
|
|
+ var path = '${path}';
|
|
|
+ if (path != null && path != '') {
|
|
|
+ initclick(path);
|
|
|
+ } else {
|
|
|
+ $("#lhxkglLi").addClass("active");
|
|
|
+ $("#lhxkgl").addClass("tab-pane fade in active");
|
|
|
+ initmtxx();
|
|
|
+ initbwxx();
|
|
|
+ initcgxx();
|
|
|
+ initckxx();
|
|
|
+ initdcxx();
|
|
|
+ initryxx();
|
|
|
+ initsssbxx();
|
|
|
+ initqytzxx();
|
|
|
+ initzxjxxx();
|
|
|
+
|
|
|
+ }
|
|
|
+ root.find("li").addClass("original");
|
|
|
+ root.find("li").click(function() {
|
|
|
+ //root.find("li").eq($(this).index()).addClass("new_hover").siblings().removeClass('new_hover');
|
|
|
+ //$("#simple_new_main").find("div.new_tab_main").eq($(this).index()).css("display","block").siblings().css("display","none");
|
|
|
+ initclick($(this).index());
|
|
|
+ });
|
|
|
+ });
|
|
|
+
|
|
|
+ function initclick(index) {
|
|
|
+ $("#jyrLi").addClass("active");
|
|
|
+ $("#gkjyrxx").addClass("tab-pane fade in active");
|
|
|
+
|
|
|
+ $("#simple_new_menu").find("li").eq(index).addClass("new_hover")
|
|
|
+ .siblings().removeClass('new_hover');
|
|
|
+ $("#simple_new_main").find("div.new_tab_main").eq(index).css("display",
|
|
|
+ "block").siblings().css("display", "none");
|
|
|
+ if (index == 3) {
|
|
|
+ initmtxx();
|
|
|
+ }
|
|
|
+ if (index == 4) {
|
|
|
+ initbwxx();
|
|
|
+ }
|
|
|
+ if (index == 5) {
|
|
|
+ initcgxx();
|
|
|
+ }
|
|
|
+ if (index == 6) {
|
|
|
+ initckxx();
|
|
|
+ }
|
|
|
+ if (index == 7) {
|
|
|
+ initdcxx();
|
|
|
+ }
|
|
|
+ if (index == 8) {
|
|
|
+ initryxx();
|
|
|
+ }
|
|
|
+ if (index == 9) {
|
|
|
+ initsssbxx();
|
|
|
+ }
|
|
|
+ if (index == 10) {
|
|
|
+ initqytzxx();
|
|
|
+ }
|
|
|
+ if (index == 11) {
|
|
|
+ initzxjxxx();
|
|
|
+ }
|
|
|
+ }
|
|
|
+ function jyrSel(jyrid) {
|
|
|
+ guanbipop();
|
|
|
+ $.ajax({
|
|
|
+ async : true,
|
|
|
+ url : $.app + "/xkzxx/findByjyrid",
|
|
|
+ type : "post",
|
|
|
+ dataType : "json",
|
|
|
+ data : {
|
|
|
+ jyrid : jyrid,
|
|
|
+ flag : 1
|
|
|
+ },
|
|
|
+ success : function(data) {// ajax返回的数据
|
|
|
+ if (data.success) {
|
|
|
+ $.post($.app + "/gkjyr/findById", {
|
|
|
+ id : jyrid
|
|
|
+ }, function(data) {
|
|
|
+ //返回的是经营人实体,你可以在回掉中,进行任何其他字段的默认填写
|
|
|
+ $('#jyrid').val(data.id);
|
|
|
+ $('#xzjyr').val(data.gkjyr);
|
|
|
+ $('#bgdd').val(data.bgdz);
|
|
|
+ $('#fddbr').val(data.fddbr);
|
|
|
+ $('#lxdh').val(data.lxdh);
|
|
|
+ $('#cz').val(data.cz);
|
|
|
+
|
|
|
+ //经营人信息
|
|
|
+ $('#jyrLi').show();
|
|
|
+ $('#gkjyrid').val(data.id);
|
|
|
+ $('#gkjyr').val(data.gkjyr);
|
|
|
+ $('#bgdz').val(data.bgdz);
|
|
|
+
|
|
|
+ //孙正添加的
|
|
|
+ $('#szdzw').html(data.szdzw);
|
|
|
+ $('#szgkzw').html(data.szgkzw);
|
|
|
+ $('#szgqzw').html(data.szgqzw);
|
|
|
+ $('#xzqh').html(data.xzqh);
|
|
|
+ $('#yzbm').val(data.yzbm);
|
|
|
+ $('#gkjyxkzh').val(data.gkjyxkzh);
|
|
|
+ $('#fzrq').val(data.fzrq);
|
|
|
+ $('#fzjg').val(data.fzjg);
|
|
|
+ $('#jyfw').val(data.jyfw);
|
|
|
+ $('#jyqy').val(data.jyqy);
|
|
|
+ $('#zyhz').val(data.zyhz);
|
|
|
+ $('#fddbr').val(data.fddbr);
|
|
|
+ $('#lxdh').val(data.lxdh);
|
|
|
+ $('#cz').val(data.cz);
|
|
|
+ $('#gsyyzzbh').val(data.gsyyzzbh);
|
|
|
+ $('#tzze').val(data.tzze);
|
|
|
+ $('#zczb').val(data.zczb);
|
|
|
+ $('#gkwxhwzyfzbh').val(data.gkwxhwzyfzbh);
|
|
|
+ $('#gkssbafhzsbh').val(data.gkssbafhzsbh);
|
|
|
+ $('#cyrysl').val(data.cyrysl);
|
|
|
+ $('#xcglrysl').val(data.xcglrysl);
|
|
|
+ $('#xcglpxrysl').val(data.xcglpxrysl);
|
|
|
+ $('#zyjsrysl').val(data.zyjsrysl);
|
|
|
+ $('#zyjspxrysl').val(data.zyjspxrysl);
|
|
|
+ $('#xczyrysl').val(data.xczyrysl);
|
|
|
+ $('#xczyrypxsl').val(data.xczyrypxsl);
|
|
|
+ $('#fjsszmj').val(data.fjsszmj);
|
|
|
+ $('#bgyfmj').val(data.bgyfmj);
|
|
|
+ $('#axcd').val(data.axcd);
|
|
|
+ $('#mtqyhdgc').val(data.mtqyhdgc);
|
|
|
+ $('#mtbwzs').val(data.mtbwzs);
|
|
|
+ $('#scxbw').val(data.scxbw);
|
|
|
+ $('#fscxbw').val(data.fscxbw);
|
|
|
+ $('#zdkbnl').val(data.zdkbnl);
|
|
|
+ $('#wdjysbwsl').val(data.wdjysbwsl);
|
|
|
+ $('#mtjgxs').val(data.mtjgxs);
|
|
|
+ $('#bwzcd').val(data.bwzcd);
|
|
|
+ $('#sjntgnl').val(data.sjntgnl);
|
|
|
+ $('#jzx').val(data.jzx);
|
|
|
+ $('#sndzttl').val(data.sndzttl);
|
|
|
+ $('#sndwmttl').val(data.sndwmttl);
|
|
|
+ $('#sndzjzx').val(data.sndzjzx);
|
|
|
+ $('#sndwmjzx').val(data.sndwmjzx);
|
|
|
+ $('#lymj').val(data.lymj);
|
|
|
+ $('#ckzmj').val(data.ckzmj);
|
|
|
+ $('#tczmj').val(data.tczmj);
|
|
|
+ $('#zxsbgs').val(data.zxsbgs);
|
|
|
+ $('#mzdjgs').val(data.mzdjgs);
|
|
|
+ $('#ltqzjgs').val(data.ltqzjgs);
|
|
|
+ $('#gddjgs').val(data.gddjgs);
|
|
|
+ $('#qcqzjgs').val(data.qcqzjgs);
|
|
|
+ $('#sssbgs').val(data.sssbgs);
|
|
|
+ $('#qtjxgs').val(data.qtjxgs);
|
|
|
+ $('#gzcbgs').val(data.gzcbgs);
|
|
|
+ $('#cbzzzl').val(data.cbzzzl);
|
|
|
+ $('#gygxcd').val(data.gygxcd);
|
|
|
+ $('#tlzyxcd').val(data.tlzyxcd);
|
|
|
+ $('#cgsl').val(data.cgsl);
|
|
|
+ $('#cgzrl').val(data.cgzrl);
|
|
|
+ }, "json");
|
|
|
+ } else {
|
|
|
+ $.alert({
|
|
|
+ title : '提示',
|
|
|
+ content : data.message,
|
|
|
+ confirm : function() {
|
|
|
+ }
|
|
|
+ });
|
|
|
+ }
|
|
|
+ }
|
|
|
+ });
|
|
|
+ }
|
|
|
+</script>
|
|
|
+
|
|
|
+<style type="text/css">
|
|
|
+#simple_new_tab {
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+#simple_new_menu {
|
|
|
+ height: 36px;
|
|
|
+ margin-left:-20px;
|
|
|
+}
|
|
|
+
|
|
|
+#simple_new_menu ul li {
|
|
|
+ width: 74px;
|
|
|
+ height: 35px;
|
|
|
+ list-style: none;
|
|
|
+ float: left;
|
|
|
+ line-height: 35px;
|
|
|
+ margin-right: 1px;
|
|
|
+ border-radius: 3px 3px 0 0;
|
|
|
+ text-align: center;
|
|
|
+ color: #000;
|
|
|
+ cursor: pointer;
|
|
|
+ display: inline;
|
|
|
+}
|
|
|
+
|
|
|
+.original {
|
|
|
+ background-color: #dbdbdb;
|
|
|
+ border: 1px solid #a7adb8;
|
|
|
+}
|
|
|
+
|
|
|
+.new_hover {
|
|
|
+ background-color: #f4f4f5;
|
|
|
+ border-bottom: 0;
|
|
|
+ padding-top: 1px;
|
|
|
+ margin-bottom: -1px;
|
|
|
+}
|
|
|
+
|
|
|
+#simple_new_main {
|
|
|
+ width: 100%; margin-left:20px;
|
|
|
+ margin-top: -2px;
|
|
|
+ padding: 5px;
|
|
|
+ border: 1px solid #a7adb8;
|
|
|
+}
|
|
|
+/* .basic_info{width:100%;height:90%;margin:10px 0;min-height:300px;}
|
|
|
+ */
|
|
|
+.new_tab_main {
|
|
|
+ width: 100%;
|
|
|
+ min-height: 450px;
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
+.apply th {
|
|
|
+ width: 12%;
|
|
|
+}
|
|
|
+
|
|
|
+.apply td {
|
|
|
+ width: 13%;
|
|
|
+ font-size: 14px;
|
|
|
+}
|
|
|
+
|
|
|
+.clearfix:after {
|
|
|
+ content: ".";
|
|
|
+ display: block;
|
|
|
+ height: 0;
|
|
|
+ clear: both;
|
|
|
+ visibility: hidden;
|
|
|
+}
|
|
|
+
|
|
|
+.clearfix {
|
|
|
+ zoom: 1
|
|
|
+}
|
|
|
+</style>
|
|
|
+</head>
|
|
|
+<body>
|
|
|
+ <br />
|
|
|
+
|
|
|
+ <ul id="myTab" class="nav nav-tabs">
|
|
|
+ <li id="lhxkglLi" role="spp"><a href="#lhxkgl"
|
|
|
+ aria-controls="lhxkgl" role="tab" data-toggle="tab">港口经营业务申请书</a></li>
|
|
|
+ <li id="jyrLi" role="spp"><a href="#gkjyrxx"
|
|
|
+ aria-controls="gkjyrxx" role="tab" data-toggle="tab">港口经营人基本情况表</a></li>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ <!-- Tab panes -->
|
|
|
+ <div id=myTabcontent class="tab-content">
|
|
|
+ <div class="tab-pane fade" id="lhxkgl">
|
|
|
+ <div class="box">
|
|
|
+ <div class="box-content">
|
|
|
+ <div class="apply_fill">
|
|
|
+ <form id="addform" method="post">
|
|
|
+ <table class="apply" cellpadding="0" cellspacing="0">
|
|
|
+ <tr>
|
|
|
+ <th>申请人名称: </th>
|
|
|
+ <td><input type="text" class="form-control" name="sqr"
|
|
|
+ id="sqr"></td>
|
|
|
+ <th>法定代表 人: </th>
|
|
|
+ <td><input type="text" class="form-control" id="fddbr"
|
|
|
+ name="fddbr"></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>申请人联系方式: </th>
|
|
|
+ <td><input type="text" class="form-control" id="sqrlxfs"
|
|
|
+ name="sqrlxfs"></td>
|
|
|
+ <th>申请人邮编: </th>
|
|
|
+ <td><input type="text" class="form-control" id="sqryzbm"
|
|
|
+ name="sqryzbm"></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>申请人住址 : </th>
|
|
|
+ <td colspan="3"><input type="text" class="form-control"
|
|
|
+ id="sqrdz" name="sqrdz"></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>委托代理人姓名: </th>
|
|
|
+ <td><input type="text" class="form-control" id="wtdlrxm"
|
|
|
+ name="wtdlrxm"></td>
|
|
|
+ <th>委托代理人联系方式: </th>
|
|
|
+ <td><input type="text" class="form-control"
|
|
|
+ id="wtdlrlxfs" name="wtdlrlxfs"></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>申请的交通行政许可事项及内容: </th>
|
|
|
+ <td colspan="3"><input type="text" class="form-control"
|
|
|
+ id="wtdlrlxfs" name="wtdlrlxfs"></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>申请材料清单: </th>
|
|
|
+ <td colspan="3">
|
|
|
+ <table style="width: 100%">
|
|
|
+ <tr>
|
|
|
+ <td style="width: 20%; text-align: center;">序号</td>
|
|
|
+ <td style="width: 40%; text-align: center;">附件名称</td>
|
|
|
+ <td style="width: 40%; text-align: center;">上传附件名称</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ </table>
|
|
|
+
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+
|
|
|
+ <tr>
|
|
|
+ <th>申请日期: </th>
|
|
|
+ <td><input type="text" class="form-control"
|
|
|
+ readonly="readonly" value="${fn:substring(sqsj,0,10)}"></td>
|
|
|
+ <th>申请人签字或盖章:</th>
|
|
|
+ <td><input type="text" class="form-control"></td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ </form>
|
|
|
+ <div id="buttons">
|
|
|
+ <a class="btn btn-default btn-sm" href="#"
|
|
|
+ onclick="lhxkgl.detail.save()"> <i
|
|
|
+ class="glyphicon glyphicon-floppy-disk"></i> 保存
|
|
|
+ </a> <a class="btn btn-default btn-sm" href="#"
|
|
|
+ onclick="lhxkgl.detail.submit()"> <i
|
|
|
+ class="glyphicon glyphicon-floppy-disk"></i> 提交
|
|
|
+ </a> <a class="btn btn-default btn-sm" href="#"
|
|
|
+ onclick="lhxkgl.detail.back()"> <i
|
|
|
+ class="glyphicon glyphicon-arrow-left"></i> 返回
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="tab-pane" id="gkjyrxx">
|
|
|
+ <div class="box">
|
|
|
+ <div class="box-content">
|
|
|
+ <div class="new_tab_main " style="display: block;">
|
|
|
+ <div class="apply_fill">
|
|
|
+ <table class="apply" cellpadding="0" cellspacing="0">
|
|
|
+ <tr>
|
|
|
+ <th>公司名称: </th>
|
|
|
+ <td colspan="3"><input type="text" class="form-control"
|
|
|
+ name="gsmc" id="gsmc"></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>注册地址: </th>
|
|
|
+ <td colspan="3"><input type="text" class="form-control"
|
|
|
+ name="zcdz" id="zcdz"></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>法定代表人: </th>
|
|
|
+ <td><input type="text" class="form-control" name="fddbr"
|
|
|
+ id="fddbr"></td>
|
|
|
+ <th>工商营业执照<br>编号:
|
|
|
+ </th>
|
|
|
+ <td><input type="text" class="form-control"
|
|
|
+ name="gsyyzzbh" id="gsyyzzbh"></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>联系人: </th>
|
|
|
+ <td><input type="text" class="form-control" name="lxr"
|
|
|
+ id="lxr"></td>
|
|
|
+ <th>注册资本: </th>
|
|
|
+ <td><input type="text" class="form-control" name="zczb"
|
|
|
+ id="zczb"></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>联系电话: </th>
|
|
|
+ <td><input type="text" class="form-control" name="lxrdh"
|
|
|
+ id="lxrdh"></td>
|
|
|
+ <th>经营地域: </th>
|
|
|
+ <td><input type="text" class="form-control" name="jydy"
|
|
|
+ id="jydy"></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th colspan="2" style="text-align: center;">股东名称 </th>
|
|
|
+ <th style="text-align: center;">注册地 </th>
|
|
|
+ <th style="text-align: center;">投资股比 </th>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td colspan="2"><input type="text" class="form-control"
|
|
|
+ name="sqr" id="sqr"></td>
|
|
|
+ <td><input type="text" class="form-control" name="sqr"
|
|
|
+ id="sqr"></td>
|
|
|
+ <td><input type="text" class="form-control" name="sqr"
|
|
|
+ id="sqr"></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>员工总数: </th>
|
|
|
+ <td><input type="text" class="form-control" name="ygzs"
|
|
|
+ id="ygzs"></td>
|
|
|
+ <th>理货员数: </th>
|
|
|
+ <td><input type="text" class="form-control" name="lhys"
|
|
|
+ id="lhys">
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th rowspan="4">业务情况: </th>
|
|
|
+ <th></th>
|
|
|
+ <th style="text-align: center;">2014年 </th>
|
|
|
+ <th style="text-align: center;">2015年 </th>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>营业收入<br>数额(万元):
|
|
|
+ </th>
|
|
|
+ <td><input type="text" class="form-control" name="sqr"
|
|
|
+ id="sqr"></td>
|
|
|
+ <td><input type="text" class="form-control" name="sqr"
|
|
|
+ id="sqr"></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>理货量<br>数值(万吨):
|
|
|
+ </th>
|
|
|
+ <td><input type="text" class="form-control" name="sqr"
|
|
|
+ id="sqr"></td>
|
|
|
+ <td><input type="text" class="form-control" name="sqr"
|
|
|
+ id="sqr"></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>理箱量<br>数值(万TEU):
|
|
|
+ </th>
|
|
|
+ <td><input type="text" class="form-control" name="sqr"
|
|
|
+ id="sqr"></td>
|
|
|
+ <td><input type="text" class="form-control" name="sqr"
|
|
|
+ id="sqr"></td>
|
|
|
+ </tr>
|
|
|
+
|
|
|
+ <tr>
|
|
|
+ <th rowspan="4">公司负责人签名<br>及公司印章:
|
|
|
+ </th>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td colspan="3" style="text-align: center;">本公司确认上述信息真实有效,并向江苏省交通运输厅申请《港口经营许可证》(港口理货业务)。</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>签名: </th>
|
|
|
+ <td><input type="text" class="form-control"></td>
|
|
|
+ <td rowspan="2" style="text-align: center;">(公司印章)</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>日期: </th>
|
|
|
+ <td><input type="text" class="form-control"
|
|
|
+ readonly="readonly" value="${fn:substring(sqsj,0,10)}"></td>
|
|
|
+
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td colspan="2" style="text-align: center;">江苏省交通运输厅港口局审核意见:
|
|
|
+ </th>
|
|
|
+ <td colspan="2" style="text-align: center;">江苏省交通运输厅审核意见:
|
|
|
+ </th>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td colspan="2"><input type="text" class="form-control"></td>
|
|
|
+ <td colspan="2"><input type="text" class="form-control"></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>日期: </th>
|
|
|
+ <td><input type="text" class="form-control"
|
|
|
+ readonly="readonly" value="${fn:substring(sqsj,0,10)}"></td>
|
|
|
+ <th>日期: </th>
|
|
|
+ <td><input type="text" class="form-control"
|
|
|
+ readonly="readonly" value="${fn:substring(sqsj,0,10)}"></td>
|
|
|
+
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <div id="buttons">
|
|
|
+ <a class="btn btn-default btn-sm" href="#"
|
|
|
+ onclick="lhxkgl.detail.save()"> <i
|
|
|
+ class="glyphicon glyphicon-floppy-disk"></i> 保存
|
|
|
+ </a> <a class="btn btn-default btn-sm" href="#"
|
|
|
+ onclick="lhxkgl.detail.submit()"> <i
|
|
|
+ class="glyphicon glyphicon-floppy-disk"></i> 提交
|
|
|
+ </a> <a class="btn btn-default btn-sm" href="#"
|
|
|
+ onclick="lhxkgl.detail.back()"> <i
|
|
|
+ class="glyphicon glyphicon-arrow-left"></i> 返回
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ <!--endprint-->
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+</body>
|
|
|
+</html>
|