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
Laurent S
erp5
Commits
263c60ab
Commit
263c60ab
authored
Jan 30, 2012
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use cannonical Urls
parent
4fcaa434
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
36 additions
and
44 deletions
+36
-44
bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPage_slideShowEditor.xml
...portal_skins/erp5_run_my_doc/TestPage_slideShowEditor.xml
+16
-26
bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPage_testEditor.xml
...Item/portal_skins/erp5_run_my_doc/TestPage_testEditor.xml
+19
-17
bt5/erp5_run_my_doc/bt/revision
bt5/erp5_run_my_doc/bt/revision
+1
-1
No files found.
bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPage_slideShowEditor.xml
View file @
263c60ab
...
...
@@ -36,32 +36,22 @@
<key>
<string>
_text
</string>
</key>
<value>
<unicode
encoding=
"cdata"
>
<![CDATA[
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
\n
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
\n
<head>
\n
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../portal_skins/erp5_jquery/jquery/ui/css/erp5-theme/jquery-ui.css"
>
\n
<link
rel=
"stylesheet"
type=
"text/css"
href=
"slideshow_editor.css"
>
\n
<script
language=
"javascript"
src=
"slideshow_editor.js"
></script>
\n
<script
language=
"javascript"
src=
"erp5_run_my_docs.js"
></script>
\n
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
/>
\n
<title>
SlideShow Editor
</title>
\n
</head>
\n
<body>
\n
<div
id=
"list"
>
\n
</div>
\n
<div
id=
"add_slide"
>
\n
<section
id=
"add_slide_button"
>
\n
Add Slide\n
</section>
\n
</div>
\n
<div
id=
"dialog_add_slide"
class=
"slide_dialog"
>
\n
\n
</div>
\n
<div
id=
"dialog_edit_slide"
class=
"slide_dialog"
>
\n
\n
</div>
\n
</body>
\n
</html>
<tal:block tal:define="site_root python: here.getWebSiteValue() or here.getPortalObject();\n
portal_url python: site_root.absolute_url();">
\n
\n
<link
rel=
"stylesheet"
type=
"text/css"
tal:attributes=
"href string:${portal_url}/jquery/ui/css/erp5-theme/jquery-ui.css"
>
\n
<link
rel=
"stylesheet"
type=
"text/css"
tal:attributes=
"href string:${portal_url}/slideshow_editor.css"
>
\n
<script
language=
"javascript"
tal:attributes=
"src string:${portal_url}/slideshow_editor.js"
></script>
\n
<script
language=
"javascript"
tal:attributes=
"src string:${portal_url}/erp5_run_my_docs.js"
></script>
\n
\n
<div
id=
"list"
></div>
\n
<div
id=
"add_slide"
>
\n
<section
id=
"add_slide_button"
>
Add Slide
</section>
\n
</div>
\n
<div
id=
"dialog_add_slide"
class=
"slide_dialog"
></div>
\n
<div
id=
"dialog_edit_slide"
class=
"slide_dialog"
></div>
\n
\n
</tal:block>
]]>
</unicode>
</value>
</item>
...
...
bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPage_testEditor.xml
View file @
263c60ab
...
...
@@ -36,23 +36,25 @@
<key>
<string>
_text
</string>
</key>
<value>
<unicode
encoding=
"cdata"
>
<![CDATA[
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
\n
<title>
SlideShow Editor
</title>
\n
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../portal_skins/erp5_jquery/jquery/ui/css/erp5-theme/jquery-ui.css"
>
\n
<link
rel=
"stylesheet"
type=
"text/css"
href=
"test_editor.css"
>
\n
<script
language=
"javascript"
src=
"test_editor.js"
></script>
\n
<script
language=
"javascript"
src=
"erp5_run_my_docs.js"
></script>
\n
<table
id=
"test_table"
>
\n
<col
class=
\'action_column\'
/>
\n
<col
class=
\'action_column\'
/>
\n
<col/>
\n
<col/>
\n
<col/>
\n
<thead>
\n
</thead>
\n
<tbody
id=
"list"
>
\n
</tbody>
\n
</table>
<tal:block tal:define="site_root python: here.getWebSiteValue() or here.getPortalObject();\n
portal_url python: site_root.absolute_url();">
\n
\n
<link
rel=
"stylesheet"
type=
"text/css"
tal:attributes=
"href string:${portal_url}/jquery/ui/css/erp5-theme/jquery-ui.css"
>
\n
<link
rel=
"stylesheet"
type=
"text/css"
tal:attributes=
"href string:${portal_url}/test_editor.css"
>
\n
<script
language=
"javascript"
tal:attributes=
"src string:${portal_url}/test_editor.js"
></script>
\n
<script
language=
"javascript"
tal:attributes=
"src string:${portal_url}/erp5_run_my_docs.js"
></script>
\n
<table
id=
"test_table"
>
\n
<col
class=
\'action_column\'
/>
\n
<col
class=
\'action_column\'
/>
\n
<col/>
\n
<col/>
\n
<col/>
\n
<thead>
\n
</thead>
\n
<tbody
id=
"list"
>
\n
</tbody>
\n
</table>
\n
</tal:block>
]]>
</unicode>
</value>
</item>
...
...
bt5/erp5_run_my_doc/bt/revision
View file @
263c60ab
21
\ No newline at end of file
22
\ 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