2017-03-17 23:16:08 +09:00
|
|
|
<div class="ui secondary pointing tabular top attached borderless menu stackable new-menu navbar">
|
2020-11-27 04:33:28 +09:00
|
|
|
<div class="new-menu-inner">
|
2022-12-09 22:34:51 +09:00
|
|
|
<a class="{{if .PageIsOpenIDConnect}}active {{end}}item" href="{{AppSubUrl}}/user/openid/connect">
|
2022-06-28 05:58:46 +09:00
|
|
|
{{.locale.Tr "auth.openid_connect_title"}}
|
2017-03-17 23:16:08 +09:00
|
|
|
</a>
|
2021-05-09 23:13:35 +09:00
|
|
|
{{if and .EnableOpenIDSignUp (not .AllowOnlyInternalRegistration)}}
|
2022-12-09 22:34:51 +09:00
|
|
|
<a class="{{if .PageIsOpenIDRegister}}active {{end}}item" href="{{AppSubUrl}}/user/openid/register">
|
2022-06-28 05:58:46 +09:00
|
|
|
{{.locale.Tr "auth.openid_register_title"}}
|
2020-11-27 04:33:28 +09:00
|
|
|
</a>
|
|
|
|
{{end}}
|
|
|
|
</div>
|
2017-03-17 23:16:08 +09:00
|
|
|
</div>
|