blob: 36bd619fadd42e46badff5edd4e72d1f2e7f0581 [file] [log] [blame]
<!DOCTYPE html>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org">
<wicket:panel>
<div class="brand-link bg-red" style="height: 57px;">
<span style="position: absolute;">
<img src="ui-commons/img/logo-mini.png" alt="Apache Syncope Logo" class="brand-image" style="max-height: none; opacity: .8;"/>
<span class="brand-text font-weight-light">Apache Syncope</span>
</span>
</div>
<!-- Sidebar -->
<div class="sidebar">
<div class="user-panel mt-2 pb-2 mb-2 d-flex">
</div>
<!-- Sidebar Menu -->
<nav class="mt-2">
<ul class="nav nav-pills nav-sidebar flex-column nav-child-indent nav-compact" data-widget="treeview" role="menu" data-accordion="false">
<li class="nav-item" wicket:id="dashboardLI"><a href="#" wicket:id="home" class="nav-link"><i class="fa fa-id-card nav-icon"></i><p><wicket:message key="home"/></p></a></li>
<li wicket:id="profileLI" class="nav-item has-treeview">
<a id="profileLink" href="#" class="nav-link"><i class="nav-icon fa fa-user"></i><p><wicket:message key="profile"/></p> <i class="fas fa-angle-left right"></i></a>
<ul wicket:id="profileUL" class="nav nav-treeview">
<li class="nav-item" wicket:id="edituserLI"><a href="#" class="nav-link" wicket:id="edituser"><i class="nav-icon fa fa-edit"></i><p><wicket:message key="edituser"/></p></a></li>
<li class="nav-item" wicket:id="editchangepasswordLI"><a href="#" class="nav-link" wicket:id="editchangepassword"><i class="nav-icon fas fa-key"></i><p><wicket:message key="editchangepassword"/></p></a></li>
<li class="nav-item" wicket:id="editsecurityquestionLI"><a href="#" class="nav-link" wicket:id="editsecurityquestion"><i class="nav-icon fa fa-lock"></i><p><wicket:message key="editsecurityquestion"/></p></a></li>
</ul>
</li>
<wicket:container wicket:id="extPages">
<li class="nav-item" wicket:id="extPageLI">
<a href="#" class="nav-link" wicket:id="extPage"><i wicket:id="extPageIcon"></i><p wicket:id="extPageLabel"/></a>
</li>
</wicket:container>
</ul>
</nav>
<!-- /.sidebar-menu -->
</div>
<!-- /.sidebar -->
</wicket:panel>
</html>