|
<% if (CanUserManageAggregation) { %>
<%SPHttpUtility.HtmlEncode(calendar.Title, Response.Output);%><% ; } %>
<% else { %>
<%SPHttpUtility.HtmlEncode(calendar.Title, Response.Output);%><% ; } %>
|
<%SPHttpUtility.HtmlEncode(calendar.Description, Response.Output);%>
|
<% if (calendar.ShowAlways) { %> <% ; } %>
<% else { %>
"
name="<%SPHttpUtility.NoEncode(calendar.Id.ToString("B"),Response.Output);%>"
type="checkbox"
class="ms-input"
<%if(calendar.Visible){ %> checked <% ; } %>
onclick="this.value = this.checked;" /> <% ; } %>
|
<%
}
%>