comparison rhodecode/templates/summary/summary.html @ 1181:36b12336cb7f beta

added percentage of progress of gathered commit activity statistics
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 28 Mar 2011 00:06:18 +0200
parents c5e330c4ed65
children 2c558e2264b4
comparison
equal deleted inserted replaced
1180:c5e330c4ed65 1181:36b12336cb7f
299 <div class="title"> 299 <div class="title">
300 <h5>${_('Commit activity by day / author')}</h5> 300 <h5>${_('Commit activity by day / author')}</h5>
301 </div> 301 </div>
302 302
303 <div class="table"> 303 <div class="table">
304 <div style="padding:0 10px 10px 15px;font-size: 1.2em;">
304 %if c.no_data: 305 %if c.no_data:
305 <div style="padding:0 10px 10px 15px;font-size: 1.2em;">${c.no_data_msg} 306 ${c.no_data_msg}
306 %if h.HasPermissionAll('hg.admin')('enable stats on from summary'): 307 %if h.HasPermissionAll('hg.admin')('enable stats on from summary'):
307 [${h.link_to(_('enable'),h.url('edit_repo',repo_name=c.repo_name))}] 308 [${h.link_to(_('enable'),h.url('edit_repo',repo_name=c.repo_name))}]
308 %endif 309 %endif
309 </div> 310
310 %endif: 311 %else:
312 ${_('Loaded in')} ${c.stats_percentage} %
313 %endif
314 </div>
311 <div id="commit_history" style="width:460px;height:300px;float:left"></div> 315 <div id="commit_history" style="width:460px;height:300px;float:left"></div>
312 <div style="clear: both;height: 10px"></div> 316 <div style="clear: both;height: 10px"></div>
313 <div id="overview" style="width:460px;height:100px;float:left"></div> 317 <div id="overview" style="width:460px;height:100px;float:left"></div>
314 318
315 <div id="legend_data" style="clear:both;margin-top:10px;"> 319 <div id="legend_data" style="clear:both;margin-top:10px;">