Blame Identity/Webenv/Themes/Default/Trac/0.10.4/Modern/templates/settings.cs

f2e824
f2e824
f2e824
f2e824
f2e824
f2e824
f2e824
f2e824
 

Settings and Session Management

f2e824
f2e824
 

User Settings

f2e824
 

f2e824
 This page lets you customize and personalize your Trac settings. Session
f2e824
 settings are stored on the server and identified using  a 'Session Key'
f2e824
 stored in a browser cookie. The cookie lets Trac restore your settings.
f2e824
 

f2e824
 <form method="post" action="">
f2e824
 
f2e824
  

Personal Information

f2e824
  
f2e824
   <input type="hidden" name="action" value="save" />
f2e824
   <label for="name">Name:</label>
f2e824
   
f2e824
          value="" />
f2e824
  
f2e824
  
f2e824
   <label for="email">Email:</label>
f2e824
   
f2e824
          value="" />
f2e824
  
f2e824
  if:settings.session_id ?>
f2e824
   

Session

f2e824
   
f2e824
    <label for="newsid">Session Key:</label>
f2e824
    
f2e824
           value="" />
f2e824
    

The session key is used to identify stored custom settings and session

f2e824
    data on the server. Automatically generated by default, you may change it
f2e824
    to something easier to remember at any time if you wish to use your settings
f2e824
    in a different web browser.

f2e824
   
f2e824
  /if ?>
f2e824
  
f2e824
   
f2e824
   <input type="submit" value="Submit changes" />
f2e824
  
f2e824
 
f2e824
</form>
f2e824
if:settings.session_id ?>
f2e824
 
f2e824
 

Load Session

f2e824
 

You may load a previously created session by entering the corresponding

f2e824
 session key below and clicking 'Recover'. This lets you share settings between
f2e824
 multiple computers and/or web browsers.

f2e824
 <form method="post" action="">
f2e824
  
f2e824
   <input type="hidden" name="action" value="load" />
f2e824
   <label for="loadsid">Existing Session Key:</label>
f2e824
   
f2e824
          value="" />
f2e824
   <input type="submit" value="Recover" />
f2e824
  
f2e824
 </form>
f2e824
/if ?>
f2e824
f2e824
f2e824