You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
405 B

  1. {{if .EnableOpenIDSignIn}}
  2. <div class="ui secondary pointing tabular top attached borderless menu new-menu navbar">
  3. <a class="{{if .PageIsLogin}}active{{end}} item" href="{{AppSubUrl}}/user/login">
  4. {{.i18n.Tr "auth.login_userpass"}}
  5. </a>
  6. <a class="{{if .PageIsLoginOpenID}}active{{end}} item" href="{{AppSubUrl}}/user/login/openid">
  7. <i class="fa fa-openid"></i>
  8. &nbsp;OpenID
  9. </a>
  10. </div>
  11. {{end}}