-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemail.html
106 lines (86 loc) · 4.84 KB
/
email.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE HTML>
<!--
Aerial by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>EQU</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.css">
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
</head>
<body class="loading" style="color: #ffffff;">
<div id="wrapper">
<div id="bg"></div>
<div id="overlay"></div>
<div id="main">
<!-- Header -->
<div id="header">
<h1>EQU</h1>
<p>Доступная система электронной очереди с уведомлениями</p>
<p> </p>
<div class="form-horizontal">
<!-- google form begin -->
<script type="text/javascript">var submitted=false;</script>
<iframe name="hidden_iframe" id="hidden_iframe" style="display:none;" onload="if(submitted) {window.location='./thanks.html';}"></iframe>
<form action="https://docs.google.com/forms/d/1Ly1HR9AA_ykRhe5G4eVMM5pwxXilAO1xyiHPqlkfwSY/formResponse" method="POST" id="ss-form" target="hidden_iframe" onsubmit="submitted=true;">
<div class="form-group form-group-lg form-group-sm">
<div class="col-lg-offset-4 col-lg-2 col-md-offset-3 col-md-3 col-sm-offset-2 col-sm-4 col-xs-12">
<input type="text" name="entry.1527220578" value="" class="form-control"
id="entry_1527220578" dir="auto" placeholder="Имя" required="" title="">
</div>
<div class="col-lg-2 col-md-3 col-sm-4 col-xs-12">
<input type="text" name="entry.1318234603" value="" class="form-control"
id="entry_1318234603" dir="auto" placeholder="Email" required=""
pattern="(?:[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?|\[(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?|[a-z0-9-]*[a-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])"
title="Неправильный email адрес">
</div>
</div>
<div class="form-group form-group-lg form-group-sm">
<div class="col-lg-offset-4 col-lg-4 col-md-offset-3 col-md-6 col-sm-offset-2 col-sm-8">
<textarea name="entry.1063616764" rows="8" cols="0" class="form-control"
id="entry_1063616764" dir="auto" placeholder="Сообщение"
required=""></textarea>
</div>
</div>
<div class="form-group form-group-lg">
<div class="col-lg-12">
<input type="submit" name="submit" value="Отправить" id="ss-submit" class="btn btn-success btn-lg">
</div>
</div>
<input type="hidden" name="draftResponse" value="[,,"-1096513929699831655"]">
<input type="hidden" name="pageHistory" value="0">
<input type="hidden" name="fvv" value="0">
<input type="hidden" name="fbzx" value="-1096513929699831655">
</form>
<!-- google form end -->
</div>
</div>
<!-- Footer -->
<footer id="footer">
<span class="copyright">© Fabio. Design: <a href="http://html5up.net">HTML5 UP</a>.</span>
</footer>
</div>
</div>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script>
window.onload = function() { document.body.className = ''; }
window.ontouchmove = function() { return false; }
window.onorientationchange = function() { document.body.scrollTop = 0; }
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-69840804-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>