|
Revision 529, 1.5 kB
(checked in by fumiakiy, 21 months ago)
|
|
Initial checkin of OpenID 2.0 Provider plugin for Movable Type 4.1.
|
| Line | |
|---|
| 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 | <div class="actions-bar"> |
|---|
| 20 | <div class="actions-bar-inner pkg actions"> |
|---|
| 21 | <button |
|---|
| 22 | type="submit" |
|---|
| 23 | accesskey="s" |
|---|
| 24 | title="<__trans phrase="Let Me In (s)">" |
|---|
| 25 | class="primary-button" |
|---|
| 26 | ><__trans phrase="Let Me In"></button> |
|---|
| 27 | </div> |
|---|
| 28 | </div> |
|---|
| 29 | ← <a href="<mt:var name="ng_url">"><__trans phrase="I do not want to log in."></a> |
|---|
| 30 | </form> |
|---|
| 31 | </__trans_section> |
|---|
| 32 | <mt:include name="include/chromeless_footer.tmpl"> |
|---|