forked from dbcls/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
67 lines (67 loc) · 2.97 KB
/
contact.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
---
---
<!DOCTYPE html>
<!-- saved from url=(0031)http://dbcls.rois.ac.jp/contact -->
<html lang="ja" data-page-type="contact"><!--<![endif]-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width">
<title>お問い合わせ | DBCLS</title>
<link rel="stylesheet" href="style/default.css">
<script type="text/javascript">var submitted=false;</script>
</head>
<body>
{% include header.html %}
<div class="content__wrapper">
<div id="subWrap">
<div class="sub__navigation sticky">
<h2 class="page-title">Contact</h2>
<ul class="sub__navigation-wrapper outline-list-category__wrapper">
<li class="sub__navigation-title outline-list-category__title active">お問い合わせ</li>
</ul>
</div>
</div>
<div class="main__contents">
<div id="main__contents-">
<div class="main__content-title__wrapper">
<h3 class="main__content-title">お問い合わせ</h3>
</div>
<div class="section-wrapper__contact">
<p class="description">DBCLSに関する<a href="/website/faq.html">お問い合わせはこちら</a>からどうぞ。</p>
<p class="adelement__description">また、ライフサイエンス研究にまつわる疑問や質問については、<a href="http://qa.lifesciencedb.jp/" target="_blank">ライフサイエンスQA</a> をご覧いただくと回答が共有されていることがあります。</p>
<div class="contents__wrapper">
<iframe name="hidden_iframe" id="hidden_iframe" style="display:none;" onload="if(submitted){window.location='completion.html'}"></iframe>
<!--form action="https://docs.google.com/forms/d/e/1FAIpQLScRjapXpoqmtkK9Mm4JlKlvMuwWE2Msg8Se_3L5P2stllFD7A/formResponse" method="POST" id="ss-form" target="hidden_iframe" onsubmit="submitted=true"-->
<form action="https://docs.google.com/forms/d/e/1FAIpQLSfc-NJM8oSraAV705s9n3OXMEgN8XVJh6JeK8a_4Z7eHueiYQ/formResponse" method="POST" id="ss-form" target="hidden_iframe" onsubmit="submitted=true">
<section>
<h3>メールアドレス</h3>
<input type="email" name="emailAddress" required/>
</section>
<section>
<h3>題名</h3>
<!--input type="" name="entry.1817893011" required/-->
<input type="" name="entry.328797653" required/>
</section>
<section>
<h3>メッセージ本文</h3>
<!--textarea name="entry.777481871" required></textarea-->
<textarea name="entry.1082931457" required></textarea>
</section>
<section>
<h3>お名前</h3>
<!--input type="" name="entry.604032816" required/-->
<input type="" name="entry.1419418193" required/>
</section>
<div class="btn_submit">
<button type="submit" name="" value="send">送信</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
{% include footer.html %}
</body>
<script src="script/default-min.js"></script>
</html>