[phpWebApp-commits] CVS: app2/templates footer.html,1.1.1.1,1.2 page2.html,1.1.1.1,1.2
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2001-12-28 19:55:33
|
Update of /cvsroot/phpwebapp/app2/templates In directory usw-pr-cvs1:/tmp/cvs-serv32691/templates Modified Files: footer.html page2.html Log Message: Index: footer.html =================================================================== RCS file: /cvsroot/phpwebapp/app2/templates/footer.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** footer.html 2001/12/27 04:22:25 1.1.1.1 --- footer.html 2001/12/28 19:55:30 1.2 *************** *** 7,10 **** <a href="javascript: goto_page3()"> Page 3 </a> ] <p> ! <a href="javascript: go_back()"><img src="img/Back.gif" border="0"></a> ! <a href="{{APP_URL}}"><img src="img/home.gif" border="0"></a> --- 7,10 ---- <a href="javascript: goto_page3()"> Page 3 </a> ] <p> ! <a href="javascript: go_back()"><img src="{{IMG_URL}}Back.gif" border="0"></a> ! <a href="{{APP_URL}}"><img src="{{IMG_URL}}home.gif" border="0"></a> Index: page2.html =================================================================== RCS file: /cvsroot/phpwebapp/app2/templates/page2.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** page2.html 2001/12/27 04:22:25 1.1.1.1 --- page2.html 2001/12/28 19:55:30 1.2 *************** *** 9,13 **** <Include SRC="{{./}}header.html"/> <h3> A Page Constructed without Subtemplates </h3> - <link rel="stylesheet" type="text/css" href="{{./}}page2.css" /> <table width="95%" align="center" border="0" cellspacing="0" cellpadding="0"> <tr><td class="box_title">tpl.html</td></tr> --- 9,12 ---- |