-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5500cb9
commit c04f125
Showing
9 changed files
with
247 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
body{ | ||
background-color: #29ABE2; | ||
font-family: 'Raleway', sans-serif; | ||
margin-top: 5px; | ||
} | ||
|
||
label{ | ||
font-weight: 700; | ||
text-decoration: underline; | ||
} | ||
|
||
input{ | ||
margin-left: 1.5rem; | ||
} | ||
|
||
.message{ | ||
text-align: center; | ||
height: 12rem; | ||
width: 50rem; | ||
margin: 0 auto; | ||
padding: 2rem 5rem; | ||
background-color: white; | ||
border: 2px solid black; | ||
border-radius: 10px; | ||
font-weight: 700; | ||
} | ||
|
||
.message1{ | ||
height: 15rem; | ||
width: 50rem; | ||
margin: 2rem auto; | ||
padding: 2rem 3rem; | ||
background-color: white; | ||
border: 2px solid black; | ||
border-radius: 10px; | ||
} | ||
|
||
.header{ | ||
color: white; | ||
width: 60%; | ||
height: 100px; | ||
margin: 0.5rem auto; | ||
padding-top: 50px ; | ||
text-align: center; | ||
} | ||
|
||
.head{ | ||
font-size: 30px; | ||
font-weight: 600; | ||
margin-bottom: 50px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
form{ | ||
padding: 20px 0px 5px 40px; | ||
text-align: left; | ||
} | ||
|
||
input{ | ||
border: none; | ||
outline: none; | ||
background-color: inherit; | ||
} | ||
|
||
label{ | ||
font-weight: 700; | ||
} | ||
|
||
.body{ | ||
background-color: #29ABE2; | ||
font-family: 'Raleway', sans-serif; | ||
margin-top: 0; | ||
} | ||
|
||
.header{ | ||
color: white; | ||
width: 60%; | ||
height: 100px; | ||
margin: 0.5rem auto; | ||
padding-top: 50px ; | ||
text-align: center; | ||
} | ||
|
||
.head{ | ||
font-size: 30px; | ||
font-weight: 600; | ||
margin-bottom: 50px; | ||
} | ||
|
||
.form{ | ||
background-color: white; | ||
border: 2px solid black; | ||
border-radius: 5px; | ||
height: 20rem; | ||
width: 20rem; | ||
margin: 10% auto; | ||
} | ||
|
||
.form-group{ | ||
width: 80%; | ||
margin: 0; | ||
} | ||
|
||
.input1 { | ||
outline: none; | ||
border: none; | ||
height: 30px; | ||
width: 100%; | ||
border-bottom: 1px solid black; | ||
} | ||
|
||
.btn-light{ | ||
outline: none; | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<html> | ||
<head> | ||
<title>VSRN</title> | ||
<link href="https://fonts.googleapis.com/css?family=Raleway&display=swap" rel="stylesheet"> | ||
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"> | ||
<link rel="stylesheet" type="text/css" href="/css/msg.css"> | ||
</head> | ||
<body> | ||
<div class="header container"> | ||
<span class="head">Result</span><br><br> | ||
</div> | ||
<div class="message" style="font-size: 15;"> | ||
<%= (msg) %> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<html> | ||
<head> | ||
<title>VSRN</title> | ||
<link href="https://fonts.googleapis.com/css?family=Raleway&display=swap" rel="stylesheet"> | ||
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"> | ||
<link rel="stylesheet" type="text/css" href="/css/msg.css"> | ||
</head> | ||
<body> | ||
<div class="header container"> | ||
<span class="head">Result</span><br><br> | ||
</div> | ||
<div class="message" style="font-size: 15;"> | ||
<%= (msg) %> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<html> | ||
<head> | ||
<title>VSRN</title> | ||
<link href="https://fonts.googleapis.com/css?family=Raleway&display=swap" rel="stylesheet"> | ||
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"> | ||
<link rel="stylesheet" type="text/css" href="/css/msg.css"> | ||
<link rel="stylesheet" type="text/css" href="/css/pro.css"> | ||
</head> | ||
<body> | ||
<div class="header container"> | ||
<span class="head">Result</span><br><br> | ||
</div> | ||
<div class="message"> | ||
<h1><%= (msg) %></h1> | ||
<a href="/"><button style="margin: 5px;border: none;text-align: center;background-color: blanchedalmond;">Go to Home</button></a> | ||
</div> | ||
<% if (feedback){ %> | ||
<form action="/feedback" method="post"> | ||
<div class="message1"> | ||
<input type="text" name="sensor" hidden="true" disabled="true" value="<%= (sensor) %>"> | ||
<label>Feedback</label><br><br> | ||
Rate the accuracy of the obtained result.<br><br> | ||
<input type="radio" name="trust" value="false">1 | ||
<input type="radio" name="trust" value="false">2 | ||
<input type="radio" name="trust" value="true">3 | ||
<input type="radio" name="trust" value="true">4 | ||
<input type="radio" name="trust" value="true">5 | ||
<br> | ||
<button type="submit" class="bt" style="margin: 5px;border: none;text-align: center;background-color: blanchedalmond;">Submit</button> | ||
</div> | ||
</form> | ||
<% } %> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<html> | ||
<head> | ||
<title>VSRN</title> | ||
<link href="https://fonts.googleapis.com/css?family=Raleway&display=swap" rel="stylesheet"> | ||
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"> | ||
<link rel="stylesheet" type="text/css" href="/css/msg.css"> | ||
</head> | ||
<body> | ||
<div class="header container"> | ||
<span class="head">Result</span><br><br> | ||
</div> | ||
<div class="message"> | ||
<h1><%= (msg) %></h1> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<html> | ||
<head> | ||
<title>VSRN BLOCKCHAIN</title> | ||
</head> | ||
<link rel="stylesheet" type="text/css" href="/css/pro.css"> | ||
<link rel="stylesheet" type="text/css" href="/css/msg.css"> | ||
<link href="https://fonts.googleapis.com/css?family=Raleway&display=swap" rel="stylesheet"> | ||
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"> | ||
<body class="body"> | ||
<div class="header container"> | ||
<span class="head">VSRN - IoT BlockChain</span><br><br> | ||
Enter your query here. | ||
</div> | ||
<div class="form"> | ||
<form action="/query"> | ||
<div class="form-group"> | ||
<label for="name">NAME</label><br> | ||
<input type="name" class="input1" id="email" placeholder="Enter your name"> | ||
</div> | ||
<!--div-- class="form-group"> | ||
<label for="password">Password</label><br> | ||
<input type="password" class="input1" id="password" placeholder="Enter Password"> | ||
</!--div--> | ||
<div class="dropdown"> | ||
<label for="dropdownMenuButton">Location</label><br> | ||
<select class="btn dropdown-toggle" name="location" id="dropdownMenuButton" data-toggle="dropdown"> | ||
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton"> | ||
<option class="dropdown-item">Select Location</option> | ||
<option value="x" class="dropdown-item">X</option> | ||
<option value="y" class="dropdown-item">Y</option> | ||
</div> | ||
</select> | ||
</div> | ||
<br> | ||
<input class="bt" type="submit">   | ||
<!--input class="bt" type="reset"--> | ||
</form> | ||
<a href="/blocks"><button class="bt" style="margin: 5px;border: none;text-align: center;background-color: blanchedalmond;">Get the VSRN - IoT BlockChain</button></a> | ||
<a href="/block-data"><button class="bt" style="margin: 5px;border: none;text-align: center;background-color: blanchedalmond;">Last Mined Block</button></a> | ||
</div> | ||
</body> | ||
</html> |