Parts Implemented by Emin OCAK¶
Leagues¶
List Leagues Table¶
- Leagues in the database is listed on this page. There are “search” section is left above and button to “add league” is immediately below.
Add League¶
- Adding page has validation controls with jquery. Namely, “name” textbox can not be empty. It should also consist of at least two characters. Likewise, the type of “classification” textbox should be number. Also if “country” is not in the list, with the link it can goes to the “add country” page.
Delete and Update League¶
- Clicking on the line to apply the update and deletion.
Search League¶
- Search results are ranked according to the search criteria. All records are listed for the empty query.
Countries¶
List Countries Table¶
- Countries in the database is listed on this page as the same league table.
Add Country¶
- Adding page has also validation controls. Unlike the league table, even if coordinate textbox is empty, 0 is set as default.











