]>
Commit | Line | Data |
---|---|---|
f464053e JF |
1 | <?xml version="1.0" encoding="UTF-16"?> |
2 | <html><head> | |
3 | <title>Confirm</title> | |
4 | <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"/> | |
5 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> | |
6 | <link rel="stylesheet" type="text/css" href="menes/style.css"/> | |
7 | <script type="text/javascript" src="menes/menes.js"></script> | |
8 | <script type="text/javascript" src="confirm.js"></script> | |
e9c3b052 JF |
9 | </head><body class="pinstripe"> |
10 | <dialog><panel id="issues"> | |
f464053e | 11 | |
e9c3b052 JF |
12 | <fieldset class="issues"> |
13 | <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> | |
14 | </fieldset> | |
15 | ||
16 | <label class="_issues">Statistics</label> | |
17 | <fieldset class="_issues"> | |
cd8bec2f JF |
18 | <div class="downloading"> |
19 | <label>Downloading</label> | |
20 | <div id="downloading"></div> | |
21 | </div> | |
f464053e | 22 | |
cd8bec2f JF |
23 | <div class="resuming"> |
24 | <label>Resuming At</label> | |
25 | <div id="resuming"></div> | |
26 | </div> | |
f464053e | 27 | |
cd8bec2f JF |
28 | <div> |
29 | <label id="disk-key"></label> | |
30 | <div id="disk-value"></div> | |
f464053e | 31 | </div> |
cd8bec2f JF |
32 | </fieldset> |
33 | ||
34 | <label>Modifications</label> | |
35 | <fieldset id="modifications"> | |
36 | </fieldset> | |
f464053e | 37 | |
cd8bec2f JF |
38 | </panel></dialog> |
39 | </body></html> |