| 1 | <__trans_section component="openid2-server"> |
|---|
| 2 | <mt:setvar name="page_title" value="<__trans phrase="OpenID Confirmation">"> |
|---|
| 3 | <mt:setvar name="complete" value="1"> |
|---|
| 4 | <mt:include name="include/chromeless_header.tmpl"> |
|---|
| 5 | |
|---|
| 6 | <form method="post" action="<mt:var name="script_url">"> |
|---|
| 7 | <input type="hidden" name="__mode" value="openid_confirm" /> |
|---|
| 8 | <input type="hidden" name="magic_token" value="<mt:var name="magic_token">" /> |
|---|
| 9 | <input type="hidden" name="return_to" value="<mt:var name="return_to">" /> |
|---|
| 10 | <input type="hidden" name="identity" value="<mt:var name="identity">" /> |
|---|
| 11 | <input type="hidden" name="trust_root" value="<mt:var name="trust_root">" /> |
|---|
| 12 | <input type="hidden" name="assoc_handle" value="<mt:var name="assoc_handle">" /> |
|---|
| 13 | <input type="hidden" name="ns" value="<mt:var name="ns">"> |
|---|
| 14 | <mtapp:statusmsg |
|---|
| 15 | id="information" |
|---|
| 16 | class="info"> |
|---|
| 17 | <__trans phrase='You are logging in to [_1]. Click "Let Me In" to continue on to the site.' params="<mt:var name="trust_root">"> |
|---|
| 18 | </mtapp:statusmsg> |
|---|
| 19 | <mt:if name="sreg_required"> |
|---|
| 20 | <p><__trans phrase="Your personal information shown below is also going to be sent to the site."></p> |
|---|
| 21 | <p><mt:if name="sreg_policy_url"><__trans phrase="The site has its privacy policy [_1]here[_2]" params='<a href="<mt:var name="sreg_policy_url" escape="url">">%%</a>'></mt:if></p> |
|---|
| 22 | <fieldset> |
|---|
| 23 | <input type="hidden" name="openid.ns.sreg" value="<mt:var name="sreg_uri">" /> |
|---|
| 24 | <mt:loop name="sreg_required"> |
|---|
| 25 | <mtapp:setting |
|---|
| 26 | id="<mt:var name="__key__">" |
|---|
| 27 | label="<mt:var name="__key__">"> |
|---|
| 28 | <input type="hidden" name="openid.sreg.<mt:var name="__key__">" value="<mt:var name="__value__">" /><mt:var name="__value__"><input type="hidden" name="__<mt:var name="__key__">_beacon__" value="1" /> |
|---|
| 29 | </mtapp:setting> |
|---|
| 30 | </mt:loop> |
|---|
| 31 | </fieldset> |
|---|
| 32 | </mt:if> |
|---|
| 33 | <mt:if name="sreg_optional"> |
|---|
| 34 | <fieldset> |
|---|
| 35 | <mt:loop name="sreg_optional"> |
|---|
| 36 | <mtapp:setting |
|---|
| 37 | id="<mt:var name="__key__">" |
|---|
| 38 | label="<mt:var name="__key__">"> |
|---|
| 39 | <input type="hidden" name="openid.sreg.<mt:var name="__key__">" value="<mt:var name="__value__">" /><mt:var name="__value__"> <input type="checkbox" name="__<mt:var name="__key__">_beacon__" value="1" /> |
|---|
| 40 | </mtapp:setting> |
|---|
| 41 | </mt:loop> |
|---|
| 42 | </fieldset> |
|---|
| 43 | </mt:if> |
|---|
| 44 | <div class="actions-bar"> |
|---|
| 45 | <div class="actions-bar-inner pkg actions"> |
|---|
| 46 | <button |
|---|
| 47 | type="submit" |
|---|
| 48 | accesskey="s" |
|---|
| 49 | title="<__trans phrase="Let Me In (s)">" |
|---|
| 50 | class="primary-button" |
|---|
| 51 | ><__trans phrase="Let Me In"></button> |
|---|
| 52 | </div> |
|---|
| 53 | </div> |
|---|
| 54 | ← <a href="<mt:var name="ng_url">"><__trans phrase="I do not want to log in."></a> |
|---|
| 55 | </form> |
|---|
| 56 | </__trans_section> |
|---|
| 57 | <mt:include name="include/chromeless_footer.tmpl"> |
|---|