$('#' + newid).change(function() {
  var result1=validatetime(this.id);
});			

}
</script>
<?php 
HTML_Render_Body_Start();
genHeading('EnterMultipleValuesManually', true);
echo getTxt('EnterDataTableAppears');
$attributes = array('class' => 'form-horizontal', 'name' => 'addvalue');
echo form_open('datapoint/addmultiplevalues', $attributes);
genSelect('Source', "SourceID", "SourceID", $sourcesOptions, 'SelectEllipsis', true, 'onChange="showSites(this.value)"');
genSelectH('Site', "SiteID", "SiteID", '', getTxt('IfNoSeeSite1') . ' ' . getTxt('ContactSupervisor') . ' ' . getTxt('AddIt'), 'SelectElipsis', true);
?>

<div class="table-responsive">
    <table border="1" cellpadding="0" cellspacing="0" id="multiple" class="table table-bordered">
        <tr>
          <td width="20%"><center><strong><?php 
echo getTxt('Variable');
?>
&nbsp;*</strong></center></td>
          <td width="20%"><center><strong><?php 
echo getTxt('Method');
?>
&nbsp;*</strong>&nbsp;<span class="hint" title="<?php 
echo "'" . getTxt('IfNoSeeMethod1') . "'";
?>
Exemple #2
0
	 <span id="loading_county_drop_down"><img src="<?php 
echo getImg('loader.gif');
?>
" width="16" height="16" align="absmiddle">&nbsp;<?php 
echo getTxt('SelectstateElipsis');
?>
</span>
	 <div id="no_county_drop_down"><?php 
echo getTxt('StateNoCounties');
?>
</div>
        </div> 
</div> 
<?php 
genSelectH('VerticalDatum', 'VerticalDatum', 'VerticalDatum', $vdOptions, getTxt('VerticalDatumInfo'), 'SelectEllipsis', true);
genSelectH('SpatialReference', 'LatLongDatumID', 'LatLongDatumID', $srOptions, getTxt('SpatialReferenceInfo'), 'SelectEllipsis', true);
genInputT('Comments', 'com', 'value', false, $extra = "", 'Optional');
?>
  
<div class="col-md-5 col-md-offset-5">
<input type="SUBMIT" name="submit" value="<?php 
echo getTxt('AddSiteButton');
?>
" class="button" width="auto"/>
<input id="resetButton" type="button" name="resetButton" value="<?php 
echo getTxt('Cancel');
?>
" class="button" style="width: auto" />
</FORM>
</div>
</div>
Exemple #3
0
, deselectButtonText: <?php 
echo "'" . getTxt('Deselect') . "'";
?>
 });
		
	});
</script>
<?php 
HTML_Render_Body_Start();
genHeading('EnterSingleDataValue', true);
$attributes = array('class' => 'form-horizontal', 'name' => 'addvalue', 'id' => 'addvalue');
echo form_open('datapoint/addvalue', $attributes);
genSelect('Source', "SourceID", "SourceID", $sourcesOptions, 'SelectEllipsis', true, 'onChange="showSites(this.value)"');
genSelectH('Site', "SiteID", "SiteID", '', getTxt('IfNoSeeSite1') . ' ' . getTxt('ContactSupervisor') . ' ' . getTxt('AddIt'), 'SelectElipsis', true);
genSelect('Variable', "VariableID", "VariableID", $variableOptions, 'SelectEllipsis', true, 'onChange="showMethods(this.value)"');
genSelectH('Method', "MethodID", "MethodID", '', getTxt('IfNoSeeMethod1') . ' ' . getTxt('ContactSupervisor') . ' ' . getTxt('AddIt'), 'SelectElipsis', true);
genInputT('Date', 'datepicker', 'datepicker', true, 'onChange="return validateDate()"', 'DateFormatExample');
//echo '<span class="help-block"><br />'.getTxt('DateFormatExample').'</span>';
genInputT('Time', 'timepicker', 'timepicker', true, 'onChange="return validateTime()" class="short"', 'TimeFormatExample');
//echo '<span class="help-block"><br />'.getTxt('TimeFormatExample').'</span>';
genInputT('Value', 'value', 'value', true, 'class="short" maxlength=20 onBlur="return validateNum()"', 'NumberNoCommas');
//echo '<span class="badge"><br />'.getTxt('NumberNoCommas').'</span>';
?>
<div class="col-md-5 col-md-offset-5">
<input type="SUBMIT" name="submit" value= "<?php 
echo getTxt('SubmitData');
?>
" class="button" style="width: auto" />
<input type="reset" name="Reset" value="<?php 
echo getTxt('Cancel');
?>