Example #1
0
				<td class="label">From:</td>
	
				<td>
				  <div id="start_month<?php 
    print $index;
    ?>
">
						<select name="start_month<?php 
    print $index;
    ?>
" id="start_month<?php 
    print $index;
    ?>
" autocomplete="off">
	          				<?php 
    $app->printNumericOption(0, 12, $startMonth, array('Month:', 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'));
    ?>
					</select> 
						<select name="start_year<?php 
    print $index;
    ?>
" id="start_year<?php 
    print $index;
    ?>
" autocomplete="off">
	         <?php 
    $app->printNumericOption(1949, 2009, $startYear, array('Year:', '1950', '1951', '1952', '1953', '1954', '1955', '1956', '1957', '1958', '1959', '1960', '1961', '1962', '1963', '1964', '1965', '1966', '1967', '1968', '1969', '1970', '1971', '1972', '1973', '1974', '1975', '1976', '1977', '1978', '1979', '1980', '1981', '1982', '1983', '1984', '1985', '1986', '1987', '1988', '1989', '1990', '1991', '1992', '1993', '1994', '1995', '1996', '1997', '1998', '1999', '2000', '2001', '2002', '2003', '2004', '2005', '2006', '2007', '2008', '2009'));
    ?>
					</select>
					
					<span id="work_history_1_workspan_endspan" >
Example #2
0
}
?>

<div class="profile-editor-form">
  <form id="form1" name="form1" method="post" action="">
	<table border="0" cellspacing="0">

		<tr>
			<td>Contact Information:</td>
			<td><input type="text" id="contact_value1" name="contact_value1" value="<?php 
print $app->extractValue($user->userprofileecontact, 0, 'contact_value', '');
?>
" />
			<select id="contact_type1" name="contact_type1">
				<?php 
$app->printNumericOption(1, 8, $app->extractValue($user->userprofileecontact, 0, 'contact_type', 'email'), array('email', 'AIM', 'Google Talk', 'Skype', 'Windows Live', 'Yahoo', 'Gadu-Gadu', 'ICQ'), true);
?>
			</select>
			</td>
		</tr>

		<tr>
			<td></td>

			<td><input type="text" id="contact_value2" name="contact_value2" value="<?php 
print $app->extractValue($user->userprofileecontact, 1, 'contact_value', '');
?>
" />
              <select id="contact_type2" name="contact_type2">
				<?php 
$app->printNumericOption(1, 8, $app->extractValue($user->userprofileecontact, 1, 'contact_type', 'email'), array('email', 'AIM', 'Google Talk', 'Skype', 'Windows Live', 'Yahoo', 'Gadu-Gadu', 'ICQ'), true);
Example #3
0
    print $index;
    ?>
" value="<?php 
    print $app->extractValue($user->userprofileschool, $index - 1, 'school_name', '');
    ?>
" size="25" maxlength="100" autocomplete="off" />
                  </div>
			        <select name="grad_year<?php 
    print $index;
    ?>
" id="grad_year<?php 
    print $index;
    ?>
">
			        <?php 
    $app->printNumericOption(1909, 2019, $app->extractValue($user->userprofileschool, $index - 1, 'grad_year', '1909'), array('Class Year:', '1910', '1911', '1912', '1913', '1914', '1915', '1916', '1917', '1918', '1919', '1920', '1921', '1922', '1923', '1924', '1925', '1926', '1927', '1928', '1929', '1930', '1931', '1932', '1933', '1934', '1935', '1936', '1937', '1938', '1939', '1940', '1941', '1942', '1943', '1944', '1945', '1946', '1947', '1948', '1949', '1950', '1951', '1952', '1953', '1954', '1955', '1956', '1957', '1958', '1959', '1960', '1961', '1962', '1963', '1964', '1965', '1966', '1967', '1968', '1969', '1970', '1971', '1972', '1973', '1974', '1975', '1976', '1977', '1978', '1979', '1980', '1981', '1982', '1983', '1984', '1985', '1986', '1987', '1988', '1989', '1990', '1991', '1992', '1993', '1994', '1995', '1996', '1997', '1998', '1999', '2000', '2001', '2002', '2003', '2004', '2005', '2006', '2007', '2008', '2009', '2010', '2011', '2012', '2013', '2014', '2015', '2016', '2017', '2018', '2019'));
    ?>
                  </select>                
                  </td>
		      </tr>
			  <tr>
                <td><div align="left"></div></td>
			    <td><select name="attended_for<?php 
    print $index;
    ?>
" id="attended_for<?php 
    print $index;
    ?>
" >
                    <option <?php 
    if ($schoolType == 'College') {
Example #4
0
include dirname(__FILE__) . "/menu.inc";
if ($updateOccured) {
    ?>
<fb:success><fb:message><strong>Success!</strong>&nbsp;&nbsp;  Your changes have been saved. </fb:message></fb:success>
<?php 
}
?>

<div class="profile-editor-form">
<form id="form1" name="form1" method="post" action="">
  <table border="0" cellspacing="5" cellpadding="0">
  <tr>
    <td width="40%"><div align="right">Sex:</div></td>
    <td><select class="select" name="sex" id="sex"  >
      <?php 
$app->printNumericOption(0, 2, $formDataArry['sex'], array('Select Sex:', 'Female', 'Male'));
?>
    </select></td>
  </tr>
  <tr>
    <td width="40%"><div align="right"><span style="line-height: 70%">Birthday:</span></div></td>
    <td><select name="birthday_month" id="birthday_month" autocomplete="off">
      <?php 
$app->printNumericOption(0, 12, $formDataArry['birthMonth'], array('Month:', 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'));
?>
    </select>
      <select name="birthday_day" id="birthday_day"  autocomplete="off">
        <?php 
$app->printNumericOption(1, 31, $formDataArry['birthDayOfMonth']);
?>
      </select>
Example #5
0
    ?>
<fb:success><fb:message><strong>Success!</strong>&nbsp;&nbsp;  Your changes have been saved. </fb:message></fb:success>
<?php 
}
?>

<div class="profile-editor-form">
  <form id="form1" name="form1" method="post" action="">
  
		<table border="0" cellspacing="5">
			<tr>
				<td  align="right">Relationship&nbsp;Status:</td>

				<td colspan="2"><select name="status" id="status"><!-- users_profile_rel -->
					<?php 
$app->printNumericOption(1, 7, $user->userprofilerel->status, array('Select Status:', 'Single', 'In a Relationship', 'Engaged', 'Married', "It's Complicated", 'In an Open Relationship', 'ICQ'), true, true);
?>
				</select></td>
			</tr>

			<tr>
				<td  align="right" valign="top">Former Name:</td>

			  <td colspan="2"><input type="text" id="alternate_name" name="alternate_name" value="<?php 
print $user->userprofilerel->alternate_name;
?>
" maxlength="20" /><br />
				<small>Note: Please enter a full name. Former Name is only used to help<br> people find you in search and will not show up in your profile. </small></td>
			</tr>

			<tr>