Collaborama About Help Contact Anonymous [login] Source: site.view [edit] Function name: noAccess Arguments: Description: OPTIONALARGS -- 0: Message Page type: html Render function: Module: maybeathome Page source: <!DOCTYPE html> <body> <div class="col-sm-6"> <h3 data-localize="login.login">MaybeAtHome Beta: Please sign in</h3> <div class="custom-form-wrapper login-wrapper"> <form class="form-horizontal" action="/webl/WubHub_DoIt" method="post"> <input name="cmdline" value="maybeathome.siteLogin(pw,err,succ)" type="hidden"/> <input name="err" value="maybeathome.noAccess" type="hidden"/> <input name="succ" value="maybeathome.home" type="hidden"/> <div class="form-group"> <label for="pasword" class="col-sm-2 control-label" data-localize="login.password">Password</label> <div class="col-sm-10"> <input type="password" class="form-control" name="pw" id="password" placeholder=""> </div> </div> </form> </div> </div> </body> </html>