You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl-cvs@perl.apache.org by ri...@apache.org on 2002/06/25 08:46:28 UTC

cvs commit: embperl/eg/web base.epl menuleft.epl

richter     2002/06/24 23:46:28

  Modified:    eg/web   Tag: Embperl2c base.epl menuleft.epl
  Log:
  2.0b8 :-)
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.8   +1 -1      embperl/eg/web/Attic/base.epl
  
  Index: base.epl
  ===================================================================
  RCS file: /home/cvs/embperl/eg/web/Attic/base.epl,v
  retrieving revision 1.1.2.7
  retrieving revision 1.1.2.8
  diff -u -r1.1.2.7 -r1.1.2.8
  --- base.epl	24 Jun 2002 09:22:47 -0000	1.1.2.7
  +++ base.epl	25 Jun 2002 06:46:26 -0000	1.1.2.8
  @@ -23,7 +23,7 @@
              .cSectionText        {background: #ddaaaa; }
              .cTabsOn             {[+ $base14 +] background: #ddaaaa; }
              .cTabsOff            {[+ $base14 +] background: #DDDDDD; }
  -           .cMenu               {[+ $base10 +]}
  +           .cMenu               {[+ $base10 +] color: #000000 ; text-align: left ;}
              .cNews               {[+ $base10 +]}
   
              .cPodHeaderNavLink   {[+ $base12 +]}
  
  
  
  1.1.2.7   +4 -4      embperl/eg/web/Attic/menuleft.epl
  
  Index: menuleft.epl
  ===================================================================
  RCS file: /home/cvs/embperl/eg/web/Attic/menuleft.epl,v
  retrieving revision 1.1.2.6
  retrieving revision 1.1.2.7
  diff -u -r1.1.2.6 -r1.1.2.7
  --- menuleft.epl	24 Jun 2002 09:22:47 -0000	1.1.2.6
  +++ menuleft.epl	25 Jun 2002 06:46:27 -0000	1.1.2.7
  @@ -5,12 +5,12 @@
   *]
   
     <tr> 
  -	<td [$if $tablebg $]background="[+ $r -> {imageuri} +]/hintergrund-nav.gif"[$endif$]> 
  +	<td align="left" [$if $tablebg $]background="[+ $r -> {imageuri} +]/hintergrund-nav.gif"[$endif$]> 
   	  <table width="152" border="0" cellspacing="0" cellpadding="0">
   		<tr> 
  -          <td nowrap align=left width=[+ $ndx * 15 + 2 +]><img = src="[+ $r -> {imageuri} +]transp.gif" width="1"></td>
  -		  <td nowrap align=left width=15><img src="[+ $r -> {imageuri} +]i-sub-[+ $state>1?($state>2?'on':'open'):'off' +].gif" width="11" height="11" vspace="6" hspace="5"></td>
  -		  <td nowrap align=left><a href="[+ $app -> languri ($r, $url) +]"><font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="0"><div class="cMenu"><b>[+ $r -> gettext ($txt) +]</b></div></font></a></td>
  +                  <td nowrap align="left" width=[+ $ndx * 15 + 2 +]>&nbsp;</td>
  +		  <td nowrap align="left" width=15><img src="[+ $r -> {imageuri} +]i-sub-[+ $state>1?($state>2?'on':'open'):'off' +].gif" width="11" height="11" vspace="6" hspace="5"></td>
  +		  <td nowrap align="left" width=[+ 150 - $ndx * 15 +]><a href="[+ $app -> languri ($r, $url) +]"><div class="cMenu"><b>[+ $r -> gettext ($txt) +]</b></div></a></td>
   		</tr>
   	  </table>
   	</td>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-cvs-help@perl.apache.org