Commit db5a1415 by Nilu

S12839018 # Client - Incoming Issues (raised by Client) #Formatting and details incorrect

parent 68b08f47
...@@ -462,18 +462,14 @@ ...@@ -462,18 +462,14 @@
</span> </span>
<% <%
} }
else
{
%> %>
<span class="appli-percen gray"><oneit:toString value="<%= rating %>" mode="PercentageWholeNumber" /></span> <span class="appli-percen gray"><oneit:toString value="<%= rating %>" mode="PercentageWholeNumber" /></span>
<span class="appli-progress-bar"> <span class="appli-progress-bar">
<div class="progress"> <div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="<%= rating %>" aria-valuemin="0" aria-valuemax="100" style="width:<%= rating %>%"></div> <div class="progress-bar" role="progressbar" aria-valuenow="<%= rating %>" aria-valuemin="0" aria-valuemax="100" style="width:<%= rating %>%"></div>
</div> </div>
</span> </span>
<% <%
}
if(reqAnswersByImportance.getValuesForKey(importance)!=null) if(reqAnswersByImportance.getValuesForKey(importance)!=null)
{ {
%> %>
......
...@@ -241,19 +241,6 @@ ...@@ -241,19 +241,6 @@
<% <%
} }
%> %>
<!--
No button provided to edit a record, hence hiding this section
<div class="user-list-row">
<div class="m-save-user">
<input type="text" placeholder="First Name" class="form-control" />
<input type="text" placeholder="Surname" class="form-control" />
<input type="text" placeholder="Email" class="form-control" />
</div>
<div class="save-button">
<input type="button" class="btn btn-save" value="save">
</div>
</div>
-->
<div class="seperator-dots"><span class="dot"></span><span class="dot"></span><span class="dot"></span></div> <div class="seperator-dots"><span class="dot"></span><span class="dot"></span><span class="dot"></span></div>
<% <%
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment