You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jspwiki.apache.org by Jingang Zhou <zh...@neusoft.com> on 2010/06/23 13:42:32 UTC

how to implement advanced image features in JSPWiki

hello all,

How to implement advanced image features in JSPWiki, e.g., surrounding words like that of in the microsoft office word?

Best regards.

Robin
---------------------------------------------------------------------------------------------------
Confidentiality Notice: The information contained in this e-mail and any accompanying attachment(s) 
is intended only for the use of the intended recipient and may be confidential and/or privileged of 
Neusoft Corporation, its subsidiaries and/or its affiliates. If any reader of this communication is 
not the intended recipient, unauthorized use, forwarding, printing,  storing, disclosure or copying 
is strictly prohibited, and may be unlawful.If you have received this communication in error,please 
immediately notify the sender by return e-mail, and delete the original message and all copies from 
your system. Thank you. 
---------------------------------------------------------------------------------------------------


Re: Changing LOGIN.JSP page

Posted by Foster Schucker <Fo...@Schucker.org>.
Mine is in a page called Login and I have it set up with my own message.

Foster

OK time to log in ..

[{Raw

<form method="POST" action="j_security_check">
<table>
<tr><td>Username: </td><td><input type="text" name="j_username"></td></tr>
<tr><td>Password: </td><td><input type="password" 
name="j_password"></td></tr>
<input type="hidden" name="j_uri" value="Login.jsp">

<tr><td> </td><td><input type=submit value="Login"></td></tr>
</table>
</form>

}]
Robert FORBES wrote:

>Good afternoon;
>
>I would like to change the message on the login page where it says
>
>"Don't have an account ? Join XXXXXXX now!"  
>
>(where XXXXXXX is the [{$applicationname}]  )
>
>I have searched (I think) thoroughly to see where this is coming from and
>have not found it.  I hope I don't have to change the application code.
>Anybody know where this is found ?
>
>Thank you in advance
>
>Robert
>
>
>
>  
>


Re: Changing LOGIN.JSP page

Posted by Lo...@log-net.com.
I believe these text elements are in:

WEB-INF\i18n\templates\*.properties



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
LOG-NET, Inc.
The Logistics Network Management System
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
230 Half Mile Road
Third Floor
Red Bank, NJ 07701
PH: 732-758-6800
FAX: 732-747-7497
http://www.LOG-NET.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CONFIDENTIAL & PRIVILEGED
Unless otherwise indicated or if obvious from the nature of the content, 
the information contained herein is privileged and confidential 
information/work product. The communication is intended for the use of the 
individual or entity named above.  If the reader of this transmission is 
not the intended recipient, you are  hereby notified that any 
dissemination, distribution or copying of this communication is strictly 
prohibited.  If you have received this communication in error, please 
notify the sender immediately by telephone (732-758-6800) or by electronic 
mail (postmaster@LOG-NET.com), and destroy any copies, electronic, paper 
or otherwise, which you may have of this communication.  Thank you.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



"Robert FORBES" <rf...@highlinecorp.com> 
06/30/2010 04:01 PM
Please respond to
jspwiki-user@incubator.apache.org


To
<js...@incubator.apache.org>
cc

Subject
Changing LOGIN.JSP page






Good afternoon;

I would like to change the message on the login page where it says

"Don't have an account ? Join XXXXXXX now!" 

(where XXXXXXX is the [{$applicationname}]  )

I have searched (I think) thoroughly to see where this is coming from and
have not found it.  I hope I don't have to change the application code.
Anybody know where this is found ?

Thank you in advance

Robert



Changing LOGIN.JSP page

Posted by Robert FORBES <rf...@highlinecorp.com>.
Good afternoon;

I would like to change the message on the login page where it says

"Don't have an account ? Join XXXXXXX now!"  

(where XXXXXXX is the [{$applicationname}]  )

I have searched (I think) thoroughly to see where this is coming from and
have not found it.  I hope I don't have to change the application code.
Anybody know where this is found ?

Thank you in advance

Robert


Re: how to implement advanced image features in JSPWiki

Posted by Dirk Frederickx <di...@gmail.com>.
Plse check out the ImagePlugin, standard part of the jspwiki download.

dirk


On Wed, Jun 23, 2010 at 1:42 PM, Jingang Zhou <zh...@neusoft.com> wrote:
> hello all,
>
> How to implement advanced image features in JSPWiki, e.g., surrounding words like that of in the microsoft office word?
>
> Best regards.
>
> Robin
> ---------------------------------------------------------------------------------------------------
> Confidentiality Notice: The information contained in this e-mail and any accompanying attachment(s)
> is intended only for the use of the intended recipient and may be confidential and/or privileged of
> Neusoft Corporation, its subsidiaries and/or its affiliates. If any reader of this communication is
> not the intended recipient, unauthorized use, forwarding, printing,  storing, disclosure or copying
> is strictly prohibited, and may be unlawful.If you have received this communication in error,please
> immediately notify the sender by return e-mail, and delete the original message and all copies from
> your system. Thank you.
> ---------------------------------------------------------------------------------------------------
>
>