/usr/share/lemonldap-ng/manager-skins/default/top.tpl is in liblemonldap-ng-manager-perl 1.3.3-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | <!-- Tree CSS choice -->
<div id="css-switch" title="<lang en="Menu style" fr="Style de menu" />">
<div id="organization">
<p class="ui-widget-header ui-corner-all"><lang en="Organization" fr="Organisation" /></p>
<button alt="tree"><lang en="Tree" fr="Arbre" /></button>
<button alt="accordion"><lang en="Accordion" fr="Accordéon" /></button>
</div>
<div id="theme">
<p class="ui-widget-header ui-corner-all"><lang en="Theme" fr="Thème" /></p>
<button alt="ui-lightness"><lang en="Lightness" fr="Lumineux" /></button>
<button alt="ui-darkness"><lang en="Darkness" fr="Obscur" /></button>
</div>
</div>
<!-- Header -->
<div id="header">
<a href="index.pl"><lang en="Configuration management" fr="Gestion de la configuration"/></a>
<a href="sessions.pl"><lang en="Sessions explorer" fr="Explorateur de sessions"/></a>
<a href="notifications.pl"><lang en="Notifications explorer" fr="Explorateur de notifications"/></a>
<span id="css-switch-link"><lang en="Menu style" fr="Style de menu" /></span>
<!-- Header -->
</div>
<TMPL_IF NAME="VERSION"><div id="version">Version <TMPL_VAR NAME="VERSION"></div></TMPL_IF>
|