@Html.Partial("~/Views/Shared/_Header.cshtml")
@globalVars.Commtitles[Model.Chamber].ToUpper()
@if (displayCurrent)
{
@globalVars.Commtitles[Model.Chamber].ToUpper()
@Model.FirstName.ToUpper() @Model.LastName.ToUpper()
@if (displayCurrent)
{
}
else
{
}
.jpg)
@Model.FormalName
@if (Model.Comment != "") {@Model.Comment
} @if (displayCurrent) {Email: @Model.EMail
}
District: @Model.District
Party: @globalVars.PartyNames[Model.Party]
@if (displayCurrent) { Toll-Free: @Model.SessionContact.tollFree
}
@if (Model.Comment != "") {@Model.Comment
} @if (displayCurrent) {
Party: @globalVars.PartyNames[Model.Party]
@if (displayCurrent) { Toll-Free: @Model.SessionContact.tollFree
}
Session Contact
@Model.SessionContact.Street @Model.SessionContact.Room
@Model.SessionContact.City @Model.SessionContact.State, @Model.SessionContact.Zip
Phone: @Model.SessionContact.Phone
@if (!String.IsNullOrEmpty(@Model.SessionContact.Fax)) {Fax: @Model.SessionContact.Fax
}
@Model.SessionContact.Street @Model.SessionContact.Room
@Model.SessionContact.City @Model.SessionContact.State, @Model.SessionContact.Zip
Phone: @Model.SessionContact.Phone
@if (!String.IsNullOrEmpty(@Model.SessionContact.Fax)) {
}
Interim Contact
@Model.InterimContact.Street @Model.InterimContact.Room
@Model.InterimContact.City @Model.InterimContact.State, @Model.InterimContact.Zip
Phone: @Model.InterimContact.Phone
@if (!String.IsNullOrEmpty(@Model.InterimContact.Fax)) {Fax: @Model.InterimContact.Fax
}
}
@Model.InterimContact.Street @Model.InterimContact.Room
@Model.InterimContact.City @Model.InterimContact.State, @Model.InterimContact.Zip
Phone: @Model.InterimContact.Phone
@if (!String.IsNullOrEmpty(@Model.InterimContact.Fax)) {
}
Legislative Service
@Model.Sessions.LegislativeService()
@if (displayCurrent)
{
}
else
{
foreach (BioLines line in @Model.Bio)
{
@line.Heading:
@Html.Raw(line.Text)
Legislative Service:
-
@foreach (SessionData S in @Model.Sessions.OrderByDescending(x => x.Session))
{
int i = S.Session;
int year = i * 2 + 1957;
-
@i.Ordinal() (@year-@(year + 1))@if (Model.Sessions.Where(x => x.Session == i).Count() > 1)
{
(@S.Chamber) }
}
@Html.Partial("~/Views/Shared/MemberShared/CommitteeMembership.cshtml", Model)
Legislative Service:
-
@foreach (SessionData S in @Model.Sessions.OrderByDescending(x => x.Session))
{
int i = S.Session;
int year = i * 2 + 1957;
-
@i.Ordinal() (@year-@(year + 1))@if(Model.Sessions.Where(x=>x.Session==i).Count()>1){
(@S.Chamber) }
}
@Html.Partial("~/Views/Shared/MemberShared/BillSponsorship.cshtml")
Legislative Service:
-
@foreach (SessionData S in @Model.Sessions.OrderByDescending(x => x.Session))
{
int i = S.Session;
int year = i * 2 + 1957;
-
@i.Ordinal() (@year-@(year + 1))@if(Model.Sessions.Where(x=>x.Session==i).Count()>1){
(@S.Chamber) }
}