Commit 0e405480 authored by iv's avatar iv Committed by iv

OfficeJS: Add Lucas's first steps for use of DropBox storage (as comments).

parent 87e8ef5e
...@@ -144,6 +144,11 @@ ...@@ -144,6 +144,11 @@
</form>\n </form>\n
</div>\n </div>\n
<div class="ui-block-c">\n <div class="ui-block-c">\n
<!--form class="select-dropbox-form" style="margin-right: .3125em; margin-left: .3125em;">\n
<button class="ui-btn ui-btn-b" type="submit" data-i18n="Dropbox Storage">Dropbox Storage</button>\n
</form>\n
</div>\n
<div class="ui-block-d" -->\n
<form class="select-local-form" style="margin-right: .3125em; margin-left: .3125em;">\n <form class="select-local-form" style="margin-right: .3125em; margin-left: .3125em;">\n
<button class="ui-btn ui-btn-b" type="submit" data-i18n="Local is Enough">Local is Enough</button>\n <button class="ui-btn ui-btn-b" type="submit" data-i18n="Local is Enough">Local is Enough</button>\n
</form>\n </form>\n
...@@ -297,7 +302,7 @@ ...@@ -297,7 +302,7 @@
</item> </item>
<item> <item>
<key> <string>actor</string> </key> <key> <string>actor</string> </key>
<value> <string>cedric.le.ninivin</string> </value> <value> <string>zope</string> </value>
</item> </item>
<item> <item>
<key> <string>comment</string> </key> <key> <string>comment</string> </key>
...@@ -311,7 +316,7 @@ ...@@ -311,7 +316,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>947.12629.17894.55808</string> </value> <value> <string>949.20639.37177.22408</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -329,7 +334,7 @@ ...@@ -329,7 +334,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1448032104.14</float> <float>1456135138.17</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -178,6 +178,11 @@ ...@@ -178,6 +178,11 @@
function setDAVConfiguration(gadget) {\n function setDAVConfiguration(gadget) {\n
return gadget.redirect({page: \'jio_dav_configurator\'});\n return gadget.redirect({page: \'jio_dav_configurator\'});\n
}\n }\n
\n
/* // Dropbox\n
function setDropboxConfiguration(gadget) {\n
return gadget.redirect({page: \'jio_dropbox_configurator\'});\n
} */\n
\n \n
var gadget_klass = rJS(window);\n var gadget_klass = rJS(window);\n
\n \n
...@@ -239,7 +244,15 @@ ...@@ -239,7 +244,15 @@
function () {\n function () {\n
return setDAVConfiguration(gadget);\n return setDAVConfiguration(gadget);\n
}\n }\n
)\n ) /*, // Dropbox\n
loopEventListener(\n
gadget.props.element.querySelector(\'form.select-dropbox-form\'),\n
\'submit\',\n
true,\n
function () {\n
return setDropboxConfiguration(gadget);\n
}\n
) */\n
]);\n ]);\n
});\n });\n
});\n });\n
...@@ -368,7 +381,7 @@ ...@@ -368,7 +381,7 @@
</item> </item>
<item> <item>
<key> <string>actor</string> </key> <key> <string>actor</string> </key>
<value> <string>cedric.le.ninivin</string> </value> <value> <string>zope</string> </value>
</item> </item>
<item> <item>
<key> <string>comment</string> </key> <key> <string>comment</string> </key>
...@@ -382,7 +395,7 @@ ...@@ -382,7 +395,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>947.12629.17894.55808</string> </value> <value> <string>949.20690.55610.35242</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -400,7 +413,7 @@ ...@@ -400,7 +413,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1447936126.33</float> <float>1456134900.49</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment