This file is indexed.

/usr/share/freemedforms/forms/subforms/fortestonly/buttonpath/central.xml is in freemedforms-emr-resources 0.9.4-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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE FreeMedForms>

<FreeMedForms>

  <formdescription>
    <!-- Non translatable values -->
    <authors>Eric Maeker, MD</authors>
    <version>0.9.4</version>
    <fmfv>0.8.4</fmfv>
    <cdate>2013-05-14</cdate>
    <lmdate>2013-05-14</lmdate>
    <icon>tests.png</icon>

    <!-- Translatable values -->
    <license>GPLv3</license>
    <description lang="fr">Test du bouton de navigation de fichiers</description>
    <description lang="xx">Testing ButtonMenuPathItemView</description>
    <category lang="xx">Test</category>
    <category lang="fr">Test</category>
    <specialties lang="fr">Test</specialties>
    <specialties lang="xx">Test</specialties>

  </formdescription>

  <MedForm name="Test::ButtonMenuPathItemView">
    <label lang="fr">Test du bouton de navigation de fichiers</label>
    <label lang="xx">Testing ButtonMenuPathItemView</label>
    <options>col=2;DontPrintEmptyValues;UseFormNameAsNameSpace</options>

    <Item name="Button" type="buttonmenupath">
      <label lang="xx">Select a file (without confirmation)</label>
      <label lang="fr">Sélectionnez un fichier (sans confirmation)</label>
      <tooltip lang="xx">Select a file and the its content will be included in the text editor</tooltip>
      <tooltip lang="fr">Sélectionnez un fichier et son contenu sera insérer dans l'éditeur de texte</tooltip>
      <icon>__theme__/fileopen.png</icon>
      <path>__userDocuments__</path>
      <filter>*.htm;*.html;*.txt;*.rtf</filter>
      <populate>Test::ButtonMenuPathItemView::TextEditor</populate>
      <options>WithoutConfirmation</options>
    </Item>

    <Item name="Button" type="buttonmenupath">
      <label lang="xx">Select a file (with confirmation)</label>
      <label lang="fr">Sélectionnez un fichier (avec confirmation)</label>
      <tooltip lang="xx">Select a file and the its content will be included in the text editor</tooltip>
      <tooltip lang="fr">Sélectionnez un fichier et son contenu sera insérer dans l'éditeur de texte</tooltip>
      <icon>__theme__/fileopen.png</icon>
      <path>__userDocuments__</path>
      <filter>*.htm;*.html;*.txt;*.rtf</filter>
      <populate>Test::ButtonMenuPathItemView::TextEditor</populate>
    </Item>

    <Item name="TextEditor" type="texteditor">
      <label lang="xx">Example</label>
      <label lang="fr">Exemple</label>
    </Item>

 </MedForm>

</FreeMedForms>