From 96dfb85e55c87d966828a30dd688bf8243f066d3 Mon Sep 17 00:00:00 2001 From: yumas Date: Fri, 27 Mar 2015 15:15:26 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A7=88=EB=AC=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- strawberry/views.py | 14 +++++------ templates/home.html | 55 ++++++++++++++++++++++++------------------ templates/reserve.html | 47 ++++++++++++++++++++++++------------ 3 files changed, 70 insertions(+), 46 deletions(-) diff --git a/strawberry/views.py b/strawberry/views.py index 4582a7c..3337065 100644 --- a/strawberry/views.py +++ b/strawberry/views.py @@ -25,12 +25,12 @@ def reserve(request): numBerries = request.POST["numBerries"] date = request.POST["date"] - if (len(studentID) != 8) : status = u'학번을 다시 입력해 주세요' - elif (len(password) != 4) : status = u'패스워드는 4자리 숫자입니다' - elif (not str(password).isdigit()) : status = u'패스워드는 4자리 숫자입니다' - elif (not numBerries.isdigit()) : status = u'딸기 수는 숫자로만 입력해 주세요' + if (len(studentID) != 8) : status = u'학번을 다시 입력해 주세요. write studentID again' + elif (len(password) != 4) : status = u'패스워드는 4자리 숫자입니다. write password again' + elif (not str(password).isdigit()) : status = u'패스워드는 4자리 숫자입니다. write password again' + elif (not numBerries.isdigit()) : status = u'딸기 수는 숫자로만 입력해 주세요.' elif (not numRolls.isdigit()) : status = u'김밥 수는 숫자로만 입력해 주세요' - elif (len(phone.split("-")) != 3) : status = u'전화번호 양식에 맞게 입력해주세요' + elif (len(phone.split("-")) != 3) : status = u'전화번호 양식에 맞게 입력해주세요. write phone number again' else: reservation = Reservation(studentID=int(studentID), name=name, club=club, phoneNum=phone, password=password, @@ -100,9 +100,9 @@ def modify(request): reservations = [] if request.method == 'POST': if request.POST["studentID"] != None: - studentID = int(request.POST["studentID"]) + studentID = request.POST["studentID"] #password = request.POST["password"] - reservations = Reservation.objects.all().filter(studentID=studentID) + if (studentID != '') : reservations = Reservation.objects.all().filter(studentID=int(studentID)) else: reservationID = request.GET.get('reservationID', None) password = request.GET.get('password', None) diff --git a/templates/home.html b/templates/home.html index e69e7c8..cc08d97 100644 --- a/templates/home.html +++ b/templates/home.html @@ -36,39 +36,48 @@ -
-

2015 딸기파티

-

딸기파티asdfasdfasdfasdf

-

- 딸기 예약 - 예약 확인 -

-
+
-

여기는

-

맘대로

+

예약관련 공지

+

예약은 반드시 이곳에서 진행해주세요!
+2015 딸기파티의 딸기가격은 1kg당 7000원입니다.
+(한 박스는 두 사람이 먹기에 적당합니다.)
+(예약을 하지 않고 현장에서 구매 시 수량도 적을뿐더러 7500원으로 사야 되니 꼭 예약을 해주세요!)
+2015 딸기파티의 김밥가격은 1줄당 2000원입니다.
+‘예약’ 버튼을 눌러 주의 사항을 꼭 읽으신 후에 예약을 진행해주세요.
+본인이 이전에 했던 주문에 대한 예약확인은 ‘예약 확인’ 버튼 클릭 후 학번을 입력하여 확인할 수 있습니다.
+(또한 이곳에서 주문을 취소할 수 있습니다.)
+ 문의번호 : 010-4726-9629

-

Subheading

-

Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Cras mattis consectetur purus sit amet fermentum.

- -

Subheading

-

Maecenas sed diam eget risus varius blandit sit amet non magna.

-

Subheading

-

Donec id elit non mi porta gravida at eget metus. Maecenas faucibus mollis interdum.

- -

Subheading

-

Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Cras mattis consectetur purus sit amet fermentum.

- -

Subheading

-

Maecenas sed diam eget risus varius blandit sit amet non magna.

+

Announcement

+

You can reserve strawberry at this page.
+The price of strawberry is 7000won per 1kg.
+(1 box is enough for 2 people to eat)
+(If you don’t make an reservation, then you have to buy 1 box for 7500won and there are only few boxes.)
+The price of Kimbab is 2000won for each line.
+Press the ‘Reservation’ button and make an reservation after read the notice carefully.
+You can check the reservation that you made by pressing ‘Reservation check’ button and enter the student ID.
+(Also, you can cancel the reservation here)
+If you want to modify the reservation, then please cancel the previous reservation and make an reservation again. +
phone : 010-4726-9629
+

+
+

2015 딸기파티

+

4월 1일부터 11일까지

+

+ 딸기 예약 + 예약 확인 +

+
+ diff --git a/templates/reserve.html b/templates/reserve.html index 88090f7..e943713 100644 --- a/templates/reserve.html +++ b/templates/reserve.html @@ -54,63 +54,78 @@ -
-

2015 딸기파티 신청하기

-

지금 신청하세요!

-

신청 하게.

-

zzz

+
+
+

주의사항

+

기입해야 되는 내용을 정확히 입력해주세요.
+연락처는 반드시 휴대폰 번호를 적어주시기 바랍니다.
딸기를 5box 이상 주문 시 수령 이틀 전과 하루 전 상근시간에 연락을 드리니 꼭 틀리지 않게 적어주시길 바랍니다.
+비밀번호는 네 자리의 숫자로 꼭 기억해주세요.
+주문을 수정해야 할 시에는 반드시 학번과 비밀번호를 이용해 전 주문을 취소 후 다시 예약해야함을 꼭 기억해주세요.

+ +
+ +
+

Notice

+

Please write things precisely.
+Please write your phone number.
+If you order more than 5 boxes, we will call you two times. The day before and before you will get the strawberry. So please write phone number precisely. +The password is 4 number. Please remember it.
+If you want to modify the reservation, you must use ‘Student ID and Password’ and must ‘Cancel’ the previous reservation and make reservation again. +

+
+
{% if status != 'success' %}
{% csrf_token %}
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +