<HTML>
<HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="OPENWEBMAIL" name=GENERATOR>
</HEAD>
<BODY bgColor=#ffffff>

<font size="2">I was analising this code from the CARTOCLIENT.TPL file (located in 
the
 
<br />
folder: 
C:\wamp\www\cartoweb3\projects\PROJECT_NAME\templates).
 
<br />

 
<br />
I altering the skin plus I want to add a new tab. In the cartoweb3 
demo
 
<br />
project, there are the following 
tabs:
 
<br />
PRINT, ABOUT, HELP, THEMES, SEARCH, OUTLINE, QUERY.
<br />They were all generated by the following code (in the cartoclient.tpl file):
<br />

 
<br />...
<br />...
<br />
  &lt;div 
id=&quot;leftbar&quot;&gt;
 
<br />
    
&lt;div&gt;
 
<br />
      &lt;ul 
id=&quot;tabnav2&quot;&gt;
 
<br />
        &lt;li id=&quot;label2&quot;&gt;&lt;a 
href=&quot;javascript:ontop(2)&quot;&gt;{t}Print{/t}&lt;/a&gt;&lt;/li&gt;
 
<br />
        &lt;li id=&quot;label4&quot;&gt;&lt;a 
href=&quot;javascript:ontop(4)&quot;&gt;{t}About{/t}&lt;/a&gt;&lt;/li&gt;
 
<br />
        &lt;li id=&quot;label6&quot;&gt;&lt;a 
href=&quot;javascript:ontop(6)&quot;&gt;{t}Help 
Viewer{/t}&lt;/a&gt;&lt;/li&gt;
 
<br />
      
&lt;/ul&gt;
 
<br />
      &lt;ul 
id=&quot;tabnav1&quot;&gt;
 
<br />
        &lt;li id=&quot;label1&quot;&gt;&lt;a 
href=&quot;javascript:ontop(1)&quot;&gt;{t}Themes{/t}&lt;/a&gt;&lt;/li&gt;
 
<br />
        &lt;li id=&quot;label3&quot;&gt;&lt;a 
href=&quot;javascript:ontop(3)&quot;&gt;{t}Search{/t}&lt;/a&gt;&lt;/li&gt;
 
<br />
        &lt;li id=&quot;label5&quot;&gt;&lt;a 
href=&quot;javascript:ontop(5)&quot;&gt;{t}Outline{/t}&lt;/a&gt;&lt;/li&gt;
 
<br />
        &lt;li id=&quot;label7&quot;&gt;&lt;a 
href=&quot;javascript:ontop(7)&quot;&gt;{t}Query{/t}&lt;/a&gt;&lt;/li&gt;
 
<br />
      
&lt;/ul&gt;
 
<br />

 ....
<br />...
<br />
<br />I adde a new tab as: 
<br /></font><font size="2">       &lt;li id=&quot;label8&quot;&gt;&lt;a 
href=&quot;javascript:ontop(8)&quot;&gt;{t}Test{/t}&lt;/a&gt;&lt;/li&gt;
<br />
<br />When I run the project, It appears but is not active. I perform a click and nothing happens... (I don't know how to make this new tab active as the others are)
<br />
<br />What's wrong???
<br />
<br /></font><font size="2">

 
<br />
Hélder M.C. 
Muianga
 
<br />
Cell: 82-47 27 
160
 
<br />
Formado em Sistemas de 
Informação
 
<br />
E-mail 
alternativo:hmuianga@yahoo.com
 
<br />

 
<br />
&quot;LUTE PELAS TUAS CONVICÇÕES, MESMO QUE ISSO TE CUSTE UMA 
LÁGRIMA&quot;
 
<br />
</font>
</BODY>
</HTML>