source: WAeUP_SRP/branches/regebro-noskins/skins/waeup_design/WAeUP_Backoffice/theme.pt @ 1691

Last change on this file since 1691 was 1691, checked in by Henrik Bettermann, 18 years ago

status slot was missing

  • Property svn:keywords set to Id
File size: 4.8 KB
Line 
1<metal:block define-macro="navigation">
2  <table summary="Page Block"
3         style="margin-left: auto; margin-right: auto; width: 100%;"
4         class="shapeNoBorder colorTransparent" cellpadding="0"
5         cellspacing="0">
6    <tbody>
7      <tr>
8        <td style="width: 20px;" valign="top"></td>
9        <td style="" valign="top">
10          <div style="padding: 0em 0em 1px;">
11            <div style="text-align: right;"
12                 class="fontColornavigation fontShapenavigation">
13              <div style="padding: 0pt; text-align: right;">
14                <div style="">
15                  <div class="portalTabTabStyle">
16                    <div class="cpsskinsHBox body">
17                      <div id="staff_navigation_slot">
18                        <tal:block repeat="portlet python:ptool.getPortlets(context=context, slot='navigation_slot')"
19                                   tal:content="structure python:portlet.render_cache(context_obj=context, portlet=portlet, boxedit=None)" />
20                      </div>
21                    </div>
22                    <div style="clear: both;"></div>
23                  </div>
24                </div>
25              </div>
26            </div>
27          </div>
28        </td>
29        <td style="width: 20px;" valign="top"></td>
30      </tr>
31    </tbody>
32  </table>
33</metal:block>
34<metal:block define-macro="session">
35  <table summary="Main"
36         style="margin-left: auto; margin-right: auto; width: 100%;"
37         class="" cellpadding="0" cellspacing="0">
38    <tbody>
39      <tr>
40        <td style="width: 20px;" valign="top"></td>
41        <td style="width: 150px;"
42            class="shape colorStaffBarColor" valign="top">
43          <div style="text-align: left;"
44               class="colorStaffBarAreaColor fontColordefaultnovisitedlinks fontShapeaverage shapeAreaShape9">
45            <div style="padding: 0pt; text-align: left;">
46              <div style="padding: 0.4em 0.4em 0.4em 0.3em;">
47                <div id="portal_session">
48                  <tal:block repeat="portlet python:ptool.getPortlets(context=context, slot='portal_session')"
49                             tal:content="structure python:portlet.render_cache(context_obj=context, portlet=portlet, boxedit=None)" />
50                </div>                       
51              </div>
52            </div>
53          </div>
54        </td>
55        <td style="text-align: left; padding: 0.2em 0.2em 0em;" class="shape colorStaffBarColor" valign="top">
56          <div id="staff_object_tabs" class="fontColornavigation fontShapeaverage cpsskinsHBox body">
57              <tal:block repeat="portlet python:ptool.getPortlets(context=context, slot='staff_object_tabs')"
58                         tal:content="structure python:portlet.render_cache(context_obj=context, portlet=portlet, boxedit=None)" />
59          </div>
60        </td>
61
62        <td class="shape colorStaffBarColor" valign="top" style="text-align: right;padding: 0.2em 0.2em 0em; width: 280px;">
63          <div id="status_slot" class="fontColordefaultfontcolors fontShapeaverage cpsskinsHBox body">
64              <tal:block repeat="portlet python:ptool.getPortlets(context=context, slot='status_slot')"
65                         tal:content="structure python:portlet.render_cache(context_obj=context, portlet=portlet, boxedit=None)" />
66          </div>
67        </td>
68       
69       
70        <td style="width: 20px;" class="shape color"
71            valign="top"></td>
72      </tr>
73    </tbody>
74  </table>
75</metal:block>
76<metal:block define-macro="tdactions">
77  <td style="width: 20px;" valign="top"></td>
78  <td style="width: 150px;"
79      class="shape colorStaffBarColor" valign="top">
80    <div style="padding: 0.4em 0.2em 0.2em;">
81      <div style="text-align: left;"
82           class="fontColornavigation fontShapeaverage">
83        <div style="padding: 0pt; text-align: left;">
84          <div style="padding: 0.2em;">
85            <div class="boxShapenavbox cpsskinsBox">
86              <div class="body">
87                <div id="staff_actions_slot">
88                  <tal:block repeat="portlet python:ptool.getPortlets(context=context, slot='staff_actions_slot')"
89                             tal:content="structure python:portlet.render_cache(context_obj=context, portlet=portlet, boxedit=None)" />
90                  <tal:block repeat="portlet python:ptool.getPortlets(context=context, slot='global_actions_slot')"
91                             tal:content="structure python:portlet.render_cache(context_obj=context, portlet=portlet, boxedit=None)" />
92                </div>                       
93              </div>
94            </div>
95          </div>
96        </div>
97      </div>
98    </div>
99    <div style="padding: 0.2em;">
100      <div style="text-align: left;"
101           class="fontColornavigation fontShapeaverage"></div>
102    </div>
103  </td>
104</metal:block>
105<metal:block define-macro="tdmain">
106</metal:block>
Note: See TracBrowser for help on using the repository browser.