Changeset 409283
- Timestamp:
- 07/13/2011 03:04:09 PM (15 years ago)
- File:
-
- 1 edited
-
datastream/trunk/datastream.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
datastream/trunk/datastream.php
r409267 r409283 2 2 3 3 /** 4 * COPA-AMERI-FECHA-GRUPO-C5 4 * Plugin Name: Junar DataStream Widget 6 5 * Plugin URI: http://www.junar.com/widgets … … 82 81 ?> 83 82 <p> 84 <label for="<?php echo $this->get_field_id('guid'); ?>"><?php _e('GUID:'); ?></label> 83 <label for="<?php echo $this->get_field_id('guid'); ?>"><?php _e('GUID:'); ?></label> 85 84 <input class="widefat" id="<?php echo $this->get_field_id('guid'); ?>" name="<?php echo $this->get_field_name('guid'); ?>" type="text" value="<?php echo $guid; ?>" /> 86 85 </p> 87 86 <p> 88 <label for="<?php echo $this->get_field_id('width'); ?>"><?php _e('W IDTH:'); ?></label>87 <label for="<?php echo $this->get_field_id('width'); ?>"><?php _e('Width:'); ?></label> 89 88 <input class="widefat" id="<?php echo $this->get_field_id('width'); ?>" name="<?php echo $this->get_field_name('width'); ?>" type="text" value="<?php echo $width; ?>" /> 90 89 </p> 91 90 <p> 92 <label for="<?php echo $this->get_field_id('height'); ?>"><?php _e('H EIGHT:'); ?></label>91 <label for="<?php echo $this->get_field_id('height'); ?>"><?php _e('Height:'); ?></label> 93 92 <input class="widefat" id="<?php echo $this->get_field_id('height'); ?>" name="<?php echo $this->get_field_name('height'); ?>" type="text" value="<?php echo $height; ?>" /> 94 93 </p> 94 <p><label>Optional parameters:</label></p> 95 95 <p> 96 <label for="<?php echo $this->get_field_id('param1'); ?>"><?php _e('P ARAMETER 1:'); ?></label>96 <label for="<?php echo $this->get_field_id('param1'); ?>"><?php _e('Parameter 1:'); ?></label> 97 97 <input class="widefat" id="<?php echo $this->get_field_id('param1'); ?>" name="<?php echo $this->get_field_name('param1'); ?>" type="text" value="<?php echo $param1; ?>" /> 98 98 </p> 99 99 <p> 100 <label for="<?php echo $this->get_field_id('param2'); ?>"><?php _e('P ARAMETER 2:'); ?></label>100 <label for="<?php echo $this->get_field_id('param2'); ?>"><?php _e('Parameter 2:'); ?></label> 101 101 <input class="widefat" id="<?php echo $this->get_field_id('param2'); ?>" name="<?php echo $this->get_field_name('param2'); ?>" type="text" value="<?php echo $param2; ?>" /> 102 102 </p> 103 103 <p> 104 <label for="<?php echo $this->get_field_id('param3'); ?>"><?php _e('P ARAMETER 3:'); ?></label>104 <label for="<?php echo $this->get_field_id('param3'); ?>"><?php _e('Parameter 3:'); ?></label> 105 105 <input class="widefat" id="<?php echo $this->get_field_id('param3'); ?>" name="<?php echo $this->get_field_name('param3'); ?>" type="text" value="<?php echo $param3; ?>" /> 106 106 </p> 107 107 <p> 108 <label for="<?php echo $this->get_field_id('param4'); ?>"><?php _e('P ARAMETER 4:'); ?></label>108 <label for="<?php echo $this->get_field_id('param4'); ?>"><?php _e('Parameter 4:'); ?></label> 109 109 <input class="widefat" id="<?php echo $this->get_field_id('param4'); ?>" name="<?php echo $this->get_field_name('param4'); ?>" type="text" value="<?php echo $param4; ?>" /> 110 110 </p> 111 111 <p> 112 <label for="<?php echo $this->get_field_id('param5'); ?>"><?php _e('P ARAMETER 5:'); ?></label>112 <label for="<?php echo $this->get_field_id('param5'); ?>"><?php _e('Parameter 5:'); ?></label> 113 113 <input class="widefat" id="<?php echo $this->get_field_id('param5'); ?>" name="<?php echo $this->get_field_name('param5'); ?>" type="text" value="<?php echo $param5; ?>" /> 114 114 </p>
Note: See TracChangeset
for help on using the changeset viewer.