[phpwebapp-commits] CVS: app2/templates/page3 tpl_2_2.html,1.1.1.1,1.2 tpl_2_2.css,1.1.1.1,1.2 tpl_2
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-08-15 09:12:58
|
Update of /cvsroot/phpwebapp/app2/templates/page3 In directory sc8-pr-cvs1:/tmp/cvs-serv6504/templates/page3 Modified Files: tpl_2_2.html tpl_2_2.css tpl_2_1.html tpl_2_1.css tpl_2.html tpl_2.css tpl_1.html tpl_1.css tmpl.html tmpl.css page3.html Log Message: improvments in the styles and templates Index: tpl_2_2.html =================================================================== RCS file: /cvsroot/phpwebapp/app2/templates/page3/tpl_2_2.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** tpl_2_2.html 21 Feb 2003 08:24:14 -0000 1.1.1.1 --- tpl_2_2.html 15 Aug 2003 09:09:26 -0000 1.2 *************** *** 1,9 **** <link rel="stylesheet" type="text/css" href="{{./}}tpl_2_2.css" /> <table width="100%" align="center" border="0" cellspacing="0" cellpadding="0"> ! <tr><td class="box_title_2_2">tpl_2_2.html</td></tr> ! <tr><td class="box_content_2_2"> ! tpl_2_2 <br> ! content ! </td></tr> </table> --- 1,9 ---- <link rel="stylesheet" type="text/css" href="{{./}}tpl_2_2.css" /> <table width="100%" align="center" border="0" cellspacing="0" cellpadding="0"> ! <tr><td class="box_title_2_2">tpl_2_2.html</td></tr> ! <tr><td class="box_content_2_2"> ! tpl_2_2 <br> ! content ! </td></tr> </table> Index: tpl_2_2.css =================================================================== RCS file: /cvsroot/phpwebapp/app2/templates/page3/tpl_2_2.css,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** tpl_2_2.css 21 Feb 2003 08:24:14 -0000 1.1.1.1 --- tpl_2_2.css 15 Aug 2003 09:09:26 -0000 1.2 *************** *** 2,16 **** .box_title_2_2 { ! text-align: center; ! background-color: #663300; ! color: white } .box_content_2_2 { ! height: 100; ! border: thin solid #663300; ! background-color: white; ! text-align: center } --- 2,16 ---- .box_title_2_2 { ! text-align: center; ! background-color: #663300; ! color: white } .box_content_2_2 { ! height: 100; ! border: thin solid #663300; ! background-color: white; ! text-align: center } Index: tpl_2_1.html =================================================================== RCS file: /cvsroot/phpwebapp/app2/templates/page3/tpl_2_1.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** tpl_2_1.html 21 Feb 2003 08:24:14 -0000 1.1.1.1 --- tpl_2_1.html 15 Aug 2003 09:09:26 -0000 1.2 *************** *** 1,9 **** <link rel="stylesheet" type="text/css" href="{{./}}tpl_2_1.css" /> <table width="100%" align="center" border="0" cellspacing="0" cellpadding="0"> ! <tr><td class="box_title_2_1">tpl_2_1.html</td></tr> ! <tr><td class="box_content_2_1"> ! tpl_2_1 <br> ! content ! </td></tr> </table> --- 1,9 ---- <link rel="stylesheet" type="text/css" href="{{./}}tpl_2_1.css" /> <table width="100%" align="center" border="0" cellspacing="0" cellpadding="0"> ! <tr><td class="box_title_2_1">tpl_2_1.html</td></tr> ! <tr><td class="box_content_2_1"> ! tpl_2_1 <br> ! content ! </td></tr> </table> Index: tpl_2_1.css =================================================================== RCS file: /cvsroot/phpwebapp/app2/templates/page3/tpl_2_1.css,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** tpl_2_1.css 21 Feb 2003 08:24:14 -0000 1.1.1.1 --- tpl_2_1.css 15 Aug 2003 09:09:26 -0000 1.2 *************** *** 2,16 **** .box_title_2_1 { ! text-align: center; ! background-color: #660033; ! color: white } .box_content_2_1 { ! height: 100; ! border: thin solid #660033; ! background-color: white; ! text-align: center } --- 2,16 ---- .box_title_2_1 { ! text-align: center; ! background-color: #660033; ! color: white } .box_content_2_1 { ! height: 100; ! border: thin solid #660033; ! background-color: white; ! text-align: center } Index: tpl_2.html =================================================================== RCS file: /cvsroot/phpwebapp/app2/templates/page3/tpl_2.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** tpl_2.html 21 Feb 2003 08:24:14 -0000 1.1.1.1 --- tpl_2.html 15 Aug 2003 09:09:26 -0000 1.2 *************** *** 1,15 **** <link rel="stylesheet" type="text/css" href="{{./}}tpl_2.css" /> <table width="100%" align="center" border="0" cellspacing="0" cellpadding="0"> ! <tr><td class="box_title_2">tpl_2.html</td></tr> ! <tr><td class="box_content_2"> ! <table width="100%" border="0" cellspacing="10" cellpadding="0"> ! <tr><td> ! <Include SRC="{{./}}tpl_2_1.html"/> ! </td></tr> ! <tr><td> ! <Include SRC="{{./}}tpl_2_2.html"/> ! </td></tr> ! </table> ! </td></tr> </table> --- 1,15 ---- <link rel="stylesheet" type="text/css" href="{{./}}tpl_2.css" /> <table width="100%" align="center" border="0" cellspacing="0" cellpadding="0"> ! <tr><td class="box_title_2">tpl_2.html</td></tr> ! <tr><td class="box_content_2"> ! <table width="100%" border="0" cellspacing="10" cellpadding="0"> ! <tr><td> ! <Include SRC="{{./}}tpl_2_1.html"/> ! </td></tr> ! <tr><td> ! <Include SRC="{{./}}tpl_2_2.html"/> ! </td></tr> ! </table> ! </td></tr> </table> Index: tpl_2.css =================================================================== RCS file: /cvsroot/phpwebapp/app2/templates/page3/tpl_2.css,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** tpl_2.css 21 Feb 2003 08:24:14 -0000 1.1.1.1 --- tpl_2.css 15 Aug 2003 09:09:26 -0000 1.2 *************** *** 2,13 **** .box_title_2 { ! text-align: center; ! background-color: #336600; ! color: white } .box_content_2 { ! background-color: #eeeeee; ! border: thin solid #336600 } --- 2,13 ---- .box_title_2 { ! text-align: center; ! background-color: #336600; ! color: white } .box_content_2 { ! background-color: #eeeeee; ! border: thin solid #336600 } Index: tpl_1.html =================================================================== RCS file: /cvsroot/phpwebapp/app2/templates/page3/tpl_1.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** tpl_1.html 21 Feb 2003 08:24:14 -0000 1.1.1.1 --- tpl_1.html 15 Aug 2003 09:09:26 -0000 1.2 *************** *** 1,22 **** <link rel="stylesheet" type="text/css" href="{{./}}tpl_1.css" /> <table width="100%" border="0" cellspacing="0" cellpadding="0"> ! <tr><td class="box_title_1">tpl_1.html</td> ! </tr> ! <tr><td class="box_content_1" valign="top"> ! <p class="content_1"> ! <i>page3.html</i> is the same as <i>page2.html</i>, however it ! is implemented using the templates and the ! <strong><Include></strong> tag ! of the framework. Some of the benefits of separating pages ! into templates are: ! <ul> ! <li> <strong>Modularity</strong> -- the graphical ! designer can work with smaller pieces of code. ! <li> <strong>Reusability</strong> -- templates are ! easier to be reused in other pages or other ! applications. ! </ul> ! </p> ! </td></tr> </table> --- 1,22 ---- <link rel="stylesheet" type="text/css" href="{{./}}tpl_1.css" /> <table width="100%" border="0" cellspacing="0" cellpadding="0"> ! <tr><td class="box_title_1">tpl_1.html</td> ! </tr> ! <tr><td class="box_content_1" valign="top"> ! <p class="content_1"> ! <i>page3.html</i> is the same as <i>page2.html</i>, however it ! is implemented using the templates and the ! <strong><Include></strong> tag ! of the framework. Some of the benefits of separating pages ! into templates are: ! <ul> ! <li> <strong>Modularity</strong> -- the graphical ! designer can work with smaller pieces of code. ! <li> <strong>Reusability</strong> -- templates are ! easier to be reused in other pages or other ! applications. ! </ul> ! </p> ! </td></tr> </table> Index: tpl_1.css =================================================================== RCS file: /cvsroot/phpwebapp/app2/templates/page3/tpl_1.css,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** tpl_1.css 21 Feb 2003 08:24:14 -0000 1.1.1.1 --- tpl_1.css 15 Aug 2003 09:09:26 -0000 1.2 *************** *** 2,20 **** .box_title_1 { ! text-align: center; ! background-color: #006633; ! color: white } .box_content_1 { ! height: 250; ! background-color: #eeeeee; ! border: thin solid #006633 } .content_1 { ! padding: 10; ! font-family: arial } --- 2,20 ---- .box_title_1 { ! text-align: center; ! background-color: #006633; ! color: white } .box_content_1 { ! height: 250; ! background-color: #eeeeee; ! border: thin solid #006633 } .content_1 { ! padding: 10; ! font-family: arial } Index: tmpl.html =================================================================== RCS file: /cvsroot/phpwebapp/app2/templates/page3/tmpl.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** tmpl.html 21 Feb 2003 08:24:14 -0000 1.1.1.1 --- tmpl.html 15 Aug 2003 09:09:26 -0000 1.2 *************** *** 1,17 **** <link rel="stylesheet" type="text/css" href="{{./}}tmpl.css" /> <table width="95%" align="center" border="0" cellspacing="0" cellpadding="0"> ! <tr><td class="box_title">tpl.html</td></tr> ! <tr><td class="box_content"> ! <table width="100%" border="0" cellspacing="20" cellpadding="0"> ! <tr> ! <td width="60%" valign="top"> ! <Include SRC="{{./}}tpl_1.html"/> ! </td> ! <td valign="top"> ! <Include SRC="{{./}}tpl_2.html"/> ! </td> ! </tr> ! </table> ! </td></tr> </table> --- 1,17 ---- <link rel="stylesheet" type="text/css" href="{{./}}tmpl.css" /> <table width="95%" align="center" border="0" cellspacing="0" cellpadding="0"> ! <tr><td class="box_title">tpl.html</td></tr> ! <tr><td class="box_content"> ! <table width="100%" border="0" cellspacing="20" cellpadding="0"> ! <tr> ! <td width="60%" valign="top"> ! <Include SRC="{{./}}tpl_1.html"/> ! </td> ! <td valign="top"> ! <Include SRC="{{./}}tpl_2.html"/> ! </td> ! </tr> ! </table> ! </td></tr> </table> Index: tmpl.css =================================================================== RCS file: /cvsroot/phpwebapp/app2/templates/page3/tmpl.css,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** tmpl.css 21 Feb 2003 08:24:14 -0000 1.1.1.1 --- tmpl.css 15 Aug 2003 09:09:26 -0000 1.2 *************** *** 2,14 **** .box_title { ! text-align: center; ! background-color: #003366; ! color: white } .box_content { ! height: 250; ! background-color: white; ! border: thin solid #003366 } --- 2,14 ---- .box_title { ! text-align: center; ! background-color: #003366; ! color: white } .box_content { ! height: 250; ! background-color: white; ! border: thin solid #003366 } Index: page3.html =================================================================== RCS file: /cvsroot/phpwebapp/app2/templates/page3/page3.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** page3.html 21 Feb 2003 08:24:14 -0000 1.1.1.1 --- page3.html 15 Aug 2003 09:09:26 -0000 1.2 *************** *** 1,15 **** <html> ! <head> ! <title> Page 3 </title> ! <link rel="stylesheet" type="text/css" href="{{TPL_URL}}styles.css"> ! </head> ! ! <body> ! <Include SRC="{{TPL_PATH}}header.html"/> ! <h3> A Page Constructed by Subtemplates </h3> ! <Include SRC="{{./}}tmpl.html"/> ! <br><br> ! <Include SRC="{{TPL_PATH}}footer.html"/> ! </body> ! </html> --- 1,13 ---- <html> ! <head> ! <title>Page 3</title> ! <link rel="stylesheet" type="text/css" href="{{TPL_URL}}styles.css"> ! </head> ! <body> ! <Include SRC="{{TPL_PATH}}header.html"/> ! <h3>A Page Constructed by Subtemplates</h3> ! <Include SRC="{{./}}tmpl.html"/> ! <br><br> ! <Include SRC="{{TPL_PATH}}footer.html"/> ! </body> </html> |