Skip to content

Instantly share code, notes, and snippets.

@Jazzeroki
Created March 4, 2015 23:03
Show Gist options
  • Select an option

  • Save Jazzeroki/edb2de61f13b34d93909 to your computer and use it in GitHub Desktop.

Select an option

Save Jazzeroki/edb2de61f13b34d93909 to your computer and use it in GitHub Desktop.

Revisions

  1. Jazzeroki created this gist Mar 4, 2015.
    9 changes: 9 additions & 0 deletions Index.cshtml_gist1
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    @using (Html.BeginForm("Index", "Index", FormMethod.Post, new PowerteqDTReport.Models.IndexSystemUptime())) {
    <div class="row">
    <div class="col-sm-3"><p><h3>Start Date/Time</h3></p><p><h5>example 3/4/2015 6:00 am</h5></p><p>start date/time box @Html.EditorFor(l=> l.</p></div>
    <div class="col-sm-3"><p><h3>End Date/Time</h3></p><p><h5>example 3/4/2015 8:00 am</h5></p><p>start date/time box</p></div>
    </div>
    <div class="row">
    <div class="col-sm-3">Submit Button</div>
    </div>
    }