]> WPIA git - gigi.git/blob - src/org/cacert/gigi/pages/LoginPage.templ
UPD: copy the login page from old software
[gigi.git] / src / org / cacert / gigi / pages / LoginPage.templ
1 <div class='loginbox'>
2 <h1><?=_Login?></h1>
3 <p class='smalltext'><?=_Warning! This site requires cookies to be enabled to ensure your privacy and security. This site uses session cookies to store temporary values to prevent people from copying and pasting the session ID to someone else exposing their account, personal details and identity theft as a result.?></p>
4 <label for="username"><?=_Email Address?>:</label><input type='text' name="username"/><br />
5 <label for="password"><?=_Pass Phrase?>:</label><input type='password' name='password'/><br />
6 <input type='submit' name="process" value="<?=_Login?>" /><br /><br />
7 <a href='https://blah/index.php?id=4'><?=_Password Login?></a> -<!-- TODO -->
8 <a href='https://blah/index.php?id=5'><?=_Lost Password?></a> -
9 <a href='https://blah/index.php?id=4&amp;noauto=1'><?=_Net Cafe Login?></a><br />
10 <p class='smalltext'><?=s,!"<a href='http://wiki.cacert.org/wiki/FAQ/LostPasswordOrAccount' target='_new'>",!"</a>",If you are having trouble with your username or password, please visit our %swiki page%s for more information?></p>
11 </div>