Skip to content
Snippets Groups Projects
Commit 0ea9e7be authored by Patricio Kumagae's avatar Patricio Kumagae
Browse files

Subida inicial

parents
No related branches found
No related tags found
No related merge requests found
Showing
with 120 additions and 0 deletions
<!doctype html>
<html ng-app>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="lib/css/index.css">
<link rel="stylesheet" type="text/css" href="lib/css/bootstrap.min.css">
<script src="lib/js/angular.min.js"></script>
<script src="lib/js/bower_components/js-sha256/src/sha256.js"></script>
<script src="lib/js/jquery.min.js"></script>
<script src="lib/js/index.js"></script>
<script src="lib/js/bootstrap.min.js"></script>
<title>BFA</title>
</head>
<body>
<div class="row">
<h1>BFA</h1>
</div>
<div>
<form class="box" method="post" action="" enctype="multipart/form-data">
<div class="title">Stamp</div>
<div class="center_div" id="stamp" ondrop="drop(event)" ondragover="allowDrop(event)">
<div style="width: 100%; text-align: center; margin-top: 10px" id="stamp_info">Drop file <i class="fa fa-arrow-alt-circle-down"></i></div>
</div>
<div id="ots_div" class="center_div">
</div>
<hr>
<div class="title">Verify</div>
<div class="center_div" id="verify">
<textarea id="verify_ots"></textarea>
</div>
<div class="center_div" style="width: 50%">
<div id="response"></div>
<button type="button" id="btn_verify">Verify</button>
</div>
</form>
</div>
</body>
</html>
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
textarea {
width: 95%;
height: 95%;
border: none;
resize: none;
outline: none;
}
h1{
text-align: center;
}
#stamp{
border: 1px solid #ccc;
width: 50%;
height: 200px;
}
#verify{
border: 1px solid #ccc;
width: 50%;
height: 200px;
margin-top: 5px;
}
#ots_div{
width: 50%;
border: 1px solid #ccc;
height: 100px;
margin-top: 5px;
display: none;
overflow-y: overlay;
}
.center_div{
margin: 0 auto;
}
.title{
float: left;
width: 24%;
text-align: right;
font-size: 18px;
font-weight: bold;
}
#btn_verify{
margin-top: 5px;
}
.bg-dark{
background-color: #5a5a5a;
color:white;
}
\ No newline at end of file
File added
This diff is collapsed.
File added
File added
File added
lib/images/ajax-loader.gif

1.81 KiB

This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
{
"name": "js-sha256",
"version": "0.9.0",
"main": [
"src/sha256.js"
],
"ignore": [
"samples",
"tests"
],
"homepage": "https://github.com/emn178/js-sha256",
"_release": "0.9.0",
"_resolution": {
"type": "version",
"tag": "v0.9.0",
"commit": "a36824e9fb7d734098d0b80c443b2405a2233073"
},
"_source": "https://github.com/emn178/js-sha256.git",
"_target": "^0.9.0",
"_originalSource": "js-sha256",
"_direct": true
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment