Parent Directory
|
Revision Log
modify change.py to link to index.py instead of .
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <link rel="stylesheet" type="text/css" href="skins/main.css" /> <script type="text/javascript" src="skins/main.js"></script> %(skinspecific)s <script type="text/javascript" src="skins/user.js"></script> <link rel="stylesheet" type="text/css" href="skins/user.css" /> <title>%(sitename)s Configuration</title> </head> <body> <h2>%(sitename)s Configuration Page</h2> <p><a href="index.py">Back to signup page</a></p> <p><a href="change.py">Modify</a></p> <p><a href="?action=changepass">Change your password</a></p> %(formdata)s </body> </html>
| Report a bug | ViewVC Help |
| Powered by ViewVC 1.0.5 |