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
Léo-Paul Géneau
erp5
Commits
31a9f84d
Commit
31a9f84d
authored
Sep 24, 2019
by
Xiaowu Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_corporate_identity: show fixed render doc for pdf
parent
7933f41f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity/WebPage_createSlideshowContent.zpt
...rp5_corporate_identity/WebPage_createSlideshowContent.zpt
+5
-1
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity/WebPage_createSlideshowNotes.zpt
.../erp5_corporate_identity/WebPage_createSlideshowNotes.zpt
+5
-1
No files found.
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity/WebPage_createSlideshowContent.zpt
View file @
31a9f84d
...
...
@@ -12,7 +12,8 @@ Creates the Slideshow content section.
doc_theme_css_font_list python: options.get('doc_theme_css_font_list');
doc_theme_css_url python: options.get('doc_theme_css_url');
doc_template_css_url python: options.get('doc_template_css_url');
doc_content python: options.get('doc_content');"
>
doc_content python: options.get('doc_content');
doc_rendering_fix python: options.get('doc_rendering_fix');"
>
<!DOCTYPE html>
<html
tal:attributes=
"class python: ''.join(['ci-', doc_theme, ' ci-', doc_language])"
>
<head>
...
...
@@ -32,6 +33,9 @@ Creates the Slideshow content section.
</head>
<body
class=
"ci-slideshow"
>
<tal:block
metal:use-macro=
"context/WebPage_createSlideshowContent/macros/slide_content"
/>
<tal:block
tal:condition=
"python: doc_format == 'pdf'"
>
<tal:block
tal:content=
"structure python: doc_rendering_fix"
></tal:block>
</tal:block>
</body>
</html>
</tal:block>
...
...
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity/WebPage_createSlideshowNotes.zpt
View file @
31a9f84d
...
...
@@ -12,7 +12,8 @@ Creates the Slideshow note section.
doc_theme_css_font_list python: options.get('doc_theme_css_font_list');
doc_theme_css_url python: options.get('doc_theme_css_url');
doc_template_css_url python: options.get('doc_template_css_url');
doc_notes python: options.get('doc_notes');"
>
doc_notes python: options.get('doc_notes');
doc_rendering_fix python: options.get('doc_rendering_fix');"
>
<!DOCTYPE html>
<html
tal:attributes=
"class python: ''.join(['ci-', doc_theme, ' ci-', doc_language])"
>
<head>
...
...
@@ -32,6 +33,9 @@ Creates the Slideshow note section.
</head>
<body
class=
"ci-slideshow-handout"
>
<tal:block
metal:use-macro=
"context/WebPage_createSlideshowNotes/macros/slide_notes"
/>
<tal:block
tal:condition=
"python: doc_format == 'pdf'"
>
<tal:block
tal:content=
"structure python: doc_rendering_fix"
></tal:block>
</tal:block>
</body>
</html>
</tal:block>
...
...
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