@@ -14,6 +14,8 @@ <h1><tmpl_var name="list_head_txt"></h1>
1414 < th class ="col-md-2 " data-column ="last_month_sort "> < tmpl _var name ="last_month_txt "> </ th >
1515 < th class ="col-md-2 " data-column ="this_year_sort "> < tmpl _var name ="this_year_txt "> </ th >
1616 < th class ="col-md-2 " data-column ="last_year_sort "> < tmpl _var name ="last_year_txt "> </ th >
17+ < th class ="col-md-2 " data-column ="quota_sort "> < tmpl _var name ="quota_txt "> </ th >
18+ < th class ="col-md-2 " data-column ="percentage "> < tmpl _var name ="percentage_txt "> </ th >
1719 < th class ="col-md-1 text-right "> {tmpl_var name='search_limit'}</ th >
1820 </ tr >
1921 < tr >
@@ -22,7 +24,8 @@ <h1><tmpl_var name="list_head_txt"></h1>
2224 < td class ="last_month "> </ td >
2325 < td class ="this_year "> </ td >
2426 < td class ="last_year "> </ td >
25- < td class ="text-right ">
27+ < td class ="quota "> </ td >
28+ < td colspan ="2 " class ="text-right ">
2629 < button type ="button " class ="btn btn-default formbutton-default formbutton-narrow " name ="Filter " id ="Filter " value ="{tmpl_var name= "filter_txt "}" data-submit-form="pageForm " data-form-action ="sites/web_sites_stats.php "> < span class ="icon icon-filter "> </ span > </ button >
2730 </ td >
2831 </ tr >
@@ -35,7 +38,10 @@ <h1><tmpl_var name="list_head_txt"></h1>
3538 < td > < a href ="# " data-load-content ="sites/web_vhost_domain_edit.php?id={tmpl_var name='id'} "> {tmpl_var name="last_month"}</ a > </ td >
3639 < td > < a href ="# " data-load-content ="sites/web_vhost_domain_edit.php?id={tmpl_var name='id'} "> {tmpl_var name="this_year"}</ a > </ td >
3740 < td > < a href ="# " data-load-content ="sites/web_vhost_domain_edit.php?id={tmpl_var name='id'} "> {tmpl_var name="last_year"}</ a > </ td >
38- < td class ="text-right "> </ td >
41+ < td > < a href ="# " data-load-content ="sites/web_vhost_domain_edit.php?id={tmpl_var name='id'} "> {tmpl_var name="quota"}</ a > </ td >
42+ < td colspan ="2 "> {tmpl_if name="progressbar" op="!=" value="-1"}< div class ="progress " style ="height: 20px ">
43+ < div class ='progress-bar-striped progress-bar-{tmpl_if name="percentage" op="<" value="50"}success{tmpl_elseif name="percentage" op="<" value="75"}warning{tmpl_else}danger{/tmpl_if} ' role ="progressbar " style ="width: {tmpl_var name= "progressbar "}%;" aria-valuenow="{tmpl_var name= "percentage "}" aria-valuemin="0 " aria-valuemax ="100 "> < span {tmpl_if name ="progressbar " op ="< " value ="25 "} class ="pbvaluemargin "{ /tmpl_if}> {tmpl_var name="percentage"}%</ span > </ div >
44+ </ div > {/tmpl_if}</ td >
3945 </ tr >
4046 </ tmpl _loop>
4147 < tmpl _unless name ="records ">
@@ -49,7 +55,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
4955 < td > < a href ="# " onclick ="return false; " style ="font-weight:bold; "> {tmpl_var name="sum_last_month"}</ a > </ td >
5056 < td > < a href ="# " onclick ="return false; " style ="font-weight:bold; "> {tmpl_var name="sum_this_year"}</ a > </ td >
5157 < td > < a href ="# " onclick ="return false; " style ="font-weight:bold; "> {tmpl_var name="sum_last_year"}</ a > </ td >
52- < td class ="text-right "> </ td >
58+ < td colspan =" 3 " class ="text-right "> </ td >
5359 </ tr >
5460 </ tbody >
5561 < tfoot >
0 commit comments