Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5-Boxiang
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Hamza
erp5-Boxiang
Commits
008bf41b
Commit
008bf41b
authored
Nov 15, 2017
by
Boris Kocherov
Committed by
Romain Courteaud
Jan 09, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_officejs_ooffice: use one url for ooffice_onlyoffice_gadget
parent
4e33b57b
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
16 additions
and
16 deletions
+16
-16
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_jio_presentation_view_js.js
...eb_page_module/gadget_ooffice_jio_presentation_view_js.js
+1
-1
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_jio_spreadsheet_view_js.js
...web_page_module/gadget_ooffice_jio_spreadsheet_view_js.js
+1
-1
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_jio_text_view_js.js
...teItem/web_page_module/gadget_ooffice_jio_text_view_js.js
+1
-1
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_presentation_appcache.xml
.../web_page_module/gadget_ooffice_presentation_appcache.xml
+4
-4
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_spreadsheet_appcache.xml
...m/web_page_module/gadget_ooffice_spreadsheet_appcache.xml
+4
-4
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_text_appcache.xml
...lateItem/web_page_module/gadget_ooffice_text_appcache.xml
+5
-5
No files found.
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_jio_presentation_view_js.js
View file @
008bf41b
...
...
@@ -147,7 +147,7 @@
"
key
"
:
"
text_content
"
,
"
hidden
"
:
0
,
"
type
"
:
editable
?
"
GadgetField
"
:
"
EditorField
"
,
"
url
"
:
"
../
ooffice_presentation
_gadget/app/
"
,
"
url
"
:
"
../
../ooffice_onlyoffice
_gadget/app/
"
,
"
sandbox
"
:
"
iframe
"
}
}},
...
...
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_jio_spreadsheet_view_js.js
View file @
008bf41b
...
...
@@ -147,7 +147,7 @@
"
key
"
:
"
text_content
"
,
"
hidden
"
:
0
,
"
type
"
:
editable
?
"
GadgetField
"
:
"
EditorField
"
,
"
url
"
:
"
../
ooffice_spreadsheet
_gadget/app/
"
,
"
url
"
:
"
../
../ooffice_onlyoffice
_gadget/app/
"
,
"
sandbox
"
:
"
iframe
"
}
}},
...
...
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_jio_text_view_js.js
View file @
008bf41b
...
...
@@ -147,7 +147,7 @@
"
key
"
:
"
text_content
"
,
"
hidden
"
:
0
,
"
type
"
:
editable
?
"
GadgetField
"
:
"
EditorField
"
,
"
url
"
:
"
../
ooffice_text
_gadget/app/
"
,
"
url
"
:
"
../
../ooffice_onlyoffice
_gadget/app/
"
,
"
sandbox
"
:
"
iframe
"
}
}},
...
...
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_presentation_appcache.xml
View file @
008bf41b
...
...
@@ -205,7 +205,7 @@ gadget_ooffice_presentation_router.html\n
gadget_officejs_jio_presentation_view.html\n
gadget_officejs_jio_presentation_view.js\n
GADGET:\n
ooffice_presentation
_gadget/\n
../ooffice_onlyoffice
_gadget/\n
officejs_setting_gadget/\n
NETWORK:\n
*
</string>
</value>
...
...
@@ -335,7 +335,7 @@ NETWORK:\n
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<string>
vincent
</string>
</value>
<value>
<string>
zope
</string>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
...
...
@@ -349,7 +349,7 @@ NETWORK:\n
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
962.
42958.18622.47018
</string>
</value>
<value>
<string>
962.
52047.51303.58743
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -367,7 +367,7 @@ NETWORK:\n
</tuple>
<state>
<tuple>
<float>
15
07552671.3
6
</float>
<float>
15
10603534.1
6
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_spreadsheet_appcache.xml
View file @
008bf41b
...
...
@@ -205,7 +205,7 @@ gadget_ooffice_spreadsheet_router.html\n
gadget_officejs_jio_spreadsheet_view.html\n
gadget_officejs_jio_spreadsheet_view.js\n
GADGET:\n
ooffice_spreadsheet
_gadget/\n
../ooffice_onlyoffice
_gadget/\n
officejs_setting_gadget/\n
NETWORK:\n
*
</string>
</value>
...
...
@@ -335,7 +335,7 @@ NETWORK:\n
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<string>
vincent
</string>
</value>
<value>
<string>
zope
</string>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
...
...
@@ -349,7 +349,7 @@ NETWORK:\n
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
962.
42958.18622.47018
</string>
</value>
<value>
<string>
962.
52047.51303.58743
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -367,7 +367,7 @@ NETWORK:\n
</tuple>
<state>
<tuple>
<float>
15
07552677.3
</float>
<float>
15
10602234.82
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_text_appcache.xml
View file @
008bf41b
...
...
@@ -205,7 +205,7 @@ gadget_ooffice_text_router.html\n
gadget_officejs_jio_text_view.html\n
gadget_officejs_jio_text_view.js\n
GADGET:\n
ooffice_text
_gadget/\n
../ooffice_onlyoffice
_gadget/\n
officejs_setting_gadget/\n
NETWORK:\n
*
</string>
</value>
...
...
@@ -304,7 +304,7 @@ NETWORK:\n
</tuple>
<state>
<tuple>
<float>
1
486994132.95
</float>
<float>
1
506438294.86
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
@@ -335,7 +335,7 @@ NETWORK:\n
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<string>
vincent
</string>
</value>
<value>
<string>
zope
</string>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
...
...
@@ -349,7 +349,7 @@ NETWORK:\n
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
962.
42966.4115.56900
</string>
</value>
<value>
<string>
962.
52047.51303.58743
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -367,7 +367,7 @@ NETWORK:\n
</tuple>
<state>
<tuple>
<float>
15
07639011.94
</float>
<float>
15
10603506.27
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
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