|
|
@ -5,9 +5,15 @@
|
|
|
|
<% using (Html.BeginCollectionItem("UserProfiles"))
|
|
|
|
<% using (Html.BeginCollectionItem("UserProfiles"))
|
|
|
|
{ %>
|
|
|
|
{ %>
|
|
|
|
<style type="text/css">
|
|
|
|
<style type="text/css">
|
|
|
|
#sortable1, #sortable2 { list-style-type: none; margin: 0; padding: 0; float: left; margin-right: 10px; background: #eee; padding: 5px; width: 143px;}
|
|
|
|
#sortable1, #sortable2 { list-style-type: none; float: left; margin-right: 10px; background: #eee; padding-left: 5px; padding-right: 5px; width: 107px; }
|
|
|
|
.allowedQualities, .otherQualities { list-style-type: none; margin: 0; padding: 0; float: left; margin-right: 10px; background: #eee; padding: 5px; width: 148px;}
|
|
|
|
.allowedQualities, .otherQualities { list-style-type: none; float: left; margin-right: 10px; background: #eee; padding-left: 5px; padding-right: 5px; padding-top:6px; width: 112px; -khtml-border-radius:8px;border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px; }
|
|
|
|
#sortable1 li, #sortable2 li { margin: 5px; padding: 5px; font-size: 1.2em; width: 120px; }
|
|
|
|
#sortable1 li, #sortable2 li { margin: 5px; margin-left: 0px; padding: 0px; font-size: 1.2em; width: 100px; -khtml-border-radius:8px;border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px; }
|
|
|
|
|
|
|
|
#sortable1 li { background: #ddd; }
|
|
|
|
|
|
|
|
#sortable2 li { background: #DAA2A2; }
|
|
|
|
|
|
|
|
.sortableHeader { margin:2px; margin-left:12px }
|
|
|
|
|
|
|
|
#sortable1 li.ui-state-highlight, #sortable2 li.ui-state-highlight { background: #fbf5d0; }
|
|
|
|
|
|
|
|
.removeDiv { float: left; display:block; }
|
|
|
|
|
|
|
|
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
<script type="text/javascript">
|
|
|
@ -34,21 +40,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
<div class="userProfileSectionEditor">
|
|
|
|
<div class="userProfileSectionEditor">
|
|
|
|
|
|
|
|
|
|
|
|
<fieldset>
|
|
|
|
<fieldset style="width:275px; margin:5px;">
|
|
|
|
<%--<label><%= Model.Name %></label>--%>
|
|
|
|
<%--<label><%= Model.Name %></label>--%>
|
|
|
|
|
|
|
|
|
|
|
|
<%= Html.TextBoxFor(m => m.AllowedString, new { @id = "allowedString", @style = "display:none" })%>
|
|
|
|
<%= Html.TextBoxFor(m => m.AllowedString, new { @id = "allowedString", @style = "display:none" })%>
|
|
|
|
<%--<%= Html.TextBoxFor(m => m.AllowedString, new { @id = "allowedString" })%>--%>
|
|
|
|
|
|
|
|
<%--<%= Html.TextBox("Name", "Empty", new { @id = "allowedString2" })%>--%>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="editor-label">
|
|
|
|
<div class="config-group" style="width: 250px">
|
|
|
|
<%= Html.LabelFor(x => x.Name)%>
|
|
|
|
<div class="config-title"><%= Html.LabelFor(x => x.Name)%></div>
|
|
|
|
</div>
|
|
|
|
<div class="config-value"><%= Html.TextBoxFor(x => x.Name)%></div>
|
|
|
|
<div class="editor-field">
|
|
|
|
<div class="config-validation"><%= Html.ValidationMessageFor(x => x.Name)%></div>
|
|
|
|
<%= Html.TextBoxFor(x => x.Name) %>
|
|
|
|
|
|
|
|
<%= Html.ValidationMessageFor(x => x.Name)%>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="removeDiv"><a href="#" class="deleteRow">Remove</a></div>
|
|
|
|
|
|
|
|
<br />
|
|
|
|
|
|
|
|
|
|
|
|
<div class="hiddenProfileDetails">
|
|
|
|
<div class="hiddenProfileDetails">
|
|
|
|
<%= Html.TextBoxFor(x => x.ProfileId, new { @style = "display:none" })%>
|
|
|
|
<%= Html.TextBoxFor(x => x.ProfileId, new { @style = "display:none" })%>
|
|
|
|
<%= Html.CheckBoxFor(x => x.UserProfile, new { @style = "display:none" })%>
|
|
|
|
<%= Html.CheckBoxFor(x => x.UserProfile, new { @style = "display:none" })%>
|
|
|
@ -57,8 +62,8 @@
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
|
|
|
|
|
|
|
|
<div class="allowedQualities">
|
|
|
|
<div class="allowedQualities">
|
|
|
|
<h4 style="padding:0">Allowed</h4>
|
|
|
|
<h4 class="sortableHeader">Allowed</h4>
|
|
|
|
<ul id="sortable1" class="connectedSortable" title>
|
|
|
|
<ul id="sortable1" class="connectedSortable">
|
|
|
|
<% if (Model.Allowed != null) { %>
|
|
|
|
<% if (Model.Allowed != null) { %>
|
|
|
|
<%for (int i = 0; i < Model.Allowed.Count(); i++){%>
|
|
|
|
<%for (int i = 0; i < Model.Allowed.Count(); i++){%>
|
|
|
|
<li class="ui-state-default" id="<%= Model.Allowed[i].ToString() %>">
|
|
|
|
<li class="ui-state-default" id="<%= Model.Allowed[i].ToString() %>">
|
|
|
@ -71,7 +76,7 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="otherQualities">
|
|
|
|
<div class="otherQualities">
|
|
|
|
<h4 padding-left="10px">Not-Allowed</h4>
|
|
|
|
<h4 class="sortableHeader">Not-Allowed</h4>
|
|
|
|
<ul id="sortable2" class="connectedSortable">
|
|
|
|
<ul id="sortable2" class="connectedSortable">
|
|
|
|
<% var qualitiesList = (List<QualityTypes>) ViewData["Qualities"]; %>
|
|
|
|
<% var qualitiesList = (List<QualityTypes>) ViewData["Qualities"]; %>
|
|
|
|
|
|
|
|
|
|
|
@ -97,7 +102,8 @@
|
|
|
|
<% } %>
|
|
|
|
<% } %>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="removeDiv"><a href="#" class="deleteRow">Remove</a></div>
|
|
|
|
<br />
|
|
|
|
|
|
|
|
|
|
|
|
</fieldset>
|
|
|
|
</fieldset>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<% } %>
|
|
|
|
<% } %>
|