You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by Apache Wiki <wi...@apache.org> on 2006/04/25 10:11:31 UTC

[Jakarta-velocity Wiki] Update of "UserPreferences" by naparan

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jakarta-velocity Wiki" for change notification.

The following page has been changed by naparan:
http://wiki.apache.org/jakarta-velocity/UserPreferences

------------------------------------------------------------------------------
  ##language:en
  [[UserPreferences]]
  
- If you are coming to this page for the first time, you'll see the form into which you can enter your username and some other settings (password is stored, in plaintext, but currently not used). It is best to choose a WikiName (like Firstname``Lastname) as username to get your changes and signatures link back to your Wiki``Homepage. Entering your email will enable you to get notifications on page changes.
+ hi!
+ question is velocity struts
+  
+ example  --------
  
- If you click on '''Create Profile''', a user profile will be created for you. With the response, a HTTP cookie will be sent that contains your user ID, which enables the system to recognize you. 
+ $naparan = #head_common("test" "$S_ID")
+ $cho= #head_common("test1" "$S_ID")
+ #if($S_ID=="naparan")
+ 	${naparan }
+ #elseif($S_ID=="cho")
+ 	${cho}
+ #end
+ <script language="javascript">.
+ .
+ .
+ .
+ .
+ .
+ </script>
+ #head_common is that css ,html head part declare
  
-  /!\ ''This "ID", shown in the response page, can be used to send the same cookie to other machines you might use. So jot it down! Or cut and paste the URL shown above, after you created your profile.''
+ result
+ $naparan = 	<meta http-equiv=Content-type content="text/html; charset=EUC-KR">
+ 	<HTML>
+ 	<HEAD><TITLE>test</TITLE>
+ 			<link href="/css/memory.css" rel="stylesheet" type="text/css">
+ 		<link href="/css/common.css" rel="stylesheet" type="text/css">
+ 	<script language="JavaScript" src="/js/Check.js"></script>
+ 	<script language="JavaScript" src="/js/common.js"></script>
+ 		</HEAD>
+ $cho= 	<meta http-equiv=Content-type content="text/html; charset=EUC-KR">
+ 	<HTML>
+ 	<HEAD><TITLE>test1</TITLE>
+ 			<link href="/css/memory.css" rel="stylesheet" type="text/css">
+ 		<link href="/css/common.css" rel="stylesheet" type="text/css">
+ 	<script language="JavaScript" src="/js/Check.js"></script>
+ 	<script language="JavaScript" src="/js/common.js"></script>
+ 		</HEAD>
+ <script language="javascript">
  
- '''Logout''' clears the cookie. As described above, '''Login''' enables you to gain access to your user profile if you somehow lost the cookie or are on another machine. '''Save''' just updates your profile.
  
+ 
+ Is velocity accept only html?
+ 
+ I hope fast answer  please!!!!!
+ 
+ have a nice day!!!
+ ----
+ CategoryHomepage
+ 

---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org