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
b4748fdf
Commit
b4748fdf
authored
Jul 02, 2012
by
Lingnan Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change the style of slideshow.html to HTML5
parent
3089c4a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
16 deletions
+20
-16
OfficeJS/component/slideshow.html
OfficeJS/component/slideshow.html
+20
-16
No files found.
OfficeJS/component/slideshow.html
View file @
b4748fdf
...
...
@@ -2,6 +2,7 @@
<!DOCTYPE HTML>
<html
xmlns=
"http://www.w3.org/1999/xhtml"
xml:lang=
"en"
lang=
"en"
>
<head>
<title>
slide show editor
</title>
<script
type=
"text/javascript"
src=
"lib/presentation/jquery.js"
></script>
<script
type=
"text/javascript"
...
...
@@ -29,7 +30,7 @@
<i
class=
"icon-download-alt icon-white"
></i>
Save
</button>
<img
src=
"lib/presentation/images/slide_icon.png"
onclick=
window.open("lib/presentation/slides.html");
alt=
"See slideshow"
title=
"See slideshow"
/>
<img
src=
"lib/presentation/images/slide_icon.png"
onclick=
"window.open('lib/presentation/slides.html');"
alt=
"See slideshow"
title=
"See slideshow"
/>
<img
src=
"lib/presentation/images/questionmark.png"
alt=
"see Instruction"
title=
"Drag and drop to modify the order of the slides.
Click on the top left corner of a slide to modify it or on the top right corner to delete it."
/>
</div>
...
...
@@ -39,17 +40,20 @@ Click on the top left corner of a slide to modify it or on the top right corner
<label>
Page Content
</label>
<div
class=
"input"
><div
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"lib/presentation/jquery-ui.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"lib/presentation/slideshow_editor.css"
>
<script
language=
"javascript"
src=
"lib/presentation/slideshow_editor.js"
></script>
<script
language=
"javascript"
src=
"lib/presentation/erp5_run_my_docs.js"
></script>
<div
id=
"list"
></div>
<div
id=
"add_slide"
>
<section
id=
"add_slide_button"
>
Add Slide
</section>
<div
class=
"input"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"lib/presentation/jquery-ui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"lib/presentation/slideshow_editor.css"
/>
<script
type=
"text/javascript"
src=
"lib/presentation/slideshow_editor.js"
></script>
<script
type=
"text/javascript"
src=
"lib/presentation/erp5_run_my_docs.js"
></script>
<div
id=
"list"
></div>
<div
id=
"add_slide"
>
<section
id=
"add_slide_button"
>
Add Slide
</section>
</div>
<div
id=
"dialog_add_slide"
class=
"slide_dialog"
></div>
<div
id=
"dialog_edit_slide"
class=
"slide_dialog"
></div>
</div>
<div
id=
"dialog_add_slide"
class=
"slide_dialog"
></div>
<div
id=
"dialog_edit_slide"
class=
"slide_dialog"
></div>
</div>
<p
class=
"clear"
></p>
...
...
@@ -92,12 +96,12 @@ Click on the top left corner of a slide to modify it or on the top right corner
</tbody>
</table>
</test>
</textarea
>
</div
>
</div
>
</textarea
>
</div>
</fieldset
>
<p
class=
"clear"
></p
>
</form
>
</div
>
</fieldset
>
<p
class=
"clear"
></p
>
</body>
</html>
...
...
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