source: products/PloneSMSCommunicator/trunk/skins/portal_smsCommunicator/prefs_smsCommunicator_logs.pt @ 2284

Last change on this file since 2284 was 1, checked in by myroslav, 18 years ago

Building directory structure

File size: 1.4 KB
Line 
1<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
2      lang="en"
3      metal:use-macro="here/prefs_main_template/macros/master"
4      i18n:domain="plone">
5
6<body>
7
8    <div metal:fill-slot="prefs_configlet_main">
9        <div class="documentEditable">
10        <ul class="contentViews">
11            <li class="">
12                <a href=""
13                   tal:attributes="href string:prefs_smsCommunicator_properties"
14                   i18n:translate="label_properties">Properties</a>
15            </li>
16
17            <li class="selected">
18               <a href=""
19                  tal:attributes="href string: ${template/id}"
20                  i18n:translate="label_logs">Logs</a>
21            </li>
22        </ul>
23
24        <div class="contentActions">
25        &nbsp;
26        </div>
27
28        <div class="documentContent">
29        <h1 class="documentFirstHeading">
30            Plone SMS Communicator
31        </h1>
32
33        <a href=""
34           class="link-parent"
35           tal:attributes="href string: $portal_url/plone_control_panel"
36           i18n:translate="label_up_to_plone_setup">
37        Up to Plone Setup
38        </a>
39
40        <p i18n:translate="description_portal_smsCommunicator">
41            This page lists SMS transaction logs.
42        </p>
43        <iframe src="prefs_smsCommunicator_logviewer" style="width:100%; height:25em;">loading log...</iframe>
44    </div>
45    </div>
46    </div>
47</body>
48</html>
Note: See TracBrowser for help on using the repository browser.