This file is indexed.

/usr/share/lemonldap-ng/portal-skins/impact/notification.tpl is in liblemonldap-ng-portal-perl 1.9.16-2.

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
25
26
27
28
29
30
31
<TMPL_INCLUDE NAME="header.tpl">

  <div id="content">
    <div id="content-all">
      <div class="title">
        <img src="<TMPL_VAR NAME="SKIN_PATH">/<TMPL_VAR NAME="SKIN">/images/logo-ok.png" />
        <lang en="You have some new messages" fr="Vous avez de nouveaux messages"/>
      </div>
      <hr class="solid" />
      <p class="text-error"><lang en="New message(s)" fr="Nouveaux messages"/></p>
      <form action="#" method="post" class="login">
      <TMPL_VAR NAME="HIDDEN_INPUTS">
      <TMPL_IF NAME="CHOICE_VALUE">
      <input type="hidden" id="authKey" name="<TMPL_VAR NAME="CHOICE_PARAM">" value="<TMPL_VAR NAME="CHOICE_VALUE">" />
      </TMPL_IF>
      <TMPL_IF NAME="AUTH_URL">
      <input type="hidden" name="url" value="<TMPL_VAR NAME="AUTH_URL">" />
      </TMPL_IF>
      <div id="content-all-info">
        <TMPL_VAR NAME="NOTIFICATION">
      </div>
      <div class="buttons">
        <button type="submit" class="positive">
          <lang en="Accept" fr="Accepter" />
        </button>
      </div>
      </form>
    </div>
  </div>

<TMPL_INCLUDE NAME="footer.tpl">