Update of /cvsroot/phpwebapp/app2/templates
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4165/templates
Modified Files:
page1_content.html
Log Message:
Index: page1_content.html
===================================================================
RCS file: /cvsroot/phpwebapp/app2/templates/page1_content.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** page1_content.html 20 Jul 2004 17:28:48 -0000 1.5
--- page1_content.html 21 Jul 2004 17:11:34 -0000 1.6
***************
*** 14,25 ****
double curly braces: <strong>{{#tpl_var}}</strong>.</p>
! <h4>The <Include> tag</h4>
<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>
--- 14,25 ----
double curly braces: <strong>{{#tpl_var}}</strong>.</p>
! <h4>The &lt;Include&gt; tag</h4>
<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>&lt;Include&gt;</strong> tag,
which is used to include another template inside the current template:</p>
<pre>
! &lt;Include src="file_to_be_included" /&gt;
</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>
! &lt;!--# Framework comments #--&gt;
</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>
! &lt;script language="javascript" src="file.js"&gt;&lt;/script&gt;
! &lt;link rel="stylesheet" type="text/css" href="file.css"&gt;
</pre>
|