summaryrefslogtreecommitdiff
path: root/schematic.html
diff options
context:
space:
mode:
authornielmishra2016-01-04 15:14:57 +0530
committernielmishra2016-01-04 15:14:57 +0530
commitc39feead6b8a792b86e43e18fdf7c13ddaaf0387 (patch)
tree948cc46433e39d8e650da0d1294b73facd2f2c42 /schematic.html
parent769fcf719320e5b9c740f455630aeb44b3deb575 (diff)
downloadeSIM-webapp-master.tar.gz
eSIM-webapp-master.tar.bz2
eSIM-webapp-master.zip
Diffstat (limited to 'schematic.html')
-rwxr-xr-xschematic.html33
1 files changed, 17 insertions, 16 deletions
diff --git a/schematic.html b/schematic.html
index 2ee409b..fee90c2 100755
--- a/schematic.html
+++ b/schematic.html
@@ -29,7 +29,7 @@ toolbar
<fieldset>
<legend>Circuit</legend>
<img id="webtronics_netlist" class="normal_button" title="view the netlist" src="buttons/netlist.png">
- <img id="webtronics_run" class="normal_button" title="run spice" src="buttons/run.png">
+ <!-- <img id="webtronics_run" class="normal_button" title="run spice" src="buttons/run.png"> -->
<img id="webtronics_chips_open" class="normal_button" title="make chips" src="buttons/icbut.png">
<img id="webtronics_delete" class="normal_button" title="Delete selected shape" src="buttons/delete.png">
<img id="webtronics_text" class="normal_button" title="add text" src="buttons/text.png">
@@ -67,7 +67,7 @@ toolbar
<br>
<a href="http://esim.fossee.in/" target="_blank"><img src="icons/logo.png"/></a>
<br>
- <a href="http://www.gnucap.org/dokuwiki/doku.php?id=gnucap:start" target="_blank">GNUCAP</a>
+ <a href="https://github.com/FOSSEE/eSIM-webapp" target="_blank">Fossee</a>
<br>
<a href="https://github.com/nielmishra" target="_blank">Github</a>
@@ -232,10 +232,11 @@ or try adding
</pre>
</div>
<div id="webtronics_netlist_buttons">
-<img id="webtronics_netlist_text_run" class="normal_button" src="buttons/run.png">
+<!--<img id="webtronics_netlist_text_run" class="normal_button" src="buttons/run.png"> -->
<img id="webtronics_netlist_text_ok" class="normal_button" src="buttons/cancel.png">
-<img id="webtronics_netlist_text_save" class="normal_button" src="buttons/savenetlist.png">
-<img id="webtronics_netlist_generate" class="normal_button" src="buttons/generate.jpg">
+<img id="webtronics_netlist_generate" class="normal_button" src="buttons/generate.png">
+<img id="webtronics_netlist_simulate" class="normal_button" src="buttons/run.png">
+<img id="webtronics_netlist_text_download" class="normal_button" src="buttons/download.png">
<select id="analysis_selectbox" class="exclude_button">
<option value="" disabled="disabled" selected="selected">Analysis type</option>
<option value="1">DC</option>
@@ -259,7 +260,7 @@ AC MENU FORM AND DIV
<tr>
<td>
<label for="dummy1">Start Frequency</label>
-<input type="number" id="startfreqval" pattern="[0-9]{3}" min="0" max="100" name="Start Frequency">
+<input type="number" id="startfreqval" pattern="[0-9]{3}" min="0" name="Start Frequency">
</td>
<td>
@@ -277,7 +278,7 @@ AC MENU FORM AND DIV
<tr>
<td>
<label for="dummy2">Stop Frequency</label>
-<input type="number" id="stopfreqval" pattern="[0-9]{3}" min="0" max="100" name="Stop Frequency" >
+<input type="number" id="stopfreqval" pattern="[0-9]{3}" min="0" name="Stop Frequency" >
</td>
<td>
<select id="stop_frequency_selectbox" class="exclude_button">
@@ -293,7 +294,7 @@ AC MENU FORM AND DIV
<tr>
<td>
<label for="dummy3">Number Of Points</label>
-<input type="number" id="noofpointsval" min="0" pattern="[0-9]{3}" max="100" name="No of Points">
+<input type="number" id="noofpointsval" min="0" pattern="[0-9]{3}" name="No of Points">
</td>
<td>
<select id="scale_selectbox" class="exclude_button">
@@ -329,7 +330,7 @@ TRANSIENT MENU FORM AND DIV
<tr>
<td>
<label for="dummy1">Start Time</label>
-<input type="number" id="start_time" pattern="[0-9]{3}" min="0" max="100" name="Start Time">
+<input type="number" id="start_time" pattern="[0-9]{3}" min="0" name="Start Time">
<select id="start_time_selectbox" class="exclude_button">
<option value="" disabled="disabled" selected="selected">Start Time units</option>
@@ -345,7 +346,7 @@ TRANSIENT MENU FORM AND DIV
<tr>
<td>
<label for="dummy2">Step Time</label>
-<input type="number" id="step_time" pattern="[0-9]{3}" min="0" max="100" name="Step Time" >
+<input type="number" id="step_time" pattern="[0-9]{3}" min="0" name="Step Time" >
<select id="step_time_selectbox" class="exclude_button">
@@ -361,7 +362,7 @@ TRANSIENT MENU FORM AND DIV
<tr>
<td>
<label for="dummy3">Stop Time</label>
-<input type="number" id="stop_time" pattern="[0-9]{3}" min="0" max="100" name="Stop Time">
+<input type="number" id="stop_time" pattern="[0-9]{3}" min="0" name="Stop Time">
<select id="stop_time_selectbox" class="exclude_button">
<option value="" disabled="disabled" selected="selected">Stop Time units</option>
<option value="1">ms</option>
@@ -405,8 +406,8 @@ DC MENU FORM AND DIV
<tr>
<td>
-<label for="dummy2">Start Time</label>
-<input type="number" id="startval" pattern="[0-9]{3}" min="0" max="100" name="Start" >
+<label for="dummy2">Start </label>
+<input type="number" id="startval" pattern="[0-9]{3}" min="0" name="Start" >
<select id="start_volt_selectbox" class="exclude_button">
<option value="" disabled="disabled" selected="selected">Start Time Units</option>
@@ -423,7 +424,7 @@ DC MENU FORM AND DIV
<td>
<label for="dummy3">Incrememnt</label>
-<input type="number" id="Incrementval" pattern="[0-9]{3}" min="0" max="100" name="Increment">
+<input type="number" id="Incrementval" pattern="[0-9]{3}" min="0" name="Increment">
<select id="inc_volt_selectbox" class="exclude_button">
@@ -439,8 +440,8 @@ DC MENU FORM AND DIV
<tr>
<td>
-<label for="dummy4">Stop Time</label>
-<input type="number" id="stopval" pattern="[0-9]{3}" min="0" max="100" name="Stop">
+<label for="dummy4">Stop </label>
+<input type="number" id="stopval" pattern="[0-9]{3}" min="0" name="Stop">
<select id="stop_volt_selectbox" class="exclude_button">
<option value="" disabled="disabled" selected="selected">Stop Time Units</option>