File tree Expand file tree Collapse file tree
IntensiveCourse/Lesson4/app/src/main/webapp Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 < h1 > University Management System</ h1 >
1010 < ul >
1111 < li >
12- < a href ="/app/students "> Students</ a >
12+ < h2 > < a href ="/app/students "> Students</ a > </ h2 >
1313 </ li >
1414 < li >
15- < a href ="/app/classes "> Classes</ a >
15+ < h2 > < a href ="/app/classes "> Classes</ a > </ h2 >
1616 </ li >
1717 </ ul >
1818</ body >
Original file line number Diff line number Diff line change 1212 </head>
1313
1414 <body>
15+ <h1><a href="/app">University Management System</a></h1>
1516 <h2>Add / Edit class</h2>
1617 <form action="classes" method="post">
1718 <input type="hidden" name="classId" value="${clazz.classId}">
Original file line number Diff line number Diff line change 1111 </head>
1212
1313 <body>
14+ <h1><a href="/app">University Management System</a></h1>
1415 <h2>Add / Edit student</h2>
1516 <form action="students" method="post">
1617 <input type="hidden" name="studentId" value="${student.studentId}">
You can’t perform that action at this time.
0 commit comments