You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<tr><tdalign="center" colspan="2"><label><inputtype="checkbox" name="permanent" value="on" checked="checked" />Check if you want to <spanclass="tooltip" title="If set, the logon cookie will expire after one year rather than at the end of your browser session.">log on permanently</span> on this computer</label></td></tr>
27
27
<tr><tdalign="left" colspan="2"><br/><ahref="{{ url_for("reset") }}">Forgot Username or Password?</a></td></tr>
<tr><td><spanclass="tooltip" title="This will be used to notify you of completed jobs, and to reset your password if you forget it. It will not be used for any other purpose.">Email Address</span></td><td><inputtype="text" name="email" value="{{ form.email }}" size="20" maxlength="40" /></td></tr>
21
-
<tr><td><ahref="https://salilab.org/modeller/" title="If you have a MODELLER license key, you can save it here; it will be provided automatically to any web service that needs it.">MODELLER license key</a> (optional)</td><td><inputtype="text" name="modeller_key" value="{{ form.modeller_key }}" size="20" maxlength="40" /></td></tr>
<tr><td><spanclass="tooltip" title="This will be used to notify you of completed jobs, and to reset your password if you forget it. It will not be used for any other purpose."><labelfor="email">Email Address</label></span></td><td><inputid="email"type="text" name="email" value="{{ form.email }}" size="20" maxlength="40" /></td></tr>
21
+
<tr><td><ahref="https://salilab.org/modeller/" title="If you have a MODELLER license key, you can save it here; it will be provided automatically to any web service that needs it."><labelfor="modeller_key">MODELLER license key</label></a> (optional)</td><td><inputid="modeller_key"type="text" name="modeller_key" value="{{ form.modeller_key }}" size="20" maxlength="40" /></td></tr>
22
22
<tr><tdalign="center" colspan="2"><divclass=standout><label><inputtype="checkbox" name="academic" value="on" {{ 'checked="checked"' if form.academic }} />I am a <spanclass="tooltip" title="Sali Lab web server accounts are currently only available for non-profit or academic users.">non-profit/academic user</span>
23
23
and this server will be used solely for educational
24
24
purposes or for basic research intended to advance
0 commit comments