Đang chuẩn bị liên kết để tải về tài liệu:
Dynamic Web Pages using JSP - Lab Deliverable 17

Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ

Gạch khung 1. Tạo một trang Web với năm khu vực, tiêu đề, tiêu đề, cơ thể, chân, và menu. Các tiêu đề nên có văn bản hoan nghênh, chân nên bao gồm quyền tác giả tuyên bố, và menu chứa các liên kết trực tiếp với những người khác các trang của ứng dụng Web. Gợi ý: Sử dụng gạch: getAsString và gạch: chèn để tạo ra các trang Web. Giải pháp: 1. 2. 3. 4. 5. 6. layout.jsp header.jsp body.jsp menu.jsp footer.jsp main.jsp . | Lab Deliverable 17 Tiles Framework Part II 1. Create a Web page with five regions header title body footer and menu. The header should contain welcome text footer should contain copyrights statement and the menu should contain direct links to others pages of the Web application. Hint Use tiles getAsString and tiles insert to create the Web page. Solution 1. layout.jsp 2. header.jsp 3. body.jsp 4. menu.jsp 5. footer.jsp 6. main.jsp layout.jsp @ page language java @ taglib uri WEB-INF struts-tiles.tld prefix tiles doctype . html head title tiles getAsString name title title head body tiles insert attribute header p table border 2 align center tr th font size 1 tiles getAsString name title font th tr table p table width 25 align left cellspacing 5 tr td tiles insert attribute menu td tr table center table Tiles Framework Ver 1.0 2005 Aptech Limited 1 tiles insert attribute body br clear all table center br tiles insert attribute footer body html Enter the code in a Notepad and save the file as layout.jsp in TOMCAT_HOME webapps struts-test WEB-INF tiles. header.jsp table border 1 width 100 bgcolor f1f1f1 tr th marquee Welcome to Online banking. marquee th tr table Enter the code in a Notepad and save the file as header.jsp in TOMCAT_HOME webapps struts-test WEB-INF tiles. body.jsp table border 0 width 75 tr th Marko Bank has tied up with more than 75 organizations to facilitate online shopping for all its Internet Banking Customers. Choose your products online and pay conveniently through Marko Bank Internet Banking Service. th tr table Enter the code in a Notepad and save the file as body.jsp in TOMCAT_HOME webapps struts-test WEB-INF tiles. menu.jsp a href html rewrite page home.html home a a href html rewrite page contact.html contact a a href html rewrite page privacy.html privacy a Enter the code in a Notepad and save the file as menu.jsp in TOMCAT_HOME webapps struts-test WEB-INF tiles. 2 Ver 1.0 2005 Aptech Limited JSP and Struts footer.jsp table border 1 width