2017-08-11 20:26:15 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title></title>
|
|
|
|
</head>
|
|
|
|
<body>
|
2018-04-10 17:21:56 +02:00
|
|
|
<div class="cloudTools">
|
2018-08-31 16:50:19 +02:00
|
|
|
<button id="cloudPush" type="button" class="custom" data-i18n-title="cloudPush"><span class="fa"></span></button>
|
2018-04-10 17:21:56 +02:00
|
|
|
<span id="cloudInfo" data-i18n="cloudNoData"></span>
|
2018-08-31 16:50:19 +02:00
|
|
|
<button id="cloudPull" type="button" class="custom" data-i18n-title="cloudPull" disabled><span class="fa"></span></button>
|
|
|
|
<button id="cloudPullAndMerge" type="button" class="custom" data-i18n-title="cloudPullAndMerge" disabled><span class="fa"><span></span></span></button>
|
2018-04-10 17:21:56 +02:00
|
|
|
</div>
|
|
|
|
<p id="cloudError"></p>
|
2017-08-11 20:26:15 +02:00
|
|
|
<span id="cloudCog" class="fa"></span>
|
|
|
|
<div id="cloudOptions">
|
|
|
|
<div>
|
|
|
|
<p><label data-i18n="cloudDeviceNamePrompt"></label> <input id="cloudDeviceName" type="text" value="">
|
|
|
|
<p><button id="cloudOptionsSubmit" type="button" data-i18n="genericSubmit"></button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|