Server : Apache System : Linux iad1-shared-b8-43 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64 User : dh_edsupp ( 6597262) PHP Version : 8.2.26 Disable Function : NONE Directory : /lib/python3/dist-packages/trac/prefs/templates/ |
Upload File : |
{# Copyright (C) 2006-2021 Edgewall Software This software is licensed as described in the file COPYING, which you should have received as part of this distribution. The terms are also available at https://trac.edgewall.org/wiki/TracLicense. This software consists of voluntary contributions made by many individuals. For the exact contribution history, see the revision history and logs, available at https://trac.edgewall.org/. #} # extends 'prefs.html' <!DOCTYPE html> <html> <head> <title> # block preftitle ${_("Advanced")} # endblock preftitle </title> </head> <body> <form id="userprefs" action="#" method="post"> # set prefpanel_has_own_submit = true # block prefpanel <table> <tr class="field"> <th><label for="newsid">${_("Session key:")}</label></th> <td> <input type="text" id="newsid" name="newsid" size="30" value="${session_id}" /> <input type="submit" name="change" value="${_('Change')}" /> </td> </tr> <tr> <th></th> <td> <p class="hint"> # trans The session key is used to identify stored custom settings and session data on the server. Although it is automatically generated by default, you may change it to something easier to remember at any time if you wish to load your settings in a different web browser. # endtrans </p> </td> </tr> <tr class="field"> <th><label for="loadsid">${_("Restore session:")}</label></th> <td> <input type="text" id="loadsid" name="loadsid" size="30" value="" /> <input type="submit" name="restore" value="${_('Load')}" /> </td> </tr> <tr> <th></th> <td> <p class="hint"> # trans You may load a previously created session by entering the corresponding session key below. This lets you share settings between multiple computers and web browsers. # endtrans </p> </td> </tr> </table> # endblock prefpanel </form> </body> </html>