Using a view as Create and Detail Method, Organize TimeLine


Using a view as Create and Detail Method, Organize TimeLine



What I'm trying to do:



I'm trying to Add to the Candidate history (Description and Title, and DateTime.Now), Here is a image representation of what I want and what I managed to do:



https://i.imgur.com/ryDuXH6.png



Also how can I add to the timeline to the left side when the select option is "candidate", and right side when it's "Hitachi", the property for that is adding timeline-Inverted to the <li> Class.


timeline-Inverted


<li> Class



What I have now:


@model HCCBPOHR.Data.Candidate

@{
ViewData["Title"] = "CandidateHistory";
}

<h2>Canidate - @Model.Name</h2>

<label>History</label>
<hr />



History Of @Model.Name








  • @*
  • *@
    @*Isto é para inverter o lado*@





    Title



    @Model.DateOfDescription.ToShortDateString()




    @Model.Description



    </div>
    </li>
    </ul>
    </div>
    </div>





    <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModal" data-whatever="@Model.Saving"> Add History Description</button>


Popular posts from this blog

paramiko-expect timeout is happening after executing the command

Opening a url is failing in Swift

Export result set on Dbeaver to CSV