zmiana tla + fixy

This commit is contained in:
Łukasz 2019-01-30 21:46:01 +01:00
parent a8e670c996
commit ebff9c20c6
27 changed files with 7 additions and 15 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 559 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 776 KiB

After

Width:  |  Height:  |  Size: 451 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 MiB

After

Width:  |  Height:  |  Size: 676 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 MiB

After

Width:  |  Height:  |  Size: 939 KiB

View File

@ -34,7 +34,7 @@
}
body {
background: url(images/background1.jpg) no-repeat center center fixed;
background: url(images/background5.jpg) no-repeat center center fixed;
background-size: cover;
}

View File

@ -15,7 +15,7 @@
}
</script>
</head>
<body onLoad="changeBackground(imageUrl = localStorage.backgroundImage)">
<body onLoad="changeBackground(imageUrl = 'static/images/background5.jpg')">
<br>
<center>
<div id="reservationbox">

View File

@ -15,7 +15,7 @@
}
</script>
</head>
<body onLoad="changeBackground(imageUrl = localStorage.backgroundImage)">
<body onLoad="changeBackground(imageUrl = 'static/images/background5.jpg')">
<br>
<center>
<h1>Formularz rezerwacji</h1>

View File

@ -49,7 +49,7 @@
</script>
</head>
<body onLoad="changeBackground(imageUrl = localStorage.backgroundImage)">
<body onLoad="changeBackground(imageUrl = 'static/images/background5.jpg')">
<h1>Hotel INO Scrum</h1>
<center><h3>Lista pokoi dostępnych w naszym hotelu</h3></center>
<center><h3>{{ error }}</h3></center>
@ -73,8 +73,8 @@
{% csrf_token %}
<input type="hidden" name="room" value="{{ room.room_number }}">
<div class="button-box" >
Od: <input type="text" class="datepicker" name="begindate" size="3" required>
Do: <input type="text" class="datepicker" name="enddate" size="3" required>
Od: <input type="text" class="datepicker" name="begindate" size="6" required>
Do: <input type="text" class="datepicker" name="enddate" size="6" required>
<button>Rezerwuj</button>
</div>
</form>
@ -97,14 +97,6 @@
<a href="{% url 'indexpage' currentpage|add:'+1' %}"><button id="page">>></button></a>
{% endif %}
<br>
<table id="images">
<th><input type="image" src="static/images/background1.jpg" height="150px" width="250px" onClick="changeBackground(imageUrl='static/images/background1.jpg')"/></th>
<th><input type="image" src="static/images/background2.jpg" height="150px" width="250px" onClick="changeBackground(imageUrl='static/images/background2.jpg')"/></th>
<th><input type="image" src="static/images/background3.jpg" height="150px" width="250px" onClick="changeBackground(imageUrl='static/images/background3.jpg')"/></th>
<th><input type="image" src="static/images/background4.jpg" height="150px" width="250px" onClick="changeBackground(imageUrl='static/images/background4.jpg')"/></th>
<th><input type="image" src="static/images/background5.jpg" height="150px" width="250px" onClick="changeBackground(imageUrl='static/images/background5.jpg')"/></th>
</table>
</center>
</body>
</html>

View File

@ -15,7 +15,7 @@
}
</script>
</head>
<body onLoad="changeBackground(imageUrl = localStorage.backgroundImage)">
<body onLoad="changeBackground(imageUrl = 'static/images/background5.jpg')">
<br>
<center>
<div id="reservationbox">