zmiana tla + fixy
BIN
hotel/hotel/__pycache__/__init__.cpython-37.pyc
Normal file
BIN
hotel/hotel/__pycache__/settings.cpython-37.pyc
Normal file
BIN
hotel/hotel/__pycache__/urls.cpython-37.pyc
Normal file
BIN
hotel/hotel/__pycache__/wsgi.cpython-37.pyc
Normal file
BIN
hotel/rooms/__pycache__/__init__.cpython-37.pyc
Normal file
BIN
hotel/rooms/__pycache__/admin.cpython-37.pyc
Normal file
BIN
hotel/rooms/__pycache__/apps.cpython-37.pyc
Normal file
BIN
hotel/rooms/__pycache__/forms.cpython-37.pyc
Normal file
BIN
hotel/rooms/__pycache__/models.cpython-37.pyc
Normal file
BIN
hotel/rooms/__pycache__/urls.cpython-37.pyc
Normal file
BIN
hotel/rooms/__pycache__/views.cpython-37.pyc
Normal file
BIN
hotel/rooms/migrations/__pycache__/0001_initial.cpython-37.pyc
Normal file
BIN
hotel/rooms/migrations/__pycache__/__init__.cpython-37.pyc
Normal file
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 559 KiB |
Before Width: | Height: | Size: 776 KiB After Width: | Height: | Size: 451 KiB |
Before Width: | Height: | Size: 1.9 MiB After Width: | Height: | Size: 676 KiB |
Before Width: | Height: | Size: 6.6 MiB After Width: | Height: | Size: 939 KiB |
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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">
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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">
|
||||
|