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
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
Tomáš Peterka
erp5
Commits
5a815c91
Commit
5a815c91
authored
Jan 30, 2012
by
Leonardo Rochael Almeida
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
resync mtEdit.zpt with upstream Products/PageTemplates/www/ptEdit.zpt
parent
cb4fe822
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
75 additions
and
84 deletions
+75
-84
product/MailTemplates/www/mtEdit.zpt
product/MailTemplates/www/mtEdit.zpt
+75
-84
No files found.
product/MailTemplates/www/mtEdit.zpt
View file @
5a815c91
<h1 tal:replace="structure
here/manage_page_header
">Header</h1>
<h1 tal:replace="structure
python:context.manage_page_header(management_page_charset='utf-8')
">Header</h1>
<h2 tal:define="manage_tabs_message options/manage_tabs_message | nothing"
<h2 tal:define="manage_tabs_message options/manage_tabs_message | nothing"
tal:replace="structure
here
/manage_tabs">Tabs</h2>
tal:replace="structure
context
/manage_tabs">Tabs</h2>
<tal:block define="global body request/other/text | request/form/text
<tal:block define="global body request/other/text | request/form/text
| here
/read" />
| context
/read" />
<form action="" method="post" tal:attributes="action request/URL1">
<form action="" method="post" tal:attributes="action request/URL1">
<input type="hidden" name=":default_method" value="pt_changePrefs">
<input type="hidden" name=":default_method" value="pt_changePrefs" />
<input type="hidden" name="encoding" value="utf-8" />
<table width="100%" cellspacing="0" cellpadding="2" border="0">
<table width="100%" cellspacing="0" cellpadding="2" border="0">
<tr>
<tr>
<td align="left" valign="middle">
<td align="left" valign="middle">
<div class="form-optional">
<div class="form-optional">MailHost</div>
MailHost
</div>
</td>
</td>
<td align="left" valign="middle">
<td align="left" valign="middle">
<select name="mailhost"
<select name="mailhost"
tal:define="mh_meta_types python:('Mail Host','Maildrop Host')">
tal:define="mh_meta_types python:('Mail Host','Maildrop Host')">
<option tal:define="mh python:here.restrictedTraverse(here
.mailhost,None)"
<option tal:define="mh python:context.restrictedTraverse(context
.mailhost,None)"
tal:condition="python:getattr(mh,'meta_type',None) not in mh_meta_types"
tal:condition="python:getattr(mh,'meta_type',None) not in mh_meta_types"
tal:attributes="value here
/mailhost"
tal:attributes="value context
/mailhost"
tal:content="string:'${here
/mailhost}' is no longer valid!"
tal:content="string:'${context
/mailhost}' is no longer valid!"
selected="selected"/>
selected="selected"/>
<option tal:repeat="mh python:here
.superValues(mh_meta_types)"
<option tal:repeat="mh python:context
.superValues(mh_meta_types)"
tal:content="mh/title_and_id"
tal:content="mh/title_and_id"
tal:attributes="value mh/getId;
tal:attributes="value mh/getId;
selected python:here
.mailhost==mh.getId()"/>
selected python:context
.mailhost==mh.getId()"/>
</select>
</select>
</td>
</td>
<td align="left" valign="middle">
<td align="left" valign="middle">
<div class="form-optional">
<div class="form-optional">Content-Type</div>
Content-Type
</div>
</td>
</td>
<td align="left" valign="middle">
<td align="left" valign="middle">
<input type="text" name="content_type" size="14"
<input type="text" name="content_type" size="14"
tal:attributes="value request/content_type | here
/content_type" />
tal:attributes="value request/content_type | context
/content_type" />
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td align="left" valign="middle">
<td align="left" valign="middle">
<div class="form-label">
<div class="form-label">Last Modified</div>
Last Modified
</div>
</td>
</td>
<td align="left" valign="middle">
<td align="left" valign="middle">
<div class="form-text"
<div class="form-text"
tal:content="python:here
.bobobase_modification_time().strftime('%Y-%m-%d %I:%M %p')">1/1/2000
tal:content="python:context
.bobobase_modification_time().strftime('%Y-%m-%d %I:%M %p')">1/1/2000
</div>
</div>
</td>
</td>
<td align="left" valign="top" colspan=
2
>
<td align="left" valign="top" colspan=
"2"
>
<a href="source.html" tal:condition="
here
/html">Browse HTML source</a>
<a href="source.html" tal:condition="
context
/html">Browse HTML source</a>
<a href="source.xml" tal:condition="not:
here
/html">Browse XML source</a>
<a href="source.xml" tal:condition="not:
context
/html">Browse XML source</a>
<br>
<br
/
>
<input type="hidden" name="expand:int:default" value="0">
<input type="hidden" name="expand:int:default" value="0"
/
>
<input type="checkbox" value="1" name="expand:int"
<input type="checkbox" value="1" name="expand:int"
tal:attributes="checked request/expand | here/expand"
>
tal:attributes="checked request/expand | context/expand" /
>
Expand macros when editing
Expand macros when editing
</td>
</td>
</tr>
</tr>
<tr tal:define="errors here/pt_errors" tal:condition="errors">
<tr tal:define="errors context/pt_errors" tal:condition="errors">
<tal:block define="global body python:here.document_src({'raw':1})"/>
<td align="left" valign="middle" class="form-label">Errors</td>
<td align="left" valign="middle" class="form-label">Errors</td>
<td align="left" valign="middle" style="background-color: #FFDDDD"
<td align="left" valign="middle" style="background-color: #FFDDDD"
colspan="3">
colspan="3">
<pre tal:content="python:modules['string'].join(errors, '\n')">errors</pre>
<pre tal:content="python:'\n'.join(errors)">errors</pre>
</td>
</tr>
<tr tal:define="warnings here/pt_warnings" tal:condition="warnings">
<td align="left" valign="middle" class="form-label">Warnings</td>
<td align="left" valign="middle" style="background-color: #FFEEDD"
colspan="3">
<pre tal:content="python:modules['string'].join(warnings, '\n')">errors</pre>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td align="left" valign="top" colspan="4"
<td align="left" valign="top" colspan="4"
tal:define="width request/dtpref_cols | string:100%;
tal:define="width request/dtpref_cols | string:100%;
...
@@ -95,53 +80,59 @@
...
@@ -95,53 +80,59 @@
<tr>
<tr>
<td align="left" valign="top" colspan="4">
<td align="left" valign="top" colspan="4">
<div class="form-element">
<div class="form-element">
<em tal:condition="
here
/wl_isLocked">Locked by WebDAV</em>
<em tal:condition="
context
/wl_isLocked">Locked by WebDAV</em>
<input tal:condition="not:
here
/wl_isLocked"
<input tal:condition="not:
context
/wl_isLocked"
class="form-element" type="submit"
class="form-element" type="submit"
name="pt_editAction:method" value="Save Changes"
>
name="pt_editAction:method" value="Save Changes"/
>
<input class="form-element" type="submit" name="height" value="Taller"
>
<input class="form-element" type="submit" name="height" value="Taller" /
>
<input class="form-element" type="submit" name="height" value="Shorter"
>
<input class="form-element" type="submit" name="height" value="Shorter" /
>
<input class="form-element" type="submit" name="width" value="Wider"
>
<input class="form-element" type="submit" name="width" value="Wider" /
>
<input class="form-element" type="submit" name="width" value="Narrower"
>
<input class="form-element" type="submit" name="width" value="Narrower" /
>
</div>
</div>
</td>
</td>
</tr>
</tr>
</table>
</table>
</form>
</form>
<p class="form-help">
<p class="form-help">You can upload the text for
You can upload the text for <span tal:replace="here/title_and_id" />
<span tal:replace="context/title_and_id" /> using the following form.
using the following form.
Choose an existing HTML or XML file from your local computer by
Choose an existing HTML or XML file from your local computer by clicking
clicking <em>browse</em>. You can also <a href="document_src">click
<em>browse</em>. You can also <a href="document_src">click here</a>
here</a> to view or download the current text.</p>
to view or download the current text.
</p>
<form action="pt_upload" method="post"
<form action="pt_upload" method="post" enctype="multipart/form-data">
enctype="multipart/form-data">
<table cellpadding="2" cellspacing="0" border="0">
<table cellpadding="2" cellspacing="0" border="0">
<tr>
<tr>
<td align="left" valign="top">
<td align="left" valign="top">
<div class="form-label">
<div class="form-label">File </div>
File
</div>
</td>
</td>
<td align="left" valign="top">
<td align="left" valign="top">
<input type="file" name="file" size="25" value="">
<input type="file" name="file" size="40" value="" />
</td>
</tr>
<tr>
<td align="left" valign="top">
<div class="form-label">Encoding </div>
</td>
<td align="left" valign="top" colspan="2">
<input name="encoding" value="utf-8" />
</td>
<td align="left" valign="top" colspan="1">
<em>(only used for non-XML and non-XHTML content)</em>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td></td>
<td></td>
<td align="left" valign="top">
<td align="left" valign="top">
<div class="form-element">
<div class="form-element">
<em tal:condition="
here
/wl_isLocked">Locked by WebDAV</em>
<em tal:condition="
context
/wl_isLocked">Locked by WebDAV</em>
<input tal:condition="not:
here
/wl_isLocked"
<input tal:condition="not:
context
/wl_isLocked"
class="form-element" type="submit" value="Upload File"
>
class="form-element" type="submit" value="Upload File" /
>
</div>
</div>
</td>
</td>
</tr>
</tr>
</table>
</table>
</form>
</form>
<h1 tal:replace="structure
here
/manage_page_footer">Footer</h1>
<h1 tal:replace="structure
context
/manage_page_footer">Footer</h1>
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