summaryrefslogtreecommitdiff
path: root/Cydia.app/confirm.html
blob: 4d6566bafeda90e669e88c2848437f45bf59b51f (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
<?xml version="1.0" encoding="UTF-16"?>
<html><head>
    <title>Confirm</title>
    <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"/>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
    <link rel="stylesheet" type="text/css" href="menes/style.css"/>
    <script type="text/javascript" src="menes/menes.js"></script>
    <script type="text/javascript" src="confirm.js"></script>
    <base target="_blank"/>
</head><body class="pinstripe">
<dialog><panel id="issues">

<fieldset class="issues">
    <div><p><span style="color: red; font-weight: bold">Note:</span> The requested modifications cannot be applied due to required dependencies or conflicts that cannot be automatically found or fixed.</p></div>
</fieldset>

<label class="_issues">Statistics</label>
<fieldset class="_issues">
    <div class="downloading"><div>
        <label>Downloading</label>
        <label id="downloading"></label>
    </div></div>

    <div class="resuming"><div>
        <label>Resuming At</label>
        <label id="resuming"></label>
    </div></div>

    <div><div>
        <label id="disk-key"></label>
        <label id="disk-value"></label>
    </div></div>
</fieldset>

<label>Modifications</label>
<fieldset id="modifications">
</fieldset>

</panel></dialog>
</body></html>