comparison views/bottledash_view.tpl @ 31:a43fa30655e9

better alignment of the top-bar
author sean
date Tue, 18 Aug 2015 13:05:55 +0200
parents af280057d5fa
children b47fc5eb9e01
comparison
equal deleted inserted replaced
30:accefaf00c6a 31:a43fa30655e9
69 </style> 69 </style>
70 70
71 </head> 71 </head>
72 <body> 72 <body>
73 73
74
75 <script type="text/javascript"> 74 <script type="text/javascript">
76 75
77 var global_width; 76 var global_width;
78 var global_height; 77 var global_height;
79 var tile_width; 78 var tile_width;
160 </script> 159 </script>
161 160
162 <div id = "wrapper"> 161 <div id = "wrapper">
163 % if show_top_bar == "True": 162 % if show_top_bar == "True":
164 <div id = "topbar"> 163 <div id = "topbar">
165 <b>{{weekday}}</b> {{today.day}}. {{month_name}} 164 <div id = "top_left">
165 <b>{{weekday}}</b> {{today.day}}. {{month_name}}
166 </div>
167
168 <div id = "top_center">
169 Webadresse: <script>document.write(window.location.href)</script>
170 </div>
171
172 <div id = "top_right">
173 Synced: 0 Minutes Ago
174 </div>
175
176
166 </div> 177 </div>
167 % end 178 % end
168 179
169 <div id = "content"> 180 <div id = "content">
170 <% 181 <%
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)