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.
		
		
		
		
		
			
		
			
				
					
					
						
							13 lines
						
					
					
						
							494 B
						
					
					
				
			
		
		
	
	
							13 lines
						
					
					
						
							494 B
						
					
					
				<div class="ui secondary pointing tabular top attached borderless menu stackable new-menu navbar">
 | 
						|
	<div class="new-menu-inner">
 | 
						|
		<a class="{{if .PageIsOpenIDConnect}}active{{end}} item" href="{{AppSubUrl}}/user/openid/connect">
 | 
						|
			{{.i18n.Tr "auth.openid_connect_title"}}
 | 
						|
		</a>
 | 
						|
		{{if .EnableOpenIDSignUp}}
 | 
						|
			<a class="{{if .PageIsOpenIDRegister}}active{{end}} item" href="{{AppSubUrl}}/user/openid/register">
 | 
						|
				{{.i18n.Tr "auth.openid_register_title"}}
 | 
						|
			</a>
 | 
						|
		{{end}}
 | 
						|
	</div>
 | 
						|
</div>
 | 
						|
 | 
						|
 |