Changeset 642165
- Timestamp:
- 12/20/2012 07:06:56 AM (13 years ago)
- Location:
- advanced-earthquake-monitor/trunk
- Files:
-
- 2 edited
-
AdvancedEarthquakeMonitor.php (modified) (5 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
advanced-earthquake-monitor/trunk/AdvancedEarthquakeMonitor.php
r641640 r642165 2 2 /* 3 3 Plugin Name: Advanced Earthquake Monitor 4 Version: 1. 04 Version: 1.1 5 5 Plugin URI: http://wordpress.org/extend/plugins/AdvancedEarthquakeMonitor 6 6 Description: Advanced Earthquake Monitor is a customizable widget that shows lists and maps of recent earthquakes worldwide or in defined regions … … 120 120 121 121 122 echo '<h3 >Basic configuration (<span onclick="aem_sh(\'aem-form-basics'.$this->timesCalled.'\');">show/hide</span>)</h3>';122 echo '<h3 onclick="aem_sh(\'aem-form-basics'.$this->timesCalled.'\');">Basic configuration (<span>show/hide</span>)</h3>'; 123 123 echo '<div id="aem-form-basics'.$this->timesCalled.'" style="display:block">'; 124 124 … … 155 155 echo '</div>'; 156 156 157 echo '<h3 >Labels (<span onclick="aem_sh(\'aem-form-labels'.$this->timesCalled.'\');">show/hide</span>)</h3>';157 echo '<h3 onclick="aem_sh(\'aem-form-labels'.$this->timesCalled.'\');">Labels (<span>show/hide</span>)</h3>'; 158 158 echo '<div id="aem-form-labels'.$this->timesCalled.'" style="display:none">'; 159 159 … … 172 172 echo '</div>'; 173 173 174 echo '<h3 >Advanced configuration (<span onclick="aem_sh(\'aem-form-advanced'.$this->timesCalled.'\');">show/hide</span>)</h3>';174 echo '<h3 onclick="aem_sh(\'aem-form-advanced'.$this->timesCalled.'\');">Advanced configuration (<span>show/hide</span>)</h3>'; 175 175 echo '<div id="aem-form-advanced'.$this->timesCalled.'" style="display:none">'; 176 176 … … 199 199 200 200 echo '</div>'; 201 echo '<h3 >Formatting (<span onclick="aem_sh(\'aem-form-format'.$this->timesCalled.'\');">show/hide</span>)</h3>';201 echo '<h3 onclick="aem_sh(\'aem-form-format'.$this->timesCalled.'\');">Formatting (<span>show/hide</span>)</h3>'; 202 202 echo '<div id="aem-form-format'.$this->timesCalled.'" style="display:none">'; 203 203 -
advanced-earthquake-monitor/trunk/readme.txt
r641656 r642165 34 34 == Screenshots == 35 35 36 1. Frontend: list view (can be styled and configured in backend) 36 1. Frontend: list view (can be styled and configured in backend) - the map above is the volcano-widget plugin (http://wordpress.org/extend/plugins/volcano-widget/) 37 37 2. Frontend: overlay map view when clicking on location or custom marker 38 38 3. Configuration menu in backend (split into several toggable sections for better overview) … … 42 42 = 1.0 = 43 43 * First release 44 = 1.1 = 45 * Improved show/hide functionality in backend configuration 44 46 45 47
Note: See TracChangeset
for help on using the changeset viewer.