Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
officejs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
officejs
Commits
b96682e5
Commit
b96682e5
authored
Jun 18, 2012
by
Lingnan Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reset the creator and the slideEditor to original one to avoid bugs
parent
81822c31
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
13 deletions
+13
-13
OfficeJS/lib/presentation/TestPage_viewSlideCreator
OfficeJS/lib/presentation/TestPage_viewSlideCreator
+12
-12
OfficeJS/lib/presentation/TestPage_viewSlideEditor
OfficeJS/lib/presentation/TestPage_viewSlideEditor
+1
-1
No files found.
OfficeJS/lib/presentation/TestPage_viewSlideCreator
View file @
b96682e5
<html
lang=
"en"
xml:lang=
"en"
xmlns=
"http://www.w3.org/1999/xhtml"
><head>
<base
href=
"https://www.tiolive.com/nexedi/"
>
<meta
content=
"ERP5 - Copyright (C) 2001 - 2008. All rights reserved."
name=
"generator"
>
<meta
content=
"Add a new Slide"
name=
"description"
>
<meta
content=
""
name=
"keywords"
>
...
...
@@ -8,31 +9,30 @@
<meta
content=
"text/css"
http-equiv=
"Content-Style-Type"
>
<title>
Add a new Slide | Nexedi ERP5
</title>
<link
href=
"
lib/presentation
/erp5_knowledge_box.css"
rel=
"stylesheet"
type=
"text/css"
>
<link
href=
"
https://www.tiolive.com/nexedi
/erp5_knowledge_box.css"
rel=
"stylesheet"
type=
"text/css"
>
<link
href=
"
lib/presentation
/erp5.css"
rel=
"stylesheet"
type=
"text/css"
>
<link
href=
"
https://www.tiolive.com/nexedi
/erp5.css"
rel=
"stylesheet"
type=
"text/css"
>
<link
href=
"
lib/presentation
/erp5_listbox.css"
rel=
"stylesheet"
type=
"text/css"
>
<link
href=
"
https://www.tiolive.com/nexedi
/erp5_listbox.css"
rel=
"stylesheet"
type=
"text/css"
>
<script
src=
"lib/presentation/jquery.js"
type=
"text/javascript"
></script>
<script
src=
"https://www.tiolive.com/nexedi/jquery/core/jquery.js"
type=
"text/javascript"
></script>
<script
src=
"
lib/presentation
/jquery-ui.js"
type=
"text/javascript"
></script>
<script
src=
"
https://www.tiolive.com/nexedi/jquery/ui/js
/jquery-ui.js"
type=
"text/javascript"
></script>
<script
src=
"
lib/presentation
/erp5.js"
type=
"text/javascript"
></script>
<script
src=
"
https://www.tiolive.com/nexedi
/erp5.js"
type=
"text/javascript"
></script>
<script
src=
"
lib/presentation
/erp5_knowledge_box.js"
type=
"text/javascript"
></script>
<script
src=
"
https://www.tiolive.com/nexedi
/erp5_knowledge_box.js"
type=
"text/javascript"
></script>
<script
src=
"
lib/presentation
/erp5_xhtml_appearance.js"
type=
"text/javascript"
></script>
<script
src=
"
https://www.tiolive.com/nexedi
/erp5_xhtml_appearance.js"
type=
"text/javascript"
></script>
<link
href=
"https://www.tiolive.com/nexedi/favicon.ico"
type=
"image/x-icon"
rel=
"icon"
>
<link
href=
"https://www.tiolive.com/nexedi/favicon.ico"
type=
"image/x-icon"
rel=
"shortcut icon"
>
<!-- this is a placeholder for different extensions to head which could be required by web themes -->
...
...
@@ -44,7 +44,7 @@
<input
type=
"hidden"
value=
""
name=
"update_method"
>
<input
type=
"hidden"
value=
"TestPage_viewSlideCreator"
name=
"dialog_id"
>
<input
type=
"hidden"
value=
"
lib/presentation
/TestPage_viewSlideCreator"
name=
"cancel_url"
>
<input
type=
"hidden"
value=
"
https://www.tiolive.com/nexedi
/TestPage_viewSlideCreator"
name=
"cancel_url"
>
<input
type=
"hidden"
value=
"TestPage_uploadImage"
name=
"dialog_method"
>
<input
type=
"hidden"
value=
"None"
name=
"dialog_category"
>
<input
type=
"hidden"
value=
"/nexedi"
name=
"object_path"
>
...
...
OfficeJS/lib/presentation/TestPage_viewSlideEditor
View file @
b96682e5
...
...
@@ -5,7 +5,7 @@
<input type="hidden" value="" name="update_method">
<input type="hidden" value="TestPage_viewSlideEditor" name="dialog_id">
<input type="hidden" value="
lib/presentation
/TestPage_viewSlideEditor" name="cancel_url">
<input type="hidden" value="
https://www.tiolive.com/nexedi
/TestPage_viewSlideEditor" name="cancel_url">
<input type="hidden" value="TestPage_uploadImage" name="dialog_method">
<input type="hidden" value="None" name="dialog_category">
<input type="hidden" value="/nexedi" name="object_path">
...
...
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