Parts Implemented by Emin OCAK

Leagues

List Leagues Table

leagues list

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

add league into leagues table

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

delete or update league from leagues table

Delete and Update League

  • Clicking on the line to apply the update and deletion.

Update League

update league

Update League

  • Also in the update page entered values are controlled with jQuery.

Search League

search league

Search League

  • Search results are ranked according to the search criteria. All records are listed for the empty query.

Countries

List Countries Table

countries list

List countries table

  • Countries in the database is listed on this page as the same league table.

Add Country

add country into countries table

Add Country

  • Adding page has also validation controls. Unlike the league table, even if coordinate textbox is empty, 0 is set as default.

Update Country

update country

Update Country

Search Country

search country

Search Country

Messages

List Messages Table

messages list

List messages table

  • Messages can be displayed with the help of slider panel.

Add Message

add message into messages table

Add Message

  • Home page has a “message panel” to post the message. Here, “delete all” button is located to delete all of the written words. Also it has a “send” button to send message.

Search Message

search message

Search Message