Update of /cvsroot/phpwebapp/books/templates/left
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4955/templates/left
Modified Files:
left.html
Log Message:
Index: left.html
===================================================================
RCS file: /cvsroot/phpwebapp/books/templates/left/left.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** left.html 3 Nov 2005 08:11:51 -0000 1.1.1.1
--- left.html 3 Nov 2005 10:43:32 -0000 1.2
***************
*** 4,17 ****
<tr>
<td>
- <div class="left_heading">T_("Books")</div>
- </td>
- </tr>
- <tr>
- <td class="menu_place">
- <!-- this is the place where the menu is displayed -->
- </td>
- </tr>
- <tr>
- <td>
<div class="left_heading">T_("Search")</div>
<div style="height:5;"></div>
--- 4,7 ----
***************
*** 40,43 ****
--- 30,45 ----
</td>
</tr>
+
+ <tr>
+ <td>
+ <div class="left_heading">T_("Books")</div>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <include src="{{TPL}}books/books.html" />
+ <br/><br/>
+ </td>
+ </tr>
</table>
</webbox>
|