418 lines
		
	
	
		
			23 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			418 lines
		
	
	
		
			23 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | ||
| <html lang="en">
 | ||
| <head>
 | ||
|     <meta charset="UTF-8">
 | ||
|     <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | ||
|     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | ||
|     <title>Отчёт {{Id}}</title>
 | ||
|     <link rel="stylesheet" href="../styles/main.css" />
 | ||
|   <link rel="stylesheet" href="https://unpkg.com/leaflet@1.7.1/dist/leaflet.css" />
 | ||
|     <script src="https://unpkg.com/leaflet@1.7.1/dist/leaflet.js"></script>
 | ||
| </head>
 | ||
| <body>
 | ||
| 
 | ||
|     <header>
 | ||
|         <h1>Аргус</h1>
 | ||
|         <h2><span>/</span> {{Organisation}}</h2>
 | ||
|     </header>
 | ||
| 
 | ||
|     <section class="account-info">
 | ||
|       <div id="account-main">
 | ||
|           <img id="person" src="../img/person.svg">
 | ||
|           <span>{{User}}</span>
 | ||
|           <img id="down" src="../img/down.svg">
 | ||
|           <img id="up" src="../img/up.svg">
 | ||
|       </div>
 | ||
|       <a href="/login"><div id="account-additional" class="additional">Выйти</div></a>
 | ||
|   </section>
 | ||
| 
 | ||
|     
 | ||
| 
 | ||
| 
 | ||
|     <section class="navigation">
 | ||
|         <a href="/">
 | ||
|             <div><img src="../img/chart.svg">Главная</div>
 | ||
|         </a>
 | ||
|         <a href="/devices">
 | ||
|             <div><img src="../img/cloud.svg">Устройства</div>
 | ||
|         </a>
 | ||
|         <a href="/reports">
 | ||
|             <div class="selected"><img src="../img/bubble.svg">Отчёты</div>
 | ||
|         </a>
 | ||
|         <a href="/live">
 | ||
|             <div><img src="../img/waves.svg">Трансляция</div>
 | ||
|         </a>
 | ||
|         <a href="/videos">
 | ||
|             <div><img src="../img/play.svg">Записи</div>
 | ||
|         </a>
 | ||
|         <a class="settings" href="/settings">
 | ||
|             <div><img src="../img/gear.svg">Настройки</div>
 | ||
|         </a>
 | ||
|     </section>
 | ||
| 
 | ||
|     <section class="main">
 | ||
|       {{#if ifDBError}}
 | ||
|       <section class="dberror">
 | ||
|         <div class="erorr-container">
 | ||
|           <img src="../img/warning.svg"> <br>
 | ||
|           <h1>Ошибка </h1> <br>
 | ||
|           <span>Не удалось получить данные из БД</span>
 | ||
|           <button type="button" onclick="location.reload();">Повторить попытку</button>
 | ||
|         </div>
 | ||
|       </section>
 | ||
|       {{/if}}
 | ||
|         <div class="name">
 | ||
|             <span>Отчёты</span>
 | ||
|         </div>
 | ||
|         <nav>
 | ||
|             <a class="return-name" href="/reports">
 | ||
|               <svg xmlns="http://www.w3.org/2000/svg" width="10" height="17" fill="none" viewBox="0 0 10 17">
 | ||
|               <g clip-path="url(#a)">
 | ||
|                 <path fill="#8086F9" d="M0 8.477a.88.88 0 0 0 .273.644l7.745 7.568a.84.84 0 0 0 .634.264c.508 0 .899-.38.899-.889a.917.917 0 0 0-.264-.634l-7.11-6.953 7.11-6.954A.936.936 0 0 0 9.551.89.876.876 0 0 0 8.652 0a.869.869 0 0 0-.634.254L.273 7.832A.864.864 0 0 0 0 8.477Z"/>
 | ||
|               </g>
 | ||
|               <defs>
 | ||
|                 <clipPath id="a">
 | ||
|                   <path fill="#fff" d="M0 0h9.551v16.963H0z"/>
 | ||
|                 </clipPath>
 | ||
|               </defs>
 | ||
|             </svg>
 | ||
|              Вернуться</a>
 | ||
|         </nav>
 | ||
|         <section class="bg">
 | ||
|             <section class="content">
 | ||
| 
 | ||
|                 <section class="for-table">
 | ||
| 
 | ||
|                     <section class="report" style="position: relative;">
 | ||
|                       <div class="report-top">
 | ||
|                         <h1>Список предупреждений</h1>
 | ||
|                         <div class="export">
 | ||
|                           <img src="../img/share.svg">
 | ||
|                           <span onclick="generatePDF();">Экспорт</span>
 | ||
|                         </div>
 | ||
|                       </div>
 | ||
| 
 | ||
|                       <div class="report-left">
 | ||
| 
 | ||
|                       <div class="report-info">
 | ||
| 
 | ||
|                         <ul>
 | ||
|                           <li><svg xmlns="http://www.w3.org/2000/svg" width="23" height="23" fill="none" viewBox="0 0 19 17">
 | ||
|                             <path fill="#000" fill-opacity=".75" d="M1.632 16.172c.741 0 1.203-.473 1.203-1.246V1.573C2.835.8 2.373.327 1.632.327.88.327.429.8.429 1.573v13.353c0 .773.45 1.246 1.203 1.246ZM6.896 16h4.264c4.62 0 7.337-2.879 7.337-7.777 0-4.888-2.728-7.724-7.337-7.724H6.896c-.752 0-1.204.473-1.204 1.246v13.009c0 .773.452 1.246 1.204 1.246Zm1.203-2.084V2.572h2.836c3.276 0 5.102 2.02 5.102 5.672 0 3.663-1.815 5.672-5.102 5.672H8.099Z"/>
 | ||
|                           </svg>{{Id}}</li>
 | ||
|                           <li><svg xmlns="http://www.w3.org/2000/svg" width="23" height="23" fill="none" viewBox="0 0 21 23">
 | ||
|                             <path fill="#000" fill-opacity=".75" d="M0 17.614c0 .813.614 1.347 1.656 1.347h4.63c.087 2.147 1.744 4.028 4.059 4.028 2.325 0 3.982-1.87 4.07-4.028h4.629c1.03 0 1.656-.534 1.656-1.346 0-1.113-1.119-2.115-2.062-3.105-.724-.768-.922-2.348-1.01-3.627-.076-4.385-1.195-7.211-4.113-8.28C13.142 1.147 11.968 0 10.345 0c-1.613 0-2.798 1.146-3.16 2.604-2.918 1.068-4.037 3.894-4.113 8.278-.088 1.28-.286 2.86-1.01 3.628C1.108 15.5 0 16.502 0 17.614Zm2.128-.333v-.134c.198-.323.856-.979 1.426-1.624.79-.89 1.163-2.326 1.262-4.496.088-4.862 1.514-6.41 3.39-6.932.274-.067.427-.2.438-.49.033-1.157.691-1.97 1.7-1.97 1.02 0 1.668.813 1.712 1.97.01.29.153.423.428.49 1.886.523 3.313 2.07 3.4 6.932.099 2.17.472 3.605 1.25 4.496.582.645 1.23 1.301 1.427 1.624v.134H2.128Zm5.869 1.68h4.706c-.088 1.513-1.031 2.459-2.358 2.459-1.317 0-2.271-.946-2.348-2.46Z"/>
 | ||
|                           </svg>{{Type}}</li>
 | ||
|                           <li><svg xmlns="http://www.w3.org/2000/svg" width="23" height="23" fill="none" viewBox="0 0 23 23">
 | ||
|                             <path fill="#000" fill-opacity=".75" d="M6.93 17.14c.609 0 1.105-.507 1.105-1.116 0-.608-.496-1.104-1.105-1.104-.608 0-1.104.496-1.104 1.104 0 .61.496 1.116 1.104 1.116ZM4.992 12.6c.62 0 1.116-.496 1.116-1.105a1.109 1.109 0 0 0-2.22 0c0 .609.507 1.105 1.104 1.105Zm1.916-4.53c.608 0 1.104-.508 1.104-1.105 0-.62-.496-1.104-1.104-1.104-.609 0-1.104.484-1.104 1.104 0 .597.495 1.105 1.104 1.105Zm4.575-1.984a1.12 1.12 0 0 0 1.104-1.104c0-.62-.507-1.116-1.104-1.116a1.109 1.109 0 0 0 0 2.22Zm6.491 6.514c.597 0 1.104-.496 1.104-1.105 0-.608-.507-1.104-1.104-1.104-.62 0-1.104.496-1.104 1.104 0 .609.484 1.105 1.104 1.105Zm-1.938 4.541c.608 0 1.104-.507 1.104-1.116 0-.608-.496-1.104-1.104-1.104-.609 0-1.105.496-1.105 1.104 0 .61.496 1.116 1.105 1.116ZM9.69 13.23c.913.89 2.164.687 2.919-.372l4.406-6.153c.406-.563-.191-1.15-.755-.755l-6.209 4.35c-1.07.744-1.262 2.006-.36 2.93Zm1.803 9.759c6.288 0 11.495-5.218 11.495-11.495C22.989 5.206 17.77 0 11.483 0 5.206 0 0 5.206 0 11.494 0 17.771 5.218 22.99 11.494 22.99Zm0-1.916a9.532 9.532 0 0 1-9.567-9.579c0-5.319 4.237-9.578 9.556-9.578 5.319 0 9.59 4.26 9.59 9.578a9.542 9.542 0 0 1-9.579 9.579Z"/>
 | ||
|                           </svg>{{Speed}} км/ч</li>
 | ||
|                           <li><svg xmlns="http://www.w3.org/2000/svg" width="23" height="23" fill="none" viewBox="0 0 23 22">
 | ||
|                             <path fill="#000" fill-opacity=".75" d="M3.624 21.269h15.764c2.412 0 3.612-1.2 3.612-3.577V3.6C23 1.223 21.8.023 19.388.023H3.624C1.212.023 0 1.212 0 3.601v14.09c0 2.39 1.212 3.578 3.624 3.578Zm-.173-1.858c-1.028 0-1.593-.542-1.593-1.616V6.913c0-1.062.565-1.616 1.593-1.616h16.087c1.027 0 1.604.554 1.604 1.616v10.882c0 1.074-.577 1.616-1.604 1.616H3.45Zm5.804-9.97h.681c.404 0 .531-.116.531-.52V8.24c0-.404-.127-.53-.53-.53h-.682c-.404 0-.542.126-.542.53v.68c0 .405.138.52.542.52Zm3.832 0h.68c.405 0 .543-.116.543-.52V8.24c0-.404-.138-.53-.542-.53h-.681c-.404 0-.543.126-.543.53v.68c0 .405.139.52.543.52Zm3.831 0h.681c.404 0 .543-.116.543-.52V8.24c0-.404-.139-.53-.543-.53h-.68c-.405 0-.532.126-.532.53v.68c0 .405.127.52.531.52ZM5.424 13.213h.67c.415 0 .542-.116.542-.52v-.68c0-.404-.127-.52-.543-.52h-.669c-.415 0-.542.116-.542.52v.68c0 .404.127.52.542.52Zm3.831 0h.681c.404 0 .531-.116.531-.52v-.68c0-.404-.127-.52-.53-.52h-.682c-.404 0-.542.116-.542.52v.68c0 .404.138.52.542.52Zm3.832 0h.68c.405 0 .543-.116.543-.52v-.68c0-.404-.138-.52-.542-.52h-.681c-.404 0-.543.116-.543.52v.68c0 .404.139.52.543.52Zm3.831 0h.681c.404 0 .543-.116.543-.52v-.68c0-.404-.139-.52-.543-.52h-.68c-.405 0-.532.116-.532.52v.68c0 .404.127.52.531.52ZM5.424 16.999h.67c.415 0 .542-.127.542-.53v-.682c0-.404-.127-.519-.543-.519h-.669c-.415 0-.542.115-.542.52v.68c0 .404.127.531.542.531Zm3.831 0h.681c.404 0 .531-.127.531-.53v-.682c0-.404-.127-.519-.53-.519h-.682c-.404 0-.542.115-.542.52v.68c0 .404.138.531.542.531Zm3.832 0h.68c.405 0 .543-.127.543-.53v-.682c0-.404-.138-.519-.542-.519h-.681c-.404 0-.543.115-.543.52v.68c0 .404.139.531.543.531Z"/>
 | ||
|                           </svg>{{Date}}</li>
 | ||
|                           <li><svg xmlns="http://www.w3.org/2000/svg" width="23" height="23" fill="none" viewBox="0 0 24 19">
 | ||
|                                 <path fill="#000" fill-opacity=".75" d="M4.58 6.143c-.078.341.068.478.44.459 1.562-.108 3.418-.196 6.533-.196 3.125 0 4.98.088 6.543.196.361.02.508-.118.43-.46-.235-1.035-.684-2.382-.997-2.92-.254-.439-.537-.634-1.045-.702-.703-.098-2.304-.166-4.931-.166-2.617 0-4.219.068-4.932.166-.508.068-.79.263-1.045.703-.312.537-.752 1.884-.996 2.92Zm-.068 6.65c.888 0 1.572-.684 1.572-1.572 0-.899-.684-1.573-1.572-1.573-.889 0-1.573.674-1.573 1.573 0 .888.684 1.572 1.573 1.572Zm4.463-.39h5.166c.664 0 1.123-.46 1.123-1.133 0-.665-.46-1.123-1.123-1.123H8.975c-.674 0-1.133.458-1.133 1.123 0 .673.459 1.132 1.133 1.132Zm9.619.39c.898 0 1.572-.684 1.572-1.572 0-.899-.674-1.573-1.572-1.573-.889 0-1.563.674-1.563 1.573 0 .888.674 1.572 1.563 1.572Zm-7.041 2.637c3.281 0 7.646-.166 9.492-.381 1.328-.147 2.06-.88 2.06-2.13v-1.718c0-1.65-.332-2.568-1.23-3.74l-.83-1.065c-.352-1.757-1.006-3.603-1.338-4.326C19.18.967 18.174.313 16.875.137 16.221.049 14.082 0 11.553 0 9.033 0 6.895.059 6.24.137 4.941.293 3.926.967 3.408 2.07c-.342.723-.986 2.569-1.347 4.326l-.82 1.065C.331 8.633 0 9.55 0 11.2v1.719c0 1.25.742 1.982 2.06 2.129 1.856.215 6.211.38 9.493.38Zm0-1.28c-3.32 0-7.578-.156-9.15-.351-.83-.098-1.124-.527-1.124-1.27v-1.328c0-1.338.215-1.963.977-2.959l.996-1.308c.264-1.416.898-3.39 1.318-4.288.313-.673.928-1.093 1.817-1.2.625-.079 2.607-.167 5.166-.167 2.568 0 4.58.088 5.146.166.918.117 1.524.537 1.846 1.201.42.899 1.055 2.872 1.308 4.288l1.006 1.308c.752.996.967 1.621.967 2.96v1.327c0 .742-.293 1.172-1.123 1.27-1.562.195-5.83.351-9.15.351Zm-9.756 3.965h1.142c.733 0 1.3-.566 1.3-1.289v-2.324l-3.741-.537v2.861c0 .723.566 1.29 1.299 1.29Zm18.369 0h1.152a1.27 1.27 0 0 0 1.29-1.289v-2.861l-3.731.537v2.324a1.27 1.27 0 0 0 1.289 1.29Z"/>
 | ||
|                               </svg>{{Serial}}</li>
 | ||
|                           <li><svg xmlns="http://www.w3.org/2000/svg" width="23" height="23" fill="none" viewBox="0 0 8 23">
 | ||
|                             <path fill="#000" fill-opacity=".75" d="M0 3.947a3.913 3.913 0 0 0 2.952 3.81v9.715c0 3.089.555 4.774.974 4.774.429 0 .973-1.675.973-4.774V7.757a3.913 3.913 0 0 0 2.963-3.81A3.94 3.94 0 0 0 3.926 0C1.748 0 0 1.78 0 3.947Zm2.806.22c-.723 0-1.35-.629-1.35-1.361 0-.723.627-1.34 1.35-1.34.732 0 1.34.617 1.34 1.34 0 .732-.608 1.36-1.34 1.36Z"/>
 | ||
|                           </svg>{{Geo}}</li>
 | ||
|                         </ul>
 | ||
| 
 | ||
|                       </div>
 | ||
| 
 | ||
| 
 | ||
|                       <!-- <div class="driver-info">
 | ||
|                         <ul>
 | ||
|                           <li><svg xmlns="http://www.w3.org/2000/svg" width="23" height="23" fill="none" viewBox="0 0 22 23">
 | ||
|                             <path fill="#000" fill-opacity=".75" d="M2.99 23h15.337c2.025 0 2.99-.61 2.99-1.952 0-3.197-4.04-7.821-10.653-7.821C4.04 13.226 0 17.85 0 21.047 0 22.39.964 23 2.99 23Zm-.574-1.842c-.317 0-.452-.086-.452-.342 0-2.001 3.1-5.747 8.7-5.747 5.589 0 8.688 3.746 8.688 5.747 0 .256-.122.342-.44.342H2.416Zm8.248-9.444c2.904 0 5.271-2.587 5.271-5.735 0-3.124-2.355-5.576-5.27-5.576-2.893 0-5.272 2.501-5.272 5.6.012 3.136 2.367 5.71 5.271 5.71Zm0-1.843c-1.781 0-3.306-1.708-3.306-3.868 0-2.123 1.5-3.758 3.306-3.758 1.818 0 3.307 1.61 3.307 3.734 0 2.16-1.513 3.892-3.307 3.892Z"/>
 | ||
|                           </svg>{{DriverName}}</li>
 | ||
|                           <li><svg xmlns="http://www.w3.org/2000/svg" width="23" height="23" fill="none" viewBox="0 0 23 23">
 | ||
|                             <path fill="#000" fill-opacity=".75" d="M17.053 23c2.053 0 3.402-.551 4.587-1.888.093-.094.187-.2.27-.293.703-.786 1.031-1.56 1.031-2.3 0-.844-.492-1.63-1.536-2.357l-3.413-2.369c-1.056-.727-2.287-.81-3.272.164l-.904.903c-.27.27-.504.282-.762.117-.633-.398-1.912-1.513-2.78-2.38-.914-.903-1.794-1.912-2.263-2.651-.153-.27-.141-.493.129-.762l.891-.904c.985-.985.903-2.228.176-3.272l-2.37-3.413C6.112.551 5.326.07 4.48.06 3.741.047 2.967.387 2.182 1.09l-.294.258C.551 2.545 0 3.894 0 5.923c0 3.354 2.064 7.436 5.853 11.224C9.618 20.912 13.71 23 17.053 23Zm.012-1.806c-2.99.058-6.826-2.24-9.864-5.266-3.06-3.05-5.465-7.014-5.407-10.005.024-1.29.481-2.404 1.396-3.202.082-.07.141-.129.223-.188.352-.305.727-.469 1.067-.469.34 0 .645.13.868.481l2.276 3.413c.246.364.27.774-.094 1.138L6.498 8.128c-.81.81-.75 1.794-.165 2.58.669.903 1.83 2.217 2.733 3.108.892.904 2.31 2.17 3.226 2.85.786.587 1.77.646 2.58-.164l1.032-1.032c.364-.364.762-.34 1.138-.105l3.413 2.275c.352.235.48.528.48.88 0 .34-.163.715-.468 1.067l-.188.223c-.798.915-1.912 1.36-3.214 1.384Z"/>
 | ||
|                           </svg>{{DriverPhone}}</li>
 | ||
|                           <li><svg xmlns="http://www.w3.org/2000/svg" width="23" height="23" fill="none" viewBox="0 0 23 18">
 | ||
|                             <path fill="#000" fill-opacity=".75" d="M3.27 17.969h16.772c1.875 0 2.958-1.084 2.958-3.23V3.24C23 1.105 21.906.022 19.73.022H2.957C1.083.02 0 1.094 0 3.24v11.5c0 2.156 1.094 3.229 3.27 3.229Zm-.062-1.594c-1.041 0-1.614-.552-1.614-1.635V3.24c0-1.073.573-1.625 1.614-1.625h16.584c1.02 0 1.614.552 1.614 1.635v11.5c0 1.073-.593 1.625-1.614 1.625H3.208Zm8.313-4.604c.729 0 1.437-.302 2.166-1.021l8.459-8.312-1.084-1.094-8.28 8.177c-.449.448-.855.646-1.261.646-.417 0-.823-.209-1.26-.646L1.937 1.302.843 2.396l8.51 8.354c.73.719 1.427 1.02 2.167 1.02Zm9.437 4.833 1.084-1.094-6.74-6.656-1.083 1.084 6.74 6.666ZM.99 15.521l1.083 1.094 6.75-6.677-1.094-1.084-6.74 6.667Z"/>
 | ||
|                           </svg>{{DriverEmail}}</li>
 | ||
|                           <li><svg xmlns="http://www.w3.org/2000/svg" width="23" height="23" fill="none" viewBox="0 0 23 18">
 | ||
|                             <path fill="#000" fill-opacity=".75" d="M4.633 5.91h6.292c.38 0 .682-.311.682-.692a.67.67 0 0 0-.682-.673H4.633a.656.656 0 0 0-.673.673c0 .38.283.693.673.693Zm0 2.605h4.604c.38 0 .683-.302.683-.683a.679.679 0 0 0-.683-.682H4.633a.664.664 0 0 0-.673.682c0 .38.283.683.673.683Zm12.076.264a2.333 2.333 0 0 0 2.33-2.341 2.333 2.333 0 0 0-2.33-2.341 2.342 2.342 0 0 0 0 4.682ZM3.063 17.957h16.874c2.049 0 3.063-1.004 3.063-3.014V3.023C23 1.015 21.986 0 19.937 0H3.063C1.024 0 0 1.014 0 3.024v11.92c0 2.009 1.024 3.013 3.063 3.013Zm.02-1.57c-.976 0-1.513-.517-1.513-1.532V3.112c0-1.015.537-1.542 1.512-1.542h16.836c.965 0 1.512.527 1.512 1.542v11.743c0 1.015-.547 1.532-1.512 1.532H3.082Z"/>
 | ||
|                           </svg>{{DriverLicense}}</li>
 | ||
|                         </ul>
 | ||
|                       </div> -->
 | ||
| 
 | ||
|                       <div class="speedometr">
 | ||
|                         <h1>Скорость</h1>
 | ||
|                         <span>км/ч</span>
 | ||
|                         <div>
 | ||
|                             <canvas id="speed"></canvas>
 | ||
|                         </div>
 | ||
|                       </div>
 | ||
| 
 | ||
|                       <div class="video-controls">
 | ||
|                         <div class="controls">
 | ||
|                           <span id="current-time">00:00</span>
 | ||
|                           <button id="play-pause-btn">
 | ||
|                             <svg id="play-icon" xmlns="http://www.w3.org/2000/svg" width="23" height="25" fill="none" viewBox="0 0 23 25">
 | ||
|                               <path fill="#0B0B0B" d="M1.77 25c.59 0 1.091-.236 1.681-.575l17.198-9.941c1.224-.723 1.652-1.195 1.652-1.977 0-.781-.428-1.253-1.652-1.961L3.451.59C2.861.25 2.36.03 1.77.03.678.03 0 .856 0 2.139v20.737C0 24.16.678 25 1.77 25Z"/>
 | ||
|                             </svg>
 | ||
|                             <svg id="pause-icon" xmlns="http://www.w3.org/2000/svg" width="19" height="25" fill="none" viewBox="0 0 19 25">
 | ||
|                               <path fill="#0B0B0B" d="M2.134 25h3.483c1.408 0 2.134-.736 2.134-2.163V2.163C7.751.706 7.025.015 5.617 0H2.134C.726 0 0 .736 0 2.163v20.674C-.015 24.264.712 25 2.134 25Zm11.264 0h3.468C18.274 25 19 24.264 19 22.837V2.163C19 .706 18.274 0 16.866 0h-3.468c-1.423 0-2.134.736-2.134 2.163v20.674c0 1.427.711 2.163 2.134 2.163Z"/>
 | ||
|                             </svg>
 | ||
|                           </button>
 | ||
|                           <span id="remaining-time">-00:00</span>
 | ||
|                         </div>
 | ||
|                           <div id="progress-bar">
 | ||
|                             <div id="progress"></div>
 | ||
|                           </div>
 | ||
|                       </div>
 | ||
| 
 | ||
|                     </div>
 | ||
| 
 | ||
|                       <video id="my-video" src="../test_video.MP4"></video>
 | ||
| 
 | ||
|                       <div class="stream-map">
 | ||
|                         <div id="map"></div>
 | ||
|                       </div>
 | ||
|                     </section> 
 | ||
|                 </section>
 | ||
|                 </section>
 | ||
|                 </section>
 | ||
| 
 | ||
|   <style>
 | ||
|     .stream-map {
 | ||
|       width: calc(100% - 450px - 514px);
 | ||
|       height: calc(100% - 62px);
 | ||
|       float: right;
 | ||
|     }
 | ||
|   </style>
 | ||
| 
 | ||
| <script>
 | ||
|   var prevLongitude = {{PrevLongitude}};
 | ||
|   var prevLatitude = {{PrevLatitude}};
 | ||
|   var nextLongitude = {{NextLongitude}};
 | ||
|   var nextLatitude = {{NextLatitude}};
 | ||
| 
 | ||
|   var startPoint = [prevLatitude, prevLongitude];
 | ||
|   var endPoint = [nextLatitude, nextLongitude];
 | ||
| 
 | ||
|   var map = L.map('map').setView(startPoint, 17);
 | ||
| 
 | ||
|   L.tileLayer('https://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer/tile/{z}/{y}/{x}').addTo(map);
 | ||
| 
 | ||
|   var routeStyle = {
 | ||
|       color: 'red',
 | ||
|       weight: 6
 | ||
|   };
 | ||
| 
 | ||
|   var routeCoordinates = [startPoint, endPoint];
 | ||
|   var route = L.polyline(routeCoordinates, routeStyle).addTo(map);
 | ||
| 
 | ||
|   var markerStyle = {
 | ||
|       radius: 7,
 | ||
|       fillColor: 'red',
 | ||
|       color: 'white',
 | ||
|       weight: 2,
 | ||
|       opacity: 1,
 | ||
|       fillOpacity: 1
 | ||
|   };
 | ||
| 
 | ||
|   var startMarker = L.circleMarker(startPoint, markerStyle).addTo(map);
 | ||
|   var endMarker = L.circleMarker(endPoint, markerStyle).addTo(map);
 | ||
| 
 | ||
|   // Убрать кнопки приближения/отдаления
 | ||
|   map.zoomControl.remove();
 | ||
| 
 | ||
|   // Убрать информационную панель
 | ||
|   map.attributionControl.remove();
 | ||
| </script>
 | ||
| 
 | ||
| 
 | ||
| <script>
 | ||
| 
 | ||
|   function sizeMap() {
 | ||
|     var mapContainer = document.querySelector('.map');
 | ||
|     var mapArea = document.getElementById('map');
 | ||
|     mapArea.style.height = (mapContainer.clientHeight) + 'px';
 | ||
|     mapArea.style.width = (mapContainer.clientWidth) + 'px';
 | ||
|   }
 | ||
| 
 | ||
|   // window.addEventListener('DOMContentLoaded', function() {
 | ||
|   //   sizeMap();
 | ||
|   // });
 | ||
| 
 | ||
|   window.addEventListener("resize", function (event) {
 | ||
|     sizeMap();
 | ||
|   });
 | ||
| </script>
 | ||
| 
 | ||
| 
 | ||
|                      
 | ||
| 
 | ||
|                 </section>
 | ||
| 
 | ||
| 
 | ||
|     <script src="../scripts/jquery.min.js"></script>
 | ||
|     <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
 | ||
| 
 | ||
|     <script>
 | ||
|       const video = document.getElementById('my-video');
 | ||
|       const playPauseButton = document.getElementById('play-pause-btn');
 | ||
|       const progressBar = document.getElementById('progress-bar');
 | ||
|       const progress = document.getElementById('progress');
 | ||
|       const currentTimeDisplay = document.getElementById('current-time');
 | ||
|       const remainingTimeDisplay = document.getElementById('remaining-time');
 | ||
|       const playIcon = document.getElementById('play-icon');
 | ||
|       const pauseIcon = document.getElementById('pause-icon');
 | ||
| 
 | ||
|       playPauseButton.addEventListener('click', togglePlayPause);
 | ||
|       progressBar.addEventListener('click', seek);
 | ||
| 
 | ||
|       function togglePlayPause() {
 | ||
|         if (video.paused) {
 | ||
|           video.play();
 | ||
|           playIcon.style.display = 'none';
 | ||
|           pauseIcon.style.display = 'inline-block';
 | ||
|         } else {
 | ||
|           video.pause();
 | ||
|           playIcon.style.display = 'inline-block';
 | ||
|           pauseIcon.style.display = 'none';
 | ||
|         }
 | ||
|       }
 | ||
| 
 | ||
|       function updateProgressBar() {
 | ||
|         const progressPercentage = (video.currentTime / video.duration) * 100;
 | ||
|         progress.style.width = `${progressPercentage}%`;
 | ||
| 
 | ||
|         const currentTime = formatTime(video.currentTime);
 | ||
|         currentTimeDisplay.textContent = currentTime;
 | ||
| 
 | ||
|         const remainingTime = formatTime(video.duration - video.currentTime);
 | ||
|         remainingTimeDisplay.textContent = `-${remainingTime}`;
 | ||
| 
 | ||
|         if (video.duration === video.currentTime) {
 | ||
|           progress.style.borderRadius = '50px';
 | ||
|           playIcon.style.display = 'inline-block';
 | ||
|           pauseIcon.style.display = 'none';
 | ||
|         } else {
 | ||
|           progress.style.borderRadius = '50px 0 0 50px';
 | ||
|         }
 | ||
|       }
 | ||
| 
 | ||
|       function seek(event) {
 | ||
|         const progressWidth = progressBar.clientWidth;
 | ||
|         const clickX = event.offsetX;
 | ||
|         const seekTime = (clickX / progressWidth) * video.duration;
 | ||
|         video.currentTime = seekTime;
 | ||
|       }
 | ||
| 
 | ||
|       function formatTime(time) {
 | ||
|         const minutes = Math.floor(time / 60);
 | ||
|         const seconds = Math.floor(time % 60);
 | ||
|         const formattedTime = `${String(minutes).padStart(2, '0')}:${String(seconds).padStart(2, '0')}`;
 | ||
|         return formattedTime;
 | ||
|       }
 | ||
| 
 | ||
|       video.addEventListener('timeupdate', updateProgressBar);
 | ||
| 
 | ||
| 
 | ||
|     </script>
 | ||
| 
 | ||
|     <script>
 | ||
|         // Скрытие/Показ дополнительных меню аккаунта
 | ||
|         const accountMain = document.getElementById('account-main');
 | ||
|         const accountAdditional = document.getElementById('account-additional');
 | ||
|         const accountUp = document.getElementById('up');
 | ||
|         const accountDown = document.getElementById('down');
 | ||
|         accountAdditional.style.display = 'none';
 | ||
|         accountUp.style.display = 'none';
 | ||
|         
 | ||
|         accountMain.addEventListener('click', () => {
 | ||
|           if (accountAdditional.style.display === 'none') {
 | ||
|             accountAdditional.style.display = 'flex';
 | ||
|             accountUp.style.display = 'unset';
 | ||
|             accountDown.style.display = 'none';
 | ||
|           } else {
 | ||
|             accountAdditional.style.display = 'none';
 | ||
|             accountUp.style.display = 'none';
 | ||
|             accountDown.style.display = 'unset';
 | ||
|           }
 | ||
|         });
 | ||
|       </script>
 | ||
| 
 | ||
| <script>
 | ||
|   function generatePDF() {
 | ||
|     const id = {{Id}}; 
 | ||
|     window.open(`/generate-pdf/${id}`, '_blank'); 
 | ||
|   }
 | ||
| </script>
 | ||
| 
 | ||
|       <script>
 | ||
|         Chart.defaults.color = "rgba(0, 0, 0, 0.4)";
 | ||
| Chart.defaults.font.size = 15;
 | ||
| Chart.defaults.font.weight = 400;
 | ||
|         var speedData = {
 | ||
|   labels: [
 | ||
|     "",
 | ||
|     "",
 | ||
|     "",
 | ||
|     "",
 | ||
|     "",
 | ||
|     "",
 | ||
|     "",
 | ||
|     "",
 | ||
|     "",
 | ||
|     "",
 | ||
|     "",
 | ||
|   ],
 | ||
|   datasets: [
 | ||
|     {
 | ||
|       label: "Скорость",
 | ||
|       borderColor: "#8086F9",
 | ||
|       fill: false,
 | ||
|       data: [
 | ||
|         {{Speeds}}
 | ||
|       ],
 | ||
|       pointStyle: false,
 | ||
|       pointRadius: 25,
 | ||
|       pointHoverRadius: 25,
 | ||
|       tension: 0.1,
 | ||
|     },
 | ||
|   ],
 | ||
| };
 | ||
| 
 | ||
| var speedOptions = {
 | ||
|   plugins: {
 | ||
|     legend: {
 | ||
|       display: false,
 | ||
|     },
 | ||
|   },
 | ||
|   labelStep: "3",
 | ||
|   responsive: true,
 | ||
|   maintainAspectRatio: false,
 | ||
|   scales: {
 | ||
|     y: {
 | ||
|       stacked: true,
 | ||
|       grid: {
 | ||
|         display: true,
 | ||
|         color: "#D9D9D9",
 | ||
|       },
 | ||
|       ticks: {
 | ||
|         stepSize: 10,
 | ||
|       },
 | ||
|     },
 | ||
|     x: {
 | ||
|       grid: {
 | ||
|         display: false,
 | ||
|       },
 | ||
|     },
 | ||
|   },
 | ||
| };
 | ||
| 
 | ||
| new Chart("speed", {
 | ||
|   type: "line",
 | ||
|   data: speedData,
 | ||
|   options: speedOptions,
 | ||
| });
 | ||
|       </script>
 | ||
| 
 | ||
|       
 | ||
|     
 | ||
| </body>
 | ||
| </html> |