-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfrmTerms.aspx
197 lines (141 loc) · 6.96 KB
/
frmTerms.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
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="frmTerms.aspx.cs" Inherits="IEF_Visualization.frmTerms" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Terms & Conditions</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-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;
}
</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" style="background-color:white" >
<div class="row">
<div class= "col-md-12" >
<br />
<h2>Description and terms of use: </h2>
<br />
<h5>+ The CircularSankey web application is a free tool provided by Industrial Ecology Freiburg.</h5>
<h5>+ The software for the web app and the Sankey Method are part of an open source project. [‘Code is available on request and will be moved to a public repository.’]</h5>
<h5>+ The app runs on a virtual windows machine hosted by the computer centre of the Uni Freiburg, Germany.</h5>
<h5>+ Regular backups of the virtual machine are created by the computer centre.</h5>
<h5>+ User credentials and projects are stored in a MySQL database on the virtual machine.</h5>
<h5>+ Data transmission via the login form and the main text fields in the app is not encrypted.</h5>
<h5>+ The app does not store any Sankey data unless you click on the ‘Save into database’, ‘Update Data’, or ‘Save As’ buttons.</h5>
<h5> + This app is a development project. The web admins of IEF have full access to the database, including your user credentials and stored data.</h5>
<h5> + The figures created by the app are yours.</h5>
<h5> + IEF does not guarantee for the security of your login credentials and data.</h5>
</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>
<br /> <br /> <br /> <br /> <br /> <br /> <br />
</div>
<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>