source: WAeUP_SRP/branches/regebro-noskins/skins/waeup_design/main_template.pt @ 1696

Last change on this file since 1696 was 1696, checked in by Henrik Bettermann, 17 years ago

css clean-up

  • Property svn:eol-style set to native
File size: 10.1 KB
Line 
1<metal:block define-macro="master"
2  tal:define="showthirdcol showthirdcol|python:1;
3  emptybody emptybody|request/emptybody|nothing;
4  mtool here/portal_membership;
5  can_raise python:mtool.assertViewable(here);
6  utool nocall:here/portal_url;
7  atool here/portal_actions;
8  ttool here/portal_trees;
9  wtool here/portal_workflow;
10  ptool here/portal_cpsportlets;
11  context_url python:here.getContextUrl(utool=utool);
12  here_url here/absolute_url;
13  base_url here/getBaseUrl;
14  member mtool/getAuthenticatedMember;
15  isAnon mtool/isAnonymousUser;
16  isHomeless python:isAnon or member.getProperty('homeless', 0);
17  isHomeless python:(isHomeless == '0' and [0] or [isHomeless])[0];
18  actions python:atool.listFilteredActionsFor(here);
19  wf_state python:wtool.getInfoFor(here,'review_state','');
20  uname python: isAnon and 'Guest' or member.getUserName();
21  checkPerm nocall: mtool/checkPermission;
22  cpsmcat nocall:here/translation_service;
23  locale here/translation_service/getSelectedLanguage;
24  in_ws here/isInWorkspace;
25  waeup_skin here/get_waeup_skin;
26  student_theme python:test(waeup_skin == 'WAeUP_Student',1,0);
27  navigation_slot python:test(student_theme,'student_navigation_slot','navigation_slot');
28  object_tabs python:test(student_theme,'student_object_tabs','staff_object_tabs');
29 
30  ">
31  <metal:block define-slot="doctype"><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
32    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
33  </metal:block>
34  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
35        lang="en">
36    <head>
37      <metal:block use-macro="here/header_lib_header/macros/header|here/header_lib/macros/header">
38        <metal:block fill-slot="base">
39          <metal:block define-slot="base">
40            <base href=""
41                  tal:attributes="href string:${here_url}/" />
42          </metal:block>
43        </metal:block>
44        <metal:block fill-slot="head_slot">
45          <metal:block define-slot="head_slot" />
46        </metal:block>
47        <metal:block fill-slot="style_slot">
48          <link rel="stylesheet" type="text/css" media="all"
49                tal:attributes="href string:${base_url}common.css" />
50          <link rel="stylesheet" type="text/css" media="all"
51                tal:attributes="href string:${base_url}${waeup_skin}/render.css" />
52          <link rel="stylesheet" type="text/css" media="all"
53                tal:attributes="href string:${base_url}common2.css" />               
54          <metal:block define-slot="style_slot" />
55        </metal:block>
56        <metal:block fill-slot="javascript_head_slot">
57          <metal:block define-slot="javascript_head_slot" />
58        </metal:block>
59      </metal:block>
60      <link rel="icon"
61            href="icons/ng.png"
62            tal:attributes="href string:${base_url}icons/ng.png"
63            type="image/png" />
64      <link rel="shortcut icon"
65            href="icons/ng.png"
66            tal:attributes="href string:${base_url}icons/ng.png"
67            type="image/png" />
68    </head>
69    <body tal:condition="emptybody"
70          style="margin: 0px;"
71          tal:attributes="onload here/getOnLoad|string:setFocus();">
72      <metal:block define-slot="body" />
73      <metal:block define-slot="main" />
74    </body>
75   
76    <body tal:condition="not:emptybody"
77          style="margin: 0px;"
78          tal:attributes="onload here/getOnLoad|string:setFocus();">
79      <div>
80        <a href="http://uniben.waeup.org/accessibility"
81           accesskey="0"></a>
82        <a href="http://uniben.waeup.org/" accesskey="1"></a>
83        <a href="#content" accesskey="2"></a>
84        <a href="#menu" accesskey="3"></a>
85        <a href="http://uniben.waeup.org/advanced_search_form"
86           accesskey="4"></a>
87        <a href="http://uniben.waeup.org/" accesskey="7"></a>
88      </div>
89     
90     
91      <table summary="Logo Block"
92             style="margin-left: auto; margin-right: auto; width: 100%;"
93             class="shapeNoBorder colorTransparent" cellpadding="0"
94             cellspacing="0">
95        <tbody>
96          <tr>
97            <td style="width: 20px;" valign="top"></td>
98            <td valign="top" style="width: 80px; padding: 0.5em; text-align: right;">
99              <img tal:attributes="src string:${base_url}images/uniben_mark.jpg"  alt="Logo"
100                       height="84" width="82" />
101            </td>
102            <td style="padding: 2em 0em 0em 0em; text-align: left;" valign="top">
103              <img tal:attributes="src string:${base_url}images/uniben_logo.gif"
104                       alt="Logo" height="51" width="234" />
105            </td>
106            <td style="width: 20px;" valign="top"></td>
107          </tr>
108        </tbody>
109      </table>
110
111      <table summary="Navigation Block"
112             style="margin-left: auto; margin-right: auto; width: 100%;"
113             class="shapeNoBorder colorTransparent" cellpadding="0"
114             cellspacing="0">
115        <tbody>
116          <tr>
117            <td style="width: 20px;" valign="top"></td>
118            <td style="" valign="top">
119              <div id="navigation_slot"
120                       style="padding: 0em 0em 1px; text-align: right;"
121                       class="fontColornavigation fontShapenavigation portalTabTabStyle cpsskinsHBox body">
122                 <tal:block repeat="portlet python:ptool.getPortlets(context=context, slot=navigation_slot)"
123                  tal:content="structure python:portlet.render_cache(context_obj=context, portlet=portlet, boxedit=None)" />
124              </div>
125            </td>
126            <td style="width: 20px;" valign="top"></td>
127          </tr>
128        </tbody>
129      </table>
130     
131     
132      <table summary="Main Table Block 1"
133           style="margin-left: auto; margin-right: auto; width: 100%;"
134           cellpadding="0" cellspacing="0">
135      <tbody>
136        <tr>
137          <td style="width: 20px;" valign="top"></td>
138          <td style="width: 150px;text-align: center;"
139              valign="top">
140            <div id="portal_session" style="padding: 0.4em 0.4em 0.4em 0.3em;"
141                 class="colorBarAreaColor fontColordefaultnovisitedlinks fontShapeaverage shapeAreaShape9">
142                    <tal:block repeat="portlet python:ptool.getPortlets(context=context, slot='portal_session')"
143                               tal:content="structure python:portlet.render_cache(context_obj=context, portlet=portlet, boxedit=None)" />
144            </div>
145          </td>
146          <td style="text-align: left; padding: 0.2em 0.2em 0em;" class="colorBarColor" valign="top">
147            <div id="object_tabs" class="fontColornavigation fontShapeaverage cpsskinsHBox body">
148                <tal:block repeat="portlet python:ptool.getPortlets(context=context, slot=object_tabs)"
149                           tal:content="structure python:portlet.render_cache(context_obj=context, portlet=portlet, boxedit=None)" />
150            </div>
151          </td>
152          <td tal:condition="not:student_theme"
153              class="colorBarColor" valign="top" style="text-align: right;padding: 0.2em 0.2em 0em; width: 280px;">
154            <div id="status_slot" class="fontColordefaultfontcolors fontShapeaverage cpsskinsHBox body">
155                <tal:block repeat="portlet python:ptool.getPortlets(context=context, slot='status_slot')"
156                           tal:content="structure python:portlet.render_cache(context_obj=context, portlet=portlet, boxedit=None)" />
157            </div>
158          </td>
159          <td style="width: 20px;"
160              valign="top"></td>
161        </tr>
162      </tbody>
163    </table>
164 
165 
166 
167    <table summary="Main Table Block 2"
168             style="margin-left: auto; margin-right: auto; width: 100%;"
169             class="" cellpadding="0" cellspacing="0">
170      <tbody>
171        <tr>
172          <td style="width: 20px;" valign="top"></td>
173          <td style="width: 150px;text-align: left;"
174              class="colorBarColor fontColornavigation fontShapeaverage boxShapenavbox cpsskinsBox" valign="top">
175            <div id="staff_actions_slot" class="body">
176              <tal:block tal:condition="not:student_theme" repeat="portlet python:ptool.getPortlets(context=context, slot='staff_actions_slot')"
177                         tal:content="structure python:portlet.render_cache(context_obj=context, portlet=portlet, boxedit=None)" />
178              <tal:block tal:condition="not:student_theme" repeat="portlet python:ptool.getPortlets(context=context, slot='global_actions_slot')"
179                         tal:content="structure python:portlet.render_cache(context_obj=context, portlet=portlet, boxedit=None)" />
180              <tal:block tal:condition="student_theme" repeat="portlet python:ptool.getPortlets(context=context, slot='student_actions_slot')"
181                         tal:content="structure python:portlet.render_cache(context_obj=context, portlet=portlet, boxedit=None)" />
182              <span tal:condition="student_theme">
183              <br />
184                <tal:block repeat="portlet python:ptool.getPortlets(context=context, slot='student_workflow')"
185                           tal:content="structure python:portlet.render_cache(context_obj=context, portlet=portlet, boxedit=None)" />
186              </span>                         
187            </div>
188          </td>
189          <td style="" class="shapeAreaShape5 colorBarAreaColor" valign="top">
190            <div style="padding: 0.5em; text-align: left;" class="fontColordefaultfontcolors fontShapeaverage">
191                    <metal:block define-slot="header" />
192                    <metal:block define-slot="main" />
193                    <metal:block define-slot="sub" />
194            </div>
195          </td>
196          <td style="width: 20px;" valign="top"></td>
197        </tr>
198      </tbody>
199    </table>
200   
201   
202    <table summary="Copyright Info Block"
203             style="margin-left: auto; margin-right: auto; width: 100%;"
204             cellspacing="0">
205        <tbody>
206          <tr>
207            <td style="width: 20px;" valign="top"></td>
208            <td style="padding: 0.2em; text-align: right;" valign="top">
209              <div class="fontColordefaultfontcolors fontShapeaverage">
210              Copyright WAeUP Group 2007</div>
211            </td>
212            <td style="width: 20px;" valign="top"></td>
213          </tr>
214        </tbody>
215    </table>
216    </body>
217  </html>
218</metal:block>
Note: See TracBrowser for help on using the repository browser.