Exemplo n.º 1
0
    echo '</div>';
    echo '<div class="col-sm-5">';
    dumpBootTextField("FinancingProvider2", "FinancingProvider2", 160, 200000, '', "Financing Provider", "Financing Provider");
    echo '</div>';
    echo '</div>';
    echo '<div class="row show-grid" style="margin-left: 5px; margin-top: 15px;">';
    echo '<div class="col-sm-5">';
    dumpBootTextField("FinancingProvider3", "FinancingProvider3", 160, 200000, '', "Financing Provider", "Financing Provider");
    echo '</div>';
    echo '<div class="col-sm-5">';
    dumpBootTextField("FinancingProvider4", "FinancingProvider4", 160, 200000, '', "Financing Provider", "Financing Provider");
    echo '</div>';
    echo '</div>';
    echo '<div class="row show-grid" style="margin-left: 5px; margin-top: 15px;">';
    echo '<div class="col-sm-10">';
    dumpBootTextField("DataSource", "DataSource", 160, 200000, '', "Data Source", "Data Source");
    echo '</div>';
    echo '</div>';
    echo '<div class="row show-grid" style="margin-left: 5px; margin-top: 15px;">';
    echo '<div class="col-sm-3">';
    displayFinancingTypePulldown("FinancingType", $FinancingType, "Financing Type");
    echo '</div>';
    echo '</div>';
    dumpLeavePopupSubmitButton("Update", "Update", "Save", "CleanLeavePage();", true);
    saveExtraParams(array("FundingID", "CompanyID"));
    echo '</form>';
} else {
    echo '<div class="Err">Error retreiving founder information</div>';
}
// finish up the form
include "../Includes/Footer.php";
Exemplo n.º 2
0
    echo '</div>';
    echo '</div>';
    echo '<div class="row show-grid" style="margin-left: 5px; margin-top: 5px;">';
    echo '<div class="col-sm-3">';
    dumpBootTextField("PositionHeld", "PositionHeld", 10, 30, ' ', "Position Held");
    echo '</div>';
    echo '<div class="col-sm-3">';
    dumpBootTextField("Seniority", "Seniority", 10, 30, ' ', "Seniority");
    echo '</div>';
    echo '<div class="col-sm-3">';
    dumpBootTextField("Industry", "Industry", 10, 30, ' ', "Industry");
    echo '</div>';
    echo '</div>';
    echo '<div class="row show-grid" style="margin-left: 5px; margin-top: 5px;">';
    echo '<div class="col-sm-3">';
    dumpBootTextField("Sector", "Sector", 10, 30, ' ', "Sector");
    echo '</div>';
    echo '<div class="col-sm-6">';
    dumpBootTextAreaField("WorkHisDetail", "WorkHisDetail", 1, 160, 2000, "Details");
    echo '</div>';
    echo '</div>';
    dumpLeavePopupSubmitButton("Update", "Update", "Save", "CleanLeavePage();", true);
    // save some form params
    saveExtraParams(array("FounderID", "CompanyID"));
    // end the form
    echo '</form>';
} else {
    echo '<div class="Err">Error retreiving founder information</div>';
}
// finish up the form
include "../Includes/Footer.php";
Exemplo n.º 3
0
 echo '</br>';
 echo '<table style="margin-left: 20px; width: 900px;">';
 echo '<tr>';
 //First name
 echo '<td width="12%" class="bold">';
 echo 'Amount';
 echo '</td>';
 echo '<td width="25%" style="padding-right: 20px">';
 dumpBootTextField("Amount", "Amount", 10, 35, '', "Amount");
 echo '</td>';
 //Middle Initials
 echo '<td width="12%" class="bold">';
 echo 'AcquisitionDate';
 echo '</td>';
 echo '<td width="25%" style="padding-left: 10px">';
 dumpBootTextField("Date", "Date", 10, 255, '', "Date");
 echo '</td>';
 echo '</tr>';
 echo '<br>';
 //Homepage
 echo '<table style="margin-left: 20px; width: 900px;">';
 echo '<tr>';
 echo '<td class="bold" width="16%">Source</td>';
 echo '<td>';
 dumpBasicTextAreaField("Source", "Source", 4, 140, 2000);
 echo '</td>';
 echo '</tr>';
 echo '</table>';
 echo '<br>';
 //Check Website Button
 dumpLeavePopupSubmitButton("Update", "Update", "Save", "CleanLeavePage();", true);
Exemplo n.º 4
0
 dumpBootTextField("MoveoutDate", "MoveoutDate", 10, 10, '', "");
 echo '</td>';
 /*     echo '<td width="10%" class="bold">';
        echo 'Org. Affiliation';
        echo '</td>';
        
        echo '<td width="20%" style="padding-right: 5px">';
        displayAffiliationIDPulldown("AffiliationID", $AffiliationID);
        echo '</td>';
        echo '</tr>';   */
 echo '<tr>';
 echo '<td width="10%" class="bold">';
 echo 'DUNS';
 echo '</td>';
 echo '<td width="20%" style="padding-right: 5px">';
 dumpBootTextField("DUNS", "DUNS", 10, 255, '', "");
 echo '</td>';
 echo '<td width="10%" class="bold">';
 echo 'ClosureType';
 echo '</td>';
 echo '<td width="20%" style="padding-right: 5px">';
 displayClosureTypePulldown("ClosureType", $ClosureType, true);
 echo '</td>';
 echo '<td width="10%" class="bold">';
 echo 'Entry Type';
 echo '</td>';
 echo '<td width="20%" style="padding-right: 5px">';
 displayEntryTypePulldown("EntryType", $EntryType);
 echo '</td>';
 echo '</tr><tr>';
 echo '<td width="10%" class="bold">';
Exemplo n.º 5
0
 echo '<tr>';
 echo '<td width="12%" class="bold">';
 echo 'Email';
 echo '</td>';
 echo '<td width="25%" style="margin-left:30px">';
 dumpBootTextField("Email", "Email", 10, 50, '', "Email ex: Name@example.com");
 echo '</td>';
 echo '</tr>';
 echo '</table>';
 echo '<br>';
 //Homepage
 echo '<table style="margin-left: 20px; width: 900px;">';
 echo '<tr>';
 echo '<td class="bold" width="16%">Homepage</td>';
 echo '<td>';
 dumpBootTextField("Homepage", "Homepage", 100, 200, '', "Website ex:www.example.com or example.com");
 echo '</td>';
 //Check Website Button
 echo '<td width="25%" style="padding-right: 20px"> &nbsp&nbsp';
 directBlankButton("CheckWebsite", "CheckWebsite", "View", "openBlankWindow()", true);
 echo '</td>';
 echo '</tr>';
 echo '<tr>';
 echo '<td class="bold" width="16%">Additional Homepages</td>';
 echo '<td>';
 echo '<br>';
 // dumpBootTextField("HomepageSource", "HomepageSource", 100, 200, '', "");
 dumpBasicTextAreaField("HomepageSource", "HomepageSource", 6, 160, 2000);
 echo '</td>';
 //Check Website Button
 echo '</tr>';
Exemplo n.º 6
0
echo '<form action="PreviousOtherNames.php" method="post">';
// message for the user on post operations
if (isset($validationMessage) && !empty($validationMessage)) {
    echo '<div class="' . ($validated == true ? 'info' : 'err') . '">' . $validationMessage . '</div>';
}
// add in a refresh button for the page
dumpBasicSubmitButton("Refresh", "Refresh", "Refresh page", true);
echo '</br>';
// add a div tag for the grid
echo '</br><div style="margin-left: 20px;" id="PreviousOtherNamesDiv"></div>';
echo '</br>';
// save the passed in company name for the return post;
echo '<div style="margin-left: 20px;"';
echo '<div class="row show-grid">';
echo '<div class="col-md-5">';
dumpBootTextField("NewAliasName", "NewAliasName", 1000, 1000, '', "Add Alias");
echo '</div>';
echo '<div class="col-md-5">';
dumpBasicSubmitButton("AddAlias", "AddAlias", "Add Alias", true);
echo '</div>';
echo '</div>';
echo '</div>';
// save php variables to hidden fields on the form
saveExtraParams(array("CompanyID"));
echo '</form>';
// finish up the form
include "../Includes/Footer.php";
/****************************************************************************
RENCI Open Source Software License
The University of North Carolina at Chapel Hill
Exemplo n.º 7
0
    echo '<br>';
    // add a div tag for the grid
    echo '<div style="margin-left: 20px; margin-top: 15px;" id="FounderEduListDiv"></div>';
    echo '<table id="list"></table>';
    echo '<div id="pager"></div>';
    echo '<form name = "myform" action="FounderEdu.php" method="post" class="form-horizontal" role="form" onSubmit="return ValidateForm()">';
    // create the section header
    echo '<div class="row show-grid" style="margin-left: 5px; margin-top: 15px;">';
    echo '<div class="col-sm-2">';
    dumpBootTextField("NewDegreeFrom", "NewDegreeFrom", 10, 30, ' ', "Degree From");
    echo '</div>';
    echo '<div class="col-sm-2">';
    displayYearPulldown("NewGraduatedYr", "-1", true);
    echo '</div>';
    echo '<div class="col-sm-3">';
    dumpBootTextField("NewMajor", "NewMajor", 10, 30, ' ', "Major");
    echo '</div>';
    echo '<div class="col-sm-2">';
    displayDegreeTypePulldown("NewDegreeType", "0", true);
    echo '</div>';
    echo '</div>';
    dumpLeavePopupSubmitButton("Update", "Update", "Save", "CleanLeavePage();", true);
    saveExtraParams(array("FounderID", "FounderEduID"));
    echo '</form>';
} else {
    echo '<div class="Err">Error retreiving founder education information</div>';
}
// finish up the form
include "../Includes/Footer.php";
/****************************************************************************
RENCI Open Source Software License
Exemplo n.º 8
0
echo '</div>';
// add a div tag for the grid
echo '<div style="margin-left: 25%;" id="FundingSourceListDiv"></div><br>';
echo '<div style="margin-left: 23%;">';
echo '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;';
echo '<b>Funding Source: </b>&nbsp;';
dumpBootTextField("SourceName", "SourceName", 15, '', "");
echo '&nbsp;';
dumpBasicSubmitButton("AddFundingSource", "AddFundingSource", "Add", true);
echo '</div>';
echo '<br><br><br>';
echo '<div style="margin-left: 25%;" id="FundingTypeListDiv"></div><br>';
echo '<div style="margin-left: 23%;">';
echo '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;';
echo '<b>Funding Type: </b>&nbsp;';
dumpBootTextField("TypeName", "TypeName", 15, '', "");
echo '&nbsp;';
dumpBasicSubmitButton("AddFundingType", "AddFundingType", "Add", true);
echo '</div>';
// add a div tag for the grid
echo '</form>';
// finish up the form
include "../Includes/Footer.php";
/****************************************************************************
RENCI Open Source Software License
The University of North Carolina at Chapel Hill

The University of North Carolina at Chapel Hill (the "Licensor") through
its Renaissance Computing Institute (RENCI) is making an original work of
authorship (the "Software") available through RENCI upon the terms set
forth in this Open Source Software License (this "License").  This License
Exemplo n.º 9
0
        $validationMessage = "Please enter a Company name.";
    }
}
// output the basic header HTML
include "../Includes/header.php";
if (isset($validationMessage) && !empty($validationMessage)) {
    echo '<div class="' . ($validated == true ? 'info' : 'err') . '">' . $validationMessage . '</div>';
}
echo '<form action="EnterCompanyID.php" method="post">';
echo '<table style="margin-left: 20px; width: 900px;">';
echo '<tr>';
echo '<td width="30%" class="bold">';
echo 'Please enter your Company ID: ';
echo '</td>';
echo '<td width="70%" style="padding-right: 5px">';
dumpBootTextField("CompanyID", "CompanyID", 10, 50, '', "CompanyID");
echo '</td>';
echo '</tr>';
echo '<tr>';
echo '<td width="30%" style="padding-right: 5px">';
directBlankButton("Direct", "Direct", "Direct to page", "openBlankWindow()", true);
echo '</td>';
echo '</tr>';
echo '</table>';
echo '<div class="info" style="margin-left: 10px; margin-top: 15px;">Enter a Company Name: </div>';
echo '<div class="row" style="margin-left: 10px;">';
echo '<div class="col-md-3">';
//dumpBootTextField("SearchCompanyName", "SearchCompanyName", 35, 35, '', "Search Company Name");
dumpSearchBootTextField("SearchCompanyName", "SearchCompanyName", "autocomplet()", 35, 35, '', "Search Company Name");
echo "<ul id='SearchCompanyNameList'></ul>";
echo '</div>';
Exemplo n.º 10
0
dumpQuickLinks(array(array("ID" => "CompanyDetails", "url" => '../Company/CompanyDetails.php?CompanyID=' . $CompanyID, "name" => "Back To Company Details")));
// message for the user on post operations
if (isset($validationMessage) && !empty($validationMessage)) {
    echo '<div class="' . ($validated == true ? 'info' : 'err') . '">' . $validationMessage . '</div>';
}
echo '</br>';
// create a new form
echo '<form action="CompanyTechnologies.php" method="post">';
// add a div tag for the grid
echo '</br><div style="margin-left: 5px;" id="TechnologiesListDiv"></div></br>';
echo '<table>';
echo '<td>';
echo '&nbsp;&nbsp;Technology&nbsp;&nbsp;';
echo '</td>';
echo '<td>';
dumpBootTextField("Technology", "Technology", 20, 1000, '', "");
echo '</td>';
echo '</table>';
echo '<br>';
echo '<br><br>';
echo '<div style="margin-left: 20px;">';
dumpBasicSubmitButton("Refresh", "Refresh", "Refresh page", true);
echo '&nbsp&nbsp&nbsp';
dumpBasicSubmitButton("AddTechnologies", "AddTechnologies", "Add", true);
echo '</div>';
// save the passed in company name for the return post
saveExtraParams(array("CompanyID"));
echo '</form>';
// finish up the form
include "../Includes/Footer.php";
/****************************************************************************
Exemplo n.º 11
0
 echo '<td width="12%" class="bold">';
 //echo 'Details';
 echo '</td>';
 echo '<td width="25%"  style="padding-left: 10px;">';
 //dumpBootTextField("IPODetails", "IPODetails", 10, 35, '', "IPODetails");
 echo '<div class="bold" style="padding-top: 10px; padding-left: 18px; color: DodgerBlue">';
 echo 'If you cannot find the Source in the top section drop-down menu, then enter it here.';
 echo '</div>';
 echo '</td>';
 echo '</tr>';
 echo '<tr style="display:none" class = "f34">';
 echo '<td width="12%" class="bold" style="padding-bottom: 20px">';
 echo 'Realized IPO Source';
 echo '</td>';
 echo '<td width="25%" style="padding-right: 20px; padding-bottom: 20px" >';
 dumpBootTextField("IPOSource", "IPOSource", 10, 35, '', "IPOSource");
 echo '</td>';
 //echo '<td width="12%" class="bold" style="padding-bottom: 20px">';
 //echo 'ClosureSource';
 echo '</td>';
 echo '<td width="12%" class="bold">';
 //echo 'Details';
 echo '</td>';
 echo '<td width="25%"  style="padding-left: 10px;">';
 //dumpBootTextField("ClosureSource", "ClosureSource", 10, 35, '', "ClosureSource");
 //dumpBootTextField("IPODetails", "IPODetails", 10, 35, '', "IPODetails");
 echo '</td>';
 echo '</tr>';
 echo '<tr style="display:none" class = "f35">';
 echo '<td class="bold">Details</td>';
 echo '<td>';
Exemplo n.º 12
0
 echo '</td>';
 //Middle Initials
 echo '<td width="12%" class="bold">';
 echo 'Date';
 echo '</td>';
 echo '<td width="25%" style="padding-left: 10px">';
 dumpBootTextField("Date", "Date", 10, 255, '', "Date");
 echo '</td>';
 echo '</tr>';
 //Last Name
 echo '<tr>';
 echo '<td width="12%" class="bold">';
 echo 'Amount';
 echo '</td>';
 echo '<td width="25%" style="padding-right: 20px">';
 dumpBootTextField("Amount", "Amount", 10, 35, '', "Amount");
 echo '</td>';
 echo '</tr>';
 echo '</table>';
 echo '<br>';
 //Homepage
 echo '<table style="margin-left: 20px; width: 900px;">';
 echo '<tr>';
 echo '<td class="bold" width="16%">Source</td>';
 echo '<td>';
 dumpBasicTextAreaField("Source", "Source", 4, 140, 2000);
 echo '</td>';
 echo '</tr>';
 echo '</table>';
 echo '<br>';
 //Check Website Button
Exemplo n.º 13
0
 dumpBasicTextAreaField("S12", "S12", 10, 200, 2000);
 echo '</td>';
 echo '</tr>';
 //echo '</div>';
 // echo '<div style="display:none" id = "d13">';
 echo '<tr style="display:none" class = "d131">';
 echo '<td class="bold" style="padding-top: 20px; padding-bottom: 20px; color: DodgerBlue">';
 echo 'Product Development: ';
 echo '</td>';
 echo '</tr>';
 echo '<tr style="display:none" class = "d132">';
 echo '<td width="12%" class="bold">';
 echo 'ProductDate';
 echo '</td>';
 echo '<td width="25%" style="padding-right: 20px;" >';
 dumpBootTextField("ProductDate", "ProductDate", 10, 35, '', "ProductDate");
 echo '</td>';
 echo '<td width="12%" class="bold">';
 echo 'ProductType';
 echo '</td>';
 echo '<td width="25%"  style="padding-left: 10px;">';
 ProductTypePulldown("ProductType", $ProductType, true);
 echo '</td>';
 echo '</tr>';
 echo '<tr style="display:none" class = "d133">';
 echo '<td width="12%" class="bold" style="padding-bottom: 20px">';
 //echo 'ProductType';
 echo '</td>';
 echo '<td width="25%" style="padding-right: 20px; padding-bottom: 20px" >';
 //dumpBootTextField("ProductType", "ProductType", 10, 35, '', "ProductType");
 //ProductTypePulldown("ProductType", $ProductType, true);