(MVC) MVC (2021)

(<< Back) IconSlider

   1:  <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="~/Controls/MainMenu.ascx.cs" Inherits="UUEfgv.MainMenu" %>
   2:  <%@ Register Src="~/Controls/FilterSearch.ascx" TagName="FilterSearch1" TagPrefix="uc0" %>
   3:   
   4:  <%@ Register Src="SqlAndRequestDebugPanel.ascx" TagName="SqlAndRequestDebugPanel" TagPrefix="uc1" %>
   5:   
   6:  <uc0:FilterSearch1 ID="FilterSearch1" runat="server" />
   7:   
   8:  <uc1:SqlAndRequestDebugPanel ID="SqlAndRequestDebugPanel1" runat="server" />
   9:   
  10:  <%--<script type="text/javascript">
  11:      $.ajax({
  12:          type: "GET",
  13:          url: "/Handlers/GetControl.ashx",
  14:          data: {
  15:              Filter: "Status", //"Status","KeyWord","AuctionType","Region","Seller","LotNumber","AuctionDate","Price","PropertyType"
  16:              id: 1
  17:          },
  18:          dataType: "Html",
  19:          success: function (response) {
  20:              var SF = $("#pnFilterContent");
  21:              //SF.append(response);
  22:          }
  23:      });
  24:  </script>--%>
  25:   
  26:  <script type="text/javascript">
  27:      var startli = 0;
  28:      var lislider = [$("#lislider0"), $("#lislider1"), $("#lislider2"), $("#lislider3"), $("#lislider4"), $("#lislider5"), $("#lislider6"), $("#lislider7"), $("#lislider8"), $("#lislider9"), $("#lislider10"), $("#lislider11"), $("#lislider12"), $("#lislider13"), $("#lislider14"), $("#lislider15")];
  29:      for (let i = 0; i < 6; i++) {
  30:          lislider[i].show();
  31:      };
  32:      for (let i = 6; i < 15; i++) {
  33:          lislider[i].hide();
  34:      };
  35:      $("#sliderleft").bind("click", function () {
  36:          for (let i = startli; i < 16; i++) {
  37:              lislider[i].hide();
  38:          };
  39:          if (startli > 0) {
  40:              startli = startli - 1;
  41:          }
  42:          else {
  43:              startli = 10;
  44:          }
  45:          for (let i = startli; i < startli + 6; i++) {
  46:              lislider[i].show();
  47:          };
  48:      });
  49:      $("#sliderright").bind("click", function () {
  50:          for (let i = startli; i < 16; i++) {
  51:              lislider[i].hide();
  52:          };
  53:          if (startli < 10) {
  54:              startli = startli + 1;
  55:          }
  56:          else {
  57:              startli = 0;
  58:          }
  59:          for (let i = startli; i < startli + 6; i++) {
  60:              lislider[i].show();
  61:          };
  62:      });
  63:   
  64:  </script>
  65:   
  66:  <script type="text/javascript">
  67:      function showaddins() {
  68:          $("#addinsmenu").show();
  69:      }
  70:      function hideaddins() {
  71:          $("#addinsmenu").hide();
  72:      }
  73:   
  74:      $('#expandedIcon').hover(function () {
  75:          $("#addinsmenu").show();
  76:      }, null);
  77:   
  78:  </script>

   1:  <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="FilterSearch.ascx.cs" Inherits="UUEfgv.Controls.FilterSearch" %>
   2:   
   3:  <style>
   4:      li.borderless {
   5:          border-top: 0 none;
   6:      }
   7:   
   8:      li.minwidth {
   9:          margin: 0;
  10:          min-width: 170px;
  11:          width: 100%;
  12:      }
  13:   
  14:      .vl1 {
  15:          border-left: 1px solid white;
  16:      }
  17:   
  18:      .sectionbutton {
  19:          background: rgba(255, 255, 255, 0.8);
  20:          color: #3A3A3A;
  21:          border-radius: 4px;
  22:      }
  23:   
  24:      @-moz-document url-prefix() {
  25:      .rightbuttoncontainer {
  26:          margin-top: -90px; 
  27:          color: white; 
  28:          width:  35px; 
  29:          margin-left: 35px;
  30:      }
  31:   
  32:     .leftbuttoncontainer {
  33:          margin-top: -90px; 
  34:          color: white; 
  35:          width: 35px;
  36:     }
  37:     }
  38:     @media screen and (-webkit-min-device-pixel-ratio:0) {
  39:      .rightbuttoncontainer {
  40:          margin-top: 50px; 
  41:          color: white; 
  42:          width:  35px; 
  43:          margin-left: 35px;
  44:      }
  45:   
  46:     .leftbuttoncontainer {
  47:          margin-top: 50px; 
  48:          color: white; 
  49:          width: 35px;
  50:     }
  51:     }
  52:      
  53:  </style>
  54:   
  55:  <div class="jumbotron jumbotron-fluid" style="background-color: #002B4F; border-radius: 8px; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08); margin-bottom: 0px !important; text-align: center;padding-bottom: 0px !important;">
  56:      <div class="row container-fluid" style="height: 110px; overflow: hidden; margin-top: -30px; display: block ruby;">
  57:          <div style="width: 30px"></div>
  58:          <div class="leftbuttoncontainer">
  59:              <button id="sliderleft" type="button" class="btn btn-primary" style="margin-left: 10px; width: 30px; background: #002b4f; border-color: #002b4f;" onmouseover="this.style.backgroundColor='#0072CE'" onmouseout="this.style.backgroundColor='#002b4f'">
  60:                  <i class="fa fa-angle-left"></i>
  61:              </button>
  62:          </div>
  63:          <div class="col-sm-10">
  64:              <div style="display: grid; overflow: hidden !important; /* width: 1178px*/">
  65:                  <ul class="list-group list-group-horizontal" style="background-color: #002b4f">
  66:                      <li id="lislider0" class="list-group-item borderless minwidth" style="background-color: #002b4f; border-radius: 5px; cursor: pointer;" onmouseover="this.style.backgroundColor='#0072CE'" onmouseout="this.style.backgroundColor='#002b4f'">
  67:                          <a class="col cursor-pointer justify-content-center" style="text-align: center; margin-left: 2px;" href="filter/real-estate-sale">
  68:                              <%--<i class="fa fa-lg fa-building justify-content-center" style="color: #DBE9FF; width: 30px; text-align: center;"></i>--%>
  69:                              <svg width="146" height="84" viewBox="0 0 146 84" fill="none" xmlns="http://www.w3.org/2000/svg">
  ..:  
  79:                              </svg>
  80:                              <br />
  81:                              <%--<span class="col-12 text-center lang" style="color: white;" data-key="1106">Продаж нерухомості</span>--%>
  82:                          </a>
  83:                      </li>
  84:                      <li id="lislider1" class="list-group-item borderless minwidth" style="background-color: #002b4f; border-radius: 5px; cursor: pointer;" onmouseover="this.style.backgroundColor='#0072CE'" onmouseout="this.style.backgroundColor='#002b4f'">
  85:                          <a class="col cursor-pointer justify-content-center" style="text-align: center; margin-left: 2px;" href="filter/land-parcel">
  86:                              <%--<i class="fa fa-lg fa-draw-polygon justify-content-center" style="color: #DBE9FF; width: 30px; text-align: center;"></i>--%>
  87:                              <svg width="146" height="84" viewBox="0 0 146 84" fill="none" xmlns="http://www.w3.org/2000/svg">
  ..:  
  90:                              </svg>
  91:   
  92:                              <br />
  93:                              <%--<span class="col-12 text-center lang" style="color: white;" data-key="1124">Земельні ділянки</span>--%>
  94:                          </a>
  95:                      </li>
  96:                      <li id="lislider2" class="list-group-item borderless minwidth" style="background-color: #002b4f; border-radius: 5px; cursor: pointer;" onmouseover="this.style.backgroundColor='#0072CE'" onmouseout="this.style.backgroundColor='#002b4f'">
  97:                          <a class="col cursor-pointer justify-content-center" style="text-align: center; margin-left: 2px;" href="filter/privatization">
  98:                              <%--<i class="fa fa-lg fa-city justify-content-center" style="color: #DBE9FF; width: 30px; text-align: center;"></i>--%>
  99:                              <svg width="146" height="84" viewBox="0 0 146 84" fill="none" xmlns="http://www.w3.org/2000/svg">
  ..:  
 102:                              </svg>
 103:                              <br />
 104:                              <%--<span class="col-12 text-center lang" style="color: white;" data-key="4009">Об'єкти приватизації</span>--%>
 105:                          </a>
 106:                      </li>
 107:                      <li id="lislider3" class="list-group-item borderless minwidth" style="background-color: #002b4f; border-radius: 5px; cursor: pointer;" onmouseover="this.style.backgroundColor='#0072CE'" onmouseout="this.style.backgroundColor='#002b4f'">
 108:                          <a class="col cursor-pointer justify-content-center" style="text-align: center; margin-left: 2px;" href="filter/receivables">
 109:                              <%--<i class="fa fa-lg fa-coins justify-content-center" style="color: #DBE9FF; width: 30px; text-align: center;"></i>--%>
 110:                              <svg width="146" height="84" viewBox="0 0 146 84" fill="none" xmlns="http://www.w3.org/2000/svg">
  ..:  
 113:                              </svg>
 114:   
 115:                              <br />
 116:                              <%--<span class="col-12 text-center lang" style="color: white;" data-key="4008">Права вимоги за кредитами</span>--%>
 117:                          </a>
 118:                      </li>
 119:                      <li id="lislider4" class="list-group-item borderless minwidth" style="background-color: #002b4f; border-radius: 5px; cursor: pointer;" onmouseover="this.style.backgroundColor='#0072CE'" onmouseout="this.style.backgroundColor='#002b4f'">
 120:                          <a class="col cursor-pointer justify-content-center" style="text-align: center; margin-left: 2px;" href="filter/bankrupts-property">
 121:                              <%--<i class="fa fa-lg fa-cookie-bite justify-content-center" style="color: #DBE9FF; width: 30px; text-align: center;"></i>--%>
 122:                              <svg width="146" height="84" viewBox="0 0 146 84" fill="none" xmlns="http://www.w3.org/2000/svg">
  ..:  
 125:                              </svg>
 126:   
 127:                              <br />
 128:                              <%--<span class="col-12 text-center lang" style="color: white;" data-key="1121">Майно банкрутів</span>--%>
 129:                          </a>
 130:                      </li>
 131:                      <li id="lislider5" class="list-group-item borderless minwidth" style="background-color: #002b4f; border-radius: 5px; cursor: pointer;" onmouseover="this.style.backgroundColor='#0072CE'" onmouseout="this.style.backgroundColor='#002b4f'">
 132:                          <a class="col cursor-pointer justify-content-center" style="text-align: center; margin-left: 2px;" href="filter/leasehold">
 133:                              <%--<i class="fa fa-lg fa-landmark justify-content-center" style="color: #DBE9FF; width: 30px; text-align: center;"></i>--%>
 134:                              <svg width="146" height="84" viewBox="0 0 146 84" fill="none" xmlns="http://www.w3.org/2000/svg">
  ..:  
 137:                              </svg>
 138:                              <br />
 139:                              <%--<span class="col-12 text-center lang" style="color: white;" data-key="1105">Оренда нерухомості</span>--%>
 140:                          </a>
 141:                      </li>
 142:                      <li id="lislider6" class="list-group-item borderless minwidth" style="background-color: #002b4f; border-radius: 5px; cursor: pointer;" onmouseover="this.style.backgroundColor='#0072CE'" onmouseout="this.style.backgroundColor='#002b4f'">
 143:                          <a class="col cursor-pointer justify-content-center" style="text-align: center; margin-left: 2px;" href="filter/subsoil-use">
 144:                              <%--<i class="fa fa-lg fa-globe-americas justify-content-center" style="color: #DBE9FF; width: 30px; text-align: center;"></i>--%>
 145:                              <svg width="146" height="84" viewBox="0 0 146 84" fill="none" xmlns="http://www.w3.org/2000/svg">
  ..:  
 155:                              </svg>
 156:   
 157:                              <br />
 158:                              <%--<span class="col-12 text-center lang" style="color: white;" data-key="1109">Користування надрами</span>--%>
 159:                          </a>
 160:                      </li>
 161:                      <li id="lislider7" class="list-group-item borderless minwidth" style="background-color: #002b4f; border-radius: 5px; cursor: pointer;" onmouseover="this.style.backgroundColor='#0072CE'" onmouseout="this.style.backgroundColor='#002b4f'">
 162:                          <a class="col cursor-pointer justify-content-center" style="text-align: center; margin-left: 2px;" href="filter/vehicles">
 163:                              <%-- <i class="fa fa-lg fa-car-alt justify-content-center" style="color: #DBE9FF; width: 30px; text-align: center;"></i>--%>
 164:                              <svg width="146" height="84" viewBox="0 0 146 84" fill="none" xmlns="http://www.w3.org/2000/svg">
  ..:  
 167:                              </svg>
 168:                              <br />
 169:                              <%--<span class="col-12 text-center lang" style="color: white;" data-key="1104">Транспорт</span>--%>
 170:                          </a>
 171:                      </li>
 172:                      <li id="lislider8" class="list-group-item borderless minwidth" style="background-color: #002b4f; border-radius: 5px; cursor: pointer;" onmouseover="this.style.backgroundColor='#0072CE'" onmouseout="this.style.backgroundColor='#002b4f'">
 173:                          <a class="col cursor-pointer justify-content-center" style="text-align: center; margin-left: 2px;" href="filter/scrap-metal">
 174:                              <%--<i class="fa fa-lg fa-luggage-cart justify-content-center" style="color: #DBE9FF; width: 30px; text-align: center;"></i>--%>
 175:                              <svg width="146" height="84" viewBox="0 0 146 84" fill="none" xmlns="http://www.w3.org/2000/svg">
  ..:  
 178:                              </svg>
 179:                              <br />
 180:                              <span class="col-12 text-center lang" style="color: white;" data-key="1107">Метало<br />
 181:                                  брухт</span>
 182:                          </a>
 183:                      </li>
 184:                      <li id="lislider9" class="list-group-item borderless minwidth" style="background-color: #002b4f; border-radius: 5px; cursor: pointer;" onmouseover="this.style.backgroundColor='#0072CE'" onmouseout="this.style.backgroundColor='#002b4f'">
 185:                          <a class="col cursor-pointer justify-content-center" style="text-align: center; margin-left: 2px;" href="filter/wood">
 186:                              <%--<i class="fa fa-lg fa-tree justify-content-center" style="color: #DBE9FF; width: 30px; text-align: center;"></i>--%>
 187:                              <svg width="146" height="84" viewBox="0 0 146 84" fill="none" xmlns="http://www.w3.org/2000/svg">
  ..:  
 190:                              </svg>
 191:                              <br />
 192:                              <%--<span class="col-12 text-center lang" style="color: white;" data-key="1117">Деревина</span>--%>
 193:                          </a>
 194:                      </li>
 195:                      <li id="lislider10" class="list-group-item borderless minwidth" style="background-color: #002b4f; border-radius: 5px; cursor: pointer;" onmouseover="this.style.backgroundColor='#0072CE'" onmouseout="this.style.backgroundColor='#002b4f'">
 196:                          <a class="col cursor-pointer justify-content-center" style="text-align: center; margin-left: 2px;" href="filter/commercial-trades">
 197:                              <%--<i class="fa fa-lg fa-gavel justify-content-center" style="color: #DBE9FF; width: 30px; text-align: center;"></i>--%>
 198:                              <svg width="146" height="84" viewBox="0 0 146 84" fill="none" xmlns="http://www.w3.org/2000/svg">
  ..:  
 201:                              </svg>
 202:                              <br />
 203:                              <%--<span class="col-12 text-center lang" style="color: white;" data-key="1110">Комерційні торги</span>--%>
 204:                          </a>
 205:                      </li>
 206:                      <li id="lislider11" class="list-group-item borderless minwidth" style="background-color: #002b4f; border-radius: 5px; cursor: pointer;" onmouseover="this.style.backgroundColor='#0072CE'" onmouseout="this.style.backgroundColor='#002b4f'">
 207:                          <a class="col cursor-pointer justify-content-center" style="text-align: center; margin-left: 2px;" href="filter/rail-car-hire">
 208:                              <%-- <i class="fa fa-lg fa-train justify-content-center" style="color: #DBE9FF; width: 30px; text-align: center;"></i>--%>
 209:                              <svg width="146" height="84" viewBox="0 0 146 84" fill="none" xmlns="http://www.w3.org/2000/svg">
  ..:  
 212:                              </svg>
 213:                              <br />
 214:                              <%--<span class="col-12 text-center lang" style="color: white;" data-key="1108">Оренда вагонів</span>--%>
 215:                          </a>
 216:                      </li>
 217:                      <li id="lislider12" class="list-group-item borderless minwidth" style="background-color: #002b4f; border-radius: 5px; cursor: pointer;" onmouseover="this.style.backgroundColor='#0072CE'" onmouseout="this.style.backgroundColor='#002b4f'">
 218:                          <a class="col cursor-pointer justify-content-center" style="text-align: center; margin-left: 2px;" href="filter/customs">
 219:                              <%--<i class="fa fa-lg fa-address-card justify-content-center" style="color: #DBE9FF; width: 30px; text-align: center;"></i>--%>
 220:                              <svg width="146" height="84" viewBox="0 0 146 84" fill="none" xmlns="http://www.w3.org/2000/svg">
  ..:  
 223:                              </svg>
 224:   
 225:                              <br />
 226:                              <%--<span class="col-12 text-center lang" style="color: white;" data-key="4007">Митниця</span>--%>
 227:                          </a>
 228:                      </li>
 229:                      <li id="lislider13" class="list-group-item borderless minwidth" style="background-color: #002b4f; border-radius: 5px; cursor: pointer;" onmouseover="this.style.backgroundColor='#0072CE'" onmouseout="this.style.backgroundColor='#002b4f'">
 230:                          <a class="col cursor-pointer justify-content-center" style="text-align: center; margin-left: 2px;" href="filter/state-reserve">
 231:                              <%--<i class="fa fa-lg fa-atom justify-content-center" style="color: #DBE9FF; width: 30px; text-align: center;"></i>--%>
 232:                              <svg width="146" height="84" viewBox="0 0 146 84" fill="none" xmlns="http://www.w3.org/2000/svg">
  ..:  
 235:                              </svg>
 236:   
 237:                              <br />
 238:                             <%-- <span class="col-12 text-center lang" style="color: white;" data-key="4006">Держрезерв</span>--%>
 239:                          </a>
 240:                      </li>
 241:                      <li id="lislider14" class="list-group-item borderless minwidth" style="background-color: #002b4f; border-radius: 5px; cursor: pointer;" onmouseover="this.style.backgroundColor='#0072CE'" onmouseout="this.style.backgroundColor='#002b4f'">
 242:                          <a class="col cursor-pointer justify-content-center" style="text-align: center; margin-left: 2px;" href="/filter/legitimate-property-lease">
 243:                              <%--<i class="fa fa-lg fa-archway justify-content-center" style="color: #DBE9FF; width: 30px; text-align: center;"></i>--%>
 244:                              <svg width="146" height="84" viewBox="0 0 146 84" fill="none" xmlns="http://www.w3.org/2000/svg">
  ..:  
 247:                              </svg>
 248:                              <br />
 249:                              <%--<span class="col-12 text-center lang" style="color: white;" data-key="4005">Об'єкти оренди</span>--%>
 250:                          </a>
 251:                      </li>
 252:                      <li id="lislider15" class="list-group-item borderless minwidth" style="background-color: #002b4f; border-radius: 5px; cursor: pointer;" onmouseover="this.style.backgroundColor='#0072CE'" onmouseout="this.style.backgroundColor='#002b4f'">
 253:                          <a class="col cursor-pointer justify-content-center" style="text-align: center; margin-left: 2px;" href="filter/dgf">
 254:                              <%--<i class="fa fa-lg fa-file-invoice-dollar justify-content-center" style="color: #DBE9FF; width: 30px; text-align: center;"></i>--%>
 255:                              <svg width="146" height="84" viewBox="0 0 146 84" fill="none" xmlns="http://www.w3.org/2000/svg">
  ..:  
 258:                              </svg>
 259:                              <br />
 260:                             <%-- <span class="col-12 text-center lang" style="color: white;" data-key="">ФГВФО</span>--%>
 261:                          </a>
 262:                      </li>
 263:                  </ul>
 264:              </div>
 265:          </div>
 266:          <div class="rightbuttoncontainer">
 267:              <button id="sliderright" type="button" class="btn btn-primary" style="margin-left: 10px; width: 100%; background: #002b4f; border-color: #002b4f;" onmouseover="this.style.backgroundColor='#0072CE'" onmouseout="this.style.backgroundColor='#002b4f'">
 268:                  <i class="fa fa-angle-right"></i>
 269:              </button>
 270:          </div>
 271:      </div>
 272:      <div id="pnControl" class="container-fluid" style="display: none;">
 273:          <div class="row">
 274:              <div style="width: 10px"></div>
 275:              <div class="col-9  m-4 p-2">
 276:                  <div class="container-fluid border border-primary rounded border-0 pr-3" style="background-color: white;">
 277:                      <div id="pnFilterContent" class="container-fluid border border-primary rounded border-0 search-field m-3 p-2">
 278:                          <%-- !! --%>
 279:                          <input id="pn_filter_text_row" class="container-fluid border border-primary rounded border-0" type="text" onkeydown="filter_enter(event);" aria-label="search field" placeholder="Назва товару, код товару, ЄДРПОУ ..." style="width: 100%; min-height: 30px;">
 280:                      </div>
 281:                  </div>
 282:                  <div class="container-fluid">
 283:                      <div class="row justify-content-left m-3" style="margin-top: -10px !important; margin-bottom: 0px !important;">
 284:                          <div style="width: 10px"></div>
 285:                          <button class="col-auto btn btn-primary text-center text-truncate m-1 mr-2 lang filter-text sectionbutton" style="background-color:#f7f9f2;" type="button" data-key="225" id="btFilterStatus" onclick="Add_FilterValue('225','Status','');">Статус</button>
  ..:  
 295:                      </div>
 296:                  </div>
 297:              </div>
 298:              <div class="col-2 mt-4 p-4 " style="padding-right: 0px !important;">
 299:                  <div class="row justify-content-center">
 300:                      <div id="btnFilterTxt" class="col-5  lang" style="z-index: 2; position: absolute; color: white; padding-top: 5px; font-size: 1.5em; cursor: pointer; width:90px;" onmouseover="hideaddins();">
 301:                          Знайти
 302:                      </div>
 303:                      <button class="col-auto btn lang py-2 btn-block" style="background-color: #0072CE; color: white; border-color: #0072ce; text-align: right" id="btnFilter" type="button">
 304:                          <span id="expandedIcon" onmouseover="showaddins();" class="vl1" style="cursor: pointer; z-index:4"><i class="fa fa-sort-down" style="padding-left: 5px; width: 25px;" ></i></span>
 305:                      </button>
 306:                      <div id="addinsmenu" style="background-color: rgb(255, 255, 255); border-radius: 5px; position: absolute; margin-top: 40px; margin-left: 0px; padding-left: 22px; z-index: 3; display: none; padding-right: 22px;">
 307:                          <div class="col-auto  text-left text-truncate m-1 lang filter-text sectionbutton" type="button" style="cursor: pointer !important;" data-key="4011" onclick="Request();">Створити запит</div>
 308:                          <hr style="color: gray; margin-top: 0px; margin-bottom: 0px;" />
 309:                          <div class="col-auto  text-left text-truncate m-1 lang filter-text sectionbutton" type="button" style="cursor: pointer !important;" data-key="4012" onclick="DownloadExcelFile('all');">Завантажити в Excel</div>
 310:                      </div>
 311:                  </div>
 312:              </div>
 313:          </div>
 314:      </div>
 315:  </div>


Comments ( )
<00>  <01>  <02>  <03>  <04>  <05>  <06>  <07>  <08>  <09>  <10>  <11>  <12>  <13>  <14>  <15>  <16>  <17>  <18>  <19>  <20>  <21>  <22>  <23
Link to this page: http://www.vb-net.com/ProzorroFuture/Index.htm
<SITEMAP>  <MVC>  <ASP>  <NET>  <DATA>  <KIOSK>  <FLEX>  <SQL>  <NOTES>  <LINUX>  <MONO>  <FREEWARE>  <DOCS>  <ENG>  <CHAT ME>  <ABOUT ME>  < THANKS ME>