If you have Google or Facebook accounts feel free to use any of them to signup<br/><br/>\n
<aclass="zocial facebook"href="./login_with_facebook">Signup with Facebook</a> or \n
<aclass="zocial google"href="./login_with_google">Signup with Google</a><br/><br/>\n
You are not connected with social network? So then use BrowserID <ahref="#"id="browserid"title="Sign-in with BrowserID"><imgsrc="./vifib_image/browser_id_logo.png"alt="Sign-in with BrowserID"title="Sign-in with BrowserID"></a>\n
If you have Google or Facebook accounts feel free to use any of them to signup<br/><br/>\n
<divclass="input"><inputtype="text"name="__ac_name"id="name"tal:attributes="value python: request.get(\'__ac_name\') or \'\'"/></div>\n
<aclass="zocial facebook"href="./login_with_facebook">Signup with Facebook</a> or \n
<pclass="clear"></p>\n
<aclass="zocial google"href="./login_with_google">Signup with Google</a><br/><br/>\n
</div>\n
You are not connected with social network? So then use BrowserID <ahref="#"id="browserid"title="Sign-in with BrowserID"><imgsrc="./vifib_image/browser_id_logo.png"alt="Sign-in with BrowserID"title="Sign-in with BrowserID"></a>\n
<pi18n:translate=""i18n:domain="ui">Having trouble logging in? Make sure to enable cookies in your web browser.</p>\n
form.setAttribute("action", path);\n
<pi18n:translate=""i18n:domain="ui">Do not forget to logout or exit your browser when you are done.</p>\n
\n
<pi18n:translate=""i18n:domain="ui">Setting the \'Remember my name\' option will set a cookie with your username, so that when you login next time, your user name will already be filled in for you.</p>\n
for(var key in params) {\n
</div>\n
if(params.hasOwnProperty(key)) {\n
var hiddenField = document.createElement("input");\n
hiddenField.setAttribute("type", "hidden");\n
hiddenField.setAttribute("name", key);\n
hiddenField.setAttribute("value", params[key]);\n
\n
form.appendChild(hiddenField);\n
}\n
}\n
\n
document.body.appendChild(form);\n
form.submit();\n
}\n
\n
function gotAssertion(assertion) { \n
// got an assertion, now send it up to the server for verification \n