Commit 6b3af4b3 authored by Stuart Sides's avatar Stuart Sides Committed by Jesse Mapel
Browse files

Version dropdown and dev links (#4872)

* Version dropdown and dev links

* Fixed link
parent 6a353d05
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -161,7 +161,7 @@ Deborah Lee Soltesz
        <!-- hardcoded links -->
        <!-- hardcoded links -->
        <tr valign="top">
        <tr valign="top">
          <th style="width:25%">
          <th style="width:25%">
            <a href="">
            <a href="../documents/DeveloperAddFeature/DeveloperAddFeature.html">
            Adding a New Feature</a>
            Adding a New Feature</a>
          </th>
          </th>
          <td>
          <td>
@@ -170,7 +170,7 @@ Deborah Lee Soltesz
        </tr>
        </tr>
        <tr valign="top">
        <tr valign="top">
          <th style="width:25%">
          <th style="width:25%">
            <a href="">
            <a href="../documents/DeveloperModifyIsis/DeveloperModifyIsis.html">
            Modifying an Existing Feature</a>
            Modifying an Existing Feature</a>
          </th>
          </th>
          <td>
          <td>
+8 −9
Original line number Original line Diff line number Diff line
@@ -100,20 +100,19 @@ Deborah Lee Soltesz
      API Reference</a>
      API Reference</a>
    </div>
    </div>



    <hr/>
    <hr/>
    <h2>
    <h2>
      Other Versions
      Documentation Versions
    </h2>
    </h2>


    <div>
    <div>
      <a href="https://isis.astrogeology.usgs.gov/3.4/index.html" target="_top">
      <label for="Versions"></label>
      ISIS 3.4</a>
      <select name="Versions" id="Versions">
    </div>
        <option value="Public Release" onClick="location.href='https://isis.astrogeology.usgs.gov'" selected="Public Release">Public Release</option> 

        <option value="6.0.0" onClick="location.href='https://isis.astrogeology.usgs.gov/6.0.0/index.html'">6.0.0</option>
    <div>
        <option value="3.9.0" onClick="location.href='https://isis.astrogeology.usgs.gov/3.9.0/index.html'">3.9.0</option>
      <a href="https://isis.astrogeology.usgs.gov/4.1/index.html" target="_top">
        <option value="3.5.0" onClick="location.href='https://isis.astrogeology.usgs.gov/3.5.0/index.html'">3.5.0</option>
      ISIS 4.1</a>
      </select>
    </div>
    </div>


    <hr/>
    <hr/>