This file is indexed.

/etc/gforge/plugins/scmsvn/viewcvs/templates/include/paging.ezt is in fusionforge-plugin-scmsvn 5.1.1-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
  [is cfg.options.use_pagesize "0"]
  [else]
    [is picklist_len "1"]
    [else]
      <hr noshade>
      <form method=GET action="[log_paging_action]">
        [log_paging_hidden_values]
        <input type=submit value="Go to:">
        <select name=log_pagestart  onchange="submit()">
          [for picklist]
            <option [is picklist.count log_pagestart]selected[end] value="[picklist.count]">Page [picklist.page]: [picklist.start] - [picklist.end]</option>
          [end]
        </select>
      </form>
    [end]
  [end]