]>
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"> | |
6e673d99 | 18 | <div class="downloading"><div> |
cd8bec2f | 19 | <label>Downloading</label> |
04700693 | 20 | <label id="downloading"></label> |
6e673d99 | 21 | </div></div> |
f464053e | 22 | |
6e673d99 | 23 | <div class="resuming"><div> |
cd8bec2f | 24 | <label>Resuming At</label> |
04700693 | 25 | <label id="resuming"></label> |
6e673d99 | 26 | </div></div> |
f464053e | 27 | |
6e673d99 | 28 | <div><div> |
cd8bec2f | 29 | <label id="disk-key"></label> |
04700693 | 30 | <label id="disk-value"></label> |
6e673d99 | 31 | </div></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> |