Download presentation
Presentation is loading. Please wait.
Published byDonald Collins Modified over 9 years ago
1
Documentation of implementation of First Project(Static Page) Software Group Project Group project: Abd al rahman abu nada, Osama ja3ror, Wesal abu taoahen
2
DescriptionObject 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 PagesUser control(right menu) Header of siteHeader Footer of sitefooter
3
Master Page Master page contain css, JavaScript Header area, menu area, footer area, Contentplaceholder (the area that allowed to pages that follow master page to add items in it )
5
Main Page(about university and software engineering department)
6
Teacher Teacher site contain Name of instructor, Email address, Mobile no, Instructor image Panel,and button to hide and show
7
Teacher We use javascript to hide and show data about instructor ______________________________ $(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; });
10
Menu To make animation to menu Menu Css to improve the shape of menu
12
Thank you
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.