tiseza_oss_live/Views/NewCOI/PickUpOfficeNew.cshtml

253 lines
16 KiB
Plaintext

@using OSS.Models
@model ApplicationManager
@{
Layout = "~/Views/Shared/_Layout.cshtml";
}
<link href="~/Content/assets/css/tables/table-basic.css" rel="stylesheet" type="text/css" />
<link href="~/Content/assets/css/components/tabs-accordian/custom-tabs.css" rel="stylesheet" type="text/css" />
<div class="col-lg-12 layout-spacing">
<div class="statbox widget box box-shadow">
<div class="widget-header">
<div class="row">
<div class="col-md-12 col-sm-12 col-12">
<br />
<h5 class="text-primary">
&nbsp; COMPANY
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="feather feather-arrow-right">
<line x1="5" y1="12" x2="19" y2="12"></line>
<polyline points="12 5 19 12 12 19"></polyline>
</svg>
Attachments
</h5>
<hr />
</div>
</div>
<div class="widget-content widget-content-area border-top-tab">
<ul class="nav nav-tabs mb-3 mt-3" id="borderTop" role="tablist">
<li class="nav-item">
<a class="nav-link" data-toggle="" role="tab"
href="@Url.Action("RedirectCompany","NewCOI")"
aria-controls="border-top-home" aria-selected="true">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="feather feather-home">
<path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
<polyline points="9 22 9 12 15 12 15 22"></polyline>
</svg>
&nbsp; Company Details
</a>
</li>
<li>
<a class="nav-link" href="@Url.Action("RedirectProject","NewCOI")"
role="tab" aria-controls="border-top-profile" aria-selected="false">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="feather feather-user">
<path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path>
<circle cx="12" cy="7" r="4"></circle>
</svg>
Project Details
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="@Url.Action("FinancingDetailsExternal","Company")"
role="tab" aria-controls="border-top-profile" aria-selected="false">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="feather feather-paperclip">
<path
d="M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1
5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48">
</path>
</svg>
Financing
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="@Url.Action("AttachmentsNew","NewCOI")"
role="tab" aria-controls="border-top-profile" aria-selected="false">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="feather feather-paperclip">
<path
d="M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1
5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48">
</path>
</svg>
Attachments
</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="@Url.Action("PickUpOfficeNew","NewCOI")"
role="tab" aria-controls="border-top-profile" aria-selected="false">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="feather feather-shopping-cart">
<circle cx="9" cy="21" r="1"></circle>
<circle cx="20" cy="21" r="1"></circle>
<path d="M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0
2-1.61L23 6H6"></path>
</svg>
Pick-up Office
</a>
</li>
<li class="nav-item">
<a class="nav-link disabled" href="@Url.Action("PostCMInvoice","PublicCompany")"
role="tab" aria-controls="border-top-profile" aria-selected="false">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="feather feather-paperclip">
<path
d="M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1
5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48">
</path>
</svg>
Payment
</a>
</li>
</ul>
<div class="tab-content">
<div class="tab-pane fade show active" id="border-top-home" role="tabpanel">
@using (Html.BeginForm("Payment", "NewCOI", FormMethod.Post,
new { id = "social", @novalidate = "novalidate",
@class = "needs-validation text-left section social",
enctype = "multipart/form-data" }))
{
@Html.AntiForgeryToken()
<div class="info" id="showActivityForm">
<div style="color:red">@ViewBag.Error</div>
<div class="row">
<div class="col-md-11 mx-auto">
<div class="row">
<div class="col-md-6">
<h4 class="text-primary">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round"
stroke-linejoin="round"
class="feather feather-arrow-right-circle">
<circle cx="12" cy="12" r="10"></circle>
<polyline points="12 16 16 12 12 8"></polyline>
<line x1="8" y1="12" x2="16" y2="12"></line>
</svg>
&nbsp;Select Pick-up office
</h4>
<hr />
<label for="validationCustom05" class="text-black">
Select One of the Available Pick-up Office
</label>
@Html.DropDownListFor(m => m.Station, new List<SelectListItem> {
new SelectListItem{ Text="List of Available TISEZA-Offices", Value = "", Selected= true},
new SelectListItem{ Text="HEAD-OFFICE:(Golden Jubilee Tower, Garden Avenue, P.O. Box 938, Mobile:+255737879087)", Value = "HQ" },
new SelectListItem{ Text="SOUTHERN HIGHLAND ZONE:(NBC Building, Karume Avenue,P.o. Box 1361,Mbeya,Mobile +255(784)771773)", Value = "Mbeya" },
new SelectListItem{ Text="NORTHERN ZONE:(Arusha Road Street,P.O. Box 7735,Moshi : Kilimanjaro,Tel: +255(27)2751066)", Value = "Moshi" },
new SelectListItem{ Text="CENTRAL ZONE:(Dodoma Municipal Council Building 2nd Floor,P.O. Box 2875,Tel: +255 754592415)", Value = "Dodoma" },
new SelectListItem{ Text="LAKE ZONE:(Kenyatta Road,Mwanza,P.O. Box 638Tel: +255(28)2540871/2)", Value = "Mwanza" },
}, new { @class = "selectpicker form-control", @id = "Station", @required = "true" })
<div class="invalid-feedback">Please Select</div>
</div>
<div class="col-md-6">
<h4 class="text-primary">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round"
stroke-linejoin="round"
class="feather feather-arrow-right-circle">
<circle cx="12" cy="12" r="10"></circle>
<polyline points="12 16 16 12 12 8"></polyline>
<line x1="8" y1="12" x2="16" y2="12"></line>
</svg>
&nbsp;Select Currency
</h4>
<hr />
<label for="validationCustom05" class="text-black">Currency</label>
@Html.DropDownListFor(m => m.Currency, new List<SelectListItem> {
//new SelectListItem{ Text="List of allowed currency", Value = "", Selected= true},
new SelectListItem{ Text="TZS", Value = "TZS" },
// new SelectListItem{ Text="USD", Value = "USD" },
}, new { @class = "selectpicker form-control", @id = "Currency", @required = "true" })
<div class="invalid-feedback">Please Select.</div>
</div>
<div class="col-md-12">
<div class="card-body">
<br />
<h5 class="card-title">Declaration</h5>
<p class="card-text">
TISEZA takes notes that all the details provided in this
application are correct. TISEZA will not be responsible for
any false details provided in this application. Once your
application has been received, it will take 1-3 business
days to process your application.
</p>
<div class="col-md-6">
@Html.CheckBoxFor(m => m.declaration, new {
@name = "declaration",
@class = "form-check-input",
@id = "declaration",
@required = "true"
})
<div class="invalid-feedback">Please tick.</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br />
<hr />
<div class="col-md-11 mx-auto">
<div class="row">
<div class="col-md-6">
<div class="d-flex justify-content-left">
<a class="btn btn-primary btn-lg mt-2"
href="/NewCOI/AttachmentsNew/">Previous</a>
</div>
</div>
<div class="col-md-6">
<div class="d-flex justify-content-end">
<button type="submit"
class="btn btn-primary btn-lg mt-2">
Go to Payment
</button>
</div>
</div>
</div>
<br />
</div>
</div>
}
</div>
</div>
</div>
</div>
</div>
</div>