Skip to content
Snippets Groups Projects
Commit 75504b85 authored by Keith Donald's avatar Keith Donald Committed by Mic
Browse files

polish

parent 9106b838
No related branches found
No related tags found
No related merge requests found
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<h2>Appointment Calendar</h2>
\ No newline at end of file
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<h2>Search Owners</h2>
\ No newline at end of file
......@@ -13,9 +13,19 @@
<definition name="home" extends="page">
<put-attribute name="title" value="Welcome to Petclinic" type="string" />
<put-attribute name="content" value="/WEB-INF/home.jsp" />
<put-attribute name="content" value="/WEB-INF/home.jsp" type="template" />
</definition>
<!-- OWNER PAGES -->
<!-- APPOINTMENTS PAGES -->
<definition name="appointments" extends="page">
<put-attribute name="title" value="Appointment" type="string" />
<put-attribute name="content" value="/WEB-INF/appointments/calendar.jsp" type="template" />
</definition>
<!-- OWNERS PAGES -->
<definition name="owners" extends="page">
<put-attribute name="title" value="Owner Search" type="string" />
<put-attribute name="content" value="/WEB-INF/owners/search.jsp" type="template" />
</definition>
</tiles-definitions>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment