Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
30461189
Commit
30461189
authored
May 21, 2006
by
Philipp von Weitershausen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
get rid of senseless duplications of some resources (default ZPT text, icons)
parent
d5e4095f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
13 deletions
+0
-13
lib/python/Products/PageTemplates/pt/default.html
lib/python/Products/PageTemplates/pt/default.html
+0
-13
lib/python/Products/PageTemplates/pt/exclamation.gif
lib/python/Products/PageTemplates/pt/exclamation.gif
+0
-0
lib/python/Products/PageTemplates/pt/zpt.gif
lib/python/Products/PageTemplates/pt/zpt.gif
+0
-0
No files found.
lib/python/Products/PageTemplates/pt/default.html
deleted
100644 → 0
View file @
d5e4095f
<html>
<head>
<title
tal:content=
"template/title"
>
The title
</title>
</head>
<body>
<h2><span
tal:replace=
"here/title_or_id"
>
content title or id
</span>
<span
tal:condition=
"template/title"
tal:replace=
"template/title"
>
optional template title
</span></h2>
This is Page Template
<em
tal:content=
"template/id"
>
template id
</em>
.
</body>
</html>
lib/python/Products/PageTemplates/pt/exclamation.gif
deleted
100644 → 0
View file @
d5e4095f
210 Bytes
lib/python/Products/PageTemplates/pt/zpt.gif
deleted
100644 → 0
View file @
d5e4095f
130 Bytes
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