annotate zpt/www/common_template.zpt @ 230:feb2cb6241be

styles for calendar.
author casties
date Tue, 12 Nov 2013 13:04:38 +0100
parents a743e22a155a
children 45ef92d6aa8c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
3 <html xmlns="http://www.w3.org/1999/xhtml">
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
4 <head>
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
6 </head>
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
7 <body>
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
8 <!-- common template snippets as METAL macros -->
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
9
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
10 <!-- full-row feature block -->
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
11 <div class="row teaser" metal:define-macro="feature_teaser"
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
12 tal:define="features python:here.getFeatures();
31
b12d80f033fb fix feature story number (one-based now).
casties
parents: 26
diff changeset
13 feature_num python:int(request.get('ff',len(features)));
b12d80f033fb fix feature story number (one-based now).
casties
parents: 26
diff changeset
14 feature python:features[feature_num-1];
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
15 feature_url python:feature.getUrl('%s/%s/features'%(root,secmap['news']));
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
16 teaser_path string:here/features/${feature/getTeaserPath};">
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
17 <!-- feature image and intro -->
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
18 <div class="col">
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
19 <div class="box teaser_image">
108
782477730916 CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents: 92
diff changeset
20 <div class="slidebutton prev" tal:condition="python:feature_num>1">
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
21 <a tal:attributes="href python:'?ff=%s'%(feature_num-1)"><img tal:attributes="src string:$root/images/slider_prev.png"
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
22 alt="previous" /></a>
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
23 </div>
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
24 <a tal:attributes="href feature_url"> <img tal:attributes="src feature/getFrontpageImgUrl" width="593" height="351" />
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
25 </a>
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
26 <tal:block tal:condition="exists:python:path(teaser_path+'/macros/caption')">
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
27 <tal:block metal:use-macro="python:path(teaser_path+'/macros/caption')" />
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
28 </tal:block>
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
29 </div>
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
30 </div>
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
31 <div class="col">
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
32 <div class="box teaser_text">
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
33 <div class="feature_number" tal:content="feature_num|nothing" />
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
34 <div class="date" tal:content="feature/getDateString" />
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
35 <h3>
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
36 <metal:block metal:define-slot="topic_title">Current Research Topic</metal:block>
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
37 </h3>
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
38 <tal:block tal:condition="exists:python:path(teaser_path+'/macros/text')">
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
39 <tal:block tal:condition="exists:python:path(teaser_path+'/macros/text')"
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
40 metal:use-macro="python:path(teaser_path+'/macros/text')" />
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
41 </tal:block>
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
42 <p>
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
43 <a class="internal" tal:attributes="href feature_url"><metal:block metal:define-slot="topic_link">Current Research Topic</metal:block></a>
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
44 </p>
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
45 <p>
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
46 <a class="internal" tal:attributes="href string:$root/${secmap/news}/featurearchive.html"><metal:block
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
47 metal:define-slot="topic_archive">Research Topic Archive</metal:block></a>
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
48 </p>
108
782477730916 CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents: 92
diff changeset
49 <div class="slidebutton next" tal:condition="python:feature_num<len(features)">
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
50 <a tal:attributes="href python:'?ff=%s'%(feature_num+1)"><img tal:attributes="src string:$root/images/slider_next.png"
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
51 alt="next" /></a>
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
52 </div>
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
53 </div>
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
54 </div>
163
ed1366e3c533 common_template/macros/tool_box_projects
casties
parents: 159
diff changeset
55 </div><!-- /feature -->
ed1366e3c533 common_template/macros/tool_box_projects
casties
parents: 159
diff changeset
56
ed1366e3c533 common_template/macros/tool_box_projects
casties
parents: 159
diff changeset
57 <!-- sort projects tool box -->
ed1366e3c533 common_template/macros/tool_box_projects
casties
parents: 159
diff changeset
58 <div class="tool box" metal:define-macro="tool_box_projects">
ed1366e3c533 common_template/macros/tool_box_projects
casties
parents: 159
diff changeset
59 <form class="autosubmit" tal:attributes="action string:$root/${secmap/research}/redirectSortBy">
ed1366e3c533 common_template/macros/tool_box_projects
casties
parents: 159
diff changeset
60 <input type="hidden" name="dep" tal:condition="activeDep|nothing" tal:attributes="value activeDep" />
ed1366e3c533 common_template/macros/tool_box_projects
casties
parents: 159
diff changeset
61 <h3 metal:define-slot="title">Sort Projects by</h3>
ed1366e3c533 common_template/macros/tool_box_projects
casties
parents: 159
diff changeset
62 <div class="options">
ed1366e3c533 common_template/macros/tool_box_projects
casties
parents: 159
diff changeset
63 <ul tal:attributes="class listClass | nothing">
181
casties
parents: 177
diff changeset
64 <li><input class="radio autosubmit" type="radio" name="sortby" value="unit" tal:attributes="checked python:sortby=='unit'"
casties
parents: 177
diff changeset
65 /><tal:block metal:define-slot="text_unit">Research Unit</tal:block>
163
ed1366e3c533 common_template/macros/tool_box_projects
casties
parents: 159
diff changeset
66 </li>
181
casties
parents: 177
diff changeset
67 <li><input class="radio autosubmit" type="radio" name="sortby" value="name" tal:attributes="checked python:sortby=='name'"
casties
parents: 177
diff changeset
68 /><tal:block metal:define-slot="text_name">Project Title</tal:block>
163
ed1366e3c533 common_template/macros/tool_box_projects
casties
parents: 159
diff changeset
69 </li>
181
casties
parents: 177
diff changeset
70 <li><input class="radio autosubmit" type="radio" name="sortby" value="scholar" tal:attributes="checked python:sortby=='scholar'"
casties
parents: 177
diff changeset
71 /><tal:block metal:define-slot="text_scholar">Involved Scholar</tal:block>
163
ed1366e3c533 common_template/macros/tool_box_projects
casties
parents: 159
diff changeset
72 </li>
181
casties
parents: 177
diff changeset
73 <li><input class="radio autosubmit" type="radio" name="sortby" value="structure" tal:attributes="checked python:sortby=='structure'"
casties
parents: 177
diff changeset
74 /><tal:block metal:define-slot="text_structure">Structure</tal:block>
163
ed1366e3c533 common_template/macros/tool_box_projects
casties
parents: 159
diff changeset
75 </li>
181
casties
parents: 177
diff changeset
76 <li><input class="radio autosubmit" type="radio" name="sortby" value="thesaurus" tal:attributes="checked python:sortby=='thesaurus'"
casties
parents: 177
diff changeset
77 /><tal:block metal:define-slot="text_thesaurus">Keyword</tal:block>
163
ed1366e3c533 common_template/macros/tool_box_projects
casties
parents: 159
diff changeset
78 </li>
ed1366e3c533 common_template/macros/tool_box_projects
casties
parents: 159
diff changeset
79 </ul>
ed1366e3c533 common_template/macros/tool_box_projects
casties
parents: 159
diff changeset
80 </div>
ed1366e3c533 common_template/macros/tool_box_projects
casties
parents: 159
diff changeset
81 <div class="options">
181
casties
parents: 177
diff changeset
82 <input class="radio autosubmit" type="radio" name="archived" value="1" tal:attributes="checked python:archived==1"
casties
parents: 177
diff changeset
83 /><tal:block metal:define-slot="text_current">Show Current Projects</tal:block>
casties
parents: 177
diff changeset
84 <input class="radio autosubmit" type="radio" name="archived" value="2" tal:attributes="checked python:archived==2"
casties
parents: 177
diff changeset
85 /><tal:block metal:define-slot="text_completed">Show Completed Projects</tal:block>
163
ed1366e3c533 common_template/macros/tool_box_projects
casties
parents: 159
diff changeset
86 <input class="autosubmit" type="submit" value="Change" />
ed1366e3c533 common_template/macros/tool_box_projects
casties
parents: 159
diff changeset
87 </div>
ed1366e3c533 common_template/macros/tool_box_projects
casties
parents: 159
diff changeset
88 <div class="atoz" tal:condition="python:sortby in ['name','scholar']">
ed1366e3c533 common_template/macros/tool_box_projects
casties
parents: 159
diff changeset
89 <ul class="inline">
ed1366e3c533 common_template/macros/tool_box_projects
casties
parents: 159
diff changeset
90 <li tal:repeat="letter python:modules['string'].uppercase">
ed1366e3c533 common_template/macros/tool_box_projects
casties
parents: 159
diff changeset
91 <a tal:attributes="href string:#$letter" tal:content="letter"/><tal:block tal:condition="not:repeat/letter/end">&nbsp;|</tal:block>
ed1366e3c533 common_template/macros/tool_box_projects
casties
parents: 159
diff changeset
92 </li>
ed1366e3c533 common_template/macros/tool_box_projects
casties
parents: 159
diff changeset
93 </ul>
ed1366e3c533 common_template/macros/tool_box_projects
casties
parents: 159
diff changeset
94 </div>
ed1366e3c533 common_template/macros/tool_box_projects
casties
parents: 159
diff changeset
95 </form>
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
96 </div>
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
97
86
ab836d3f96dc styles for staff list.
casties
parents: 31
diff changeset
98
ab836d3f96dc styles for staff list.
casties
parents: 31
diff changeset
99 <!-- short person entry -->
ab836d3f96dc styles for staff list.
casties
parents: 31
diff changeset
100 <tr class="line" metal:define-macro="staff_member_row">
143
636fc61e64e7 more style
casties
parents: 108
diff changeset
101 <td width="25%">
86
ab836d3f96dc styles for staff list.
casties
parents: 31
diff changeset
102 <a tal:attributes="href python:member.getUrl(baseUrl=memBaseUrl)">
ab836d3f96dc styles for staff list.
casties
parents: 31
diff changeset
103 <span tal:replace="member/content/first_name" />
ab836d3f96dc styles for staff list.
casties
parents: 31
diff changeset
104 <b><span tal:replace="member/content/last_name" /></b>
ab836d3f96dc styles for staff list.
casties
parents: 31
diff changeset
105 </a>
ab836d3f96dc styles for staff list.
casties
parents: 31
diff changeset
106 <tal:block metal:define-slot="name_more"/>
ab836d3f96dc styles for staff list.
casties
parents: 31
diff changeset
107 </td>
ab836d3f96dc styles for staff list.
casties
parents: 31
diff changeset
108 <td><span tal:replace="python:here.replaceNotEmpty('%s ',member.content.titles_new)" /> (<span
ab836d3f96dc styles for staff list.
casties
parents: 31
diff changeset
109 tal:replace="python:here.replaceNotEmpty('%s, ',member.content.status)" /> <span
ab836d3f96dc styles for staff list.
casties
parents: 31
diff changeset
110 tal:replace="python:here.replaceNotEmpty('%s',member.content.date_stay_at_mpiwg)" /><span
ab836d3f96dc styles for staff list.
casties
parents: 31
diff changeset
111 tal:replace="python:here.replaceNotEmpty(', funded by the %s',member.content.funded_by)" />)<tal:x
89
2f52650cb539 small fix.
casties
parents: 86
diff changeset
112 condition="python:member.content.current_work_p=='yes'"><i
2f52650cb539 small fix.
casties
parents: 86
diff changeset
113 tal:content="python:here.replaceNotEmpty(': %s',member.content.current_work)" />
86
ab836d3f96dc styles for staff list.
casties
parents: 31
diff changeset
114 </tal:x> <tal:block tal:condition="python:member.content.e_mail_p=='yes'">
ab836d3f96dc styles for staff list.
casties
parents: 31
diff changeset
115 <br />
ab836d3f96dc styles for staff list.
casties
parents: 31
diff changeset
116 <a class="email" tal:attributes="href python:'mailto:'+member.content.e_mail" tal:content="member/content/e_mail">[FMP-field:
ab836d3f96dc styles for staff list.
casties
parents: 31
diff changeset
117 e_mail]</a>
ab836d3f96dc styles for staff list.
casties
parents: 31
diff changeset
118 </tal:block></td>
ab836d3f96dc styles for staff list.
casties
parents: 31
diff changeset
119 </tr>
ab836d3f96dc styles for staff list.
casties
parents: 31
diff changeset
120 <!-- /short person entry -->
ab836d3f96dc styles for staff list.
casties
parents: 31
diff changeset
121
ab836d3f96dc styles for staff list.
casties
parents: 31
diff changeset
122
92
45c7b240ee93 book pages and lists.
casties
parents: 91
diff changeset
123 <!-- two-column book entry -->
45c7b240ee93 book pages and lists.
casties
parents: 91
diff changeset
124 <div class="mini book" metal:define-macro="book_col"
45c7b240ee93 book pages and lists.
casties
parents: 91
diff changeset
125 tal:define="bookurl python:book.getUrl(baseUrl=bookroot); imageurl book/getImageUrl;">
45c7b240ee93 book pages and lists.
casties
parents: 91
diff changeset
126 <div class="type" tal:content="python:book.getInfo('pubtype')">Book</div>
45c7b240ee93 book pages and lists.
casties
parents: 91
diff changeset
127 <div class="thumb" tal:condition="imageurl">
45c7b240ee93 book pages and lists.
casties
parents: 91
diff changeset
128 <a tal:attributes="href bookurl"><img tal:condition="imageurl" tal:attributes="src imageurl" alt=""/></a>
45c7b240ee93 book pages and lists.
casties
parents: 91
diff changeset
129 </div>
45c7b240ee93 book pages and lists.
casties
parents: 91
diff changeset
130 <h2 tal:content="python:book.getInfo('title')">On historicizing epistemology : an essay</h2>
45c7b240ee93 book pages and lists.
casties
parents: 91
diff changeset
131 <div class="author">
45c7b240ee93 book pages and lists.
casties
parents: 91
diff changeset
132 <span tal:repeat="author python:book.getByPrefix('author_')">
45c7b240ee93 book pages and lists.
casties
parents: 91
diff changeset
133 <tal:block tal:define="url python:author[0]; name python:author[2];">
45c7b240ee93 book pages and lists.
casties
parents: 91
diff changeset
134 <a tal:attributes="href url" tal:omit-tag="not:url" tal:content="name" /><tal:block
45c7b240ee93 book pages and lists.
casties
parents: 91
diff changeset
135 tal:condition="not:repeat/author/end">;</tal:block>
45c7b240ee93 book pages and lists.
casties
parents: 91
diff changeset
136 </tal:block>
45c7b240ee93 book pages and lists.
casties
parents: 91
diff changeset
137 </span>
45c7b240ee93 book pages and lists.
casties
parents: 91
diff changeset
138 </div>
45c7b240ee93 book pages and lists.
casties
parents: 91
diff changeset
139 <p>
45c7b240ee93 book pages and lists.
casties
parents: 91
diff changeset
140 <span tal:replace="structure python:book.getInfo('short_summary').replace('\n','<br/>\n')">Epistemology, as generally
45c7b240ee93 book pages and lists.
casties
parents: 91
diff changeset
141 understood by philosophers of science, is rather remote from the history of science and from historical concerns in general.</span>
45c7b240ee93 book pages and lists.
casties
parents: 91
diff changeset
142 <a tal:attributes="href bookurl" class="internal">More</a>
45c7b240ee93 book pages and lists.
casties
parents: 91
diff changeset
143 </p>
45c7b240ee93 book pages and lists.
casties
parents: 91
diff changeset
144 </div>
45c7b240ee93 book pages and lists.
casties
parents: 91
diff changeset
145 <!-- /two-column book entry -->
86
ab836d3f96dc styles for staff list.
casties
parents: 31
diff changeset
146
159
ee79f6ba8d01 clean up staff editing and some zpt forms.
casties
parents: 143
diff changeset
147 <!-- radiobutton for yes/no form.
ee79f6ba8d01 clean up staff editing and some zpt forms.
casties
parents: 143
diff changeset
148 @param name: parameter name
ee79f6ba8d01 clean up staff editing and some zpt forms.
casties
parents: 143
diff changeset
149 @param value: parameter value -->
ee79f6ba8d01 clean up staff editing and some zpt forms.
casties
parents: 143
diff changeset
150 <span metal:define-macro="yesno_input_radio">
ee79f6ba8d01 clean up staff editing and some zpt forms.
casties
parents: 143
diff changeset
151 <input type="radio" tal:attributes="name name; checked python:value=='yes'" value="yes"/>
ee79f6ba8d01 clean up staff editing and some zpt forms.
casties
parents: 143
diff changeset
152 yes
ee79f6ba8d01 clean up staff editing and some zpt forms.
casties
parents: 143
diff changeset
153 <input type="radio" tal:attributes="name name; checked python:value!='yes'" value="no"/>
ee79f6ba8d01 clean up staff editing and some zpt forms.
casties
parents: 143
diff changeset
154 no
ee79f6ba8d01 clean up staff editing and some zpt forms.
casties
parents: 143
diff changeset
155 </span>
ee79f6ba8d01 clean up staff editing and some zpt forms.
casties
parents: 143
diff changeset
156 <!-- /yesno_input_radio -->
ee79f6ba8d01 clean up staff editing and some zpt forms.
casties
parents: 143
diff changeset
157
ee79f6ba8d01 clean up staff editing and some zpt forms.
casties
parents: 143
diff changeset
158
230
feb2cb6241be styles for calendar.
casties
parents: 181
diff changeset
159 <!-- sidebar month calendar for events
feb2cb6241be styles for calendar.
casties
parents: 181
diff changeset
160 @param cal: month calendar object from getMonthCalendar(dateObject=showDate, lang=lang) -->
feb2cb6241be styles for calendar.
casties
parents: 181
diff changeset
161 <div class="sideblock calendar" metal:define-macro="sideblock_calendar">
feb2cb6241be styles for calendar.
casties
parents: 181
diff changeset
162 <h2>
feb2cb6241be styles for calendar.
casties
parents: 181
diff changeset
163 <a class="page_prev" tal:attributes="href string:?year=${cal/prev/year}&month=${cal/prev/month}"><img tal:attributes="src string:$root/images/slider_prev.png"/></a>
feb2cb6241be styles for calendar.
casties
parents: 181
diff changeset
164 <span tal:content="cal/datestring"/>
feb2cb6241be styles for calendar.
casties
parents: 181
diff changeset
165 <a class="page_next" tal:attributes="href string:?year=${cal/next/year}&month=${cal/next/month}"><img tal:attributes="src string:$root/images/slider_next.png"/></a>
feb2cb6241be styles for calendar.
casties
parents: 181
diff changeset
166 </h2>
feb2cb6241be styles for calendar.
casties
parents: 181
diff changeset
167 <table>
feb2cb6241be styles for calendar.
casties
parents: 181
diff changeset
168 <tr>
feb2cb6241be styles for calendar.
casties
parents: 181
diff changeset
169 <th tal:repeat="day cal/weekdays" tal:content="day"/>
feb2cb6241be styles for calendar.
casties
parents: 181
diff changeset
170 </tr>
feb2cb6241be styles for calendar.
casties
parents: 181
diff changeset
171 <tr tal:repeat="week cal/weeks">
feb2cb6241be styles for calendar.
casties
parents: 181
diff changeset
172 <td tal:repeat="day week"><span tal:condition="not:day/events" tal:content="day/day"/><a tal:condition="day/events" tal:content="day/day" tal:attributes="href python:'?year=%s&month=%s#%s'%(cal['year'],cal['month'],day['events'][0].getDate());"/></td>
feb2cb6241be styles for calendar.
casties
parents: 181
diff changeset
173 </tr>
feb2cb6241be styles for calendar.
casties
parents: 181
diff changeset
174 </table>
feb2cb6241be styles for calendar.
casties
parents: 181
diff changeset
175 </div>
feb2cb6241be styles for calendar.
casties
parents: 181
diff changeset
176 <!-- /sideblock_calendar -->
feb2cb6241be styles for calendar.
casties
parents: 181
diff changeset
177
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
178 </body>
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents:
diff changeset
179 </html>