comparison rhodecode/templates/summary/summary.html @ 1247:4d195ad0ff03 beta

made rhodecode compatible with 1024px displays
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 12 Apr 2011 00:17:00 +0200
parents 0eceb478c720
children 0d3706ccf129
comparison
equal deleted inserted replaced
1246:9365a893ad4e 1247:4d195ad0ff03
299 <!-- box / title --> 299 <!-- box / title -->
300 <div class="title"> 300 <div class="title">
301 <h5>${_('Commit activity by day / author')}</h5> 301 <h5>${_('Commit activity by day / author')}</h5>
302 </div> 302 </div>
303 303
304 <div class="table"> 304 <div class="graph">
305 <div style="padding:0 10px 10px 15px;font-size: 1.2em;"> 305 <div style="padding:0 10px 10px 15px;font-size: 1.2em;">
306 %if c.no_data: 306 %if c.no_data:
307 ${c.no_data_msg} 307 ${c.no_data_msg}
308 %if h.HasPermissionAll('hg.admin')('enable stats on from summary'): 308 %if h.HasPermissionAll('hg.admin')('enable stats on from summary'):
309 [${h.link_to(_('enable'),h.url('edit_repo',repo_name=c.repo_name))}] 309 [${h.link_to(_('enable'),h.url('edit_repo',repo_name=c.repo_name))}]
311 311
312 %else: 312 %else:
313 ${_('Loaded in')} ${c.stats_percentage} % 313 ${_('Loaded in')} ${c.stats_percentage} %
314 %endif 314 %endif
315 </div> 315 </div>
316 <div id="commit_history" style="width:460px;height:300px;float:left"></div> 316 <div id="commit_history" style="width:450px;height:300px;float:left"></div>
317 <div style="clear: both;height: 10px"></div> 317 <div style="clear: both;height: 10px"></div>
318 <div id="overview" style="width:460px;height:100px;float:left"></div> 318 <div id="overview" style="width:450px;height:100px;float:left"></div>
319 319
320 <div id="legend_data" style="clear:both;margin-top:10px;"> 320 <div id="legend_data" style="clear:both;margin-top:10px;">
321 <div id="legend_container"></div> 321 <div id="legend_container"></div>
322 <div id="legend_choices"> 322 <div id="legend_choices">
323 <table id="legend_choices_tables" style="font-size:smaller;color:#545454"></table> 323 <table id="legend_choices_tables" style="font-size:smaller;color:#545454"></table>