first commit

This commit is contained in:
Michal 2018-10-08 21:48:47 +02:00
parent 4ad0c8ad49
commit ee9d738fbe
8 changed files with 137 additions and 5 deletions

28
z1-prototype/Głowna.html Normal file
View File

@ -0,0 +1,28 @@
<html>
<head>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
</head>
<body>
<div class="container">
<div class="jumbotron">
<h1>Paczkomat</h1>
<br/>
<div class="text">
Wybierz co chcesz zrobić:
</div>
<br/>
<div class="btn-group btn-group-justified">
<a href="OWysłaniu.html" class="btn btn-primary">Poinformuj o wysłaniu paczki</a>
<a href="ODostarczeniu.html" class="btn btn-success">Poinformuj o dostarczeniu paczki</a>
<a href="IdKuriera.html" class="btn btn-danger">Usuń paczke, która nie była odebrana przez tydzień</a>
</div>
</div>
</div>
</body>
</html>

View File

@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>
<head>
<title>Logowanie kuriera</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
</head>
<body>
<div class="container">
<div class="jumbotron">
<label>Podaj id i hasło:</label>
<input type="usr" id="id">
<input type="password" id="haslo">
<input type="button" class= "btn-success" onclick="location.href='PaczkomatOtwarty.html';" value="Dalej"/>
</div>
</div>
</body>
</html>

View File

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<title>Informacje o dostarczeniu paczki</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
</head>
<body>
<div class="container">
<div class="jumbotron">
<label>Podaj id paczki:</label>
<input type="text" id="id">
<input type="button" onclick="location.href='Sukces.html';" value="Wyślij"/>
</div>
</div>
</body>
</html>

View File

@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<title>Informacje o wysłaniu paczki</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/theme.css">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<meta charset="utf-8">
</head>
<body>
<div class="container">
<div class="jumbotron">
<label>Podaj id paczki:</label>
<input type="text" id="id">
<input type="button" class= "btn-success" onclick="location.href='Sukces.html';" value="Wyślij"/>
</div>
</div>
</body>
</html>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<title>Paczkomat otwarty</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
</head>
<body>
<div class="container">
<div class="jumbotron">
<label>Szuflady w paczkomacie są otwarte. Proszę je opróżnić.</label>
</div>
</div>
</body>
</html>

20
z1-prototype/Sukces.html Normal file
View File

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<title>Sukces</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<meta charset="utf-8">
</head>
<body>
<div class="container">
<div class="jumbotron">
<label><center>Informacja dostarczona</center></label>
</div>
</div>
</body>
</html>

View File

@ -1,4 +0,0 @@
# System prototype / Prototyp systemu
## Installation, build and run instructions / Instrukcja instalacji, kompilacji i uruchomienia
Lorem ipsum dolor sit amet, consectetur adipiscing 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. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

View File

@ -1 +1 @@
Lorem impsum
Proszę otworzyć plik Głowna.html