]> WPIA git - gigi.git/blob - src/club/wpia/gigi/pages/LoginPage.templ
ad3060c555e07e2d797f8335990ecd022ddfe4b6
[gigi.git] / src / club / wpia / 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 class="form-control" type='text' name="username" required/><br />
5 <label for="password"><?=_Password?>:</label><input class="form-control" type='password' name='password' required/><br />
6 <button type='submit' name="process" value="Login" class="btn btn-primary"><?=_Login?></button><br /><br />
7 <p class='smalltext'><?=_If you are having trouble with your username or password, please visit our !(/wiki/lostPassword)wiki page!'</a>' for more information?></p>
8 </div>