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
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
Amer
erp5
Commits
8f94d9a8
Commit
8f94d9a8
authored
Feb 13, 2017
by
Boris Kocherov
Committed by
Vincent Bechu
May 16, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_officejs_ooffice: add onlyoffice text and his gadget
parent
5ba1efb6
Changes
20
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
3137 additions
and
24 deletions
+3137
-24
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_jio_text_view_html.html
...em/web_page_module/gadget_ooffice_jio_text_view_html.html
+71
-0
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_jio_text_view_html.xml
...tem/web_page_module/gadget_ooffice_jio_text_view_html.xml
+321
-0
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
+287
-0
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_jio_text_view_js.xml
...eItem/web_page_module/gadget_ooffice_jio_text_view_js.xml
+323
-0
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_spreadsheet_appcache.xml
...m/web_page_module/gadget_ooffice_spreadsheet_appcache.xml
+3
-3
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_spreadsheet_gadget_appcache.xml
...age_module/gadget_ooffice_spreadsheet_gadget_appcache.xml
+3
-3
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_spreadsheet_gadget_landing_page.html.xml
...e/gadget_ooffice_spreadsheet_gadget_landing_page.html.xml
+4
-4
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_spreadsheet_landing_page_html.html
..._module/gadget_ooffice_spreadsheet_landing_page_html.html
+1
-1
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_spreadsheet_landing_page_html.xml
...e_module/gadget_ooffice_spreadsheet_landing_page_html.xml
+4
-4
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_spreadsheet_router_html.xml
...eb_page_module/gadget_ooffice_spreadsheet_router_html.xml
+3
-3
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_text_appcache.xml
...lateItem/web_page_module/gadget_ooffice_text_appcache.xml
+411
-0
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_text_gadget_appcache.xml
...m/web_page_module/gadget_ooffice_text_gadget_appcache.xml
+614
-0
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_text_gadget_landing_page_html.html
..._module/gadget_ooffice_text_gadget_landing_page_html.html
+21
-0
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_text_gadget_landing_page_html.xml
...e_module/gadget_ooffice_text_gadget_landing_page_html.xml
+327
-0
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_text_landing_page_html.html
...eb_page_module/gadget_ooffice_text_landing_page_html.html
+66
-0
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_text_landing_page_html.xml
...web_page_module/gadget_ooffice_text_landing_page_html.xml
+327
-0
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_text_router.html.html
...Item/web_page_module/gadget_ooffice_text_router.html.html
+24
-0
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_text_router.html.xml
...eItem/web_page_module/gadget_ooffice_text_router.html.xml
+321
-0
bt5/erp5_officejs_ooffice/PathTemplateItem/web_site_module/ooffice_spreadsheet.xml
.../PathTemplateItem/web_site_module/ooffice_spreadsheet.xml
+3
-3
bt5/erp5_officejs_ooffice/PathTemplateItem/web_site_module/ooffice_spreadsheet_gadget.xml
...mplateItem/web_site_module/ooffice_spreadsheet_gadget.xml
+3
-3
No files found.
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_jio_text_view_html.html
0 → 100644
View file @
8f94d9a8
<!doctype html>
<html>
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<title>
OfficeJS Jio Web Page View
</title>
<link
rel=
"stylesheet"
href=
"gadget_erp5.css"
>
<script
src=
"rsvp.js"
></script>
<script
src=
"renderjs.js"
></script>
<script
src=
"handlebars.js"
></script>
<script
class=
"view-web-page-template"
type=
"text/x-handlebars-template"
>
<
form
class
=
"
view-web-page-form
"
>
<
div
class
=
"
center
"
>
<
div
class
=
"
ui-field-contain
"
>
<
label
data
-
i18n
=
"
Title:
"
>
Title
:
<
/label
>
<
input
type
=
"
text
"
name
=
"
title
"
value
=
"
{{title}}
"
>
<
/div
>
<
button
type
=
"
submit
"
data
-
i18n
=
"
Save
"
style
=
"
display:none;
"
>
Save
<
/button
>
<
/div
>
<
div
class
=
"
ui-field-contain
"
>
<
fieldset
data
-
role
=
"
collapsible
"
>
<
legend
>
Extra
Properties
<
/legend
>
<
div
class
=
"
ui-field-contain
"
>
<
label
data
-
i18n
=
"
Reference:
"
>
Reference
:
<
/label
>
<
input
type
=
"
text
"
name
=
"
reference
"
value
=
"
{{reference}}
"
>
<
/div
>
<
div
class
=
"
ui-field-contain
"
>
<
label
data
-
i18n
=
"
Version:
"
>
Version
:
<
/label
>
<
input
type
=
"
text
"
name
=
"
version
"
value
=
"
{{version}}
"
><
/label
>
<
/div
>
<
div
class
=
"
ui-field-contain
"
>
<
label
data
-
i18n
=
"
Language:
"
>
Language
:
<
/label
>
<
input
type
=
"
text
"
name
=
"
language
"
value
=
"
{{language}}
"
>
<
/div
>
<
div
class
=
"
ui-field-contain
"
>
<
label
data
-
i18n
=
"
Description:
"
>
Description
:
<
/label
>
<
textarea
name
=
"
description
"
>
{{
description
}}
<
/textarea
>
<
/div
>
<
/fieldset
>
<
/div
>
<
div
class
=
'
document-content
'
><
/div
>
<
/form
>
</script>
<script
src=
"gadget_officejs_jio_text_view.js"
></script>
</head>
<body>
</body>
</html>
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_jio_text_view_html.xml
0 → 100644
View file @
8f94d9a8
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"Web Page"
module=
"erp5.portal_type"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
_Access_contents_information_Permission
</string>
</key>
<value>
<tuple>
<string>
Anonymous
</string>
<string>
Assignee
</string>
<string>
Assignor
</string>
<string>
Associate
</string>
<string>
Auditor
</string>
<string>
Manager
</string>
<string>
Owner
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
_Add_portal_content_Permission
</string>
</key>
<value>
<tuple>
<string>
Assignor
</string>
<string>
Manager
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
_Change_local_roles_Permission
</string>
</key>
<value>
<tuple>
<string>
Assignor
</string>
<string>
Manager
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
_Modify_portal_content_Permission
</string>
</key>
<value>
<tuple>
<string>
Manager
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
_View_Permission
</string>
</key>
<value>
<tuple>
<string>
Anonymous
</string>
<string>
Assignee
</string>
<string>
Assignor
</string>
<string>
Associate
</string>
<string>
Auditor
</string>
<string>
Manager
</string>
<string>
Owner
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
content_md5
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
content_type
</string>
</key>
<value>
<string>
text/html
</string>
</value>
</item>
<item>
<key>
<string>
default_reference
</string>
</key>
<value>
<string>
gadget_officejs_jio_text_view.html
</string>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
gadget_ooffice_jio_text_view_html
</string>
</value>
</item>
<item>
<key>
<string>
language
</string>
</key>
<value>
<string>
en
</string>
</value>
</item>
<item>
<key>
<string>
portal_type
</string>
</key>
<value>
<string>
Web Page
</string>
</value>
</item>
<item>
<key>
<string>
short_title
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string>
OfficeJS Jio text View
</string>
</value>
</item>
<item>
<key>
<string>
version
</string>
</key>
<value>
<string>
001
</string>
</value>
</item>
<item>
<key>
<string>
workflow_history
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAI=
</string>
</persistent>
</value>
</item>
</dictionary>
</pickle>
</record>
<record
id=
"2"
aka=
"AAAAAAAAAAI="
>
<pickle>
<global
name=
"PersistentMapping"
module=
"Persistence.mapping"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
data
</string>
</key>
<value>
<dictionary>
<item>
<key>
<string>
document_publication_workflow
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAM=
</string>
</persistent>
</value>
</item>
<item>
<key>
<string>
edit_workflow
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAQ=
</string>
</persistent>
</value>
</item>
<item>
<key>
<string>
processing_status_workflow
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAU=
</string>
</persistent>
</value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
<record
id=
"3"
aka=
"AAAAAAAAAAM="
>
<pickle>
<global
name=
"WorkflowHistoryList"
module=
"Products.ERP5Type.patches.WorkflowTool"
/>
</pickle>
<pickle>
<tuple>
<none/>
<list>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<string>
publish
</string>
</value>
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<string>
zope
</string>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
error_message
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
time
</string>
</key>
<value>
<object>
<klass>
<global
name=
"DateTime"
module=
"DateTime.DateTime"
/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>
1486993946.66
</float>
<string>
UTC
</string>
</tuple>
</state>
</object>
</value>
</item>
<item>
<key>
<string>
validation_state
</string>
</key>
<value>
<string>
published
</string>
</value>
</item>
</dictionary>
</list>
</tuple>
</pickle>
</record>
<record
id=
"4"
aka=
"AAAAAAAAAAQ="
>
<pickle>
<global
name=
"WorkflowHistoryList"
module=
"Products.ERP5Type.patches.WorkflowTool"
/>
</pickle>
<pickle>
<tuple>
<none/>
<list>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<string>
edit
</string>
</value>
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<string>
zope
</string>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
error_message
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
957.19357.63963.20224
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
<value>
<string>
current
</string>
</value>
</item>
<item>
<key>
<string>
time
</string>
</key>
<value>
<object>
<klass>
<global
name=
"DateTime"
module=
"DateTime.DateTime"
/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>
1486993898.43
</float>
<string>
UTC
</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
</list>
</tuple>
</pickle>
</record>
<record
id=
"5"
aka=
"AAAAAAAAAAU="
>
<pickle>
<global
name=
"WorkflowHistoryList"
module=
"Products.ERP5Type.patches.WorkflowTool"
/>
</pickle>
<pickle>
<tuple>
<none/>
<list>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<string>
detect_converted_file
</string>
</value>
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<string>
zope
</string>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
error_message
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
external_processing_state
</string>
</key>
<value>
<string>
converted
</string>
</value>
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
0.0.0.0
</string>
</value>
</item>
<item>
<key>
<string>
time
</string>
</key>
<value>
<object>
<klass>
<global
name=
"DateTime"
module=
"DateTime.DateTime"
/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>
1486993743.51
</float>
<string>
UTC
</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
</list>
</tuple>
</pickle>
</record>
</ZopeData>
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_jio_text_view_js.js
0 → 100644
View file @
8f94d9a8
/*globals window, rJS, Handlebars, RSVP, loopEventListener, console, document, jIO*/
/*jslint indent: 2, nomen: true, maxlen: 80*/
(
function
(
window
,
document
,
RSVP
,
rJS
,
Handlebars
,
loopEventListener
,
jIO
)
{
"
use strict
"
;
function
this_func_link
(
name
)
{
return
function
(
opt
)
{
return
this
[
name
].
apply
(
this
,
opt
);
};
}
function
renderOnlyOfficeGadget
(
gadget
)
{
var
text_gadget
;
return
gadget
.
declareGadget
(
"
../../ooffice_text_gadget/development/
"
,
{
scope
:
"
my_text_content
"
,
sandbox
:
"
iframe
"
,
element
:
gadget
.
props
.
element
.
querySelector
(
"
.document-content
"
)
}
)
.
push
(
function
(
text_content_gadget
)
{
text_gadget
=
text_content_gadget
;
gadget
.
setFillStyle
();
// switchMaximizeMode(gadget);
return
text_content_gadget
;
})
.
push
(
function
(
text_content_gadget
)
{
return
text_content_gadget
.
render
({
"
key
"
:
'
text_content
'
,
"
value
"
:
gadget
.
options
.
data
});
})
.
push
(
function
()
{
return
text_gadget
.
getElement
();
});
}
function
saveContent
(
gadget
,
submit_event
)
{
var
i
,
doc
=
gadget
.
options
.
doc
;
doc
.
modification_date
=
(
new
Date
()).
toISOString
();
for
(
i
=
0
;
i
<
submit_event
.
target
.
length
;
i
+=
1
)
{
// XXX Should check input type instead
if
(
submit_event
.
target
[
i
].
name
)
{
doc
[
submit_event
.
target
[
i
].
name
]
=
submit_event
.
target
[
i
].
value
;
}
}
return
new
RSVP
.
Queue
()
.
push
(
function
()
{
if
(
gadget
.
options
.
doc
.
content_type
===
undefined
||
gadget
.
options
.
doc
.
content_type
.
indexOf
(
"
application/x-asc
"
)
===
0
)
{
gadget
.
options
.
doc
.
content_type
=
"
application/x-asc-spreadsheet
"
;
return
gadget
.
getDeclaredGadget
(
"
my_text_content
"
);
}
return
undefined
;
})
.
push
(
function
(
text_content_gadget
)
{
if
(
text_content_gadget
!==
undefined
)
{
return
text_content_gadget
.
getContent
();
}
return
undefined
;
})
.
push
(
function
(
datauri
)
{
if
(
datauri
!==
undefined
)
{
return
gadget
.
jio_putAttachment
(
gadget
.
options
.
jio_key
,
'
data
'
,
jIO
.
util
.
dataURItoBlob
(
datauri
.
text_content
));
}
return
;
})
.
push
(
function
()
{
return
gadget
.
jio_put
(
gadget
.
options
.
jio_key
,
doc
);
});
}
function
getMaxHeight
(
wrap_obj
)
{
var
height
;
if
(
wrap_obj
)
{
height
=
window
.
innerHeight
-
wrap_obj
.
offsetTop
;
}
else
{
height
=
window
.
innerHeight
;
}
if
(
height
<
400
)
{
height
=
400
;
}
return
height
+
"
px
"
;
}
function
setFillStyle
(
gadget
)
{
var
iframe
=
gadget
.
props
.
element
.
querySelector
(
'
iframe
'
),
height
=
getMaxHeight
(
iframe
),
width
=
"
100%
"
;
iframe
.
setAttribute
(
'
style
'
,
'
width:
'
+
width
+
'
; border: 0 none; height:
'
+
height
);
return
{
height
:
height
,
width
:
width
};
}
function
switchMaximizeMode
(
gadget
)
{
var
iframe
=
gadget
.
props
.
element
.
querySelector
(
'
iframe
'
),
iframe_class_string
=
iframe
.
getAttribute
(
'
class
'
)
||
""
,
class_name
=
"
ui-content-maximize
"
,
class_index
=
iframe_class_string
.
indexOf
(
class_name
);
if
(
class_index
===
-
1
)
{
iframe_class_string
+=
'
'
+
class_name
;
iframe
.
setAttribute
(
'
style
'
,
'
background: white;
'
);
iframe
.
setAttribute
(
'
class
'
,
iframe_class_string
);
return
true
;
}
iframe_class_string
=
iframe_class_string
.
substring
(
0
,
class_index
)
+
iframe_class_string
.
substring
(
class_index
+
class_name
.
length
);
iframe
.
setAttribute
(
'
style
'
,
'
width:100%; border: 0 none; height: 600px
'
);
iframe
.
setAttribute
(
'
class
'
,
iframe_class_string
);
return
false
;
}
var
gadget_klass
=
rJS
(
window
),
source
=
gadget_klass
.
__template_element
.
querySelector
(
"
.view-web-page-template
"
)
.
innerHTML
,
template
=
Handlebars
.
compile
(
source
);
gadget_klass
.
ready
(
function
(
g
)
{
g
.
props
=
{};
g
.
options
=
null
;
return
g
.
getElement
()
.
push
(
function
(
element
)
{
g
.
props
.
element
=
element
;
g
.
props
.
deferred
=
RSVP
.
defer
();
});
})
.
declareAcquiredMethod
(
"
updateHeader
"
,
"
updateHeader
"
)
.
declareAcquiredMethod
(
"
translateHtml
"
,
"
translateHtml
"
)
.
declareAcquiredMethod
(
'
getSetting
'
,
'
getSetting
'
)
.
allowPublicAcquisition
(
"
getSetting
"
,
this_func_link
(
"
getSetting
"
))
.
declareAcquiredMethod
(
"
jio_get
"
,
"
jio_get
"
)
.
declareAcquiredMethod
(
"
jio_put
"
,
"
jio_put
"
)
.
declareAcquiredMethod
(
"
jio_getAttachment
"
,
"
jio_getAttachment
"
)
.
declareAcquiredMethod
(
"
jio_putAttachment
"
,
"
jio_putAttachment
"
)
.
allowPublicAcquisition
(
'
setFillStyle
'
,
function
()
{
return
setFillStyle
(
this
);
})
.
declareMethod
(
'
setFillStyle
'
,
function
()
{
return
setFillStyle
(
this
);
})
.
allowPublicAcquisition
(
'
triggerSubmit
'
,
function
(
option
)
{
if
(
option
[
0
]
===
"
maximize
"
||
option
===
"
maximize
"
)
{
var
gadget
=
this
;
return
RSVP
.
Queue
()
.
push
(
function
()
{
return
switchMaximizeMode
(
gadget
);
});
}
return
this
.
props
.
element
.
querySelector
(
'
button
'
).
click
();
})
.
declareMethod
(
'
triggerSubmit
'
,
function
(
option
)
{
if
(
option
[
0
]
===
"
maximize
"
||
option
===
"
maximize
"
)
{
var
gadget
=
this
;
return
RSVP
.
Queue
()
.
push
(
function
()
{
return
switchMaximizeMode
(
gadget
);
});
}
return
this
.
props
.
element
.
querySelector
(
'
button
'
).
click
();
})
.
declareMethod
(
"
render
"
,
function
(
options
)
{
var
gadget
=
this
;
gadget
.
options
=
options
;
return
new
RSVP
.
Queue
()
.
push
(
function
()
{
return
RSVP
.
all
([
gadget
.
jio_get
(
options
.
jio_key
),
gadget
.
jio_getAttachment
(
options
.
jio_key
,
"
data
"
)
.
push
(
undefined
,
function
(
error
)
{
if
(
error
.
status_code
===
404
)
{
return
new
Blob
();
}
throw
error
;
})
]);
})
.
push
(
function
(
result
)
{
return
new
RSVP
.
Queue
()
.
push
(
function
()
{
if
(
result
[
0
].
content_type
===
undefined
||
result
[
0
].
content_type
.
indexOf
(
"
application/x-asc
"
)
===
0
)
{
return
jIO
.
util
.
readBlobAsDataURL
(
result
[
1
]);
}
return
jIO
.
util
.
readBlobAsText
(
result
[
1
]);
})
.
push
(
function
(
evt
)
{
result
[
1
]
=
evt
.
target
.
result
;
return
result
;
});
})
.
push
(
function
(
list
)
{
var
doc
=
list
[
0
],
data
=
list
[
1
];
gadget
.
options
.
doc
=
doc
;
gadget
.
options
.
data
=
data
;
gadget
.
options
.
doc
.
title
=
gadget
.
options
.
doc
.
title
||
""
;
return
new
RSVP
.
Queue
()
.
push
(
function
()
{
return
gadget
.
translateHtml
(
template
(
options
.
doc
));
})
.
push
(
function
(
html
)
{
gadget
.
props
.
element
.
innerHTML
=
html
;
return
gadget
.
updateHeader
({
title
:
options
.
doc
.
title
+
"
|
"
+
options
.
doc
.
portal_type
,
maximize_action
:
true
,
maximized
:
(
gadget
.
options
.
doc
.
title
!==
""
),
save_action
:
true
});
})
.
push
(
function
()
{
return
gadget
.
props
.
deferred
.
resolve
();
});
});
})
/////////////////////////////////////////
// Render text content gadget
/////////////////////////////////////////
.
declareService
(
function
()
{
var
gadget
=
this
;
return
new
RSVP
.
Queue
()
.
push
(
function
()
{
return
gadget
.
props
.
deferred
.
promise
;
})
.
push
(
function
()
{
var
iframe
;
if
(
gadget
.
options
.
doc
.
content_type
===
undefined
||
gadget
.
options
.
doc
.
content_type
.
indexOf
(
"
application/x-asc
"
)
===
0
)
{
return
renderOnlyOfficeGadget
(
gadget
);
}
iframe
=
document
.
createElement
(
"
iframe
"
);
iframe
.
setAttribute
(
"
src
"
,
"
data:text/html,
"
+
gadget
.
options
.
data
);
gadget
.
props
.
element
.
querySelector
(
"
.document-content
"
)
.
appendChild
(
iframe
);
return
setFillStyle
(
gadget
);
})
.
push
(
function
()
{
if
(
gadget
.
options
.
doc
.
title
!==
""
)
{
return
switchMaximizeMode
(
gadget
);
}
return
;
});
})
/////////////////////////////////////////
// Form submit
/////////////////////////////////////////
.
declareService
(
function
()
{
var
gadget
=
this
;
return
new
RSVP
.
Queue
()
.
push
(
function
()
{
return
gadget
.
props
.
deferred
.
promise
;
})
.
push
(
function
()
{
return
loopEventListener
(
gadget
.
props
.
element
.
querySelector
(
'
form
'
),
'
submit
'
,
true
,
function
(
event
)
{
return
saveContent
(
gadget
,
event
);
}
);
});
});
}(
window
,
document
,
RSVP
,
rJS
,
Handlebars
,
loopEventListener
,
jIO
));
\ No newline at end of file
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_jio_text_view_js.xml
0 → 100644
View file @
8f94d9a8
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"Web Script"
module=
"erp5.portal_type"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
_Access_contents_information_Permission
</string>
</key>
<value>
<tuple>
<string>
Anonymous
</string>
<string>
Assignee
</string>
<string>
Assignor
</string>
<string>
Associate
</string>
<string>
Auditor
</string>
<string>
Manager
</string>
<string>
Owner
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
_Add_portal_content_Permission
</string>
</key>
<value>
<tuple>
<string>
Assignor
</string>
<string>
Manager
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
_Change_local_roles_Permission
</string>
</key>
<value>
<tuple>
<string>
Assignor
</string>
<string>
Manager
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
_Modify_portal_content_Permission
</string>
</key>
<value>
<tuple>
<string>
Manager
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
_View_Permission
</string>
</key>
<value>
<tuple>
<string>
Anonymous
</string>
<string>
Assignee
</string>
<string>
Assignor
</string>
<string>
Associate
</string>
<string>
Auditor
</string>
<string>
Manager
</string>
<string>
Owner
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
content_md5
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
default_reference
</string>
</key>
<value>
<string>
gadget_officejs_jio_text_view.js
</string>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
gadget_ooffice_jio_text_view_js
</string>
</value>
</item>
<item>
<key>
<string>
language
</string>
</key>
<value>
<string>
en
</string>
</value>
</item>
<item>
<key>
<string>
portal_type
</string>
</key>
<value>
<string>
Web Script
</string>
</value>
</item>
<item>
<key>
<string>
short_title
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string>
OfficeJS Jio Text View JS
</string>
</value>
</item>
<item>
<key>
<string>
url_string
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
version
</string>
</key>
<value>
<string>
001
</string>
</value>
</item>
<item>
<key>
<string>
workflow_history
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAI=
</string>
</persistent>
</value>
</item>
</dictionary>
</pickle>
</record>
<record
id=
"2"
aka=
"AAAAAAAAAAI="
>
<pickle>
<global
name=
"PersistentMapping"
module=
"Persistence.mapping"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
data
</string>
</key>
<value>
<dictionary>
<item>
<key>
<string>
document_publication_workflow
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAM=
</string>
</persistent>
</value>
</item>
<item>
<key>
<string>
edit_workflow
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAQ=
</string>
</persistent>
</value>
</item>
<item>
<key>
<string>
processing_status_workflow
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAU=
</string>
</persistent>
</value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
<record
id=
"3"
aka=
"AAAAAAAAAAM="
>
<pickle>
<global
name=
"WorkflowHistoryList"
module=
"Products.ERP5Type.patches.WorkflowTool"
/>
</pickle>
<pickle>
<tuple>
<none/>
<list>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<string>
publish
</string>
</value>
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<string>
zope
</string>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
error_message
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
time
</string>
</key>
<value>
<object>
<klass>
<global
name=
"DateTime"
module=
"DateTime.DateTime"
/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>
1486993945.59
</float>
<string>
UTC
</string>
</tuple>
</state>
</object>
</value>
</item>
<item>
<key>
<string>
validation_state
</string>
</key>
<value>
<string>
published
</string>
</value>
</item>
</dictionary>
</list>
</tuple>
</pickle>
</record>
<record
id=
"4"
aka=
"AAAAAAAAAAQ="
>
<pickle>
<global
name=
"WorkflowHistoryList"
module=
"Products.ERP5Type.patches.WorkflowTool"
/>
</pickle>
<pickle>
<tuple>
<none/>
<list>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<string>
edit
</string>
</value>
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<string>
zope
</string>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
error_message
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
957.19358.38500.25787
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
<value>
<string>
current
</string>
</value>
</item>
<item>
<key>
<string>
time
</string>
</key>
<value>
<object>
<klass>
<global
name=
"DateTime"
module=
"DateTime.DateTime"
/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>
1486993850.94
</float>
<string>
UTC
</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
</list>
</tuple>
</pickle>
</record>
<record
id=
"5"
aka=
"AAAAAAAAAAU="
>
<pickle>
<global
name=
"WorkflowHistoryList"
module=
"Products.ERP5Type.patches.WorkflowTool"
/>
</pickle>
<pickle>
<tuple>
<none/>
<list>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<string>
detect_converted_file
</string>
</value>
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<string>
zope
</string>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
error_message
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
external_processing_state
</string>
</key>
<value>
<string>
converted
</string>
</value>
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
0.0.0.0
</string>
</value>
</item>
<item>
<key>
<string>
time
</string>
</key>
<value>
<object>
<klass>
<global
name=
"DateTime"
module=
"DateTime.DateTime"
/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>
1486993783.49
</float>
<string>
UTC
</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
</list>
</tuple>
</pickle>
</record>
</ZopeData>
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_spreadsheet_appcache.xml
View file @
8f94d9a8
...
...
@@ -173,7 +173,7 @@ gadget_officejs_webrtc_jio.js\n
gadget_officejs_widget_listbox.js\n
erp5_launcher.js\n
erp5_launcher.html\n
spreadsheet_landing_page.html\n
ooffice_
spreadsheet_landing_page.html\n
gadget_officejs_spreadsheet_router.html\n
gadget_officejs_jio_spreadsheet_view.html\n
gadget_officejs_jio_spreadsheet_view.js\n
...
...
@@ -321,7 +321,7 @@ NETWORK:\n
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
957.193
05.42508.13943
</string>
</value>
<value>
<string>
957.193
34.14243.5939
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -339,7 +339,7 @@ NETWORK:\n
</tuple>
<state>
<tuple>
<float>
148699
0670.96
</float>
<float>
148699
4104.54
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_spreadsheet_gadget_appcache.xml
View file @
8f94d9a8
...
...
@@ -125,7 +125,7 @@ jiodev.js\n
jquerymobile.js\n
jquerymodile.css\n
jquery.js\n
spreadsheet_gadget_landing_page.html\n
ooffice_
spreadsheet_gadget_landing_page.html\n
gadget_officejs_onlyoffice_landing.js\n
ooffice/apps/backbone.js\n
ooffice/apps/bootstrap.js\n
...
...
@@ -647,7 +647,7 @@ NETWORK:\n
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
957.1933
4.13190.7321
</string>
</value>
<value>
<string>
957.1933
9.63272.48452
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -665,7 +665,7 @@ NETWORK:\n
</tuple>
<state>
<tuple>
<float>
148699
2717.87
</float>
<float>
148699
4242.69
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_spreadsheet_gadget_landing_page.html.xml
View file @
8f94d9a8
...
...
@@ -72,7 +72,7 @@
</item>
<item>
<key>
<string>
default_reference
</string>
</key>
<value>
<string>
spreadsheet_gadget_landing_page.html
</string>
</value>
<value>
<string>
ooffice_
spreadsheet_gadget_landing_page.html
</string>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
...
...
@@ -100,7 +100,7 @@
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string>
Spreadsheet Gadget Landing Page
</string>
</value>
<value>
<string>
OnlyOffice
Spreadsheet Gadget Landing Page
</string>
</value>
</item>
<item>
<key>
<string>
url_string
</string>
</key>
...
...
@@ -237,7 +237,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
957.193
17.26590.7014
</string>
</value>
<value>
<string>
957.193
50.56466.65501
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -255,7 +255,7 @@
</tuple>
<state>
<tuple>
<float>
148699
1379.96
</float>
<float>
148699
3380.05
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_spreadsheet_landing_page_html.html
View file @
8f94d9a8
...
...
@@ -35,7 +35,7 @@
data-gadget-scope=
"setting_gadget"
data-gadget-sandbox=
"public"
></div>
<div
data-gadget-url=
"gadget_officejs_spreadsheet_router.html"
<div
data-gadget-url=
"gadget_officejs_
ooffice_
spreadsheet_router.html"
data-gadget-scope=
"router"
data-gadget-sandbox=
"public"
></div>
...
...
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_spreadsheet_landing_page_html.xml
View file @
8f94d9a8
...
...
@@ -72,7 +72,7 @@
</item>
<item>
<key>
<string>
default_reference
</string>
</key>
<value>
<string>
spreadsheet_landing_page.html
</string>
</value>
<value>
<string>
ooffice_
spreadsheet_landing_page.html
</string>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
...
...
@@ -100,7 +100,7 @@
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string>
Spreadsheet Landing Page
</string>
</value>
<value>
<string>
OnlyOffice
Spreadsheet Landing Page
</string>
</value>
</item>
<item>
<key>
<string>
url_string
</string>
</key>
...
...
@@ -237,7 +237,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
957.193
28.54739.65484
</string>
</value>
<value>
<string>
957.193
50.17214.1450
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -255,7 +255,7 @@
</tuple>
<state>
<tuple>
<float>
148699
2074.92
</float>
<float>
148699
3665.45
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_spreadsheet_router_html.xml
View file @
8f94d9a8
...
...
@@ -72,7 +72,7 @@
</item>
<item>
<key>
<string>
default_reference
</string>
</key>
<value>
<string>
gadget_officejs_spreadsheet_router.html
</string>
</value>
<value>
<string>
gadget_officejs_
ooffice_
spreadsheet_router.html
</string>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
...
...
@@ -231,7 +231,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
957.1929
6.55203.14967
</string>
</value>
<value>
<string>
957.1929
9.52450.32273
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -249,7 +249,7 @@
</tuple>
<state>
<tuple>
<float>
148699
0148.07
</float>
<float>
148699
3644.52
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_text_appcache.xml
0 → 100644
View file @
8f94d9a8
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"Web Manifest"
module=
"erp5.portal_type"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
_Access_contents_information_Permission
</string>
</key>
<value>
<tuple>
<string>
Anonymous
</string>
<string>
Assignee
</string>
<string>
Assignor
</string>
<string>
Associate
</string>
<string>
Auditor
</string>
<string>
Manager
</string>
<string>
Owner
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
_Add_portal_content_Permission
</string>
</key>
<value>
<tuple>
<string>
Assignor
</string>
<string>
Manager
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
_Change_local_roles_Permission
</string>
</key>
<value>
<tuple>
<string>
Assignor
</string>
<string>
Manager
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
_Modify_portal_content_Permission
</string>
</key>
<value>
<tuple>
<string>
Manager
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
_View_Permission
</string>
</key>
<value>
<tuple>
<string>
Anonymous
</string>
<string>
Assignee
</string>
<string>
Assignor
</string>
<string>
Associate
</string>
<string>
Auditor
</string>
<string>
Manager
</string>
<string>
Owner
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
categories
</string>
</key>
<value>
<tuple>
<string>
contributor/person_module/1
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
content_md5
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
default_reference
</string>
</key>
<value>
<string>
gadget_ooffice_text.appcache
</string>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
gadget_ooffice_text_appcache
</string>
</value>
</item>
<item>
<key>
<string>
language
</string>
</key>
<value>
<string>
en
</string>
</value>
</item>
<item>
<key>
<string>
portal_type
</string>
</key>
<value>
<string>
Web Manifest
</string>
</value>
</item>
<item>
<key>
<string>
short_title
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
text_content
</string>
</key>
<value>
<string
encoding=
"cdata"
>
<![CDATA[
CACHE MANIFEST\n
# generated on Fri, 09 Jun 2016 11:45:33 +0000\n
# XXX + fonts\n
# images/ajax-loader.gif\n
CACHE:\n
https://netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css\n
https://netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.eot?v=4.2.0\n
https://netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0\n
https://netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.woff?v=4.2.0\n
https://netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.ttf?v=4.2.0\n
https://netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular\n
gadget_officejs_liberator.html\n
gadget_officejs_liberator.js\n
jio_mappingstorage.js\n
URI.js\n
dygraph.js\n
gadget_erp5.css\n
gadget_global.js\n
gadget_jio.html\n
gadget_jio.js\n
gadget_translate.html\n
gadget_translate.js\n
handlebars.js\n
jiodev.js\n
jquery.js\n
jquerymobile.css\n
jquerymobile.js\n
renderjs.js\n
rsvp.js\n
gadget_officejs_header.html\n
gadget_officejs_jio.html\n
gadget_officejs_page_add_document.html\n
gadget_officejs_page_jio_configurator.html\n
gadget_officejs_page_jio_dav_configurator.html\n
gadget_officejs_page_jio_erp5_configurator.html\n
gadget_officejs_page_jio_dropbox_configurator.html\n
gadget_officejs_page_login.html\n
gadget_officejs_page_logout.html\n
gadget_officejs_page_share_webrtc_jio.html\n
gadget_officejs_page_sync.html\n
gadget_officejs_page_document_list.html\n
gadget_officejs_application_panel.html\n
gadget_translation.html\n
gadget_officejs_webrtc_jio.html\n
gadget_officejs_widget_listbox.html\n
gadget_erp5_editor_panel.html\n
gadget_erp5_editor_panel.js\n
gadget_officejs_header.js\n
gadget_officejs_jio.js\n
gadget_officejs_page_add_document.js\n
gadget_officejs_page_jio_configurator.js\n
gadget_officejs_page_jio_dav_configurator.js\n
gadget_officejs_page_jio_erp5_configurator.js\n
gadget_officejs_page_jio_dropbox_configurator.js\n
gadget_officejs_page_login.js\n
gadget_officejs_page_logout.js\n
gadget_officejs_page_share_webrtc_jio.js\n
gadget_officejs_page_sync.js\n
gadget_officejs_page_document_list.js\n
gadget_officejs_router.js\n
gadget_officejs_application_panel.js\n
gadget_translation.js\n
gadget_translation_data.js\n
gadget_officejs_webrtc_jio.js\n
gadget_officejs_widget_listbox.js\n
erp5_launcher.js\n
erp5_launcher.html\n
ooffice_text_landing_page.html\n
gadget_officejs_text_router.html\n
gadget_officejs_jio_text_view.html\n
gadget_officejs_jio_text_view.js\n
NETWORK:\n
*
]]>
</string>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string>
Text OfficeJS AppCache
</string>
</value>
</item>
<item>
<key>
<string>
url_string
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
version
</string>
</key>
<value>
<string>
001
</string>
</value>
</item>
<item>
<key>
<string>
workflow_history
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAI=
</string>
</persistent>
</value>
</item>
</dictionary>
</pickle>
</record>
<record
id=
"2"
aka=
"AAAAAAAAAAI="
>
<pickle>
<global
name=
"PersistentMapping"
module=
"Persistence.mapping"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
data
</string>
</key>
<value>
<dictionary>
<item>
<key>
<string>
document_publication_workflow
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAM=
</string>
</persistent>
</value>
</item>
<item>
<key>
<string>
edit_workflow
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAQ=
</string>
</persistent>
</value>
</item>
<item>
<key>
<string>
processing_status_workflow
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAU=
</string>
</persistent>
</value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
<record
id=
"3"
aka=
"AAAAAAAAAAM="
>
<pickle>
<global
name=
"WorkflowHistoryList"
module=
"Products.ERP5Type.patches.WorkflowTool"
/>
</pickle>
<pickle>
<tuple>
<none/>
<list>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<string>
publish
</string>
</value>
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<string>
zope
</string>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
error_message
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
time
</string>
</key>
<value>
<object>
<klass>
<global
name=
"DateTime"
module=
"DateTime.DateTime"
/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>
1486994132.95
</float>
<string>
UTC
</string>
</tuple>
</state>
</object>
</value>
</item>
<item>
<key>
<string>
validation_state
</string>
</key>
<value>
<string>
published
</string>
</value>
</item>
</dictionary>
</list>
</tuple>
</pickle>
</record>
<record
id=
"4"
aka=
"AAAAAAAAAAQ="
>
<pickle>
<global
name=
"WorkflowHistoryList"
module=
"Products.ERP5Type.patches.WorkflowTool"
/>
</pickle>
<pickle>
<tuple>
<none/>
<list>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<string>
edit
</string>
</value>
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<string>
zope
</string>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
error_message
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
957.19363.36016.65006
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
<value>
<string>
current
</string>
</value>
</item>
<item>
<key>
<string>
time
</string>
</key>
<value>
<object>
<klass>
<global
name=
"DateTime"
module=
"DateTime.DateTime"
/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>
1486995159.9
</float>
<string>
UTC
</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
</list>
</tuple>
</pickle>
</record>
<record
id=
"5"
aka=
"AAAAAAAAAAU="
>
<pickle>
<global
name=
"WorkflowHistoryList"
module=
"Products.ERP5Type.patches.WorkflowTool"
/>
</pickle>
<pickle>
<tuple>
<none/>
<list>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<string>
detect_converted_file
</string>
</value>
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<string>
zope
</string>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
error_message
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
external_processing_state
</string>
</key>
<value>
<string>
converted
</string>
</value>
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
0.0.0.0
</string>
</value>
</item>
<item>
<key>
<string>
time
</string>
</key>
<value>
<object>
<klass>
<global
name=
"DateTime"
module=
"DateTime.DateTime"
/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>
1486994025.32
</float>
<string>
UTC
</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
</list>
</tuple>
</pickle>
</record>
</ZopeData>
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_text_gadget_appcache.xml
0 → 100644
View file @
8f94d9a8
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"Web Manifest"
module=
"erp5.portal_type"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
_Access_contents_information_Permission
</string>
</key>
<value>
<tuple>
<string>
Anonymous
</string>
<string>
Assignee
</string>
<string>
Assignor
</string>
<string>
Associate
</string>
<string>
Auditor
</string>
<string>
Manager
</string>
<string>
Owner
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
_Add_portal_content_Permission
</string>
</key>
<value>
<tuple>
<string>
Assignor
</string>
<string>
Manager
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
_Change_local_roles_Permission
</string>
</key>
<value>
<tuple>
<string>
Assignor
</string>
<string>
Manager
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
_Modify_portal_content_Permission
</string>
</key>
<value>
<tuple>
<string>
Manager
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
_View_Permission
</string>
</key>
<value>
<tuple>
<string>
Anonymous
</string>
<string>
Assignee
</string>
<string>
Assignor
</string>
<string>
Associate
</string>
<string>
Auditor
</string>
<string>
Manager
</string>
<string>
Owner
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
categories
</string>
</key>
<value>
<tuple>
<string>
contributor/person_module/1
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
content_md5
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
default_reference
</string>
</key>
<value>
<string>
gadget_ooffice_text_gadget.appcache
</string>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
gadget_ooffice_text_gadget_appcache
</string>
</value>
</item>
<item>
<key>
<string>
language
</string>
</key>
<value>
<string>
en
</string>
</value>
</item>
<item>
<key>
<string>
portal_type
</string>
</key>
<value>
<string>
Web Manifest
</string>
</value>
</item>
<item>
<key>
<string>
short_title
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
text_content
</string>
</key>
<value>
<string
encoding=
"cdata"
>
<![CDATA[
CACHE MANIFEST\n
# generated on Fri, 06 Feb 2015 15:31:33 +0000\n
# XXX + fonts\n
# images/ajax-loader.gif\n
# XXX Adding gadget_ckeditor first is not a good idea\n
# XXX Make sure to have ckeditor timestamp set to \n
CACHE:\n
//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css\n
//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.eot?v=4.2.0\n
//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0\n
//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.woff?v=4.2.0\n
//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.ttf?v=4.2.0\n
//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular\n
rsvp.js\n
renderjs.js\n
jiodev.js\n
jquerymobile.js\n
jquerymodile.css\n
jquery.js\n
ooffice_text_gadget_landing_page.html\n
gadget_officejs_onlyoffice_landing.js\n
ooffice/apps/common/main/resources/img/about/OnlyOffice.png\n
ooffice/apps/common/main/resources/img/about/OnlyOffice@2x.png\n
ooffice/apps/common/main/resources/img/header/header-logo.png\n
ooffice/apps/common/main/resources/img/header/header-logo@2x.png\n
ooffice/apps/common/main/resources/img/combo-border-size/BorderSize.png\n
ooffice/apps/common/main/resources/img/plugin/icon_add_on_default@2x.png\n
ooffice/apps/common/main/resources/img/plugin/icon_add_on_default.png\n
ooffice/apps/common/main/resources/img/load-mask/loading.gif\n
ooffice/apps/common/main/resources/img/hsbcolorpicker/hsb-colorpicker.png\n
ooffice/apps/common/main/resources/img/hsbcolorpicker/hsb-colorpicker@2x.png\n
ooffice/apps/common/main/resources/img/hsbcolorpicker/transparency_39x15.png\n
ooffice/apps/common/main/resources/img/hsbcolorpicker/transparency_39x15@2x.png\n
ooffice/apps/common/main/resources/img/hsbcolorpicker/transparency_63x20.png\n
ooffice/apps/common/main/resources/img/hsbcolorpicker/transparency_63x20@2x.png\n
ooffice/apps/common/main/resources/img/controls/common-controls.png\n
ooffice/apps/common/main/resources/img/controls/common-controls@2x.png\n
ooffice/apps/common/main/resources/img/controls/Scroll_center.png\n
ooffice/apps/common/main/resources/img/controls/Scroll_center@2x.png\n
ooffice/apps/documenteditor/main/resources/img/controls/dimension-picker/dimension-highlighted.png\n
ooffice/apps/documenteditor/main/resources/img/controls/dimension-picker/dimension-highlighted@2x.png\n
ooffice/apps/documenteditor/main/resources/img/controls/dimension-picker/dimension-unhighlighted.png\n
ooffice/apps/documenteditor/main/resources/img/controls/dimension-picker/dimension-unhighlighted@2x.png\n
ooffice/apps/documenteditor/main/resources/img/docformat.png\n
ooffice/apps/documenteditor/main/resources/img/docformat@2x.png\n
ooffice/apps/documenteditor/main/resources/img/file-recent.png\n
ooffice/apps/documenteditor/main/resources/img/file-recent@2x.png\n
ooffice/apps/documenteditor/main/resources/img/file-template-default.png\n
ooffice/apps/documenteditor/main/resources/img/file-template-default@2x.png\n
ooffice/apps/documenteditor/main/resources/img/file-templates-blank.png\n
ooffice/apps/documenteditor/main/resources/img/file-templates-blank@2x.png\n
ooffice/apps/documenteditor/main/resources/img/loading-logo.gif\n
ooffice/apps/documenteditor/main/resources/img/loading-logo@2x.gif\n
ooffice/apps/documenteditor/main/resources/img/popupmenu-btns.png\n
ooffice/apps/documenteditor/main/resources/img/popupmenu-btns@2x.png\n
ooffice/apps/documenteditor/main/resources/img/profile.png\n
ooffice/apps/documenteditor/main/resources/img/profile@2x.png\n
ooffice/apps/documenteditor/main/resources/img/right-panels/Begin-EndStyle.png\n
ooffice/apps/documenteditor/main/resources/img/right-panels/Begin-EndStyle@2x.png\n
ooffice/apps/documenteditor/main/resources/img/right-panels/BorderSize.png\n
ooffice/apps/documenteditor/main/resources/img/right-panels/LargeBorders.png\n
ooffice/apps/documenteditor/main/resources/img/right-panels/LargeBorders@2x.png\n
ooffice/apps/documenteditor/main/resources/img/right-panels/RightPanelBigBtns.png\n
ooffice/apps/documenteditor/main/resources/img/right-panels/RightPanelBigBtns@2x.png\n
ooffice/apps/documenteditor/main/resources/img/right-panels/SmallBorders.png\n
ooffice/apps/documenteditor/main/resources/img/right-panels/SmallBorders@2x.png\n
ooffice/apps/documenteditor/main/resources/img/right-panels/gradients.png\n
ooffice/apps/documenteditor/main/resources/img/right-panels/gradients@2x.png\n
ooffice/apps/documenteditor/main/resources/img/right-panels/patterns.png\n
ooffice/apps/documenteditor/main/resources/img/right-panels/patterns@2x.png\n
ooffice/apps/documenteditor/main/resources/img/right-panels/right_panel_wrap_btns.png\n
ooffice/apps/documenteditor/main/resources/img/right-panels/right_panel_wrap_btns@2x.png\n
ooffice/apps/documenteditor/main/resources/img/right-panels/right_panel_wrap_icons.png\n
ooffice/apps/documenteditor/main/resources/img/right-panels/right_panel_wrap_icons@2x.png\n
ooffice/apps/documenteditor/main/resources/img/right-panels/rowscols_icon.png\n
ooffice/apps/documenteditor/main/resources/img/right-panels/rowscols_icon@2x.png\n
ooffice/apps/documenteditor/main/resources/img/toolbar-menu.png\n
ooffice/apps/documenteditor/main/resources/img/toolbar-menu@2x.png\n
ooffice/apps/documenteditor/main/resources/img/toolbar/AutoColor.png\n
ooffice/apps/documenteditor/main/resources/img/toolbar/NoFill.png\n
ooffice/apps/documenteditor/main/resources/img/toolbar/NoFill@2x.png\n
ooffice/apps/documenteditor/main/resources/img/toolbar/bullets.png\n
ooffice/apps/documenteditor/main/resources/img/toolbar/bullets@2x.png\n
ooffice/apps/documenteditor/main/resources/img/toolbar/charttypes.png\n
ooffice/apps/documenteditor/main/resources/img/toolbar/charttypes@2x.png\n
ooffice/apps/documenteditor/main/resources/img/toolbar/colontitules.png\n
ooffice/apps/documenteditor/main/resources/img/toolbar/colontitules@2x.png\n
ooffice/apps/documenteditor/main/resources/img/toolbar/math.png\n
ooffice/apps/documenteditor/main/resources/img/toolbar/math@2x.png\n
ooffice/apps/documenteditor/main/resources/img/toolbar/multilevels-numbering.png\n
ooffice/apps/documenteditor/main/resources/img/toolbar/multilevels-numbering@2x.png\n
ooffice/apps/documenteditor/main/resources/img/toolbar/nocolor.png\n
ooffice/apps/documenteditor/main/resources/img/toolbar/text_styles.png\n
ooffice/sdkjs/common/Images/fonts_thumbnail.png\n
ooffice/sdkjs/common/Images/fonts_thumbnail@2x.png\n
ooffice/sdkjs/common/Images/marker_format.cur\n
ooffice/sdkjs/common/Images/plus.cur\n
ooffice/sdkjs/common/Images/plus_2x.cur\n
ooffice/sdkjs/common/Images/plus_copy.cur\n
ooffice/sdkjs/common/Images/plus_copy_2x.cur\n
ooffice/sdkjs/common/Images/text_copy.cur\n
ooffice/sdkjs/common/Images/text_copy_2x.cur\n
ooffice_fonts/ef3g15mxfibg65drf348e3o.js\n
ooffice_fonts/ef3g15mxfibg65drjf4gn5djccz8e7dg.js\n
ooffice_fonts/ef3g15mxfijgk35iptozrmuwqtuy.js\n
ooffice_fonts/ef3g15mxfirzeamcpft1h7dwca.js\n
ooffice_fonts/ef3sn5ubfigsn7def3zze3o.js\n
ooffice_fonts/eposaamrcio141mwcfsg1a3qqt4gc.js\n
ooffice_fonts/eposaamrcio14ouxpt1nh7dwca.js\n
ooffice_fonts/eposaamrcio14ouxpt1r17dbptwsgmuwqtuy.js\n
ooffice_fonts/eposaamrcio14wufc74saam1f348e3o.js\n
ooffice_fonts/epozr5djqtz141mwcfsg1a3qqt4gc.js\n
ooffice_fonts/epozr5djqtz14ouxpt1nh7dwca.js\n
ooffice_fonts/epozr5djqtz14ouxpt1r17dbptwsgmuwqtuy.js\n
ooffice_fonts/epozr5djqtz14wufc74saam1f348e3o.js\n
ooffice_fonts/epzzkh5jp31141mwcfsg1a3qqt4gc.js\n
ooffice_fonts/epzzkh5jp3114ouxpt1nh7dwca.js\n
ooffice_fonts/epzzkh5jp3114ouxpt1r17dbptwsgmuwqtuy.js\n
ooffice_fonts/epzzkh5jp3114wufc74saam1f348e3o.js\n
ooffice_fonts/et1swaksqijskhujcaswr55ccoz8e7dg.js\n
ooffice_fonts/et1swaksqijskhujcaz8e7dg.js\n
ooffice_fonts/et1swaksqijsn5uuf348e3o.js\n
ooffice_fonts/et1swaksqijsn5uufibg65drf348e3o.js\n
ooffice_fonts/et1swaksqijsn5uujizsh53pejzsa3bqqt4gc.js\n
ooffice_fonts/et1swaksqijsn5uujizsh53qqt4gc.js\n
ooffice_fonts/et3g64mrj3ozg45efibg65drf348e3o.js\n
ooffice_fonts/et3g64mrj3ozg45efijgk35iptozrmuwqtuy.js\n
ooffice_fonts/et3g64mrj3ozg45ekir14wufc74saam1f348e3o.js\n
ooffice_fonts/et3g64mrjp4sc4jpejzsa3bqqt4gc.js\n
ooffice_fonts/et3g64mrjp4sc4jpkj1sq7mccf3nh7dwca.js\n
ooffice_fonts/et3g64mrkp1zr4mgfibg65drf348e3o.js\n
ooffice_fonts/et3g64mrkp1zr4mgfibg65drjf4gn5djccz8e7dg.js\n
ooffice_fonts/et3g64mrkp1zr4mgfijgk35iptozrmuwqtuy.js\n
ooffice_fonts/et3g64mrkp1zr4mgfirzeamcpft1h7dwca.js\n
ooffice_fonts/et3g64mrkposhh3pejzsa3bqqt4gc.js\n
ooffice_fonts/et3g64mrkposhh3qqt4gc.js\n
ooffice_fonts/et3g64mrkposhh48cizzr35jcfznh7dwca.js\n
ooffice_fonts/et3g64mrkposhh4bqjosr4mdf348e3o.js\n
ooffice_fonts/et3g64mrkposhh4bqjssk5ujcfznh7dwca.js\n
ooffice_fonts/et3g64mrkposhh4ecit8r3mzfibg65drf348e3o.js\n
ooffice_fonts/et3g64mrkposhh4ecit8r3mzfijgk35iptozrmuwqtuy.js\n
ooffice_fonts/et3g64mrkposhh4fqtwg155opft14ouxpt1nh7dwca.js\n
ooffice_fonts/et3g64mrkposhh4fqtwg155opft14wufc74saam1f348e3o.js\n
ooffice_fonts/et3g64mrkposhh4gcfsgaaubcpi1h7dwca.js\n
ooffice_fonts/et3g64mrkposhh4gcfsgaaubcpiwa3m8cftz1muwqtuy.js\n
ooffice_fonts/et3g64mrkposhh4gcfsgaaubcpiwc7mcpoz8e7dg.js\n
ooffice_fonts/et3g64mrkposhh4kcfagn5ufqp11h7dwca.js\n
ooffice_fonts/et3g64mrkposhh4pp7zg6muwqtuy.js\n
ooffice_fonts/j3zze54mqiug1om1cftg1a3pejzsa3bqqt4gc.js\n
ooffice_fonts/j3zze54mqiug1om1cftg1a3pkj1sq7mccf3nh7dwca.js\n
ooffice_fonts/j3zze54qcf3ss4nbqjosr4mdfibg65drf348e3o.js\n
ooffice_fonts/j3zze54qcf3ss4nbqjosr4mdfijgk35iptozrmuwqtuy.js\n
ooffice_fonts/j3zze54qcf3ss4nbqjosr4mdkir14ouxpt1nh7dwca.js\n
ooffice_fonts/j3zze54qcf3ss4nbqjosr4mdkir14wufc74saam1f348e3o.js\n
ooffice_fonts/j3zze54ucfz8g15bp3zgn3dbfibg65drf348e3o.js\n
ooffice_fonts/j3zze54ucfz8g15bp3zgn3dbfijgk35iptozrmuwqtuy.js\n
ooffice_fonts/j3zze54ucfz8g15bp3zgn3dbkir14ouxpt1nh7dwca.js\n
ooffice_fonts/j3zze54ucfz8g15bp3zgn3dbkir14wufc74saam1f348e3o.js\n
ooffice_fonts/j3zze54ucfz8g15epi1zrikjfibg65drf348e3o.js\n
ooffice_fonts/j3zze54ucfz8g15epi1zrikjfijgk35iptozrmuwqtuy.js\n
ooffice_fonts/j3zze54ucfz8g15epi1zrmk1ciuzk5dbqez8e7dg.js\n
ooffice_fonts/j3zze54ucfz8g15epi1zrmknp7sgemuwqtuy.js\n
ooffice_fonts/j3zze54ucfz8g1dfcj3gk73pejzsa3bqqt4gc.js\n
ooffice_fonts/j3zze54ucfz8g1dfcj3gk73pkj1sq7mccf3nh7dwca.js\n
ooffice_fonts/j3zze54ucfz8gidbpiwsaikjfibg65drf348e3o.js\n
ooffice_fonts/j3zze54ucfz8gidbpiwsaikjfijgk35iptozrmuwqtuy.js\n
ooffice_fonts/j3zze54ucfz8gidbpiwsamk1ciuzk5dbqez8e7dg.js\n
ooffice_fonts/j3zze54ucfz8gidbpiwsamknp7sgemuwqtuy.js\n
ooffice_fonts/j3zze54ucfz8gidecfoshajpejzsa3bqqt4gc.js\n
ooffice_fonts/j3zze54ucfz8gidecfoshajpkj1sq7mccf3nh7dwca.js\n
ooffice_fonts/j3zze54ucfz8gidecfw14ouxpt1nh7dwca.js\n
ooffice_fonts/j3zze54ucfz8gidecfw14wufc74saam1f348e3o.js\n
ooffice_fonts/j3zze54ucfz8gidecfwik1jpejzsa3bqqt4gc.js\n
ooffice_fonts/j3zze54ucfz8gidecfwik1jpkj1sq7mccf3nh7dwca.js\n
ooffice_fonts/j3zze54ucfz8gidfpt4sq7jpejzsa3bqqt4gc.js\n
ooffice_fonts/j3zze54ucfz8gidfpt4sq7jpkj1sq7mccf3nh7dwca.js\n
ooffice_fonts/j3zze54ucfz8gidfpt4sq7kijrsir3m8qisgnhtqqt4gc.js\n
ooffice_fonts/j3zze54ucfz8gidfpt4sq7kijrswr55ccoz8e7dg.js\n
ooffice_fonts/j3zze54ucfz8gikjfibg65drf348e3o.js\n
ooffice_fonts/j3zze54ucfz8gikjfibg65drjf4gn5djccz8e7dg.js\n
ooffice_fonts/j3zze54ucfz8gikjfijgk35iptozrmuwqtuy.js\n
ooffice_fonts/j3zze54ucfz8gikjfirzeamcpft1h7dwca.js\n
ooffice_fonts/j3zze54ucfz8gmk1ciuzk5dbqez8e7dg.js\n
ooffice_fonts/j3zze54ucfz8gmkjqtosa4mdf348e3o.js\n
ooffice_fonts/j3zze54ucfz8gmknp7sge1mwcfsg1a3qqt4gc.js\n
ooffice_fonts/j3zze54ucfz8gmknp7sgemuwqtuy.js\n
ooffice_fonts/j3zze54ucfz8go5ecfs14ouxpt1nh7dwca.js\n
ooffice_fonts/j3zze54ucfz8go5ecfs14wufc74saam1f348e3o.js\n
ooffice_fonts/j3zze54ucfz8gom1pi1sh4mbpasir3m8qisgnhtqqt4gc.js\n
ooffice_fonts/j3zze54ucfz8gom1pi1sh4mbpaswr55ccoz8e7dg.js\n
ooffice_fonts/j3zze54ucfz8goufp3usn5djfibg65drf348e3o.js\n
ooffice_fonts/j3zze54ucfz8goufp3usn5djfijgk35iptozrmuwqtuy.js\n
ooffice_fonts/j3zze54ucfz8goufp3usn5djkir14ouxpt1nh7dwca.js\n
ooffice_fonts/j3zze54ucfz8goufp3usn5djkir14wufc74saam1f348e3o.js\n
ooffice_fonts/j3zze54ucfz8gt5fp73gq4mbpasir3m8qisgnhtqqt4gc.js\n
ooffice_fonts/j3zze54ucfz8gt5fp73gq4mbpaswr55ccoz8e7dg.js\n
ooffice_fonts/j3zze54ucfz8gt5ipjozramwpfkw1mk1ciuzk5dbqez8e7dg.js\n
ooffice_fonts/j3zze54ucfz8gt5ipjozramwpfkw1mknp7sgemuwqtuy.js\n
ooffice_fonts/j3zze54ucfz8gt5ipjozramwprsir3m8qisgnhtqqt4gc.js\n
ooffice_fonts/j3zze54ucfz8gt5ipjozramwprswr55ccoz8e7dg.js\n
ooffice_fonts/j3zze54ucfz8gt5iqjszk45epfkw1mk1ciuzk5dbqez8e7dg.js\n
ooffice_fonts/j3zze54ucfz8gt5iqjszk45epfkw1mknp7sgemuwqtuy.js\n
ooffice_fonts/j3zze54ucfz8gt5iqjszk45eprsir3m8qisgnhtqqt4gc.js\n
ooffice_fonts/j3zze54ucfz8gt5iqjszk45eprswr55ccoz8e7dg.js\n
ooffice_fonts/j3zze54ucfz8gtdfq3osham8cf3g1ikjfibg65drf348e3o.js\n
ooffice_fonts/j3zze54ucfz8gtdfq3osham8cf3g1ikjfijgk35iptozrmuwqtuy.js\n
ooffice_fonts/j3zze54ucfz8gtdfq3osham8cf3g1mk1ciuzk5dbqez8e7dg.js\n
ooffice_fonts/j3zze54ucfz8gtdfq3osham8cf3g1mknp7sgemuwqtuy.js\n
ooffice_fonts/j3zze54ucfz8gtmwpbws6hdjccsir3m8qisgnhtqqt4gc.js\n
ooffice_fonts/j3zze54ucfz8gtmwpbws6hdjccswr55ccoz8e7dg.js\n
ooffice_fonts/j3zze54ucfz8gu51pfhsnikjfibg65drf348e3o.js\n
ooffice_fonts/j3zze54ucfz8gu51pfhsnikjfijgk35iptozrmuwqtuy.js\n
ooffice_fonts/j3zze54ucfz8gu51pfhsnmk1ciuzk5dbqez8e7dg.js\n
ooffice_fonts/j3zze54ucfz8gu51pfhsnmknp7sgemuwqtuy.js\n
ooffice_fonts/j3zze54ucfz8gudbp7kw1mk1ciuzk5dbqez8e7dg.js\n
ooffice_fonts/j3zze54ucfz8gudbp7kw1mknp7sgemuwqtuy.js\n
ooffice_fonts/j3zze54ucfz8gudbphsir3m8qisgnhtqqt4gc.js\n
ooffice_fonts/j3zze54ucfz8gudbphswr55ccoz8e7dg.js\n
ooffice_fonts/j3zze54ucfz8gum3cfzg4am1fibg65drf348e3o.js\n
ooffice_fonts/j3zze54ucfz8gum3cfzg4am1fijgk35iptozrmuwqtuy.js\n
ooffice_fonts/j3zze54ucfz8gum3cfzg4am1kir14ouxpt1nh7dwca.js\n
ooffice_fonts/j3zze54ucfz8gum3cfzg4am1kir14wufc74saam1f348e3o.js\n
ooffice_fonts/j3zze54ucfz8gumbptoz1amccfs14ouxpt1nh7dwca.js\n
ooffice_fonts/j3zze54ucfz8gumbptoz1amccfs14wufc74saam1f348e3o.js\n
ooffice_fonts/j3zze54ucfz8gumbptoz1amccfsik1jpejzsa3bqqt4gc.js\n
ooffice_fonts/j3zze54ucfz8gumbptoz1amccfsik1jpkj1sq7mccf3nh7dwca.js\n
ooffice_fonts/j3zze54ucfz8gw5jp3wgn5dbfibg65drf348e3o.js\n
ooffice_fonts/j3zze54ucfz8gw5jp3wgn5dbfijgk35iptozrmuwqtuy.js\n
ooffice_fonts/j3zze54uci3g1318cizzr35jcfzn4ouxpt1nh7dwca.js\n
ooffice_fonts/j3zze54uci3g1318cizzr35jcfzn4wufc74saam1f348e3o.js\n
ooffice_fonts/j3zze54uci3g131bqjssk5ujcfzn4ouxpt1nh7dwca.js\n
ooffice_fonts/j3zze54uci3g131bqjssk5ujcfzn4wufc74saam1f348e3o.js\n
ooffice_fonts/j3zze54uci3g131ccfz14ouxpt1nh7dwca.js\n
ooffice_fonts/j3zze54uci3g131ccfz14wufc74saam1f348e3o.js\n
ooffice_fonts/j3zze54uci3g131mpbsskhtpejzsa3bqqt4gc.js\n
ooffice_fonts/j3zze54uci3g131mpbsskhtpkj1sq7mccf3nh7dwca.js\n
ooffice_fonts/j3zze54uci3g131wpbos1mk1ciuzk5dbqez8e7dg.js\n
ooffice_fonts/j3zze54uci3g131wpbos1mknp7sgemuwqtuy.js\n
ooffice_fonts/j3zze54uci3g13tpejzsa3bqqt4gc.js\n
ooffice_fonts/j3zze54uci3g13tpejzsa3njqtosa4mdf348e3o.js\n
ooffice_fonts/j3zze54uci3g13tpjf4gn5djccz8e7dg.js\n
ooffice_fonts/j3zze54uci3g13tpkj1sq7mccf3nh7dwca.js\n
ooffice_fonts/kit8k5uwqigs65uxfibnh7dwca.js\n
ooffice_fonts/kit8k5uwqigs65uxfibr1muwqtuy.js\n
ooffice_fonts/kit8k5uwqigs65uxfijnh7dwca.js\n
ooffice_fonts/kit8k5uwqigs65uxfijr1muwqtuy.js\n
ooffice_fonts/kit8k5uwqwsir1jqqt4gc.js\n
ooffice_fonts/kit8k5uwqwsirmuwqtuy.js\n
ooffice_fonts/kit8k5uwqwsw41jqqt4gc.js\n
ooffice_fonts/kit8k5uwqwsw4muwqtuy.js\n
ooffice_fonts/kit8k5uwqwswa1jqqt4gc.js\n
ooffice_fonts/kit8k5uwqwswamuwqtuy.js\n
ooffice_fonts/kit8k5uwqwswgmuwqtuy.js\n
ooffice_fonts/kit8k5uwqwswr1jqqt4gc.js\n
ooffice_fonts/kit8k5uwqwswrmuwqtuy.js\n
ooffice_fonts/kjzsr55wp7bs65urciz8g3mrfibg65drf348e3o.js\n
ooffice_fonts/kjzsr55wp7bs65urciz8g3mrfibg65drjf4gn5djccz8e7dg.js\n
ooffice_fonts/kjzsr55wp7bs65urciz8g3mrfijgk35iptozrmuwqtuy.js\n
ooffice_fonts/kjzsr55wp7bs65urciz8g3mrfirzeamcpft1h7dwca.js\n
ooffice_fonts/kjzsr55wphsie4djp3rzeamcpft1h7dwca.js\n
ooffice_fonts/kjzsr55wphsie4djpaz8e7dg.js\n
ooffice_fonts/kjzsr55wphsir3m8qisgnhtqqt4gc.js\n
ooffice_fonts/kjzsr55wphsw17dbptwsgmuwqtuy.js\n
ooffice_fonts/kjzsr55wphswa4m8pb4nh7dwca.js\n
ooffice_fonts/kjzsr55wphswa4m8pb4r17dbptwsgmuwqtuy.js\n
ooffice_fonts/kjzsr55wphswr55ccoz8e7dg.js\n
ooffice_fonts/kjzsr55wphswr55cctrzeamcpft1h7dwca.js\n
ooffice_fonts/kphs4auxpt8gk7jqqt4gc.js\n
ooffice_fonts/kphs4auxptouqcjzf348e3o.js\n
ooffice_fonts/ktwsh55ufibg65drf348e3o.js\n
ooffice_fonts/ktwsh55ufibg65drjf4gn5djccz8e7dg.js\n
ooffice_fonts/ktwsh55ufijgk35iptozrmuwqtuy.js\n
ooffice_fonts/ktwsh55ufirzeamcpft1h7dwca.js\n
ooffice_fonts/p7agk5uum7xi6muwqtuy.js\n
NETWORK:\n
*
]]>
</string>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string>
OnlyOffice Text OfficeJS AppCache
</string>
</value>
</item>
<item>
<key>
<string>
url_string
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
version
</string>
</key>
<value>
<string>
001
</string>
</value>
</item>
<item>
<key>
<string>
workflow_history
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAI=
</string>
</persistent>
</value>
</item>
</dictionary>
</pickle>
</record>
<record
id=
"2"
aka=
"AAAAAAAAAAI="
>
<pickle>
<global
name=
"PersistentMapping"
module=
"Persistence.mapping"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
data
</string>
</key>
<value>
<dictionary>
<item>
<key>
<string>
document_publication_workflow
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAM=
</string>
</persistent>
</value>
</item>
<item>
<key>
<string>
edit_workflow
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAQ=
</string>
</persistent>
</value>
</item>
<item>
<key>
<string>
processing_status_workflow
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAU=
</string>
</persistent>
</value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
<record
id=
"3"
aka=
"AAAAAAAAAAM="
>
<pickle>
<global
name=
"WorkflowHistoryList"
module=
"Products.ERP5Type.patches.WorkflowTool"
/>
</pickle>
<pickle>
<tuple>
<none/>
<list>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<string>
publish
</string>
</value>
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<string>
zope
</string>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
error_message
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
time
</string>
</key>
<value>
<object>
<klass>
<global
name=
"DateTime"
module=
"DateTime.DateTime"
/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>
1486994365.42
</float>
<string>
UTC
</string>
</tuple>
</state>
</object>
</value>
</item>
<item>
<key>
<string>
validation_state
</string>
</key>
<value>
<string>
published
</string>
</value>
</item>
</dictionary>
</list>
</tuple>
</pickle>
</record>
<record
id=
"4"
aka=
"AAAAAAAAAAQ="
>
<pickle>
<global
name=
"WorkflowHistoryList"
module=
"Products.ERP5Type.patches.WorkflowTool"
/>
</pickle>
<pickle>
<tuple>
<none/>
<list>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<string>
edit
</string>
</value>
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<string>
zope
</string>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
error_message
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
957.19367.10944.30054
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
<value>
<string>
current
</string>
</value>
</item>
<item>
<key>
<string>
time
</string>
</key>
<value>
<object>
<klass>
<global
name=
"DateTime"
module=
"DateTime.DateTime"
/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>
1486994359.21
</float>
<string>
UTC
</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
</list>
</tuple>
</pickle>
</record>
<record
id=
"5"
aka=
"AAAAAAAAAAU="
>
<pickle>
<global
name=
"WorkflowHistoryList"
module=
"Products.ERP5Type.patches.WorkflowTool"
/>
</pickle>
<pickle>
<tuple>
<none/>
<list>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<string>
detect_converted_file
</string>
</value>
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<string>
zope
</string>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
error_message
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
external_processing_state
</string>
</key>
<value>
<string>
converted
</string>
</value>
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
0.0.0.0
</string>
</value>
</item>
<item>
<key>
<string>
time
</string>
</key>
<value>
<object>
<klass>
<global
name=
"DateTime"
module=
"DateTime.DateTime"
/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>
1486994251.21
</float>
<string>
UTC
</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
</list>
</tuple>
</pickle>
</record>
</ZopeData>
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_text_gadget_landing_page_html.html
0 → 100644
View file @
8f94d9a8
<!DOCTYPE html>
<html>
<head>
<meta
http-equiv=
"Content-type"
content=
"text/html; charset=utf-8"
/>
<meta
name=
"viewport"
content=
"width=device-width, user-scalable=no"
/>
<title>
OfficeJS Text Loader Gadget
</title>
<!-- renderjs -->
<script
src=
"rsvp.js"
type=
"text/javascript"
></script>
<script
src=
"jiodev.js"
type=
"text/javascript"
></script>
<script
src=
"renderjs.js"
type=
"text/javascript"
></script>
<!-- custom script -->
<script
src=
"gadget_officejs_onlyoffice_landing.js"
type=
"text/javascript"
></script>
</head>
<body>
<script
data-renderjs-configuration=
"portal_type"
type=
"text/x-renderjs-configuration"
>
Text
</script>
<script
data-renderjs-configuration=
"child-gadget"
type=
"text/x-renderjs-configuration"
>
ooffice
/
gadget_ooffice
.
html
</script>
</body>
</html>
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_text_gadget_landing_page_html.xml
0 → 100644
View file @
8f94d9a8
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"Web Page"
module=
"erp5.portal_type"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
_Access_contents_information_Permission
</string>
</key>
<value>
<tuple>
<string>
Anonymous
</string>
<string>
Assignee
</string>
<string>
Assignor
</string>
<string>
Associate
</string>
<string>
Auditor
</string>
<string>
Manager
</string>
<string>
Owner
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
_Add_portal_content_Permission
</string>
</key>
<value>
<tuple>
<string>
Assignor
</string>
<string>
Manager
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
_Change_local_roles_Permission
</string>
</key>
<value>
<tuple>
<string>
Assignor
</string>
<string>
Manager
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
_Modify_portal_content_Permission
</string>
</key>
<value>
<tuple>
<string>
Manager
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
_View_Permission
</string>
</key>
<value>
<tuple>
<string>
Anonymous
</string>
<string>
Assignee
</string>
<string>
Assignor
</string>
<string>
Associate
</string>
<string>
Auditor
</string>
<string>
Manager
</string>
<string>
Owner
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
content_md5
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
content_type
</string>
</key>
<value>
<string>
text/html
</string>
</value>
</item>
<item>
<key>
<string>
default_reference
</string>
</key>
<value>
<string>
ooffice_text_gadget_landing_page.html
</string>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
gadget_ooffice_text_gadget_landing_page_html
</string>
</value>
</item>
<item>
<key>
<string>
language
</string>
</key>
<value>
<string>
en
</string>
</value>
</item>
<item>
<key>
<string>
portal_type
</string>
</key>
<value>
<string>
Web Page
</string>
</value>
</item>
<item>
<key>
<string>
short_title
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string>
OnlyOffice Text Gadget Landing Page
</string>
</value>
</item>
<item>
<key>
<string>
url_string
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
version
</string>
</key>
<value>
<string>
001
</string>
</value>
</item>
<item>
<key>
<string>
workflow_history
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAI=
</string>
</persistent>
</value>
</item>
</dictionary>
</pickle>
</record>
<record
id=
"2"
aka=
"AAAAAAAAAAI="
>
<pickle>
<global
name=
"PersistentMapping"
module=
"Persistence.mapping"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
data
</string>
</key>
<value>
<dictionary>
<item>
<key>
<string>
document_publication_workflow
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAM=
</string>
</persistent>
</value>
</item>
<item>
<key>
<string>
edit_workflow
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAQ=
</string>
</persistent>
</value>
</item>
<item>
<key>
<string>
processing_status_workflow
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAU=
</string>
</persistent>
</value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
<record
id=
"3"
aka=
"AAAAAAAAAAM="
>
<pickle>
<global
name=
"WorkflowHistoryList"
module=
"Products.ERP5Type.patches.WorkflowTool"
/>
</pickle>
<pickle>
<tuple>
<none/>
<list>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<string>
publish
</string>
</value>
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<string>
zope
</string>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
error_message
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
time
</string>
</key>
<value>
<object>
<klass>
<global
name=
"DateTime"
module=
"DateTime.DateTime"
/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>
1486994384.3
</float>
<string>
UTC
</string>
</tuple>
</state>
</object>
</value>
</item>
<item>
<key>
<string>
validation_state
</string>
</key>
<value>
<string>
published
</string>
</value>
</item>
</dictionary>
</list>
</tuple>
</pickle>
</record>
<record
id=
"4"
aka=
"AAAAAAAAAAQ="
>
<pickle>
<global
name=
"WorkflowHistoryList"
module=
"Products.ERP5Type.patches.WorkflowTool"
/>
</pickle>
<pickle>
<tuple>
<none/>
<list>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<string>
edit
</string>
</value>
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<string>
zope
</string>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
error_message
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
957.19364.34766.25361
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
<value>
<string>
current
</string>
</value>
</item>
<item>
<key>
<string>
time
</string>
</key>
<value>
<object>
<klass>
<global
name=
"DateTime"
module=
"DateTime.DateTime"
/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>
1486994217.13
</float>
<string>
UTC
</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
</list>
</tuple>
</pickle>
</record>
<record
id=
"5"
aka=
"AAAAAAAAAAU="
>
<pickle>
<global
name=
"WorkflowHistoryList"
module=
"Products.ERP5Type.patches.WorkflowTool"
/>
</pickle>
<pickle>
<tuple>
<none/>
<list>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<string>
detect_converted_file
</string>
</value>
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<string>
zope
</string>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
error_message
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
external_processing_state
</string>
</key>
<value>
<string>
converted
</string>
</value>
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
0.0.0.0
</string>
</value>
</item>
<item>
<key>
<string>
time
</string>
</key>
<value>
<object>
<klass>
<global
name=
"DateTime"
module=
"DateTime.DateTime"
/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>
1486993196.71
</float>
<string>
UTC
</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
</list>
</tuple>
</pickle>
</record>
</ZopeData>
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_text_landing_page_html.html
0 → 100644
View file @
8f94d9a8
<!DOCTYPE html>
<html
manifest=
"disabled.appcache"
>
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<link
rel=
"shortcut icon"
href=
"favicon.ico"
>
<title>
Text
</title>
<link
href=
"//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css"
rel=
"stylesheet"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"jquerymobile.css"
>
<link
rel=
"stylesheet"
href=
"gadget_erp5.css"
>
<script
data-renderjs-configuration=
"application_title"
type=
"text/x-renderjs-configuration"
>
Text
</script>
<script
data-renderjs-configuration=
"panel_gadget"
type=
"text/x-renderjs-configuration"
>
gadget_officejs_application_panel
.
html
</script>
<script
data-renderjs-configuration=
"action_view"
type=
"text/x-renderjs-configuration"
>
object_view
</script>
<script
data-renderjs-configuration=
"default_view_reference"
type=
"text/x-renderjs-configuration"
>
view
</script>
<script
data-renderjs-configuration=
"hateoas_url"
type=
"text/x-renderjs-configuration"
>
hateoas
/
</script>
<script
data-renderjs-configuration=
"frontpage_gadget"
type=
"text/x-renderjs-configuration"
>
worklist
</script>
<script
src=
"jquery.js"
></script>
<script
src=
"jquerymobile.js"
></script>
<script
src=
"rsvp.js"
></script>
<script
src=
"renderjs.js"
></script>
<script
src=
"gadget_global.js"
></script>
<script
src=
"erp5_launcher.js"
></script>
</head>
<body>
<div
data-role=
"page"
>
<div
data-gadget-url=
"gadget_jio.html"
data-gadget-scope=
"setting_gadget"
data-gadget-sandbox=
"public"
></div>
<div
data-gadget-url=
"gadget_officejs_ooffice_text_router.html"
data-gadget-scope=
"router"
data-gadget-sandbox=
"public"
></div>
<div
data-gadget-url=
"gadget_translation.html"
data-gadget-scope=
"translation_gadget"
data-gadget-sandbox=
"public"
></div>
<div
data-gadget-url=
"gadget_officejs_header.html"
data-gadget-scope=
"header"
data-gadget-sandbox=
"public"
></div>
<div
data-gadget-url=
"gadget_officejs_jio.html"
data-gadget-scope=
"jio_gadget"
data-gadget-sandbox=
"public"
></div>
<div
data-gadget-url=
"gadget_erp5_editor_panel.html"
data-gadget-scope=
"editor_panel"
data-gadget-sandbox=
"public"
></div>
<div
data-gadget-url=
"gadget_officejs_application_panel.html"
data-gadget-scope=
"panel"
data-gadget-sandbox=
"public"
></div>
<div
role=
"main"
class=
"ui-content gadget-content"
></div>
</div>
</body>
</html>
\ No newline at end of file
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_text_landing_page_html.xml
0 → 100644
View file @
8f94d9a8
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"Web Page"
module=
"erp5.portal_type"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
_Access_contents_information_Permission
</string>
</key>
<value>
<tuple>
<string>
Anonymous
</string>
<string>
Assignee
</string>
<string>
Assignor
</string>
<string>
Associate
</string>
<string>
Auditor
</string>
<string>
Manager
</string>
<string>
Owner
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
_Add_portal_content_Permission
</string>
</key>
<value>
<tuple>
<string>
Assignor
</string>
<string>
Manager
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
_Change_local_roles_Permission
</string>
</key>
<value>
<tuple>
<string>
Assignor
</string>
<string>
Manager
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
_Modify_portal_content_Permission
</string>
</key>
<value>
<tuple>
<string>
Manager
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
_View_Permission
</string>
</key>
<value>
<tuple>
<string>
Anonymous
</string>
<string>
Assignee
</string>
<string>
Assignor
</string>
<string>
Associate
</string>
<string>
Auditor
</string>
<string>
Manager
</string>
<string>
Owner
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
content_md5
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
content_type
</string>
</key>
<value>
<string>
text/html
</string>
</value>
</item>
<item>
<key>
<string>
default_reference
</string>
</key>
<value>
<string>
ooffice_text_landing_page.html
</string>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
gadget_ooffice_text_landing_page_html
</string>
</value>
</item>
<item>
<key>
<string>
language
</string>
</key>
<value>
<string>
en
</string>
</value>
</item>
<item>
<key>
<string>
portal_type
</string>
</key>
<value>
<string>
Web Page
</string>
</value>
</item>
<item>
<key>
<string>
short_title
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string>
OnlyOffice Text Landing Page
</string>
</value>
</item>
<item>
<key>
<string>
url_string
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
version
</string>
</key>
<value>
<string>
001
</string>
</value>
</item>
<item>
<key>
<string>
workflow_history
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAI=
</string>
</persistent>
</value>
</item>
</dictionary>
</pickle>
</record>
<record
id=
"2"
aka=
"AAAAAAAAAAI="
>
<pickle>
<global
name=
"PersistentMapping"
module=
"Persistence.mapping"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
data
</string>
</key>
<value>
<dictionary>
<item>
<key>
<string>
document_publication_workflow
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAM=
</string>
</persistent>
</value>
</item>
<item>
<key>
<string>
edit_workflow
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAQ=
</string>
</persistent>
</value>
</item>
<item>
<key>
<string>
processing_status_workflow
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAU=
</string>
</persistent>
</value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
<record
id=
"3"
aka=
"AAAAAAAAAAM="
>
<pickle>
<global
name=
"WorkflowHistoryList"
module=
"Products.ERP5Type.patches.WorkflowTool"
/>
</pickle>
<pickle>
<tuple>
<none/>
<list>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<string>
publish
</string>
</value>
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<string>
zope
</string>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
error_message
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
time
</string>
</key>
<value>
<object>
<klass>
<global
name=
"DateTime"
module=
"DateTime.DateTime"
/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>
1486993939.38
</float>
<string>
UTC
</string>
</tuple>
</state>
</object>
</value>
</item>
<item>
<key>
<string>
validation_state
</string>
</key>
<value>
<string>
published
</string>
</value>
</item>
</dictionary>
</list>
</tuple>
</pickle>
</record>
<record
id=
"4"
aka=
"AAAAAAAAAAQ="
>
<pickle>
<global
name=
"WorkflowHistoryList"
module=
"Products.ERP5Type.patches.WorkflowTool"
/>
</pickle>
<pickle>
<tuple>
<none/>
<list>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<string>
edit
</string>
</value>
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<string>
zope
</string>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
error_message
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
957.19352.35489.51541
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
<value>
<string>
current
</string>
</value>
</item>
<item>
<key>
<string>
time
</string>
</key>
<value>
<object>
<klass>
<global
name=
"DateTime"
module=
"DateTime.DateTime"
/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>
1486993710.57
</float>
<string>
UTC
</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
</list>
</tuple>
</pickle>
</record>
<record
id=
"5"
aka=
"AAAAAAAAAAU="
>
<pickle>
<global
name=
"WorkflowHistoryList"
module=
"Products.ERP5Type.patches.WorkflowTool"
/>
</pickle>
<pickle>
<tuple>
<none/>
<list>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<string>
detect_converted_file
</string>
</value>
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<string>
zope
</string>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
error_message
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
external_processing_state
</string>
</key>
<value>
<string>
converted
</string>
</value>
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
0.0.0.0
</string>
</value>
</item>
<item>
<key>
<string>
time
</string>
</key>
<value>
<object>
<klass>
<global
name=
"DateTime"
module=
"DateTime.DateTime"
/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>
1486993417.4
</float>
<string>
UTC
</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
</list>
</tuple>
</pickle>
</record>
</ZopeData>
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_text_router.html.html
0 → 100644
View file @
8f94d9a8
<!DOCTYPE html>
<html>
<head>
<meta
http-equiv=
"Content-type"
content=
"text/html; charset=utf-8"
/>
<meta
name=
"viewport"
content=
"width=device-width, user-scalable=no"
/>
<title>
OfficeJS Router Gadget
</title>
<!-- renderjs -->
<script
src=
"rsvp.js"
type=
"text/javascript"
></script>
<script
src=
"renderjs.js"
type=
"text/javascript"
></script>
<!-- custom script -->
<script
src=
"gadget_officejs_router.js"
type=
"text/javascript"
></script>
</head>
<body>
<script
data-renderjs-configuration=
"portal_type"
type=
"text/x-renderjs-configuration"
>
Text
</script>
<script
data-renderjs-configuration=
"parent_relative_url"
type=
"text/x-renderjs-configuration"
>
document_module
</script>
<script
data-renderjs-configuration=
"document_title"
type=
"text/x-renderjs-configuration"
>
Text
</script>
<script
data-renderjs-configuration=
"document_title_plural"
type=
"text/x-renderjs-configuration"
>
Text
documents
</script>
<script
data-renderjs-configuration=
"erp5_attachment_synchro"
type=
"text/x-renderjs-configuration"
>
/
{
+
id
}
/Base_downloadWithCors
</script>
<script
data-renderjs-configuration=
"global_setting_gadget_url"
type=
"text/x-renderjs-configuration"
>
..
/
officejs_setting_gadget
/
</script>
</body>
</html>
\ No newline at end of file
bt5/erp5_officejs_ooffice/PathTemplateItem/web_page_module/gadget_ooffice_text_router.html.xml
0 → 100644
View file @
8f94d9a8
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"Web Page"
module=
"erp5.portal_type"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
_Access_contents_information_Permission
</string>
</key>
<value>
<tuple>
<string>
Anonymous
</string>
<string>
Assignee
</string>
<string>
Assignor
</string>
<string>
Associate
</string>
<string>
Auditor
</string>
<string>
Manager
</string>
<string>
Owner
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
_Add_portal_content_Permission
</string>
</key>
<value>
<tuple>
<string>
Assignor
</string>
<string>
Manager
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
_Change_local_roles_Permission
</string>
</key>
<value>
<tuple>
<string>
Assignor
</string>
<string>
Manager
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
_Modify_portal_content_Permission
</string>
</key>
<value>
<tuple>
<string>
Manager
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
_View_Permission
</string>
</key>
<value>
<tuple>
<string>
Anonymous
</string>
<string>
Assignee
</string>
<string>
Assignor
</string>
<string>
Associate
</string>
<string>
Auditor
</string>
<string>
Manager
</string>
<string>
Owner
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
content_md5
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
content_type
</string>
</key>
<value>
<string>
text/html
</string>
</value>
</item>
<item>
<key>
<string>
default_reference
</string>
</key>
<value>
<string>
gadget_officejs_ooffice_text_router.html
</string>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
gadget_ooffice_text_router.html
</string>
</value>
</item>
<item>
<key>
<string>
language
</string>
</key>
<value>
<string>
en
</string>
</value>
</item>
<item>
<key>
<string>
portal_type
</string>
</key>
<value>
<string>
Web Page
</string>
</value>
</item>
<item>
<key>
<string>
short_title
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string>
OnlyOffice Text Router Gadget
</string>
</value>
</item>
<item>
<key>
<string>
version
</string>
</key>
<value>
<string>
001
</string>
</value>
</item>
<item>
<key>
<string>
workflow_history
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAI=
</string>
</persistent>
</value>
</item>
</dictionary>
</pickle>
</record>
<record
id=
"2"
aka=
"AAAAAAAAAAI="
>
<pickle>
<global
name=
"PersistentMapping"
module=
"Persistence.mapping"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
data
</string>
</key>
<value>
<dictionary>
<item>
<key>
<string>
document_publication_workflow
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAM=
</string>
</persistent>
</value>
</item>
<item>
<key>
<string>
edit_workflow
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAQ=
</string>
</persistent>
</value>
</item>
<item>
<key>
<string>
processing_status_workflow
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAU=
</string>
</persistent>
</value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
<record
id=
"3"
aka=
"AAAAAAAAAAM="
>
<pickle>
<global
name=
"WorkflowHistoryList"
module=
"Products.ERP5Type.patches.WorkflowTool"
/>
</pickle>
<pickle>
<tuple>
<none/>
<list>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<string>
publish
</string>
</value>
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<string>
zope
</string>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
error_message
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
time
</string>
</key>
<value>
<object>
<klass>
<global
name=
"DateTime"
module=
"DateTime.DateTime"
/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>
1486993944.49
</float>
<string>
UTC
</string>
</tuple>
</state>
</object>
</value>
</item>
<item>
<key>
<string>
validation_state
</string>
</key>
<value>
<string>
published
</string>
</value>
</item>
</dictionary>
</list>
</tuple>
</pickle>
</record>
<record
id=
"4"
aka=
"AAAAAAAAAAQ="
>
<pickle>
<global
name=
"WorkflowHistoryList"
module=
"Products.ERP5Type.patches.WorkflowTool"
/>
</pickle>
<pickle>
<tuple>
<none/>
<list>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<string>
edit
</string>
</value>
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<string>
zope
</string>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
error_message
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
957.19354.57916.15342
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
<value>
<string>
current
</string>
</value>
</item>
<item>
<key>
<string>
time
</string>
</key>
<value>
<object>
<klass>
<global
name=
"DateTime"
module=
"DateTime.DateTime"
/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>
1486993631.06
</float>
<string>
UTC
</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
</list>
</tuple>
</pickle>
</record>
<record
id=
"5"
aka=
"AAAAAAAAAAU="
>
<pickle>
<global
name=
"WorkflowHistoryList"
module=
"Products.ERP5Type.patches.WorkflowTool"
/>
</pickle>
<pickle>
<tuple>
<none/>
<list>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<string>
detect_converted_file
</string>
</value>
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<string>
zope
</string>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
error_message
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
external_processing_state
</string>
</key>
<value>
<string>
converted
</string>
</value>
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
0.0.0.0
</string>
</value>
</item>
<item>
<key>
<string>
time
</string>
</key>
<value>
<object>
<klass>
<global
name=
"DateTime"
module=
"DateTime.DateTime"
/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>
1486993547.79
</float>
<string>
UTC
</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
</list>
</tuple>
</pickle>
</record>
</ZopeData>
bt5/erp5_officejs_ooffice/PathTemplateItem/web_site_module/ooffice_spreadsheet.xml
View file @
8f94d9a8
...
...
@@ -425,7 +425,7 @@
</item>
<item>
<key>
<string>
configuration_landing_page
</string>
</key>
<value>
<string>
spreadsheet_landing_page.html
</string>
</value>
<value>
<string>
ooffice_
spreadsheet_landing_page.html
</string>
</value>
</item>
<item>
<key>
<string>
configuration_latest_document_version
</string>
</key>
...
...
@@ -700,7 +700,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
957.1933
1.52048.50670
</string>
</value>
<value>
<string>
957.1933
6.10281.56149
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -718,7 +718,7 @@
</tuple>
<state>
<tuple>
<float>
148699
2489.4
</float>
<float>
148699
3348.66
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
bt5/erp5_officejs_ooffice/PathTemplateItem/web_site_module/ooffice_spreadsheet_gadget.xml
View file @
8f94d9a8
...
...
@@ -425,7 +425,7 @@
</item>
<item>
<key>
<string>
configuration_landing_page
</string>
</key>
<value>
<string>
spreadsheet_gadget_landing_page.html
</string>
</value>
<value>
<string>
ooffice_
spreadsheet_gadget_landing_page.html
</string>
</value>
</item>
<item>
<key>
<string>
configuration_latest_document_version
</string>
</key>
...
...
@@ -700,7 +700,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
957.19326.
20757.20889
</string>
</value>
<value>
<string>
957.19326.
37932.19234
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -718,7 +718,7 @@
</tuple>
<state>
<tuple>
<float>
148699
1914.68
</float>
<float>
148699
3395.7
</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