Mercurial > hg > rlgwebd
comparison options.html @ 130:a2e071a95055
Options page: handle not being logged in.
The options page now displays whether or not the user is logged in.
author | John "Elwin" Edwards <elwin@sdf.org> |
---|---|
date | Wed, 29 Aug 2012 07:55:26 -0700 |
parents | 46822bd329da |
children | 99fbc7c55b81 |
comparison
equal
deleted
inserted
replaced
129:46822bd329da | 130:a2e071a95055 |
---|---|
5 <script type="text/javascript" src="options.js"></script> | 5 <script type="text/javascript" src="options.js"></script> |
6 <link rel="stylesheet" type="text/css" href="style-rlg.css"> | 6 <link rel="stylesheet" type="text/css" href="style-rlg.css"> |
7 </head> | 7 </head> |
8 <body onload="setup()"> | 8 <body onload="setup()"> |
9 <h1>RLG-Web Options</h1> | 9 <h1>RLG-Web Options</h1> |
10 <div id="ostat">Loading...</div> | |
10 <div id="switch"> | 11 <div id="switch"> |
11 <span class="ibutton">E-mail</span> | 12 <span class="ibutton">E-mail</span> |
12 <span class="ibutton">Password</span> | 13 <span class="ibutton">Password</span> |
13 </div> | 14 </div> |
14 <div class="formtable" id="o_email"> | 15 <div class="formtable" id="o_email"> |