Мітки: Редагування через мобільну версію Редагування з мобільного пристрою |
|
Рядок 1: |
Рядок 1: |
| <div class="mbox-text-div">
| | {{#css: |
| {{Ambox | | .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading{align-items:center;background:#fff;display:flex;justify-content:center;position:absolute;bottom:0;width:100%;z-index:1000;transition:visibility 0s,opacity .15s ease-in-out;opacity:0;visibility:hidden;} |
| | style = margin-left:2.5%; width:50%
| | .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap{align-items:baseline;display:flex;justify-content:center;} |
| | text = <big>Список шаблонів заяв та клопотань станом на [[Date:: 02 лютого 2022]]</big>
| | .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text{margin-right:6px;} |
| }} | | .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap{align-items:center;display:flex;justify-content:center;} |
| {{Ambox | | .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot,.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after,.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::before{content:"";animation-duration:1.5s;animation-iteration-count:infinite;animation-name:LOADING;background:#212529;border-radius:50%;display:block;height:5px;margin:0 4px;opacity:0;width:5px;} |
| | text = <big>Універсальний шаблон: <code><b>Клопотання / Заява</b></code></big>
| | .bootstrap-table .fixed-table-toolbar .search{position:relative;margin-top:10px;margin-bottom:10px;} |
| | style = width:50%; margin-left:2.5%
| | .table thead th {vertical-align: inherit;} |
| | type = content
| | .table {border-collapse: separate} |
| }} | | .sticky-header{position:sticky; top: 0 ;border-width: 1px; border-color: #CED4DA;} |
| </div>
| | h4.alert-heading {font-size:1.5rem;} |
|
| |
|
| {{#css:
| |
| {
| |
| font-family: Arial, Helvetica, sans-serif;
| |
| border-collapse: collapse;
| |
| width: 100%;
| |
| } | | } |
| | }} |
| | <html> |
| | <head> |
| | <script> |
| | var i = 0; |
| | var txt = 'Для пошуку необхідного шаблону введіть декілька символів в поле ПОШУК. Наприклад «скарга»'; |
| | var speed = 70; |
|
| |
|
| td, th {
| | window.onload = function typeWriter() { |
| border: 1px solid #ddd; | | if (i < txt.length) { |
| padding: 8px; | | document.getElementById("typewriter").innerHTML += txt.charAt(i); |
| | i++; |
| | setTimeout(typeWriter, speed); |
| | } |
| } | | } |
| | </script> |
|
| |
|
| tr:nth-child(even){background-color: #daeef3;}
| |
|
| |
|
| tr:hover {background-color: #ddd;}
| | <div class="alert alert-success" role="alert"> |
| | <h4 class="alert-heading">Список шаблонів заяв та клопотань станом на 2 лютого 2022 року</h4> |
| | <hr> |
| | <div class="alert alert-primary" role="alert"> |
| | Універсальний шаблон: <b>Клопотання / Заява</b> |
| | </div> |
| | </div> |
| | <div id="typewriter"></div> |
|
| |
|
| th {
| | <div class="table-wrap mt-1 mx-1"> |
| padding-top: 12px;
| | <table class="table table-striped table-bordered table-hover mx-auto standard" |
| padding-bottom: 12px;
| | id="ecourt-table" |
| text-align: left;
| | data-show-columns="false" |
| background-color: #61bbd385;
| | data-pagination="true" |
| }
| | data-page-size="20" |
| .table {width: 100%;}
| | data-search-highlight="true" |
| }}
| | data-show-search-clear-button="false" |
| <html>
| | data-search="true" |
| <head>
| | data-show-export="false" |
| </head>
| | data-click-to-select="true" |
| <body>
| | data-key-events="true" |
| <div class="table-container">
| | data-page-list="[10, 15, 20, 50, 100, all]" |
| <label>Пошук:</label><input type="text" onkeyup="filter(event)">
| | data-sort-order="asc" |
| <table id="easy-table" class="table is-striped is-bordered">
| | data-sort-name="Назва шаблону" |
| <thead>
| | data-search-align="left" |
| <tr>
| | > |
| <th width=5%>Id шаблону</th>
| | <thead class="sticky-header"> |
| <th width=30%>Назва шаблону</th>
| | <tr> |
| <th width=10%>Інстанція</th>
| | <th data-field="Id шаблону" data-sortable="true" style="width: 7%;">ID шаблону <i class="fa fa-sort" ></i></th> |
| <th width=10%>Категорія</th>
| | <th data-field="Назва шаблону" data-sortable="true" style="width: 28%;">Назва шаблону <i class="fa fa-sort"></th> |
| <th width=15%>Судочинство</th>
| | <th data-field="Інстанція" data-sortable="true" style="width: 10%;">Інстанція <i class="fa fa-sort"></th> |
| </tr>
| | <th data-field="Категорія" data-sortable="true" style="width: 10%;">Категорія <i class="fa fa-sort"></th> |
| | <th data-field="Судочинство" data-sortable="true" style="width: 15%;">Судочинство <i class="fa fa-sort"></th> |
| | </tr> |
| </thead> | | </thead> |
| <tbody>
| |
| </tbody>
| |
| </table> | | </table> |
| <div id="paginator"></div>
| |
| </div> | | </div> |
| </body> | | </body> |
| </html> | | </html> |
|
| |
|
| |
| {{Cat-ES}}
| |
| [[Категорія:Електронний суд]]
| |