Merge from booking branch

This commit is contained in:
Paul Schneider 2015-11-17 22:03:42 +01:00
commit 25906d0227
60 changed files with 6228 additions and 0 deletions

View file

@ -0,0 +1,6 @@
<%@ Control Language="C#" Inherits="Yavsc.RateControl<IRating>" %>
<div data-id="<%=Model.Id%>" data-type="rate-bill" ><% int i = 0; for (; i<NbFilled; i++) {
%><i class="fa fa-star" ></i><% }
%><% if (HasHalf) { %><i class="fa fa-star-half-o"></i><% i++; }
%><% for (int j=0; j<NbEmpty; j++, i++ ) { %><i class="fa fa-star-o"></i><% }
%></div>