diff --git a/cms/templates/events.html.hbs b/cms/templates/events.html.hbs index ee11327..f3c63ef 100644 --- a/cms/templates/events.html.hbs +++ b/cms/templates/events.html.hbs @@ -3,74 +3,215 @@ + + + + - -

Calendar Events

- {{#each ctx}} -
-

ID: {{id}}   LANG: {{lang}}   EVENT TITLE: {{title}}   EVENT LOCATION: {{location}}   EVNET INFO: {{text}}   EVENT DATE: {{event_date}}   TEACHER/ORGANIZER {{name}}   EMAIL {{emails}}

-
- {{/each}} -
-
-
-

Add Calendar Event

+ +
+

+ Admin Panel +

+
+ +
+ +
+

Calendar Events

+ +
+ {{#each ctx}} +
+ ID: {{id}} | LANG: {{lang}} +

{{title}}

+

{{text}}

+ {{event_date}} at {{location}} +

Organizer: {{name}} | Organizer Email: {{emails}}

+
+ {{/each}} +
+
+ + +
+

Event Actions

+ +
+ +
+

Add Event

-

Lang (enter 'en' (for english) or 'es' (for spanish))

- -

Title

- -

Location

- -

Information

- -

Date

- -

Teacher/Organizer

- -

Teacher/Organizer Email

- - -
-
- -
-

Delete Calendar Event

-
-

Enter the ID of event to delete:

- - -
-
+
+
+

Lang

+ +
+
+ +
+
-
-

Update Calendar Event

+
+
+

Title

+
+
+ +
+
+ +
+
+

Location

+
+
+ +
+
+ +
+
+

Information

+
+
+ +
+
+ +
+
+

Date

+
+
+ +
+
+ +
+
+

Teacher/Organizer

+
+
+ +
+
+ +
+
+

Teacher/Organizer Email

+
+
+ +
+
+ + + +
+ +
+ +
+

Delete Event

+
+
+
+

ID of event to delete

+
+
+ +
+
+ +
+
+ +
+ +
+

Update Event

-

ID of Event to be Updated

- -

Lang (enter 'en' (for english) or 'es' (for spanish))

- -

Title

- -

Location

- -

Information

- -

Date

- -

Teacher/Organizer

- -

Teacher/Organizer Email

- -

+
+
+

ID of event to update

+
+
+ +
+
+ +
+
+

Lang

+ +
+
+ +
+
+ +
+
+

Title

+
+
+ +
+
+ +
+
+

Location

+
+
+ +
+
+ +
+
+

Information

+
+
+ +
+
+ +
+
+

Date

+
+
+ +
+
+ +
+
+

Teacher/Organizer

+
+
+ +
+
+ +
+
+

Teacher/Organizer Email

+
+
+ +
+
+
+ +
- - -