]>
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> | |
cb6f16f2 | 9 | <base target="_blank"/> |
e9c3b052 JF |
10 | </head><body class="pinstripe"> |
11 | <dialog><panel id="issues"> | |
f464053e | 12 | |
e9c3b052 JF |
13 | <fieldset class="issues"> |
14 | <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> | |
15 | </fieldset> | |
16 | ||
17 | <label class="_issues">Statistics</label> | |
18 | <fieldset class="_issues"> | |
6e673d99 | 19 | <div class="downloading"><div> |
cd8bec2f | 20 | <label>Downloading</label> |
04700693 | 21 | <label id="downloading"></label> |
6e673d99 | 22 | </div></div> |
f464053e | 23 | |
6e673d99 | 24 | <div class="resuming"><div> |
cd8bec2f | 25 | <label>Resuming At</label> |
04700693 | 26 | <label id="resuming"></label> |
6e673d99 | 27 | </div></div> |
f464053e | 28 | |
6e673d99 | 29 | <div><div> |
cd8bec2f | 30 | <label id="disk-key"></label> |
04700693 | 31 | <label id="disk-value"></label> |
6e673d99 | 32 | </div></div> |
cd8bec2f JF |
33 | </fieldset> |
34 | ||
35 | <label>Modifications</label> | |
36 | <fieldset id="modifications"> | |
37 | </fieldset> | |
f464053e | 38 | |
cd8bec2f JF |
39 | </panel></dialog> |
40 | </body></html> |