<?php //possibly a future improvement. The sites could be accessed here in addition to navigating back to the map echo '<div class="row">'; genDropLists('Site', '', '', false); echo '<div class="site_title">'; echo $site['SiteName']; echo '</div>'; echo '<br></div>'; echo '<div class="row">'; genDropLists('Variable', 'dropdownlist', 'dropdownlist', false); echo '<br></div>'; echo '<div class="row">'; genDropLists('Type', 'typelist', 'typelist', false); echo '<br></div>'; echo '<div class="row">'; genDropLists('Method', 'methodlist', 'methodlist', false); echo '<br></div>'; ?> <div id='daterange'></div> <div class="row"> <div class="col-md-6"><div id='fromdatedrop'><div id='jqxDateTimeInput'></div></div></div> <div class="col-md-6"><div id='todatedrop'><div id='jqxDateTimeInputto'></div></div></div> </div> <br> <div id='jqxtabs'> <ul style='margin-left: 20px;'> <li><?php echo getTxt('SiteInfo'); ?>
//echo '<span class="em">'.getTxt('ExMethodLink').'</span>'; ?> <div class="form-group"> <label class="col-sm-2 control-label"></label> <div class = "col-md-8"> <label><?php echo getTxt('SelectVariablesBelow1'); ?> </label> <label><?php echo getTxt('SelectAllThatApply'); ?> </label> <!--<div id="jqxWidget"></div><span class="required">*</span>--> <?php genDropLists('', 'jqxWidget', 'jqxWidget', getTxt(''), true); ?> </div> </div> </div> <div class="col-md-5 col-md-offset-5"> <input type="SUBMIT" name="submit" value="<?php echo getTxt('AddMethodButton'); ?> " class="button"/> <input type="reset" name="Reset" value="<?php echo getTxt('Cancel'); ?> " class="button" style="width: auto" /> </div> </div>
genInput('UnitAbbreviation', 'new_unit_abb', 'new_unit_abb', true); echo '</div>'; genDropListsH('SampleMedium', 'samplemedium', 'samplemedium', getTxt('ObservationMedium'), true); echo '<div id="smother">'; genInput('NewSampleMedium', 'smnew', 'smnew', true); echo '</div>'; genInput('MediumDefinition', 'smdef', 'smdef', true); genDropListsH('ValueType', 'valuetype', 'valuetype', getTxt('DataTypeMsg'), true); echo '<div id="valuetypenewb">'; genInput('ValueTypeNewColon', 'valuetypenew', 'valuetypenew', true); echo '</div>'; genInput('ValueTypeDefinition', 'vtdef', 'vtdef', true); genDropListsH('Regularity', 'isreg', 'isreg', getTxt('RegularlySampledTime'), true); genInputH('TimeSupport', 'tsup', 'tsup', getTxt('TemporalFootprint'), true, "value='" . $default_timesupport . "'"); genDropLists('TimeUnit', 'timeunit', 'timeunit', true); genDropLists('DataType', 'datatype', 'datatype', true); ?> <div class="form-group"> <label class="col-sm-2 control-label"><?php echo getTxt('DataTypeDefinition'); ?> </label> <div class="col-sm-9"> <textarea type="text" cols="45" rows="4" class="form-control" id="dtdef" name="dtdef" readonly><?php echo getTxt('SelectData'); ?> </textarea><span class="required"/></div> </div> <?php genDropListsH('Category', 'gc', 'gc', getTxt('ScientificCategory'), true); genInput('CategoryDefinition', 'gcdef', 'gcdef', true, " readonly");