You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
102 lines
3.8 KiB
102 lines
3.8 KiB
<!DOCTYPE html>
|
|
<html lang="en" >
|
|
<head>
|
|
<!-- Yandex.Metrika counter -->
|
|
<script async="" src="https://mc.yandex.ru/metrika/tag.js"></script>
|
|
<script type="text/javascript">
|
|
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
|
|
m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
|
|
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
|
|
|
|
ym(88079149, "init", {
|
|
clickmap:true,
|
|
trackLinks:true,
|
|
accurateTrackBounce:true,
|
|
webvisor:true
|
|
});
|
|
</script>
|
|
<noscript><div><img src="https://mc.yandex.ru/watch/88079149" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
|
|
<!-- /Yandex.Metrika counter -->
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>Оркестратор pyOpenRPA</title>
|
|
<meta name="description" content="Ведущий RPA разработчик российского программного обеспечения. RPA платформа позволяет решать любые бизнес-задачи. Комплексное решение от компании RPA pyOpenRPA. Первое открытое российское RPA решение для крупного / среднего / малого бизнеса. Доступная автоматизация для каждого.">
|
|
<meta name="keywords" content="rpa, программные роботы, автоматизация бизнес-процессов, цифровые сотрудники, виртуальные сотрудники">
|
|
<link rel="stylesheet" type="text/css" href="/orpa/resources/Web/Semantic-UI-CSS-master/semantic.min.css">
|
|
<link rel="stylesheet" type="text/css" href="/orpa/resources/Web/orpa/styleset/home.css">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
|
|
<script
|
|
src="/orpa/resources/Web/jQuery/jquery-3.1.1.min.js"
|
|
crossorigin="anonymous"></script>
|
|
<script src="/orpa/resources/Web/Semantic-UI-CSS-master/semantic.min.js"></script>
|
|
<script src="/orpa/resources/Web/Handlebars/handlebars-v4.1.2.js"></script>
|
|
|
|
|
|
</head>
|
|
<body>
|
|
|
|
{% include 'header.xhtml' %}
|
|
<br><br><br><br><br>
|
|
<center>
|
|
<div class="ui message">
|
|
<div class="header">Внимание</div>
|
|
<p>{{errorMsg}}</p>
|
|
</div>
|
|
<button class="ui green button" onclick="document.location='/'">Повторить попытку</button>
|
|
</center>
|
|
{% include 'footer.xhtml' %}
|
|
|
|
|
|
</body>
|
|
<style type="text/css">
|
|
body {
|
|
background-color: #FFFFFF;
|
|
}
|
|
.main.container {
|
|
margin-top: 2em;
|
|
}
|
|
.overlay {
|
|
float: left;
|
|
margin: 0em 3em 1em 0em;
|
|
}
|
|
.overlay .menu {
|
|
position: relative;
|
|
left: 0;
|
|
transition: left 0.5s ease;
|
|
}
|
|
.main.menu.fixed {
|
|
background-color: #FFFFFF;
|
|
border: 1px solid #DDD;
|
|
box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
|
|
}
|
|
.overlay.fixed .menu {
|
|
left: 800px;
|
|
}
|
|
.text.container .left.floated.image {
|
|
margin: 2em 2em 2em -4em;
|
|
}
|
|
.text.container .right.floated.image {
|
|
margin: 2em -4em 2em 2em;
|
|
}
|
|
.ui.footer.segment {
|
|
margin: 10.7em 0em 0em;
|
|
padding: 5em 0em;
|
|
}
|
|
.ui.search.dropdown>input.search {
|
|
width:100%;
|
|
font-family:'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
|
font-weight: bold;
|
|
}
|
|
.ui.search.dropdown>.text {
|
|
width:100%;
|
|
font-family:'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
|
}
|
|
button.ui.green.button {
|
|
font-family:'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
|
background: #368279
|
|
}
|
|
</style>
|
|
</html>
|
|
|