|
From: <dac...@us...> - 2007-09-02 03:53:40
|
Revision: 45
http://thevr.svn.sourceforge.net/thevr/?rev=45&view=rev
Author: dachebodt
Date: 2007-09-01 20:53:42 -0700 (Sat, 01 Sep 2007)
Log Message:
-----------
removed template variables for main menu
Modified Paths:
--------------
mods/cms/trunk/styles/subsilver2/template/layout.html
Modified: mods/cms/trunk/styles/subsilver2/template/layout.html
===================================================================
--- mods/cms/trunk/styles/subsilver2/template/layout.html 2007-09-02 03:52:03 UTC (rev 44)
+++ mods/cms/trunk/styles/subsilver2/template/layout.html 2007-09-02 03:53:42 UTC (rev 45)
@@ -4,29 +4,6 @@
<tr>
<td width="180" valign="top">
- <table class="tablebg" width="100%" cellspacing="1">
- <tr>
- <th>{L_MENU}</th>
- </tr>
-
- <!-- BEGIN l_block1 -->
- <tr>
- <!-- IF l_block1.S_SELECTED -->
- <td class="row1"><b class="nav">{l_block1.L_TITLE}</b>
- <ul class="nav" style="margin: 0px; padding: 0px; list-style-type: none; line-height: 175%;">
- <!-- BEGIN l_block2 -->
- <li>» <!-- IF l_block1.l_block2.S_SELECTED --><b>{l_block1.l_block2.L_TITLE}</b><!-- ELSE --><a href="{l_block1.l_block2.U_TITLE}">{l_block1.l_block2.L_TITLE}</a><!-- ENDIF --></li>
- <!-- END l_block2 -->
- </ul>
- <!-- ELSE -->
- <td class="row2" nowrap="nowrap" onmouseover="this.className='row1'" onmouseout="this.className='row2'" onclick="location.href='{l_block1.U_TITLE}'"><a class="nav" href="{l_block1.U_TITLE}">{l_block1.L_TITLE}</a>
- <!-- ENDIF -->
- </td>
- </tr>
- <!-- END l_block1 -->
- </table>
- <div style="padding: 2px; height:5px; min-width:200px;"></div>
-
<!-- BEGIN left -->
<table class="tablebg" width="100%" cellspacing="1">
<!-- IF left.TITLE -->
@@ -40,6 +17,7 @@
</table>
<div style="padding: 2px; height:5px; min-width:200px;"></div>
<!-- END left -->
+
</td>
<td width="4" valign="top"></td>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|