... loading Application
<%=text.Property%> | <%=text.Number%> | <%=text.CustomerID%> | <%=text.Status%> | <%=text.Title%> | <%=text.Entered%> | <%=text.Modified%> |
---|---|---|---|---|---|---|
<%=_case.Property%> | <%=_case.Number%> | <%=(_case.CustomerID ? _case.CustomerID : "")%> | <%=_case.Status%> | <%=_case.Title%> | <%=Date.parse(_case.Entered).toString("dd.MM.yyyy")%> | <%=Date.parse(_case.Modified).toString("dd.MM.yyyy")%> |
<% if (d.length == 0){
return;
}
else{
var c = d[0];
}%>
<%= text.title%>: <%= c.Titel %>
<%= text.description %>:
<%= c.description %>
<%= text.resolution%>:
<% if (c.resolution) print (c.resolution); %>