Skip to content

Commit

Permalink
#34 add design Events page -2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Kiselyov committed Aug 31, 2018
1 parent 9ce421a commit 5fb0df9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/main/webapp/app/jsp/event.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,16 @@
<div id="event-field" class="w3-hide">
<%--<h1>{{eventName}}</h1>--%>
<div>
<p><b>Event name:</b></p>
<h4>{{eventDate}} &nbsp</h4>
<p><b>Event start time:</b></p>
<h4>{{eventTime}}</h4>
</div>
<p>{{eventDescription}}</p>
<p>{{eventAgenda}}</p>
</div>
<p><b>Description:</b></p>
<p>{{eventDescription}}</p>
<p><b>Agenda:</b></p>
<p>{{eventAgenda}}</p>
</div>

<script>
function loadEvent() {
Expand Down

0 comments on commit 5fb0df9

Please sign in to comment.