[cig-commits] commit: Remove references to Mineos in some templates

Mercurial hg at geodynamics.org
Sun Jul 3 20:04:26 PDT 2011


changeset:   12:16848b92a240
user:        Walter Landry <wlandry at caltech.edu>
date:        Sun Jun 19 11:45:56 2011 -0700
files:       SeismoWebPortal/templates/SeismoWebPortal/home.html SeismoWebPortal/templates/SeismoWebPortal/run_form.html
description:
Remove references to Mineos in some templates


diff -r bcd202c08b1c -r 16848b92a240 SeismoWebPortal/templates/SeismoWebPortal/home.html
--- a/SeismoWebPortal/templates/SeismoWebPortal/home.html	Sun Jun 19 11:43:19 2011 -0700
+++ b/SeismoWebPortal/templates/SeismoWebPortal/home.html	Sun Jun 19 11:45:56 2011 -0700
@@ -26,7 +26,7 @@ upload an event: first click &ldquo;Even
 <p>You can monitor your runs by scanning the &ldquo;status&rdquo;
 column on the &ldquo;Runs&rdquo; page.  When a run completes, there
 should be a download link titled <code>specfem3dglobe.tar.gz</code>
-(for 3D runs) or <code>mineos.tar.gz</code> (for 1D runs) in the
+ in the
 &ldquo;output&rdquo; column of the run's information page. Click this
 link to download the output of the run: seismograms in ASCII and <a
 href="http://www.iris.washington.edu/manuals/sac/SAC_Home_Main.html">SAC</a>
@@ -72,6 +72,4 @@ from the &ldquo;Download&rdquo; menu.</p
 <ul>
     <li><a href="{{root}}/doc/manual_SPECFEM3D_GLOBE.pdf">
         <img src="{{root}}/images/adobe-pdf.icon.gif">SPECFEM 3D GLOBE User Manual</a></li>
-    <li><a href="{{root}}/doc/mineos.pdf">
-        <img src="{{root}}/images/adobe-pdf.icon.gif">Mineos User Manual</a></li>
 </ul>
diff -r bcd202c08b1c -r 16848b92a240 SeismoWebPortal/templates/SeismoWebPortal/run_form.html
--- a/SeismoWebPortal/templates/SeismoWebPortal/run_form.html	Sun Jun 19 11:43:19 2011 -0700
+++ b/SeismoWebPortal/templates/SeismoWebPortal/run_form.html	Sun Jun 19 11:45:56 2011 -0700
@@ -30,7 +30,7 @@
 
     <div>
         <label for="id_parameters" class=before>parameters</label>
-        {{ form.parameters }} | <a href="{{root}}?class=Specfem3DGlobeParameters&action=new">New 3D</a> ~ <a href="{{root}}?class=MineosParameters&action=new">New 1D</a>
+        {{ form.parameters }} | <a href="{{root}}?class=Specfem3DGlobeParameters&action=new">New 3D</a>
         {% if form.parameters.errors %}<span class=error>{{ form.parameters.errors|join:", " }}</span>{% endif %}
     </div>
 



More information about the CIG-COMMITS mailing list