[cig-commits] r15184 - cs/portal/trunk/northridge/SeismoWebPortal/templates/SeismoWebPortal

leif at geodynamics.org leif at geodynamics.org
Wed Jun 10 14:59:02 PDT 2009


Author: leif
Date: 2009-06-10 14:59:02 -0700 (Wed, 10 Jun 2009)
New Revision: 15184

Modified:
   cs/portal/trunk/northridge/SeismoWebPortal/templates/SeismoWebPortal/event_search_results.html
Log:
Added a "region" column to the event search results, per Dylan
Mikesell's suggestion.


Modified: cs/portal/trunk/northridge/SeismoWebPortal/templates/SeismoWebPortal/event_search_results.html
===================================================================
--- cs/portal/trunk/northridge/SeismoWebPortal/templates/SeismoWebPortal/event_search_results.html	2009-06-10 21:55:03 UTC (rev 15183)
+++ cs/portal/trunk/northridge/SeismoWebPortal/templates/SeismoWebPortal/event_search_results.html	2009-06-10 21:59:02 UTC (rev 15184)
@@ -14,6 +14,7 @@
             <th></th>
             <th>CMT</th>
             <th>event name</th>
+            <th>region</th>
             <th>M<sub>w</sub></th>
             <th>latitude</th>
             <th>longitude</th>
@@ -57,6 +58,7 @@
 	    </td>
             <td>{{ event.beachball }}</td>
             <td>{{ event.eventName }}</td>
+            <td>{{ event.regionName }}</td>
             <td>{{ event.momentMagnitude|stringformat:".2f" }}</td>
             <td>{{ event.latitude }}&deg;</td>
             <td>{{ event.longitude }}&deg;</td>



More information about the CIG-COMMITS mailing list