Merge from booking branch
This commit is contained in:
parent
8c5de206e1
commit
25906d0227
60 changed files with 6228 additions and 0 deletions
6
web/Views/Blogs/RateControl.ascx
Normal file
6
web/Views/Blogs/RateControl.ascx
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue