layouts/partials/header.html (69 lines of code) (raw):
<div id="header">
<span>Apache Directory</span>
<a href="/"><div id="headerClick"></div></a>
<div id="subProjectsNavBar">
<a href="/">
{{ if eq .project "home" }}
<strong>Main</strong>
{{ else }}
Main
{{ end }}
</a>
|
<a href="/apacheds/">
{{ if eq .project "apacheds" }}
<strong>ApacheDS</strong>
{{ else }}
ApacheDS
{{ end }}
</a>
|
<a href="/studio/">
{{ if eq .project "studio" }}
<strong>Studio</strong>
{{ else }}
Studio
{{ end }}
</a>
|
<a href="/api/">
{{ if eq .project "api" }}
<strong>LDAP API</strong>
{{ else }}
LDAP API
{{ end }}
</a>
|
<a href="/mavibot/">
{{ if eq .project "mavibot" }}
<strong>Mavibot</strong>
{{ else }}
Mavibot
{{ end }}
</a>
|
<a href="/scimple/">
{{ if eq .project "scimple" }}
<strong>SCIMple</strong>
{{ else }}
SCIMple
{{ end }}
</a>
|
<a href="/fortress/">
{{ if eq .project "fortress" }}
<strong>Fortress</strong>
{{ else }}
Fortress
{{ end }}
</a>
|
<a href="/kerby/">
{{ if eq .project "kerby" }}
<strong>Kerby</strong>
{{ else }}
Kerby
{{ end }}
</a>
</div><!-- subProjectsNavBar -->
</div><!-- header -->