source: products/quintagroup.pingtool/trunk/quintagroup/pingtool/browser/return_ping.pt @ 3665

Last change on this file since 3665 was 626, checked in by crchemist, 18 years ago

Modified tests.

File size: 932 bytes
Line 
1<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
2      lang="en"
3      metal:use-macro="context/main_template/macros/master"
4      i18n:domain="quintagroup.pingtool">
5
6  <body>
7
8    <div metal:fill-slot="main">
9
10      <h1 i18n:translate="heading_edit_item">
11        <span i18n:name="itemtype">
12          <span i18n:translate=""
13                tal:content="python:context.Title()"
14                tal:omit-tag="">Item type</span>
15        </span>
16      </h1>
17
18      <p i18n:translate="description_edit_document">
19        Return message from ping servies.
20      </p>
21      <div tal:define="message view/ping_message" tal:omit-tag="" tal:condition="message">
22        <pre class="return_ping_message" tal:content="message"/>
23      </div>
24      <div metal:use-macro="context/document_byline/macros/byline">
25        Get the byline - contains details about author and modification date.
26      </div>
27
28    </div>
29
30  </body>
31</html>
Note: See TracBrowser for help on using the repository browser.