Irene Huang wrote:

> Dear all,
> 
> This is from <jetspeed-home>\WEB-INF\templates\vm\navigations\html\top.vm
> 
> <form method="POST" action="$link"
> enctype="application/x-www-form-urlencoded">
> <input name="$jlink.ActionKey" type="hidden"
> value="$config.getString("action.login")" />
> 
> Q: please explain how to define "action", "enctype", input "name" "value".
> 

> 
> <td class=MENUBUTTON><a
> href="$link.setPage("NewAccount")">$l10n.TOP_CREATENEWACCOUNT</a></td>
> 
> Q: please define "$link.setPage("NewAccount")", where is it link to?


<jetspeed_home>/WEB-INF/templates/(layout type vm or jsp)/screens/(media 
type usually html)/NewAccount.(layout type vm or jsp)

> 
> Q: what is the "$l10n." in front of "TOP_CREATENEWACCOUNT", how to access
> other "predefined" variable in other .properties file?


In the
<jetspeed_home>/WEB-INF/classes/org/apache/jetspeed/modules/localization/JetspeedLocalizationxxx.properties,
 
where xxx is the language.
         -> Default
    _de  -> German
    _en  -> English
    _es  -> Spanish

    _fr  -> French


> 
> Q: where do we define all the class? (class="MENUBUTTON"...etc.)?


In the stylesheet, see <jetspeed_home>/css/default.css.  The stylesheet 
is defined by the JetspeedRsource.properties property site.stylesheet

> 
> 
> Thank you so much for the help !!
> 
> Irene
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to