-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfrmFAQs.aspx
246 lines (192 loc) · 7.55 KB
/
frmFAQs.aspx
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="frmFAQs.aspx.cs" Inherits="IEF_Visualization.frmFAQs" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>FAQs</title>
<link href="css/jquery-ui.css" rel="stylesheet" />
<link href="css/bootstrap.css" rel="stylesheet" />
<link href="css/footer-distributed-with-address-and-phones.css" rel="stylesheet" />
<link href="css/body.css" rel="stylesheet" />
<!-- css -->
<script src="bootstrap/js/jquery-1.10.2.min.js"></script>
<script src="bootstrap/bootstrap/js/bootstrap.min.js"></script>
<style type="text/css">
.col-md-8 {
text-align:left;
}
.col-md-12 {
padding-left:0px;
/*background-color:#229922;*/
}
.col-md-4 {
padding-left:0px;
/*background-color:#229922;*/
}
.col-md-10 {
text-align: right;
padding-bottom: 0px;
}
.col-md-2 {
float: left;
padding: 0;
background-color:none;
padding-bottom: 0px;
}
.col-md-2 p a, p a:hover {
color: darkgreen;
font-weight:bold;
font-size:22px;
text-decoration: none;
}
.col-md-2 p span {
color: lightgreen;
}
.ui-tabs .ui-tabs-panel {
border-width: 0;
display: block;
padding: .2em .2em;
}
.ui-tabs .ui-tabs-nav {
margin: 0;
}
.btn{
margin-right: 7px;
margin-top: 8px;
}
h4{
color:#229922;
font-family:Tahoma;
}
h5{
font-family:Tahoma;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div class="jumbotron">
<div class="container-fluid">
<div class="col-md-2">
<img src="resources/IEF_Logo.png" style="padding-left:10px;" width="150px" height="150px" />
</div>
<div class="col-md-8" style="padding-left:30px;">
<h2>Industrial Ecology Freiburg</h2>
<p style="font-size:16px;">Research group at the Faculty of Environment and Natural Resources</p>
</div>
<div class="col-md-2">
<img src="resources/uni_freiburg.png" width="120px" height="150px"/>
</div>
</div>
</div>
<nav class="navbar navbar-default navbar-custom navbar">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="#">Circular Sankey</a>
</div>
<ul class="nav navbar-nav navbar-right">
<li><a href="frmHome.aspx">Login</a></li>
<li><a href="frmCircularSankey.aspx">Sankey Diagram</a></li>
<li><a href="frmBuildMap.aspx">Map Maker</a></li>
<li><a href="frmBuildChart.aspx">Pie Chart</a></li>
<li><a href="frmUserProfile.aspx">Your History</a></li>
<li><a href="frmUserGuide.aspx">User Guide</a></li>
<li><a href="http://www.industrialecology.uni-freiburg.de" target="_blank">Home</a></li>
<li><asp:Button ID="btnLogOut" runat="server" class="btn btn-info" Text="Log Out" OnClick="btnLoggOut_Click" /></li>
</ul>
</div>
</nav>
<div class="container-fluid" >
<div class="row">
<div class= "col-md-12" >
<div class="panel-group" id="accordion">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse1" style="font-weight:bold">
Registration and Access</a>
</h4>
</div>
<div id="collapse1" class="panel-collapse collapse in">
<div class="panel-body">
<h4>Do I need to be registered to use this tool?</h4>
<h5>Yes! Due to protect user rights and access to store and retreive the data, You have to be a valid user registered with us.</h5>
<br />
<h4>How to register?</h4>
<h5>There are two ways to register. one is to register directly by yourself from homepage and another is to write us email with your personal information so that we can create on behalf of you</h5>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse2" style="font-weight:bold">
Using The Tool</a>
</h4>
</div>
<div id="collapse2" class="panel-collapse collapse">
<div class="panel-body">
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse3" style="font-weight:bold">
Database</a>
</h4>
</div>
<div id="collapse3" class="panel-collapse collapse">
<div class="panel-body">Lorem ipsum dolor sit amet, consectetur adipisicing elit,
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad
minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea
commodo consequat.</div>
</div>
</div>
</div>
</div>
<div id="content" style="visibility:hidden">
<div id="content-inner">
<div id ="logindiv" style="float:right">
<strong style="color:green; font-size:14px;"> Hello,</strong> <asp:Label ID="lblUser" CssClass="user-name-label" runat="server" Text="" ></asp:Label>
<asp:Button ID="Button1" runat="server" CssClass="button-logout" Text="Log Out" OnClick="btnLoggOut_Click" />
</div>
<div class="clr"></div>
</div>
</div>
</div>
</div>
<br /> <br /> <br /> <br /> <br /> <br /> <br />
<footer class="footer-distributed">
<div class="footer-left">
<p class="footer-links">
<a href="http://www.blog.industrialecology.uni-freiburg.de">Blog</a>
.
<a href="http://www.blog.industrialecology.uni-freiburg.de">Research</a>
.
<a href="http://www.database.industrialecology.uni-freiburg.de">Database</a>
.
<a href="http://www.visualisation.industrialecology.uni-freiburg.de">Visualisation</a>
.
<a href="http://www.teaching.industrialecology.uni-freiburg.de">Teaching</a>
.
<a href="http://www.internal.industrialecology.uni-freiburg.de">Internal</a>
</p>
</div>
<div class="footer-center">
<div>
<h3>Industrial Ecology <span>Freiburg</span></h3>
<p> © 2017 Stefan Pauliuk & Mahadi Hasan<br>
Sustainable Energy and Material Flow Management (Industrial Ecology) <br>
Faculty of Environment and Natural Resources <br>
Tennenbacher Straße 4 <br>
D-79106 Freiburg <br>
Germany <br>
email: [email protected] <br>
</p>
</div>
</div>
</footer>
</form>
</body>
</html>