Blame Extras/Trac/templates/settings.cs

4c79b5
4c79b5
4c79b5
4c79b5
4c79b5
4c79b5
4c79b5
4c79b5
 

Settings and Session Management

4c79b5
4c79b5
 

User Settings

4c79b5
 

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

4c79b5
 <form method="post" action="">
4c79b5
 
4c79b5
  

Personal Information

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

Session

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

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

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

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

Load Session

4c79b5
 

You may load a previously created session by entering the corresponding

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

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