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.

signup_openid_navbar.tmpl 448B

1234567891011
  1. <div class="ui secondary pointing tabular top attached borderless menu stackable new-menu navbar">
  2. <a class="{{if .PageIsOpenIDConnect}}active{{end}} item" href="{{AppSubUrl}}/user/openid/connect">
  3. {{.i18n.Tr "auth.openid_connect_title"}}
  4. </a>
  5. {{if .EnableOpenIDSignUp}}
  6. <a class="{{if .PageIsOpenIDRegister}}active{{end}} item" href="{{AppSubUrl}}/user/openid/register">
  7. {{.i18n.Tr "auth.openid_register_title"}}
  8. </a>
  9. {{end}}
  10. </div>