Skip to content

Commit

Permalink
#34 add design Events page -1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Kiselyov committed Aug 31, 2018
1 parent 727f27d commit 9ce421a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/main/webapp/app/jsp/event.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,20 @@
<script src="https://www.w3schools.com/lib/w3.js"></script>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" type="text/css" href="../styles/pagesStyle.css">
<title id="title">{{eventName}}</title>
</head>
<link rel="stylesheet" type="text/css" href="pagesStyle.css">



<body onload="loadEvent()">
<div id="menu">
<%--<header id="header"><h1>{{eventName}}</h1></header>--%>
<header id="title"><h1>{{eventName}}</h1></header>
<div id="menu"; style="margin: 0px 0px 20px 15px">
<button type="button" onclick="main()">Back To Main</button>
<button type="button" onclick="myEvents()">My Events</button>
<button type="button" onclick="addEvent()">Add Event</button>
</div>
<div id="event-field" class="w3-hide">
<h1>{{eventName}}</h1>
<%--<h1>{{eventName}}</h1>--%>
<div>
<h4>{{eventDate}} &nbsp</h4>
<h4>{{eventTime}}</h4>
Expand Down

0 comments on commit 9ce421a

Please sign in to comment.