Skip to content

Commit b8550ea

Browse files
committed
Version 3_0_3
1 parent dc0da74 commit b8550ea

File tree

2 files changed

+32
-9
lines changed

2 files changed

+32
-9
lines changed

hplcsim.html

+30-7
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ <h1><br>Multi-Dimensional Separations</h1>
5959
A site dedicated to multi-dimensional separations with an emphasis on the liquid phase.
6060
</div>
6161

62-
<img src="/images/peak.png" alt="peak" class="peak" id="peak" style="left: 28px; z-index: 1; height: 23px; padding-top: 5px; width: 80px; opacity: 1;">
63-
<img src="/images/peak2.png" alt="peak" class="peak" id="peak2" style="z-index: -2; opacity: 1; height: 23px; padding-top: 5px; width: 80px; left: -57px;">
62+
<img src="/images/peak.png" alt="peak" class="peak" id="peak" "="" style="left: 28px; z-index: 1; height: 23px; padding-top: 5px; width: 80px; opacity: 1;">
63+
<img src="/images/peak2.png" alt="peak" class="peak" id="peak2" "="" style="z-index: -2; opacity: 1; height: 23px; padding-top: 5px; width: 80px; left: -57px;">
6464
<script>
6565
selected_tab = 5; setPeak(selected_tab);
6666
menuSelect(selected_tab);
@@ -145,8 +145,7 @@ <h1><br>Multi-Dimensional Separations</h1>
145145
<main style="position:relative;left: -128px;max-height:700px;min-height:700px;width:1091px;top:-13.4px;">
146146
<div id="content" onclick="isMouseOverDropdownMenu();">
147147
<div id="header">
148-
<!--<table width="940px">-->
149-
<table width="1050px">
148+
<!--<table width="1050px">
150149
<tr>
151150
<td>
152151
<div id="title" >
@@ -157,12 +156,36 @@ <h1><br>Multi-Dimensional Separations</h1>
157156
<input type="button" value="Reset" onclick="resetMenus()">
158157
</td>
159158
<td>
159+
<a href="../hplcsimabout/about.html"><input class="title_button" type="button" value="About"></a>
160+
<a href="../hplcsimabout/whats_new.html"><input class="title_button" type="button" value="What's New"></a>
161+
</td>
162+
<td style="padding-left:10px;">
163+
<input class="export_button" type="button" value="Export Chromatogram" onclick="logExportFileData_Full()">
164+
<h3 style="width:50px; height:25px; float:right;">Version:<br>3.0.3</h3>
165+
<input class="export_button" type="button" value="Export Selected Compound" onclick="logExportFileData_Selected()">
166+
</td>
167+
</tr>
168+
</table>-->
169+
<table width="1050px">
170+
<tr>
171+
<td style="width:25%">
172+
<div id="title">
173+
HPLC Simulator
174+
</div>
175+
</td>
176+
<td style="width:8%">
177+
<input type="button" value="Reset" onclick="resetMenus()">
178+
</td>
179+
<td style="width:26%">
160180
<a href="../about"><input class="title_button" type="button" value="About"></a>
161181
<a href="../whats_new"><input class="title_button" type="button" value="What's New"></a>
162182
</td>
163-
<td style="padding-left:10px;">
183+
<td style="width:16%">
184+
<a href="../instructor_resources"><input class="title_button" type="button" value="Instructor Resources" style="width:150px"></a>
185+
</td>
186+
<td>
164187
<input class="export_button" type="button" value="Export Chromatogram" onclick="logExportFileData_Full()">
165-
<h3 style="width:50px; height:25px; float:right;">Version:<br>3.0.2</h3>
188+
<h3 style="width:50px; height:25px; float:right;">Version:<br>3.0.3</h3>
166189
<input class="export_button" type="button" value="Export Selected Compound" onclick="logExportFileData_Selected()">
167190
</td>
168191
</tr>
@@ -557,7 +580,7 @@ <h3 style="width:50px; height:25px; float:right;">Version:<br>3.0.2</h3>
557580
</tr>
558581
<tr>
559582
<td>Plot Points:</td>
560-
<td><input id="plot_points_general" class="number" type="number" step="any" onchange="calculatePeaks()" value="3000"></td>
583+
<td><input id="plot_points_general" class="number" type="number" step="any" onchange="calculatePeaks()" value="6000"></td>
561584
<td></td>
562585
</tr>
563586
</table>

index.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
<head>
77
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
88
<meta http-equiv="Refresh"
9-
content="1; url=/hplcsim/3_0_2/hplcsim.html" />
9+
content="1; url=/hplcsim/3_0_3/hplcsim.html" />
1010
</head>
1111
<body>
1212
<main>
1313
<div class="hplc-resources">
1414
<h1 id="page-title">Redirecting to HPLCSim...</h1>
1515
<hr>
16-
<h4>If you are not automatically redirected, <a href="/hplcsim/3_0_2/hplcsim.html">Click Here</a></h4>
16+
<h4>If you are not automatically redirected, <a href="/hplcsim/3_0_3/hplcsim.html">Click Here</a></h4>
1717
</div>
1818
</main>
1919
<?php include($_SERVER['DOCUMENT_ROOT'].'/scaffold/footer.php'); ?>

0 commit comments

Comments
 (0)