<%@ Page Language="C#" AutoEventWireup="true" CodeFile="CreateNewProject.aspx.cs" Inherits="ProjectDetails" %>
<%@ Register TagPrefix="obout" Namespace="OboutInc.Calendar2" Assembly="obout_Calendar2_NET" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title>Create New Project</title>
<script language="javascript">
if(self.location==top.location)self.location="Default.html";
</script>
<SCRIPT LANGUAGE="JavaScript" SRC="scripts/tabs.js">//need this</SCRIPT>
<script language="javascript" src="scripts/calendar.js"></script>
<script language="javascript" src="scripts/ClientUtilities.js"></script>
<link href="styles/StyleSheet.css" rel="stylesheet" type="text/css" />
</head>
<body background="Images/CFBC-logo2.gif">
<script language=javascript>
<!--
function ClientOnChange() {
if (typeof(Page_Validators) == "undefined")
return;
}
// -->
</script>
<form id="form1" runat="server">
<div id="pageContentDiv" style="position: absolute; top: 0px; left: 0px; font-weight:normal; font-family:Arial; font-size: 10pt; z-index: 103; width: 664px; height: 720px;">
<div id="createPPLabelDiv" style="left: 37px; width: 582px; position: absolute; top: 0px;
height: 36px; font-weight:normal; font-family:Arial; font-size: 10pt; z-index: 100;">
<asp:Label ID="createPPLabel" runat="server" Font-Bold="True" Style="z-index: 100; left: 0px;
position: absolute; top: 16px" Text="Create New Project Proposal" Font-Names="Arial" Font-Size="10pt"></asp:Label>
</div>
<div id="titleDiv" style="left: 37px; width: 582px; position: absolute; top: 0px;
height: 162px; font-weight:normal; font-family:Arial; font-size: 10pt; z-index: 100;">
<asp:Label ID="proposalStatusLabel" runat="server" Style="z-index: 103; left: 338px; position: absolute;
top: 16px" Text="Status:" Font-Names="Arial" Font-Size="10pt"></asp:Label>
<asp:DropDownList ID="proposalStatusDropDown" runat="server" Style="z-index: 104;
left: 383px; position: absolute; top: 13px" Font-Names="Arial" Font-Size="10pt" Width="184px" >
</asp:DropDownList>
<asp:Label ID="saveResultLabel" runat="server" style="left: 0px; position: absolute; top: 33px; text-align: left; z-index: 105;" ForeColor="Red" Height="11px" Width="150%"></asp:Label>
<asp:Label ID="projectTitleLabel" runat="server" Style="z-index: 106; left: 0px; position: absolute;
top: 51px" Text="Project Title:" Font-Names="Arial" Font-Size="10pt"></asp:Label>
<asp:TextBox ID="projectTitleTextBox" runat="server" Style="z-index: 107; left: 82px;
position: absolute; top: 48px" MaxLength="255" Width="479px"></asp:TextBox>
<asp:RequiredFieldValidator ID="projectTitleValidator" runat="server" ControlToValidate="projectTitleTextBox"
Display="Static" ErrorMessage="Project Title" Font-Name="Verdana" Font-Size="10"
Height="22px" InitialValue="" Style="z-index: 108; left: 73px; position: absolute;
top: 48px" Text="*" ValidationGroup="eventDetails" Width="15px" SetFocusOnError="True"></asp:RequiredFieldValidator>
<asp:Label ID="descriptionLabel" runat="server" Style="z-index: 109; left: 0px; position: absolute;
top: 80px" Text="Description:" Font-Names="Arial" Font-Size="10pt"></asp:Label>
<asp:TextBox ID="descriptionTextBox" runat="server" Height="48px" Style="z-index: 110; left: 82px;
position: absolute; top: 76px" TextMode="MultiLine" MaxLength="1000" Width="479px"></asp:TextBox>
<asp:Label ID="categoryLabel" runat="server" Style="z-index: 111; left: 0px; position: absolute;
top: 139px" Text="Category:" Font-Names="Arial" Font-Size="10pt"></asp:Label>
<asp:DropDownList ID="categoryDropDown" runat="server" Style="z-index: 112; left: 82px;
position: absolute; top: 136px" Font-Names="Arial" Font-Size="10pt">
</asp:DropDownList>
</div>
<div id="dateTimeDiv" style="z-index: 104; left: 37px; width: 582px; position: absolute; top: 185px;
height: 54px; font-weight:normal; font-family:Arial; font-size: 10pt;">
<asp:Label ID="Label5" runat="server" Style="z-index: 100; left: 0px; position: absolute;
top: 0px" Text="Event Date and Times" Font-Bold="True" Font-Names="Arial" Font-Size="10pt"></asp:Label>
<span style="z-index: 101; left: 0px; position: absolute; top: 24px">
<asp:TextBox ID="proposedDateTextBox" runat="server" Width="145px" ReadOnly="False"></asp:TextBox>
<obout:Calendar
id="eventDateCalendar"
runat="server"
DatePickerImagePath = "styles/icon2.gif"
StyleFolder="styles/style10"
TextArrowLeft=""
TextArrowRight=""
OffsetTop="-200"
OffsetLeft="0"
MonthWidth="160"
MonthHeight="130" DatePickerMode="True" TextBoxId="proposedDateTextBox" AllowDeselect="False"
/>
<asp:RequiredFieldValidator ID="proposedDateValidator" runat="server" ControlToValidate="proposedDateTextBox"
Display="Static" ErrorMessage="Project Date" Font-Name="Verdana" Font-Size="10"
Height="22px" InitialValue="" Style="z-index: 107; left: 181px; position: absolute;
top: 0px" Text="*" ValidationGroup="eventDetails" Width="15px" SetFocusOnError="True"></asp:RequiredFieldValidator>
</span>
<asp:Label ID="startTimeLabel" runat="server" Style="z-index: 102; left: 226px; position: absolute;
top: 26px" Text="Start Time:" Font-Italic="False" Font-Names="Arial" Font-Size="10pt"></asp:Label>
<asp:DropDownList ID="startHourDropDown" runat="server" Style="z-index: 104; left: 294px;
position: absolute; top: 24px" Width="44px" Font-Italic="False" Font-Names="Arial" Font-Size="10pt">
</asp:DropDownList>
<asp:Label ID="Label7" runat="server" Font-Bold="True" Style="z-index: 108; left: 340px;
position: absolute; top: 24px" Text=":" Width="4px"></asp:Label>
<asp:DropDownList ID="startMinuteDropDown" runat="server" Style="z-index: 106; left: 346px;
position: absolute; top: 24px" Width="44px" Font-Italic="False" Font-Names="Arial" Font-Size="10pt">
</asp:DropDownList>
<asp:Label ID="endTimeLabel" runat="server" Style="z-index: 103; left: 408px; position: absolute;
top: 26px" Text="End Time:" Font-Italic="False" Font-Names="Arial" Font-Size="10pt"></asp:Label>
<asp:DropDownList ID="endHourDropDown" runat="server" Style="z-index: 105; left: 471px;
position: absolute; top: 24px" Width="44px" Font-Italic="False" Font-Names="Arial" Font-Size="10pt">
</asp:DropDownList>
<asp:Label ID="Label9" runat="server" Font-Bold="True" Style="z-index: 109; left: 517px;
position: absolute; top: 24px" Text=":" Width="4px"></asp:Label>
<asp:DropDownList ID="endMinuteDropDown" runat="server" Style="z-index: 110; left: 524px;
position: absolute; top: 24px" Width="43px" Font-Italic="False" Font-Names="Arial" Font-Size="10pt">
</asp:DropDownList>
</div>
<div id="jkDetailsDiv" runat="server" style="z-index: 105; left: 37px; width: 581px; position: absolute; top: 215px;
height: 76px; font-weight:normal; font-family:Arial; font-size: 10pt;" title="Event JK" visible="true">
<asp:Label ID="jkNameLabel" runat="server" Text="Jamatkhana Name:" Style="z-index: 102; left: 3px; position: absolute;
top: 28px;" Font-Size="10pt"></asp:Label>
<asp:DropDownList ID="jkNameDropDown" runat="server" Style="z-index: 103; left: 123px;
position: absolute; top: 25px" Width="161px" Font-Names="Arial" Font-Size="10pt">
</asp:DropDownList>
</div>
<div id="participantDetails" runat="server" style="z-index: 106; left: 37px; width: 581px; position: absolute; top: 215px;
height: 135px; font-weight:normal; font-family:Arial; font-size: 10pt;" title="Participant Details" visible="true">
<asp:Label ID="expectedParticipantsLabel" runat="server" Style="z-index: 112; left: 397px; position: absolute;
top: 28px" Text="Expected Participants:" Font-Names="Arial" Font-Size="10pt" Width="139px"></asp:Label>
<asp:TextBox ID="expectedParticipantsTextBox" runat="server" Style="z-index: 113; left: 530px;
position: absolute; top: 26px" Font-Names="Arial" Font-Size="10pt"
MaxLength="50" Width="31px"></asp:TextBox>
</div>
<div id="targetSegmentDiv" style="z-index: 108; left: 38px; width: 242px; position: absolute; top: 285px;
height: 253px; font-weight:normal; font-family:Arial; font-size: 10pt;" title="Target Segments" visible="false">
<asp:Label ID="targetSegmentLabel" runat="server" Font-Bold="True" Style="z-index: 100; left: 0px;
position: absolute; top: 0px" Text="Target Segments" Font-Names="Arial" Font-Size="10pt"></asp:Label>
<asp:Label ID="PrimaryTargetLabel" runat="server" Style="z-index: 101; left: 1px; position: absolute;
top: 25px" Text="Primary:" Font-Names="Arial" Font-Size="10pt"></asp:Label>
<asp:DropDownList ID="PrimaryTargetDropDown" runat="server" Style="z-index: 103; left: 73px;
position: absolute; top: 25px" Font-Names="Arial" Font-Size="10pt">
</asp:DropDownList>
<asp:RequiredFieldValidator id="PrimaryTargetValidator" runat=server ControlToValidate="PrimaryTargetDropDown"
Display="Static" ErrorMessage="Primary Target Segment" Font-Name="Verdana" Font-Size="10"
Height="22px" InitialValue="Select One" style="z-index: 103; left: 85px; position: absolute;
top: 25px" Text="*" ValidationGroup="eventDetails" Width="15px" SetFocusOnError="True"></asp:RequiredFieldValidator>
<asp:Label ID="SecondaryTargetLabel" runat="server" Style="left: 1px; position: absolute;
top: 60px" Text="Secondary:" Font-Names="Arial" Font-Size="10pt"></asp:Label>
<asp:ListBox ID="SecondaryTargetListBox" runat="server" Style="left: 73px; position: absolute;
top: 60px" SelectionMode="Multiple" Rows="11"></asp:ListBox>
</div>
<div id="afterTargetSegmentDiv" style="left: 37px; width: 590px; position: absolute; top: 285px; height: 330px; z-index: 101;">
<div id="organizersDiv" style="z-index: 104; left: 286px; width: 295px; position: relative;
height: 235px; font-weight:normal; font-family:Arial; font-size: 10pt; top: 0px;">
<asp:Label ID="organizersLabel" runat="server" Font-Bold="True" Style="z-index: 100; left: 0px;
position: absolute; top: 0px" Text="Organizers" Font-Names="Arial" Font-Size="10pt"></asp:Label>
<asp:Label ID="boardPortfolioLabel" runat="server" Style="z-index: 101; left: 1px; position: absolute;
top: 25px" Text="Board/Portfolio:" Font-Names="Arial" Font-Size="10pt"></asp:Label>
<asp:DropDownList ID="boardPortfolioDropDown" runat="server" Style="z-index: 103; left: 94px;
position: absolute; top: 25px" Width="187px" Font-Names="Arial" Font-Size="10pt" >
</asp:DropDownList>
<asp:RequiredFieldValidator id="boardPortfolioValidator" runat=server ControlToValidate="boardPortfolioDropDown"
Display="Static" ErrorMessage="Board/Portfolio Name" Font-Name="Verdana" Font-Size="10"
Height="22px" InitialValue="Select One" style="z-index: 103; left: 85px; position: absolute;
top: 25px" Text="*" ValidationGroup="eventDetails" Width="15px" SetFocusOnError="True"></asp:RequiredFieldValidator>
<asp:Label ID="keyPartnersLabel" runat="server" Style="left: 1px; position: absolute;
top: 60px" Text="Key Partners:" Font-Names="Arial" Font-Size="10pt"></asp:Label>
<asp:ListBox ID="keyPartnerListBox" runat="server" Style="left: 94px; position: absolute;
top: 60px" Width="187px" SelectionMode="Multiple" Rows="11"></asp:ListBox>
</div>
<div id="notesDiv" style="position: absolute; left: 2px; width: 583px; top: 247px; height: 90px;">
<asp:Label ID="projectNotesLabel" runat="server" Font-Bold="True" Style="position: absolute; top: 0px"
Text="Notes" Font-Names="Arial" Font-Size="10pt"></asp:Label>
<asp:TextBox ID="projectNotesTextBox" runat="server" Height="54px" Style="position: absolute; top: 24px"
MaxLength="1000" Width="562px" TextMode="MultiLine"></asp:TextBox>
</div>
<div id="createdByUpdatedByDiv" style="left: 2px; width: 583px; position: absolute;
top: 331px; height: 37px;">
<asp:Label ID="CreatedByLabel" runat="server" Style="z-index: 105; left: 0px; position: absolute;
top: 13px" Text="Created By:" Font-Names="Arial" Font-Size="10pt"></asp:Label>
<asp:Label ID="CreatedByValueLabel" runat="server" Style="z-index: 105; left: 71px; position: absolute;
top: 13px" Text="CreatedByValue" Font-Names="Arial" Font-Size="10pt" Width="131px"></asp:Label>
</div>
<div id="saveProjectDiv" style="left: 2px; width: 583px; position: absolute;
top: 379px; height: 51px;">
<asp:CheckBox ID="sendEmailNotifCheckBox" runat="server" Style="z-index: 104; left: 2px;
position: absolute; top: 4px" Text="Send Email Notification:" TextAlign="Left" Checked="True" Enabled="False" />
<asp:Button ID="createProjectButton" runat="server"
ValidationGroup="eventDetails" OnClick="createProjectButton_Click"
Style="z-index: 101; left: 192px; position: absolute; top: 2px; width: 136px" Text="Create New Project" />
<asp:Button ID="clearFormButton" runat="server" Style="z-index: 104; left: 370px; position: absolute;
top: 2px" Text="Clear Form" OnClick="clearFormButton_Click" Width="94px" />
<asp:Label ID="saveResultLabel2" runat="server" style="left: 2px; position: absolute; top: 32px; text-align: left; z-index: 102;" ForeColor="Red" Height="11px" Width="150%"></asp:Label>
</div>
<asp:ValidationSummary ID="overallEvalSummary" runat="server"
ShowMessageBox="true" ShowSummary="false" DisplayMode="BulletList"
HeaderText="The following fields contain invalid values:" Font-Name="verdana" Font-Size="10"
style="z-index: 110; left: 603px; position: absolute; top: 25px"
ValidationGroup="eventDetails" Width="286px" />
</div>
</div>
<asp:TextBox ID="TextBox1" runat="server" Style="z-index: 102; left: 48px; position: absolute;
top: 121px" Width="558px" Visible="False">Invisible. Used for debugging only.</asp:TextBox>
</form>
</body>
</html>