summaryrefslogtreecommitdiff
path: root/htroot/IndexPackManager_p.html
blob: ef5bf60ca6634ae705fd6755ac0d91cca58ffc5e (plain)
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<!-- This page is only XHTML 1.0 Transitional because target is being used in a links -->
<html xmlns="http://www.w3.org/1999/xhtml">
#(reload)#::<meta http-equiv="REFRESH" content="5; url=/IndexPackManager_p.html">#(/reload)#
  <head>
    <title>YaCy '#[clientname]#': Index Pack Manager</title>
    #%env/templates/metas.template%#
  </head>
  <body id="IndexControl">
    #%env/templates/header.template%#
    #%env/templates/submenuIndexImport.template%#

    <h2>YaCy Pack Manager</h2>


    <fieldset><legend>Pack Folders</legend>
        <table class="table table-striped" summary="Packs: Hold List">
            <thead class="thead-dark">
            <tr class="TableHeader"><th width="720">Packs: Hold List</th><th width="180">Size (KB)</th><th>Process</th></tr>
            </thead>
            <tbody>
        #{packs-hold}#
            <tr class="TableCell#(dark)#Light::Dark#(/dark)#"><td>#[file]#</td><td class="text-end">#[size]#</td><td>#[process]#</td></tr>
        #{/packs-hold}#
            </tbody>
        </table>

        <table class="table table-striped" summary="Packs: Load List">
            <thead class="thead-dark">
            <tr class="TableHeader"><th width="720">Packs: Load List</th><th width="180">Size (KB)</th><th>Process</th></tr>
            </thead>
            <tbody>
        #{packs-load}#
            <tr class="TableCell#(dark)#Light::Dark#(/dark)#"><td>#[file]#</td><td class="text-end">#[size]#</td><td>#[process]#</td></tr>
        #{/packs-load}#
            </tbody>

        <table class="table table-striped" summary="Packs: Loaded List">
            <thead class="thead-dark">
            <tr class="TableHeader"><th width="720">Packs: Loaded List</th><th width="180">Size (KB)</th><th>Process</th></tr>
            </thead>
            <tbody>
        #{packs-loaded}#
            <tr class="TableCell#(dark)#Light::Dark#(/dark)#"><td>#[file]#</td><td class="text-end">#[size]#</td><td>#[process]#</td></tr>
        #{/packs-loaded}#
            </tbody>
        </table>
    </fieldset>

    #%env/templates/footer.template%#
  </body>
</html>