Ejemplo n.º 1
0
echo '</div>';
echo '</div>';
echo '<div margin-top: 100px;>';
echo "<ul id='SearchFounderNameList'></ul>";
echo '</div>';
// add a div tag for the grid
echo '<div style="margin-left: 5px; margin-top: 15px;" id="FounderListDiv"></div></br>';
// were there duplicate founders detected
if (isset($duplicatedFounder) && !empty($duplicatedFounder)) {
    echo '<div class="info">The following duplicate founders were found.</div><br>';
    // load the returned list of duplicates to a list box
    displayDuplicateFounderPulldown("dupeSelect", "dupeSelect", $duplicatedFounder, 5);
    echo '<br><br>';
    dumpBasicSubmitButton("AddSelectedFounder", "AddSelectedFounder", "Add selected Founder", true);
    // display a button to jump to the details page
    directBlankButton("ViewSelectedFounder", "ViewSelectedFounder", "View selected Founder", "directBlankWindow()", true);
    echo '<br><div id = "directErrorMessage" class = "err"></div>';
}
// save the passed in company name for the return post
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

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
Ejemplo n.º 2
0
 echo '<td width="12%" class="bold">';
 echo 'Established';
 echo '</td>';
 echo '<td width="25%">';
 displayYearPulldown("Establishment", $Establishment, true);
 echo '</td>';
 echo '</tr>';
 echo '<tr>';
 echo '<td width="12%" class="bold">';
 echo 'Company Website';
 echo '</td>';
 echo '<td width="25%" style="padding-right: 5px;">';
 dumpBootTextField("Website", "Website", 10, 255, '', "'www.example.com' or 'example.com'");
 echo '</td>';
 echo '<td width="2%" class="bold" style="padding-right: 10px;">';
 directBlankButton("CheckWebsite", "CheckWebsite", "View", "openBlankWindow()", true);
 echo '</td>';
 echo '<td width="12%" class="bold">';
 echo '</td>';
 echo '<td width="25%">';
 echo '</td>';
 echo '</tr>';
 echo '<tr>';
 echo '<td width="12%" class="bold">';
 echo 'SOS ID';
 echo '</td>';
 echo '<td width="25%" style="padding-right: 5px;">';
 dumpBootTextField("SOSID", "SOSID", 10, 1000, '', "A valid SOS code is an integer");
 echo '</td>';
 echo '<td width="2%" class="bold" style="padding-right: 10px;">';
 echo '</td>';
Ejemplo n.º 3
0
dumpSearchBootTextField("SearchCompanyName", "SearchCompanyName", "autocomplet()", 35, 35, '', "Search Company Name");
echo "<ul id='SearchCompanyNameList'></ul>";
echo '</div>';
echo '<div class="col-md-2">';
dumpBasicSubmitButton("SearchCompany", "SearchCompany", "Search", true, true);
echo '</div>';
echo '</div>';
if (isset($CompanySearchResult) && !empty($CompanySearchResult)) {
    echo '<div class="info" style="margin-left: 10px; margin-top: 15px;">The following related companies were found.</div>';
    echo '<div class="info" style="margin-left: 15px; margin-top: 15px;">';
    // load the returned list of duplicates to a list box
    displayMatchCompanyPulldown("companySelect", "companySelect", $CompanySearchResult, 5, 300);
    echo '</div>';
    echo '<div class="info" style="margin-left: 15px; margin-top: 15px;">';
    // display a button to jump to the details page
    directBlankButton("ViewSelectedCompany", "ViewSelectedCompany", "View Event for selected Company", "directBlankWindow()", true);
    echo '</div>';
    echo '<div id="directErrorMessage" class="err"></div>';
}
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
applies to any Software that has placed the following notice immediately
Ejemplo n.º 4
0
	echo '<div class="col-md-4"></br>';
		dumpBasicSubmitButton("ProductData", "ProductData", "Product information", true);
	echo '</div>';

	echo '<div class="col-md-4"></br>';
		dumpBasicSubmitButton("ExecutiveData", "ExecutiveData", "Executive information", true);
	echo '</div>';
echo '</div>';
*/
echo '<div style="margin-left: 40px;" class="row">';
echo '<div class="col-md-4"></br>';
directBlankButton("EventData", "EventData", "Event information", "openBlankWindow()", true);
echo '</div>';
echo '<div class="col-md-4"></br>';
directBlankButton("FundingData", "FundingData", "Funding information", "openBlankWindow2()", true);
echo '</div>';
//echo '<div class="col-md-4"></br>';
//dumpBasicSubmitButton("EventData", "EventData", "Event information", true);
//echo '</div>';
echo '</div>';
// finish up the form
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
Ejemplo n.º 5
0
dumpSearchBootTextField("SearchCompanyName", "SearchCompanyName", "autocomplet()", 35, 35, '', "Search Company Name");
echo "<ul id='SearchCompanyNameList'></ul>";
echo '</div>';
echo '<div class="col-md-2">';
dumpBasicSubmitButton("SearchCompany", "SearchCompany", "Search", true, true);
echo '</div>';
echo '</div>';
if (isset($CompanySearchResult) && !empty($CompanySearchResult)) {
    echo '<div class="info" style="margin-left: 10px; margin-top: 15px;">The following related companies were found.</div>';
    echo '<div class="info" style="margin-left: 15px; margin-top: 15px;">';
    // load the returned list of duplicates to a list box
    displayMatchCompanyPulldown("companySelect", "companySelect", $CompanySearchResult, 5, 300);
    echo '</div>';
    echo '<div class="info" style="margin-left: 15px; margin-top: 15px;">';
    // display a button to jump to the details page
    directBlankButton("ViewSelectedCompany", "ViewSelectedCompany", "View Funding for selected Company", "directBlankWindow()", true);
    echo '</div>';
    echo '<div id="directErrorMessage" class="err"></div>';
}
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
applies to any Software that has placed the following notice immediately