[phpwebapp-commits] CVS: app2/templates page1_content.html,1.2,1.3 footer.html,1.3,1.4
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-08-20 10:58:05
|
Update of /cvsroot/phpwebapp/app2/templates In directory sc8-pr-cvs1:/tmp/cvs-serv11047/templates Modified Files: page1_content.html footer.html Log Message: Index: page1_content.html =================================================================== RCS file: /cvsroot/phpwebapp/app2/templates/page1_content.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** page1_content.html 15 Aug 2003 09:09:26 -0000 1.2 --- page1_content.html 20 Aug 2003 07:36:39 -0000 1.3 *************** *** 12,16 **** "template variables"), which are replaced by the framework with their string values. The variables inside a template are denoted by ! double curly braces: {{#tpl_var} }.</p> <h4>The <Include> tag</h4> --- 12,16 ---- "template variables"), which are replaced by the framework with their string values. The variables inside a template are denoted by ! double curly braces: <strong>{{#tpl_var}}</strong>.</p> <h4>The <Include> tag</h4> *************** *** 18,25 **** <p>The templates may also contain some extra tags, which are not HTML tags. These tags are reckognised and processed by the ! framework. One of them is the <Include> tag, which is used to ! include another template inside the current template:</p> <pre> ! <Include SRC="file_to_be_included" /> </pre> --- 18,25 ---- <p>The templates may also contain some extra tags, which are not HTML tags. These tags are reckognised and processed by the ! framework. One of them is the <strong><Include></strong> tag, ! which is used to include another template inside the current template:</p> <pre> ! <Include SRC="file_to_be_included" /> </pre> *************** *** 34,38 **** <p>The templates may contain some special comments as well:</p> <pre> ! <!--# Framework comments #--> </pre> --- 34,38 ---- <p>The templates may contain some special comments as well:</p> <pre> ! <!--# Framework comments #--> </pre> *************** *** 51,56 **** into another page. They are included like this:</p> <pre> ! <script language="javascript" src="file.js"></script> ! <link rel="stylesheet" type="text/css" href="file.css"> </pre> --- 51,56 ---- into another page. They are included like this:</p> <pre> ! <script language="javascript" src="file.js"></script> ! <link rel="stylesheet" type="text/css" href="file.css"> </pre> Index: footer.html =================================================================== RCS file: /cvsroot/phpwebapp/app2/templates/footer.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** footer.html 15 Aug 2003 09:09:26 -0000 1.3 --- footer.html 20 Aug 2003 07:36:39 -0000 1.4 *************** *** 7,10 **** | <a href="javascript: goto_page3()"> Page 3 </a> ] <br><br> ! <a href="javascript:go_back()"><img src="{{IMG_URL}}back.png" border="0"></a> ! <a href="{{APP_URL}}"><img src="{{IMG_URL}}home.png" border="0"></a> --- 7,10 ---- | <a href="javascript: goto_page3()"> Page 3 </a> ] <br><br> ! <a href="javascript:go_back()"><img src="{{IMG_URL}}back.png" alt="Back" border="0"></a> ! <a href="{{APP_URL}}"><img src="{{IMG_URL}}home.png" alt="Home" border="0"></a> |