Вы находитесь на странице: 1из 3

@{ ViewBag.Title = "Submission Review"; } <link rel="stylesheet" href="/Content/jquery-ui-1.10.4.custom.css"> <script src="/Scripts/jquery-ui-1.10.4.custom.js"></script> <script src="/Scripts/jquery-ui-1.10.4.custom.min.js"></script> <link rel="stylesheet" href="/Content/jquery-ui-1.10.4.custom.min.

css"> <h2 style="text-align:center">Submission Review</h2> <hr style="color:black; width:75%; margin-top: 20px; height: -28px;" /> <h3 style="text-align:left">Details</h3> <table> <tr style="height:30px"> <td style="width:30%">Report Type:</td> <td>Corruption</td> </tr> <tr style="height:30px"> <td style="width:30%">Offending Organization: </td> <td>ABC</td> </tr> <tr style="height:30px"> <td style="width:30%">Offending Individual: </td> <td>XYZ</td> </tr> <tr style="height:30px"> <td style="width:30%">Offence Location: </td> <td>XYZ</td> </tr> <tr style="height:30px"> <td style="width:30%">Offence Start Date: </td> <td>01/01/2014</td> </tr> <tr style="height:30px"> <td style="width:30%">Offence End Date: </td> <td>01/02/2014</td> </tr> <tr style="height:30px"> <td style="width:30%">Offence Severity: </td> <td>3</td> </tr> <tr style="height:30px; text-align:start"> <td style="width:30%; vertical-align:top">Offence Details: </td> <td> The crimes are usually grouped together in common law countries as a legacy of the Offences against the Person Act 1861. Although most sexual offences will also be offences against the pers on,for various reasons (including sentencing and registration of offenders) sexu al crimes are usually categorised separately. Similarly, although many homicides also involve an offence against the person, they are usually categorised under the more serious category. <td> </tr> <tr style="height:30px"> <td style="width:30%">Offence Severity: </td> <td>3</td> </tr> </table>

<h3 style="text-align:left; "> Personal Details</h3> <table style="width:100%;"> <tr style="height:30px"> <td style="width:30%">Email Address: </td> <td>6gDevelopers@gmail.com</td> </tr> <tr style="height:30px"> <td style="width:30%">Mailing Address:</td> <td></td> </tr> <tr style="height:30px"> <td style="width:30%">First Name: </td> <td>Gaurav</td> </tr> <tr style="height:30px"> <td style="width:30%">Last Name: </td> <td>Dabas</td> </tr> <tr style="height:30px"> <td style="width:30%">Phone Number: </td> <td>6137978252</td> </tr> </table> <div style="text-align:center;"> @Html.ActionLink("Edit", "ReportForm", "ReportForm", null, new { @class = "b tn btn-default" }) &nbsp; &nbsp; @Html.ActionLink("Confirm", "SubmissionResult", "Confirmation", null, new { @class = "btn btn-default" }) </div>

@{ ViewBag.Title = "Confirm"; } <h2 style="text-align:center">Your Submission is Sucessfull</h2> <h3 style="color:red; text-align:center ">xA671098G</h3>

<p style="margin-left:30%;">Copy your reference number, You Need this number for further communications</p>

Вам также может понравиться