@@ -59,8 +59,8 @@ <h1><br>Multi-Dimensional Separations</h1>
59
59
A site dedicated to multi-dimensional separations with an emphasis on the liquid phase.
60
60
</ div >
61
61
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;">
64
64
< script >
65
65
selected_tab = 5 ; setPeak ( selected_tab ) ;
66
66
menuSelect ( selected_tab ) ;
@@ -145,8 +145,7 @@ <h1><br>Multi-Dimensional Separations</h1>
145
145
< main style ="position:relative;left: -128px;max-height:700px;min-height:700px;width:1091px;top:-13.4px; ">
146
146
< div id ="content " onclick ="isMouseOverDropdownMenu(); ">
147
147
< div id ="header ">
148
- <!--<table width="940px">-->
149
- < table width ="1050px ">
148
+ <!--<table width="1050px">
150
149
<tr>
151
150
<td>
152
151
<div id="title" >
@@ -157,12 +156,36 @@ <h1><br>Multi-Dimensional Separations</h1>
157
156
<input type="button" value="Reset" onclick="resetMenus()">
158
157
</td>
159
158
<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% ">
160
180
< a href ="../about "> < input class ="title_button " type ="button " value ="About "> </ a >
161
181
< a href ="../whats_new "> < input class ="title_button " type ="button " value ="What's New "> </ a >
162
182
</ 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 >
164
187
< 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 >
166
189
< input class ="export_button " type ="button " value ="Export Selected Compound " onclick ="logExportFileData_Selected() ">
167
190
</ td >
168
191
</ tr >
@@ -557,7 +580,7 @@ <h3 style="width:50px; height:25px; float:right;">Version:<br>3.0.2</h3>
557
580
</ tr >
558
581
< tr >
559
582
< 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 >
561
584
< td > </ td >
562
585
</ tr >
563
586
</ table >
0 commit comments