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.
18 lines
513 B
18 lines
513 B
<div class="navbar-brand"> |
|
<a class="navbar-item"><% |
|
if (hs_logo.toString()==null || hs_logo.toString()=="") { %> |
|
<img class="logo" src="/superx/images/superx_logo.svg"/> |
|
<% }else { %> |
|
<img class="logo" src="/superx/xml/<%= hs_logo.toString() %>"/> |
|
<% } |
|
%> |
|
</a> |
|
<a class="navbar-item"><% |
|
if (hs_inst.toString()==null || hs_inst.toString()=="") { %> |
|
<h1>Informationssystem der Hochschule</h1> |
|
<% }else { %> |
|
<h1><%= hs_inst.toString() %></h1> |
|
<% } %> |
|
</a> |
|
</div> |
|
|
|
|