diff --git a/frontend/addevent.html b/frontend/addevent.html new file mode 100644 index 0000000..5da781d --- /dev/null +++ b/frontend/addevent.html @@ -0,0 +1,156 @@ + + +
+ + +Event » {{ event['city'] }} / {{ event['district'] }} / + {% if event['animals']|length == 1 %} + {{ event['animals'][0] }} + {% elif event['animals']|length == 2 %} + {{ event['animals'][0] }} / {{ event['animals'][1] }} + {% else %} + {{ event['animals'][0] }} / {{ event['animals'][1] }} / ... + {% endif %} + / {{ event['eventtype'] }} +
++ Published at {{ event['createdat'] }} Status {{ event['status'] }} + Read more » +
+{{ notification['eventtype'] }} » {{ notification['city'] }} / {{ notification['district'] }} / + {% if notification['animals']|length == 1 %} + {{ notification['animals'][0] }} + {% elif notification['animals']|length == 2 %} + {{ notification['animals'][0] }} / {{ notification['animals'][1] }} + {% else %} + {{ notification['animals'][0] }} / {{ notification['animals'][1] }} / ... + {% endif %} +
++ Published at {{ notification['createdat'] }} Status {{ notification['status'] }} + Read more » +
+Event » {{ event['city'] }} / {{ event['district'] }} / + {% if event['animals']|length == 1 %} + {{ event['animals'][0] }} + {% elif event['animals']|length == 2 %} + {{ event['animals'][0] }} / {{ event['animals'][1] }} + {% else %} + {{ event['animals'][0] }} / {{ event['animals'][1] }} / ... + {% endif %} + / {{ event['eventtype'] }} +
++ Published at {{ event['createdat'] }} Status {{ event['status'] }} + Read more » +
+Event » {{ event['city'] }} / {{ event['district'] }} / + {% if event['animals']|length == 1 %} + {{ event['animals'][0] }} + {% elif event['animals']|length == 2 %} + {{ event['animals'][0] }} / {{ event['animals'][1] }} + {% else %} + {{ event['animals'][0] }} / {{ event['animals'][1] }} / ... + {% endif %} + / {{ event['eventtype'] }} > +
+ Published at {{ event['createdat'] }} Status {{ event['status'] }} + Read more » +
+Event » {{ event['city'] }} / {{ event['district'] }} / + {% if event['animals']|length == 1 %} + {{ event['animals'][0] }} + {% elif event['animals']|length == 2 %} + {{ event['animals'][0] }} / {{ event['animals'][1] }} + {% else %} + {{ event['animals'][0] }} / {{ event['animals'][1] }} / ... + {% endif %} + / {{ event['eventtype'] }} > +
+ Published at {{ event['createdat'] }} Status {{ event['status'] }} + Read more » +
+
+ Responder ID {{ responder_information['responderid'] }} Name {{ responder_information['respondername'] }} Email {{ responder_information['email']}} Phone Number {{ responder_information['phonenumber']}}
+ Address {{responder_information['address'] }}
+
+ Event ID {{ event['eventid'] }} Created At {{ event['createdat'] }} Status {{ event['status']}} Responder {{ event['responderid']}} +
+Responder ID {{ responder['responderid'] }} Name {{ responder['respondername'] }} Email {{ responder['email']}} Phone Number {{ responder['phonenumber']}}
++ Address {{ responder['address'] }} + Read more +
++ User ID {{ user_information['userid'] }} Name {{ user_information['name'] }} Email {{ user_information['email']}} Phone Number {{ user_information['phonenumber']}} Status {{ user_information['status'] }} +
+ ++ Event ID {{ event['eventid'] }} Created At {{ event['createdat'] }} Status {{ event['status']}} Responder {{ event['responderid']}} +
+