New file |
| | |
| | | @model DTO.ServiceChargeDTO |
| | | @using DTO; |
| | | @{ |
| | | ViewBag.Title = "ServiceCharge"; |
| | | Layout = null; |
| | | List<TongjiBaoBiaoDTO> tuiguangDTOs = ViewBag.tuiguangDTOs as List<TongjiBaoBiaoDTO>; |
| | | List<TongjiBaoBiaoDTO> baifangkehuDTOs = ViewBag.baifangkehuDTOs as List<TongjiBaoBiaoDTO>; |
| | | List<TongjiDingDanDTO> dingdanDTOs = ViewBag.dingdanDTOs as List<TongjiDingDanDTO>; |
| | | List<TongjiBaoBiaoDTO> ziliaoweihuDTOs = ViewBag.ziliaoweihuDTOs as List<TongjiBaoBiaoDTO>; |
| | | List<TongjiBaoBiaoDTO> xiangmushishiDTOs = ViewBag.xiangmushishiDTOs as List<TongjiBaoBiaoDTO>; |
| | | |
| | | |
| | | string Tongjitime = ViewBag.Tongjitime as string; |
| | | |
| | | string UserName = ViewBag.UserName as string; |
| | | |
| | | int nookcount = dingdanDTOs == null ? 0 : dingdanDTOs.Count; |
| | | |
| | | int dingdanDTOsCount = ViewBag.dingdanDTOsCount; |
| | | int tuiguangDTOsCount = tuiguangDTOs.Count; |
| | | int baifangkehuDTOsCount = baifangkehuDTOs.Count; |
| | | int ziliaoweihuDTOsCount = ziliaoweihuDTOs.Count; |
| | | int xiangmushishiDTOsCount = xiangmushishiDTOs.Count; |
| | | int aaa = 1; |
| | | } |
| | | |
| | | <!DOCTYPE html> |
| | | <html> |
| | | <head> |
| | | <meta charset="utf-8"> |
| | | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| | | <meta http-equiv="Pragma" content="no-cache"> |
| | | <meta http-equiv="Cache-Control" content="no-siteapp" /> |
| | | <meta http-equiv="Cache-Control" content="no-cache"> |
| | | <meta http-equiv="Expires" content="0"> |
| | | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> |
| | | <meta name="renderer" content="webkit"> |
| | | <title>@SiteConfig.SiteName</title> |
| | | <meta name="keywords" content="@SiteConfig.Keywords"> |
| | | <meta name="description" content="@SiteConfig.Description"> |
| | | <meta name="author" content="@SiteConfig.Author"> |
| | | <link rel="icon" type="image/x-icon" href="@SiteConfig.ShortcutIcon"> |
| | | <!-- uc强制竖屏 --> |
| | | <meta name="screen-orientation" content="portrait"> |
| | | <!-- QQ强制竖屏 --> |
| | | <meta name="x5-orientation" content="portrait"> |
| | | <!-- UC强制全屏 --> |
| | | <meta name="full-screen" content="yes"> |
| | | <!-- QQ强制全屏 --> |
| | | <meta name="x5-fullscreen" content="true"> |
| | | <!--[if lt IE 9]> |
| | | <meta http-equiv="refresh" content="0;ie.html" /> |
| | | <![endif]--> |
| | | <script src="~/js/jquery.min.js"></script> |
| | | <link href="~/css/bootstrap.min.css" rel="stylesheet"> |
| | | <link href="~/css/font-awesome.min.css" rel="stylesheet"> |
| | | <link href="~/css/animate.min.css" rel="stylesheet"> |
| | | |
| | | @*<link href="~/css/plugins/iCheck/custom.css" rel="stylesheet">*@ |
| | | <link href="~/css/style.min.css" rel="stylesheet"> |
| | | <link href="~/css/plugins/chosen/chosen.css" rel="stylesheet"> |
| | | @*<link href="~/js/plugins/layer/skin/layer.css" rel="stylesheet">*@ |
| | | @*<link href="~/css/plugins/datapicker/datepicker3.css" rel="stylesheet">*@ |
| | | <link href="~/css/style.min.css" rel="stylesheet"> |
| | | <link href="~/css/plugins/toastr/toastr.min.css" rel="stylesheet" /> |
| | | <link href="~/css/plugins/webuploader/webuploader.css" rel="stylesheet" /> |
| | | |
| | | <style type="text/css"> |
| | | .webuploader-pick { |
| | | position: relative; |
| | | display: inline-block; |
| | | cursor: pointer; |
| | | background: #00b7ee; |
| | | padding: 8px 14px 7px 14px; |
| | | color: #fff; |
| | | text-align: center; |
| | | border-radius: 3px; |
| | | overflow: hidden; |
| | | } |
| | | |
| | | div.clearfix > label { |
| | | padding-top: 8px; |
| | | } |
| | | |
| | | .chosen-container { |
| | | border-radius: 1px; |
| | | border: 1px solid #e5e6e7; |
| | | } |
| | | |
| | | .col-md-1.control-label { |
| | | padding-right: 0px; |
| | | font-weight: 400; |
| | | } |
| | | |
| | | html { |
| | | font-family: sans-serif; |
| | | -ms-text-size-adjust: 100%; |
| | | -webkit-text-size-adjust: 100%; |
| | | } |
| | | |
| | | body { |
| | | margin: 10px; |
| | | } |
| | | |
| | | table { |
| | | border-collapse: collapse; |
| | | border-spacing: 0; |
| | | } |
| | | |
| | | td, th { |
| | | padding: 0; |
| | | } |
| | | |
| | | .pure-table { |
| | | border-collapse: collapse; |
| | | border-spacing: 0; |
| | | empty-cells: show; |
| | | border: 1px solid #cbcbcb; |
| | | } |
| | | |
| | | .pure-table caption { |
| | | color: #000; |
| | | font: italic 85%/1 arial,sans-serif; |
| | | padding: 1em 0; |
| | | text-align: center; |
| | | } |
| | | |
| | | .pure-table td, .pure-table th { |
| | | border-left: 1px solid #cbcbcb; |
| | | border-width: 0 0 0 1px; |
| | | font-size: inherit; |
| | | margin: 0; |
| | | overflow: visible; |
| | | padding: .5em 1em; |
| | | } |
| | | |
| | | .pure-table thead { |
| | | background-color: #e0e0e0 !important; |
| | | color: #000; |
| | | text-align: left; |
| | | vertical-align: bottom; |
| | | -webkit-print-color-adjust: exact; |
| | | } |
| | | |
| | | .pure-table td { |
| | | background-color: transparent; |
| | | } |
| | | |
| | | .pure-table-bordered td { |
| | | border-bottom: 1px solid #cbcbcb; |
| | | } |
| | | |
| | | .pure-table-bordered tbody > tr:last-child > td { |
| | | border-bottom-width: 0; |
| | | } |
| | | |
| | | /* .pure-table-bordered th { |
| | | border-bottom: 1px solid #cbcbcb; |
| | | } |
| | | |
| | | .pure-table-bordered tbody > tr:last-child > th { |
| | | border-bottom-width: 0; |
| | | }*/ |
| | | </style> |
| | | |
| | | <!-- jqgrid--> |
| | | @*<link href="~/css/plugins/jqgrid/ui.jqgrid.css" rel="stylesheet">*@ |
| | | <script language="javascript" src="~/js/jquery.min.js" type="text/javascript"></script> |
| | | <script src="~/js/bootstrap.min.js"></script> |
| | | @*<script src="~/js/plugins/bootstro/bootstro.js"></script>*@ |
| | | |
| | | <!--容器--> |
| | | @*<script language="javascript" src="~/js/datehelper.js" type="text/javascript"></script>*@ |
| | | @*<script language="javascript" src="~/js/plugins/query/jquery.query-object.js" type="text/javascript"></script>*@ |
| | | @*<script language="javascript" src="~/js/plugins/iCheck/icheck.min.js" type="text/javascript"></script>*@ |
| | | <script language="javascript" src="~/js/plugins/chosen/chosen.jquery.js" type="text/javascript"></script> |
| | | @*<script language="javascript" src="~/js/plugins/datapicker/bootstrap-datepicker.js" type="text/javascript"></script>*@ |
| | | <script language="javascript" src="~/js/plugins/layer/layer.js" type="text/javascript"></script> |
| | | @*<script src="~/js/plugins/jqgrid/jquery.jqGrid.min.js" type="text/javascript"></script>*@ |
| | | @*<script src="~/js/plugins/jqgrid/i18n/grid.locale-cn.js" type="text/javascript"></script>*@ |
| | | <script src="~/js/plugins/toastr/toastr.min.js" type="text/javascript"></script> |
| | | <script src="~/js/plugins/webuploader/webuploader.min.js"></script> |
| | | |
| | | <script language="javascript" src="~/js/common-layout.js" type="text/javascript"></script> |
| | | <script src="~/js/plugins/layer/laydate/laydate.js" type="text/javascript"></script> |
| | | @*<script src="~/js/plugins/iTexbox/itextbox.js" type="text/javascript"></script>*@ |
| | | @*<script src="~/js/plugins/iuploader/iuploader.js"></script>*@ |
| | | <script src="~/js/TUJS.js"></script> |
| | | </head> |
| | | <body class="gray-bg" style="overflow:auto"> |
| | | <button type="button" id="printl" onclick="onprint()">打印</button> |
| | | |
| | | <div class="wrapper wrapper-content" id="ibox-content" style="padding:15px;"> |
| | | <div class="row"> |
| | | <div class="col-sm-12"> |
| | | <div class="ibox float-e-margins"> |
| | | |
| | | <div id="div_content" class="ibox-content" style="background-color:white;"> |
| | | @*<div class="" style="text-align: center;"> |
| | | |
| | | <h1>绩效统计</h1> |
| | | |
| | | </div>*@ |
| | | <div class="row"> |
| | | <div class="clearfix layer-area" style="padding-bottom:15px;" id="chaxunxiashi"> |
| | | |
| | | <label class="text-right col-sm-1 col-md-1 control-label">统计时间</label> |
| | | <div class="col-sm-2 col-md-2"> |
| | | <input id="Tongjitime" class="form-control" label="统计时间" name="Tongjitime" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Tongjitime" readonly="readonly"> |
| | | |
| | | </div> |
| | | <div class="col-sm-2 col-md-2"> |
| | | <a class="btn btn-default btn-outline" href="javascript:void(0)" onclick="chaxun();" style="margin-left:4px; border-radius:4px;"> |
| | | <i class="fa fa-search"></i> <span class="bold">查询</span> |
| | | </a> |
| | | </div> |
| | | </div> |
| | | <div id="printArea"> |
| | | <div class=""> |
| | | |
| | | <h3> @UserName </h3> |
| | | |
| | | </div> |
| | | |
| | | @if (tuiguangDTOsCount > 0) |
| | | { |
| | | <div class=""> |
| | | |
| | | <h3>@aaa 、推广</h3> |
| | | |
| | | </div> |
| | | |
| | | |
| | | |
| | | |
| | | <div class="clearfix layer-area" style="padding-bottom:15px;"> |
| | | <table class="pure-table pure-table-bordered" style="width:100%;"> |
| | | <thead> |
| | | <tr> |
| | | <th style="width:8%;"> |
| | | 序号 |
| | | </th> |
| | | <th style="width:15%;"> |
| | | 推广工作 |
| | | </th> |
| | | <th style="width:15%;"> |
| | | 本月推广数量 |
| | | </th> |
| | | <th style="width:15%;"> |
| | | 本月任务 |
| | | </th> |
| | | <th style="width:15%;"> |
| | | 本日推广数量 |
| | | </th> |
| | | <th style="width:15%;"> |
| | | 本日任务 |
| | | </th> |
| | | <th style="width:15%;"> |
| | | 当日绩效考核 |
| | | </th> |
| | | </tr> |
| | | |
| | | </thead> |
| | | <tbody> |
| | | @{ |
| | | if (tuiguangDTOs != null && tuiguangDTOs.Count > 0) |
| | | { |
| | | for (int i = 0; i < tuiguangDTOs.Count; i++) |
| | | { |
| | | <tr> |
| | | <td>@(i+1)</td> |
| | | <td>@tuiguangDTOs[i].gongzuo</td> |
| | | <td>@(tuiguangDTOs[i].benyueshuliang == null || tuiguangDTOs[i].benyueshuliang=="0"?"":tuiguangDTOs[i].benyueshuliang)</td> |
| | | <td>@(tuiguangDTOs[i].benyueqingkuang == null || tuiguangDTOs[i].benyueqingkuang=="0"?"":tuiguangDTOs[i].benyueqingkuang)</td> |
| | | <td>@(tuiguangDTOs[i].benrishuliang == null || tuiguangDTOs[i].benrishuliang=="0"?"":tuiguangDTOs[i].benrishuliang)</td> |
| | | <td>@(tuiguangDTOs[i].benriqingkuang == null || tuiguangDTOs[i].benriqingkuang=="0"?"":tuiguangDTOs[i].benriqingkuang)</td> |
| | | <td>@(tuiguangDTOs[i].dangrijixiao == null || tuiguangDTOs[i].dangrijixiao=="0"?"":tuiguangDTOs[i].dangrijixiao)</td> |
| | | </tr> |
| | | } |
| | | } |
| | | aaa = aaa + 1; |
| | | } |
| | | </tbody> |
| | | </table> |
| | | </div> |
| | | |
| | | } |
| | | @if (baifangkehuDTOsCount > 0) |
| | | { |
| | | <div class=""> |
| | | |
| | | <h3>@aaa 、拜访客户</h3> |
| | | |
| | | </div> |
| | | |
| | | |
| | | |
| | | |
| | | <div class="clearfix layer-area" style="padding-bottom:15px;"> |
| | | <table class="pure-table pure-table-bordered" style="width:100%;"> |
| | | <thead> |
| | | <tr> |
| | | <th style="width:8%;"> |
| | | 序号 |
| | | </th> |
| | | <th style="width:15%;"> |
| | | 拜访类型 |
| | | </th> |
| | | <th style="width:15%;"> |
| | | 本月拜访数量 |
| | | </th> |
| | | <th style="width:15%;"> |
| | | 本月任务 |
| | | </th> |
| | | <th style="width:15%;"> |
| | | 本日拜访数量 |
| | | </th> |
| | | <th style="width:15%;"> |
| | | 本日任务 |
| | | </th> |
| | | <th style="width:15%;"> |
| | | 当日绩效考核 |
| | | </th> |
| | | </tr> |
| | | |
| | | </thead> |
| | | <tbody> |
| | | @{ |
| | | if (baifangkehuDTOs != null && baifangkehuDTOs.Count > 0) |
| | | { |
| | | for (int i = 0; i < baifangkehuDTOs.Count; i++) |
| | | { |
| | | <tr> |
| | | <td>@(i+1)</td> |
| | | <td>@baifangkehuDTOs[i].gongzuo</td> |
| | | <td>@(baifangkehuDTOs[i].benyueshuliang == null || baifangkehuDTOs[i].benyueshuliang=="0"?"": baifangkehuDTOs[i].benyueshuliang)</td> |
| | | <td>@(baifangkehuDTOs[i].benyueqingkuang == null || baifangkehuDTOs[i].benyueqingkuang=="0"?"": baifangkehuDTOs[i].benyueqingkuang)</td> |
| | | <td>@(baifangkehuDTOs[i].benrishuliang == null || baifangkehuDTOs[i].benrishuliang=="0"?"": baifangkehuDTOs[i].benrishuliang)</td> |
| | | <td>@(baifangkehuDTOs[i].benriqingkuang == null || baifangkehuDTOs[i].benriqingkuang=="0"?"": baifangkehuDTOs[i].benriqingkuang)</td> |
| | | <td>@(baifangkehuDTOs[i].dangrijixiao == null || baifangkehuDTOs[i].dangrijixiao=="0"?"": baifangkehuDTOs[i].dangrijixiao)</td> |
| | | </tr> |
| | | } |
| | | } |
| | | aaa = aaa + 1; |
| | | } |
| | | </tbody> |
| | | </table> |
| | | </div> |
| | | } |
| | | |
| | | @if (dingdanDTOsCount > 0) |
| | | { |
| | | <div class=""> |
| | | |
| | | <h3>@aaa 、新增订单</h3> |
| | | |
| | | </div> |
| | | |
| | | |
| | | |
| | | |
| | | <div class="clearfix layer-area" style="padding-bottom:15px;"> |
| | | <table class="pure-table pure-table-bordered" style="width:100%;"> |
| | | <thead> |
| | | <tr> |
| | | <th style="width:8%;"> |
| | | 序号 |
| | | </th> |
| | | |
| | | <th style="width:15%;"> |
| | | 订单编号 |
| | | </th> |
| | | <th style="width:15%;"> |
| | | 订单名称 |
| | | </th> |
| | | <th style="width:15%;"> |
| | | 单价 |
| | | </th> |
| | | <th style="width:15%;"> |
| | | 数量 |
| | | </th> |
| | | <th style="width:15%;"> |
| | | 金额 |
| | | </th> |
| | | <th style="width:15%;"> |
| | | 本月累计金额 |
| | | </th> |
| | | </tr> |
| | | |
| | | </thead> |
| | | <tbody> |
| | | @{ |
| | | if (dingdanDTOs != null && dingdanDTOs.Count > 0) |
| | | { |
| | | for (int i = 0; i < dingdanDTOs.Count; i++) |
| | | { |
| | | <tr> |
| | | <td>@(i+1)</td> |
| | | <td>@dingdanDTOs[i].dingdanbianhao</td> |
| | | <td>@dingdanDTOs[i].dingdanmingcheng</td> |
| | | <td>@(dingdanDTOs[i].danjia == null || dingdanDTOs[i].danjia == "0"?"": dingdanDTOs[i].danjia)</td> |
| | | <td>@(dingdanDTOs[i].shuliang == null || dingdanDTOs[i].shuliang == "0"?"": dingdanDTOs[i].shuliang)</td> |
| | | <td>@(dingdanDTOs[i].jine == null || dingdanDTOs[i].jine == "0"?"": dingdanDTOs[i].jine)</td> |
| | | <td>@(dingdanDTOs[i].benyueleijijine == null || dingdanDTOs[i].benyueleijijine == "0"?"": dingdanDTOs[i].benyueleijijine)</td> |
| | | </tr> |
| | | } |
| | | } |
| | | aaa = aaa + 1; |
| | | } |
| | | </tbody> |
| | | </table> |
| | | </div> |
| | | } |
| | | @if (ziliaoweihuDTOsCount > 0) |
| | | { |
| | | <div class=""> |
| | | |
| | | <h3>@aaa 、资料维护</h3> |
| | | |
| | | </div> |
| | | |
| | | |
| | | |
| | | |
| | | <div class="clearfix layer-area" style="padding-bottom:15px;"> |
| | | <table class="pure-table pure-table-bordered" style="width:100%;"> |
| | | <thead> |
| | | <tr> |
| | | <th style="width:8%;"> |
| | | 序号 |
| | | </th> |
| | | <th style="width:15%;"> |
| | | 资料类别 |
| | | </th> |
| | | <th style="width:15%;"> |
| | | 本月数量 |
| | | </th> |
| | | |
| | | <th style="width:15%;"> |
| | | 本日数量 |
| | | </th> |
| | | <th style="width:15%;"> |
| | | 当日绩效考核 |
| | | </th> |
| | | </tr> |
| | | |
| | | </thead> |
| | | <tbody> |
| | | @{ |
| | | if (ziliaoweihuDTOs != null && ziliaoweihuDTOs.Count > 0) |
| | | { |
| | | for (int i = 0; i < ziliaoweihuDTOs.Count; i++) |
| | | { |
| | | <tr> |
| | | <td>@(i+1)</td> |
| | | <td>@ziliaoweihuDTOs[i].gongzuo</td> |
| | | <td>@(ziliaoweihuDTOs[i].benyueshuliang == null || ziliaoweihuDTOs[i].benyueshuliang=="0"?"": ziliaoweihuDTOs[i].benyueshuliang)</td> |
| | | <td>@(ziliaoweihuDTOs[i].benrishuliang == null || ziliaoweihuDTOs[i].benrishuliang=="0"?"": ziliaoweihuDTOs[i].benrishuliang)</td> |
| | | <td>@(ziliaoweihuDTOs[i].dangrijixiao == null || ziliaoweihuDTOs[i].dangrijixiao=="0"?"": ziliaoweihuDTOs[i].dangrijixiao)</td> |
| | | </tr> |
| | | } |
| | | } |
| | | aaa = aaa + 1; |
| | | } |
| | | </tbody> |
| | | </table> |
| | | </div> |
| | | |
| | | } |
| | | |
| | | |
| | | @if (xiangmushishiDTOsCount > 0) |
| | | { |
| | | <div class=""> |
| | | |
| | | <h3>@aaa 、项目实施</h3> |
| | | |
| | | </div> |
| | | |
| | | |
| | | |
| | | |
| | | <div class="clearfix layer-area" style="padding-bottom:15px;"> |
| | | <table class="pure-table pure-table-bordered" style="width:100%;"> |
| | | <thead> |
| | | <tr> |
| | | <th style="width:8%;"> |
| | | 序号 |
| | | </th> |
| | | <th style="width:15%;"> |
| | | 实施类别 |
| | | </th> |
| | | <th style="width:15%;"> |
| | | 本月数量 |
| | | </th> |
| | | |
| | | <th style="width:15%;"> |
| | | 本日数量 |
| | | </th> |
| | | <th style="width:15%;"> |
| | | 当日绩效考核 |
| | | </th> |
| | | </tr> |
| | | |
| | | </thead> |
| | | <tbody> |
| | | @{ |
| | | if (xiangmushishiDTOs != null && xiangmushishiDTOs.Count > 0) |
| | | { |
| | | for (int i = 0; i < xiangmushishiDTOs.Count; i++) |
| | | { |
| | | <tr> |
| | | <td>@(i+1)</td> |
| | | <td>@xiangmushishiDTOs[i].gongzuo</td> |
| | | <td>@(xiangmushishiDTOs[i].benyueshuliang == null || xiangmushishiDTOs[i].benyueshuliang=="0"?"": xiangmushishiDTOs[i].benyueshuliang)</td> |
| | | <td>@(xiangmushishiDTOs[i].benrishuliang == null || xiangmushishiDTOs[i].benrishuliang=="0"?"": xiangmushishiDTOs[i].benrishuliang)</td> |
| | | <td>@(xiangmushishiDTOs[i].dangrijixiao == null || xiangmushishiDTOs[i].dangrijixiao=="0"?"": xiangmushishiDTOs[i].dangrijixiao)</td> |
| | | </tr> |
| | | } |
| | | } |
| | | aaa = aaa + 1; |
| | | } |
| | | </tbody> |
| | | </table> |
| | | </div> |
| | | } |
| | | </div> |
| | | |
| | | |
| | | |
| | | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <div class="wrapper wrapper-content" style="margin-top:0px"></div> |
| | | <div class="ibox-content" id="top" style="z-index:100; position:fixed; height:50px; width:100%;bottom:0; text-align: right; padding-top:8px "> |
| | | |
| | | </div> |
| | | |
| | | </body> |
| | | <script type="text/javascript"> |
| | | |
| | | toastr.options = { |
| | | "closeButton": true, |
| | | "debug": false, |
| | | "progressBar": true, |
| | | "positionClass": "toast-bottom-right", |
| | | "onclick": null, |
| | | "showDuration": "300", |
| | | "hideDuration": "600", |
| | | "timeOut": "4500", |
| | | "extendedTimeOut": "600", |
| | | "showEasing": "swing", |
| | | "hideEasing": "linear", |
| | | "showMethod": "fadeIn", |
| | | "hideMethod": "fadeOut" |
| | | }; |
| | | laydate({ elem: "#Tongjitime", format: 'YYYY-MM-DD', istime: true, event: "focus" }); |
| | | |
| | | |
| | | // 保存岗位信息 |
| | | var chaxun = function () { |
| | | |
| | | |
| | | window.location = "/TongjiBaoBiao/Index?Tongjitime=" + $("#Tongjitime").val(); |
| | | } |
| | | |
| | | function printHtml(html) { |
| | | //var bodyHtml = document.body.innerHTML; |
| | | //document.body.innerHTML = html; |
| | | $("#printl").hide(); |
| | | $("#chaxunxiashi").hide(); |
| | | window.print(); |
| | | //document.body.innerHTML = bodyHtml; |
| | | $("#printl").show(); |
| | | $("#chaxunxiashi").show(); |
| | | } |
| | | function onprint() { |
| | | |
| | | var html = $("#printArea").html(); |
| | | printHtml(html); |
| | | |
| | | } |
| | | </script> |
| | | </html> |