Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
iv
erp5
Commits
0e405480
Commit
0e405480
authored
Feb 22, 2016
by
iv
Committed by
iv
Feb 23, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OfficeJS: Add Lucas's first steps for use of DropBox storage (as comments).
parent
87e8ef5e
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
871 additions
and
7 deletions
+871
-7
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_page_jio_configurator_html.xml
...age_module/gadget_officejs_page_jio_configurator_html.xml
+8
-3
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_page_jio_configurator_js.xml
..._page_module/gadget_officejs_page_jio_configurator_js.xml
+17
-4
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_page_jio_dropbox_configurator_html.xml
...le/gadget_officejs_page_jio_dropbox_configurator_html.xml
+406
-0
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_page_jio_dropbox_configurator_js.xml
...dule/gadget_officejs_page_jio_dropbox_configurator_js.xml
+440
-0
No files found.
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_page_jio_configurator_html.xml
View file @
0e405480
...
@@ -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>
94
7.12629.17894.558
08
</string>
</value>
<value>
<string>
94
9.20639.37177.224
08
</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>
14
48032104.14
</float>
<float>
14
56135138.17
</float>
<string>
UTC
</string>
<string>
UTC
</string>
</tuple>
</tuple>
</state>
</state>
...
...
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_page_jio_configurator_js.xml
View file @
0e405480
...
@@ -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>
94
7.12629.17894.55808
</string>
</value>
<value>
<string>
94
9.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>
14
47936126.33
</float>
<float>
14
56134900.49
</float>
<string>
UTC
</string>
<string>
UTC
</string>
</tuple>
</tuple>
</state>
</state>
...
...
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_page_jio_dropbox_configurator_html.xml
0 → 100644
View file @
0e405480
This diff is collapsed.
Click to expand it.
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_page_jio_dropbox_configurator_js.xml
0 → 100644
View file @
0e405480
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment