2017-08-11 20:26:15 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title></title>
|
|
|
|
</head>
|
|
|
|
<body>
|
2020-08-10 14:30:52 +02:00
|
|
|
<div id="cloudToolbar">
|
2020-08-14 21:29:25 +02:00
|
|
|
<div>
|
|
|
|
<button id="cloudPush" type="button" data-i18n-title="cloudPush"><span class="fa-icon">cloud-upload</span></button>
|
|
|
|
<span id="cloudInfo" data-i18n="cloudNoData"></span>
|
|
|
|
<button id="cloudPull" type="button" data-i18n-title="cloudPull" disabled><span class="fa-icon">cloud-download</span></button>
|
|
|
|
<button id="cloudPullAndMerge" type="button" data-i18n-title="cloudPullAndMerge" disabled><span class="fa-icon">cloud-download</span><span class="fa-icon">plus</span></button>
|
|
|
|
</div>
|
|
|
|
<div id="cloudCog" class="fa-icon">cog</div>
|
2020-08-10 14:30:52 +02:00
|
|
|
<div id="cloudOptions">
|
2020-08-21 14:57:47 +02:00
|
|
|
<label data-i18n="cloudDeviceNamePrompt">_<input id="cloudDeviceName" type="text" value=""></label> <button id="cloudOptionsSubmit" type="button" data-i18n="genericSubmit"></button>
|
2020-08-10 14:30:52 +02:00
|
|
|
</div>
|
2017-08-11 20:26:15 +02:00
|
|
|
</div>
|
2020-08-10 14:30:52 +02:00
|
|
|
<div id="cloudError"></div>
|
2020-08-14 21:29:25 +02:00
|
|
|
<div id="cloudCapacity"><div><div></div></div></div>
|
2017-08-11 20:26:15 +02:00
|
|
|
</body>
|
|
|
|
</html>
|