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
50fddeab
Commit
50fddeab
authored
Jul 01, 2011
by
François Billioud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
delete old xml files
parent
c34cee55
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
155 deletions
+0
-155
UNGProject/xml/editor.xml
UNGProject/xml/editor.xml
+0
-18
UNGProject/xml/illustration.xml
UNGProject/xml/illustration.xml
+0
-16
UNGProject/xml/table.xml
UNGProject/xml/table.xml
+0
-121
No files found.
UNGProject/xml/editor.xml
deleted
100644 → 0
View file @
c34cee55
<?xml version="1.0" encoding="UTF-8"?>
<root>
<title>
Page web - Web Page
</title>
<content>
<label>
Page Content
</label>
<div
class=
"input"
>
<textarea
id=
"input_area"
name=
"input_area"
style=
"width:100%;height:500px"
>
</textarea>
</div>
</content>
<dependencies>
<scriptfile>
js/editor.js
</scriptfile>
<stylefile>
css/jquery-ui.css
</stylefile>
</dependencies>
</root>
UNGProject/xml/illustration.xml
deleted
100644 → 0
View file @
c34cee55
<root>
<title>
Illustration Web - Web Illustration
</title>
<content>
<label>
Page Content
</label>
<div
class=
"input"
><div
>
<iframe
name=
"svgframe"
id=
"svgframe"
width=
"100%"
height=
"600"
/>
</div></div>
</content>
<dependencies>
<scriptfile>
js/illustration.js
</scriptfile>
<stylefile>
css/jquery-ui.css
</stylefile>
</dependencies>
</root>
UNGProject/xml/table.xml
deleted
100644 → 0
View file @
c34cee55
<?xml version="1.0" encoding="UTF-8"?>
<root>
<title>
Web Table - Web Table
</title>
<content>
<label>
Contenu de la page
</label>
<div
class=
"input"
>
<link
rel=
"stylesheet"
href=
"js/jquery/plugin/sheet/jquery.sheet.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"jquery_sheet_editor/jquery.sheet.erp5.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"js/jquery/plugin/colorpicker/jquery.colorPicker.css"
type=
"text/css"
/>
<!--<link rel="stylesheet" href="js/jquery/plugin/colorpicker/menu.css" type="text/css" />-->
<div
id=
"jQuerySheet0"
style=
"height: 400px;"
></div>
<span
id=
"inlineMenu"
style=
"display: none;"
>
<span>
<a
href=
"#"
onclick=
"sheetInstance.controlFactory.addRow(); return false;"
title=
"Insert Row After Selected"
>
<img
alt=
"Insert Row After Selected"
src=
"jquery_sheet_editor/jquery_sheet_image/sheet_row_add.png"
/>
</a>
<a
href=
"#"
onclick=
"sheetInstance.controlFactory.addRow(null, true); return false;"
title=
"Insert Row Before Selected"
>
<img
alt=
"Insert Row Before Selected"
src=
"jquery_sheet_editor/jquery_sheet_image/sheet_row_add.png"
/>
</a>
<a
href=
"#"
onclick=
"sheetInstance.controlFactory.addRow(null, null, ':last'); return false;"
title=
"Add Row At End"
>
<img
alt=
"Add Row"
src=
"jquery_sheet_editor/jquery_sheet_image/sheet_row_add.png"
/>
</a>
<a
href=
"#"
onclick=
"sheetInstance.controlFactory.addRowMulti(); return false;"
title=
"Add Multi-Rows"
>
<img
alt=
"Add Multi-Rows"
src=
"jquery_sheet_editor/jquery_sheet_image/sheet_row_add_multi.png"
/>
</a>
<a
href=
"#"
onclick=
"sheetInstance.deleteRow(); return false;"
title=
"Delete Row"
>
<img
alt=
"Delete Row"
src=
"jquery_sheet_editor/jquery_sheet_image/sheet_row_delete.png"
/>
</a>
<a
href=
"#"
onclick=
"sheetInstance.controlFactory.addColumn(); return false;"
title=
"Insert Column After Selected"
>
<img
alt=
"Insert Column After Selected"
src=
"jquery_sheet_editor/jquery_sheet_image/sheet_col_add.png"
/>
</a>
<a
href=
"#"
onclick=
"sheetInstance.controlFactory.addColumn(null, true); return false;"
title=
"Insert Column Before Selected"
>
<img
alt=
"Insert Column Before Selected"
src=
"jquery_sheet_editor/jquery_sheet_image/sheet_col_add.png"
/>
</a>
<a
href=
"#"
onclick=
"sheetInstance.controlFactory.addColumn(null, null, ':last'); return false;"
title=
"Add Column At End"
>
<img
alt=
"Add Column At End"
src=
"jquery_sheet_editor/jquery_sheet_image/sheet_col_add.png"
/>
</a>
<a
href=
"#"
onclick=
"sheetInstance.controlFactory.addColumnMulti(); return false;"
title=
"Insert Multi-Columns"
>
<img
alt=
"Add Multi-Columns"
src=
"jquery_sheet_editor/jquery_sheet_image/sheet_col_add_multi.png"
/>
</a>
<a
href=
"#"
onclick=
"sheetInstance.deleteColumn(); return false;"
title=
"Delete Column"
>
<img
alt=
"Delete Column"
src=
"jquery_sheet_editor/jquery_sheet_image/sheet_col_delete.png"
/>
</a>
<a
href=
"#"
onclick=
"sheetInstance.getTdRange(null, sheetInstance.obj.formula().val()); return false;"
title=
"Get Cell Range"
>
<img
alt=
"Get Cell Range"
src=
"jquery_sheet_editor/jquery_sheet_image/sheet_get_range.png"
/>
</a>
<a
href=
"#"
onclick=
"sheetInstance.deleteSheet(); return false;"
title=
"Delete Current Sheet"
>
<img
alt=
"Delete Current Sheet"
src=
"jquery_sheet_editor/jquery_sheet_image/table_delete.png"
/>
</a>
<a
href=
"#"
onclick=
"sheetInstance.calc(sheetInstance.i); return false;"
title=
"Refresh Calculations"
>
<img
alt=
"Refresh Calculations"
src=
"jquery_sheet_editor/jquery_sheet_image/arrow_refresh.png"
/>
</a>
<a
href=
"#"
onclick=
"sheetInstance.cellFind(); return false;"
title=
"Find"
>
<img
alt=
"Find"
src=
"jquery_sheet_editor/jquery_sheet_image/find.png"
/>
</a>
<a
href=
"#"
onclick=
"sheetInstance.cellStyleToggle('styleBold'); return false;"
title=
"Bold"
>
<img
alt=
"Bold"
src=
"jquery_sheet_editor/jquery_sheet_image/text_bold.png"
/>
</a>
<a
href=
"#"
onclick=
"sheetInstance.cellStyleToggle('styleItalics'); return false;"
title=
"Italic"
>
<img
alt=
"Italic"
src=
"jquery_sheet_editor/jquery_sheet_image/text_italic.png"
/>
</a>
<a
href=
"#"
onclick=
"sheetInstance.cellStyleToggle('styleUnderline', 'styleLineThrough'); return false;"
title=
"Underline"
>
<img
alt=
"Underline"
src=
"jquery_sheet_editor/jquery_sheet_image/text_underline.png"
/>
</a>
<a
href=
"#"
onclick=
"sheetInstance.cellStyleToggle('styleLineThrough', 'styleUnderline'); return false;"
title=
"Strikethrough"
>
<img
alt=
"Strikethrough"
src=
"jquery_sheet_editor/jquery_sheet_image/text_strikethrough.png"
/>
</a>
<a
href=
"#"
onclick=
"sheetInstance.cellStyleToggle('styleLeft', 'styleCenter styleRight'); return false;"
title=
"Align Left"
>
<img
alt=
"Align Left"
src=
"jquery_sheet_editor/jquery_sheet_image/text_align_left.png"
/>
</a>
<a
href=
"#"
onclick=
"sheetInstance.cellStyleToggle('styleCenter', 'styleLeft styleRight'); return false;"
title=
"Align Center"
>
<img
alt=
"Align Center"
src=
"jquery_sheet_editor/jquery_sheet_image/text_align_center.png"
/>
</a>
<a
href=
"#"
onclick=
"sheetInstance.cellStyleToggle('styleRight', 'styleLeft styleCenter'); return false;"
title=
"Align Right"
>
<img
alt=
"Align Right"
src=
"jquery_sheet_editor/jquery_sheet_image/text_align_right.png"
/>
</a>
<a
href=
"#"
onclick=
"sheetInstance.fillUpOrDown(); return false;"
title=
"Fill Down"
>
<img
alt=
"Fill Down"
src=
"jquery_sheet_editor/jquery_sheet_image/arrow_down.png"
/>
</a>
<a
href=
"#"
onclick=
"sheetInstance.fillUpOrDown(true); return false;"
title=
"Fill Up"
>
<img
alt=
"Fill Up"
src=
"jquery_sheet_editor/jquery_sheet_image/arrow_up.png"
/>
</a>
<span
class=
"colorPickers"
>
<input
title=
"Foreground color"
class=
"colorPickerFont"
style=
"background-image: url('jquery_sheet_editor/jquery_sheet_image/palette.png') ! important; width: 16px; height: 16px;"
/>
<input
title=
"Background Color"
class=
"colorPickerCell"
style=
"background-image: url('jquery_sheet_editor/jquery_sheet_image/palette_bg.png') ! important; width: 16px; height: 16px;"
/>
</span>
<a
href=
"#"
onclick=
"sheetInstance.obj.formula().val('=HYPERLINK(\'' + prompt('Enter Web Address', 'http://www.visop-dev.com/') + '\')').keydown(); return false;"
title=
"HyperLink"
>
<img
alt=
"Web Link"
src=
"jquery_sheet_editor/jquery_sheet_image/page_link.png"
/>
</a>
<a
href=
"#"
onclick=
"sheetInstance.toggleFullScreen(); $('#lockedMenu').toggle(); return false;"
title=
"Toggle Full Screen"
>
<img
alt=
"Web Link"
src=
"jquery_sheet_editor/jquery_sheet_image/arrow_out.png"
/>
</a>
</span>
</span></div>
</content>
<dependencies>
<scriptfile>
js/jquery/plugin/sheet/jquery.sheet.js
</scriptfile>
<scriptfile>
js/jquery/plugin/mbmenu/mbMenu.min.js
</scriptfile>
<scriptfile>
js/jquery/plugin/jqchart/jgcharts.min.js
</scriptfile>
<scriptfile>
js/jquery/plugin/colorpicker/jquery.colorPicker.min.js
</scriptfile>
<scriptfile>
js/jquery/plugin/elastic/jquery.elastic.min.js
</scriptfile>
<scriptfile>
js/jquery/plugin/sheet/jquery.sheet.js
</scriptfile>
<scriptfile>
js/table.js
</scriptfile>
<stylefile>
js/jquery/plugin/sheet/jquery.sheet.css
</stylefile>
<stylefile>
css/table.css
</stylefile>
<stylefile>
js/jquery/plugin/colorpicker/jquery.colorPicker.css
</stylefile>
<stylefile>
css/jquery-ui.css
</stylefile>
</dependencies>
</root>
<link
rel=
"stylesheet"
href=
"css/jquery.sheet.erp5.css"
type=
"text/css"
/>
\ No newline at end of file
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