In TurbineResources.properties, what these variables mean? And what are they used to do? I am just confused by them. # ------------------------------------------------------------------- # # F R A M E W O R K S E T T I N G S # # ------------------------------------------------------------------- # These are settings that control the behaviour of the framework, # such as determining whether a template system is in use, what # the default templates and screens are and session handling settings. # -------------------------------------------------------------------
# Used to set the template homepage if you are using a template # layout. # # Default: Index.vm template.homepage=Index.vm # This is the default screen to show to people when they first access # the system. Specify one of the template screens such as VelocityScreen # to use a template system. # # Default: Login screen.homepage= # This is the template that is shown on an incorrect login attempt. # Setting this property will override any value of screen.login specfied # below. # # Default: Login.vm template.login=Login.vm # This is the page that is shown on an incorrect login attempt. It is # referenced in the LoginUser action. Note that it will only be used if # a login template has not been specified (see template.login above). # # Default: Login screen.login= # This is the template that is used by the respective Template based # ErrorScreen for displaying the error. If you are not using a Template based # ErrorScreen, then this is ignored. # # Default: Error.vm template.error=Error.vm # This is the default error screen. # # Default: VelocityErrorScreen screen.error=VelocityErrorScreen # This is the screen that is displayed when the user's web page is in # an invalid state. # # Default: error.InvalidState screen.invalidstate=error.InvalidState # Set the default Doctype. The default Doctype can be set by using # the single strings: Html40Strict, Html40Transitional, or # Html40Frameset. Additionally the default can be supplied as two # strings separated by a comma giving the DTD and URI. # # Default: ignored if not set to some value. default.doctype=Html40Transitional # This is the default action to log a user in. action.login=LoginUser # This is the default action to log a user out. action.logout=LogoutUser -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
