Documentation of implementation of First Project(Static Page) Software Group Project Group project:...

Post on 16-Dec-2015

218 views 1 download

Tags:

Transcript of Documentation of implementation of First Project(Static Page) Software Group Project Group project:...

Documentation of implementation of First Project(Static Page)

Software Group ProjectGroup project:

Abd al rahman abu nada,Osama ja3ror,

Wesal abu taoahen

Description Object

Master page Contain the parts of Pages that Repeated in all pages

Master Page

Contain information about University and Engineering Department Specialized Software engineering department

Main Page

Contain information of instructors in the department

Teacher Page

Contain data about Courses in the department

Course Description

Menu Of three Pages User control(right menu)

Header of site Header Footer of site footer

Master Page

Master page contain css , JavaScriptHeader area , menu area , footer area ,

Contentplaceholder (the area that allowed to pages that follow master page to add items in it )

Main Page(about university and software engineering department)

Teacher

Teacher site contain Name of instructor,Email address,Mobile no,

Instructor imagePanel ,and button to hide and show

Teacher

We use javascript to hide and show data about instructor______________________________

<script language="javascript"> $(document).ready(function(){ $("[id$=HyperLink1]").click(function(){ $(this).parent().next().slideToggle("slow"); if($("[id$=HyperLink1]").hasClass("hiden")) { $(this).text("اظهار"); $(this).removeClass("hiden"); $(this).addClass("show"); } else//($("[id$=HyperLink1]").hasClass("show")) { $(this).text("اخفاء"); $(this).removeClass("show"); $(this).addClass("hiden"); } return false; });

MenuTo make

animation to menu

Menu

Css to improve the shape of

menu

Thank you