diff options
author | fahim-oscad | 2016-07-18 17:07:22 +0530 |
---|---|---|
committer | fahim-oscad | 2016-07-18 17:07:22 +0530 |
commit | 7fd21a2571e597e890896aff236eaec17a3c3a4e (patch) | |
tree | 2901f19d2c056bd577158032008a352250b54fd8 | |
parent | 5485b54b6117f87aeb7e93db17b1bbf8d7afbd80 (diff) | |
download | eSimWebApp-7fd21a2571e597e890896aff236eaec17a3c3a4e.tar.gz eSimWebApp-7fd21a2571e597e890896aff236eaec17a3c3a4e.tar.bz2 eSimWebApp-7fd21a2571e597e890896aff236eaec17a3c3a4e.zip |
Removed unwanted download.php,simulate.php and its relevant code
-rw-r--r-- | views/script/savenetlist.js | 696 | ||||
-rw-r--r-- | views/style/web.png | 529 |
2 files changed, 780 insertions, 445 deletions
diff --git a/views/script/savenetlist.js b/views/script/savenetlist.js index dca3110..28b6f90 100644 --- a/views/script/savenetlist.js +++ b/views/script/savenetlist.js @@ -1,183 +1,77 @@ jQuery(document).ready(function(){ -/*------------------------------------------------------------------------------------------------------------------------------------------------ -For Simulation of Netlist and Removal of netlist Window -------------------------------------------------------------------------------------------------------------------------------------------------*/ - - jQuery("#webtronics_netlist_simulate").click(function(){ - socket.emit('netlist', jQuery("#webtronics_netlist_text_area").val()); - //console.log("simulation button clicked"); - jQuery('#webtronics_netlist_text_div').hide(); - jQuery('#webtronics_netlist_buttons').hide(); - jQuery('#webtronics_netlist_text').hide(); - jQuery('#webtronics_disable').hide(); - - - - - - - - jQuery.ajax({ - - url: "/eSIM/simulation.php", - type: "POST", - data: {netlist:jQuery("#webtronics_netlist_text_area").val()}, - dataType: "html", - - /* - type: "POST", - url: "/eSIM/simulation.php", - data: '$image,$image1', - success:function(phpData){ - alert(phpData); - }*/ - - - - - success:function() { - - //console.log(data); - //window.location = "/eSIM/simulation.php"; - window.open('/eSIM/simulation.php','about:blank','scrollbars=auto , scrollbars=1, left=300,top=50,width=800,height=600,toolbar=0,resizable=0'); - //alert (); - //if( data == 'fail' ) { - //console.log("nahi hua bc"); - //} - - // else if (data = 'success') { - //console.log("ho gaya bc"); - //} -}, - - - }); - - - }); - -/*------------------------------------------------------------------------------------------------------------------------------------------------ -VIEW NETLIST WINDOW -------------------------------------------------------------------------------------------------------------------------------------------------*/ - - - - - - - - -// jQuery(".view_netlist").click(function(){ - -// jQuery('#webtronics_netlist_text_div').show(); -// jQuery('#webtronics_netlist_text').show(); -// }); - - - - - - + /*------------------------------------------------------------------------------------------------------------------------------------------------ + For Simulation of Netlist and Removal of netlist Window + ------------------------------------------------------------------------------------------------------------------------------------------------*/ + + jQuery("#webtronics_netlist_simulate").click(function(){ + socket.emit('netlist', jQuery("#webtronics_netlist_text_area").val()); + //console.log("simulation button clicked"); + jQuery('#webtronics_netlist_text_div').hide(); + jQuery('#webtronics_netlist_buttons').hide(); + jQuery('#webtronics_netlist_text').hide(); + jQuery('#webtronics_disable').hide(); + }); - -/*------------------------------------------------------------------------------------------------------------------------------------------------ -For Download of netlist -------------------------------------------------------------------------------------------------------------------------------------------------*/ + /*------------------------------------------------------------------------------------------------------------------------------------------------ + For Download of netlist + ------------------------------------------------------------------------------------------------------------------------------------------------*/ jQuery("#webtronics_netlist_text_download").click(function(){ - //console.log("button clicked"); + console.log("button clicked"); - jQuery.ajax({ - - url: "/eSIM/download.php", - - type: "POST", - data: {netlist:jQuery("#webtronics_netlist_text_area").val()}, - dataType: "html", - - /* success: function() { - console.log("success"); - } - - */ - success: function() { - //console.log(data); - window.location = "/eSIM/download.php" ; - //if( data == 'fail' ) { - //console.log("nahi hua "); - //} - - // else if (data = 'success') { - //console.log("ho gaya "); - //} -}, - - - }); - - - }); - - - -/*------------------------------------------------------------------------------------------------------------------------------------------------ -DC FUNCTIONALITY IS WRITTEN HERE ----------------------------------------------------------------------------------------------------------------------------------------------------*/ -jQuery(function(){ - jQuery("#select").show(); - jQuery("#dc_menu").hide(); - jQuery("#ac_menu").hide(); - jQuery("#transient_menu").show(); - jQuery("#dc_sweep_menu").hide(); - jQuery("#analysis_selectbox").change(function(){ - - if (jQuery(this).val() == "5") - { - jQuery("#select").show(); - jQuery("#transient_menu").hide(); - jQuery("#dc_menu").hide(); - jQuery("#ac_menu").hide(); - jQuery("#dc_sweep_menu").hide(); - - } - else if (jQuery(this).val() == "1") - { - jQuery("#select").hide(); - jQuery("#dc_menu").show(); - jQuery("#ac_menu").hide(); - jQuery("#transient_menu").hide(); - jQuery("#dc_sweep_menu").hide(); - } - else if (jQuery(this).val() == "2") - { - jQuery("#select").hide(); - jQuery("#ac_menu").show(); - jQuery("#dc_menu").hide(); - jQuery("#transient_menu").hide(); - jQuery("#dc_sweep_menu").hide(); - } - else if (jQuery(this).val() == "3") - { - jQuery("#select").hide(); - jQuery("#transient_menu").show(); - jQuery("#dc_menu").hide(); - jQuery("#ac_menu").hide(); - jQuery("#dc_sweep_menu").hide(); - - } - else if (jQuery(this).val() == "4") - { - jQuery("#select").hide(); - jQuery("#transient_menu").hide(); - jQuery("#dc_menu").hide(); - jQuery("#ac_menu").hide(); - jQuery("#dc_sweep_menu").show(); - } + }); + + /*------------------------------------------------------------------------------------------------------------------------------------------------ + DC FUNCTIONALITY IS WRITTEN HERE + ---------------------------------------------------------------------------------------------------------------------------------------------------*/ + + jQuery(function(){ + jQuery("#select").show(); + jQuery("#dc_menu").hide(); + jQuery("#ac_menu").hide(); + jQuery("#transient_menu").show(); + jQuery("#dc_sweep_menu").hide(); + jQuery("#analysis_selectbox").change(function(){ + + if (jQuery(this).val() == "5"){ + jQuery("#select").show(); + jQuery("#transient_menu").hide(); + jQuery("#dc_menu").hide(); + jQuery("#ac_menu").hide(); + jQuery("#dc_sweep_menu").hide(); + } + else if (jQuery(this).val() == "1"){ + jQuery("#select").hide(); + jQuery("#dc_menu").show(); + jQuery("#ac_menu").hide(); + jQuery("#transient_menu").hide(); + jQuery("#dc_sweep_menu").hide(); + } + else if (jQuery(this).val() == "2"){ + jQuery("#select").hide(); + jQuery("#ac_menu").show(); + jQuery("#dc_menu").hide(); + jQuery("#transient_menu").hide(); + jQuery("#dc_sweep_menu").hide(); + } + else if (jQuery(this).val() == "3"){ + jQuery("#select").hide(); + jQuery("#transient_menu").show(); + jQuery("#dc_menu").hide(); + jQuery("#ac_menu").hide(); + jQuery("#dc_sweep_menu").hide(); + } + else if (jQuery(this).val() == "4"){ + jQuery("#select").hide(); + jQuery("#transient_menu").hide(); + jQuery("#dc_menu").hide(); + jQuery("#ac_menu").hide(); + jQuery("#dc_sweep_menu").show(); + } - - //$("#preview").change(function(){ - //jQuery"#analysis_selectbox".val(); + //$("#preview").change(function(){ + //jQuery"#analysis_selectbox".val(); //$("#div1, #div2").toggle(); }); }); @@ -208,42 +102,39 @@ Ac netlist variable for ac ------------------------------------------------------------------------------------------------------------------------------------------------*/ jQuery("#saveac").click(function(){ - startfreq = jQuery("#startfreqval").val(); stopfreq = jQuery("#stopfreqval").val(); noofpoint = jQuery("#noofpointsval").val(); //console.log(startfreq,stopfreq,noofpoint); //console.log(startfreq); - if (startfreq == "") - { - alert("Please enter Start Frequency"); + if (startfreq == ""){ + alert("Please enter Start Frequency"); } - else if (stopfreq == "") - { - alert("Please enter Stop Frequency value"); + else if (stopfreq == ""){ + alert("Please enter Stop Frequency value"); } - else if (noofpoint == "") - { - alert("Please Enter No Of Points"); + else if (noofpoint == ""){ + alert("Please Enter No Of Points"); } else{ - jQuery("#webtronics_netlist_analysis").hide(); jQuery("#webtronics_disable").hide(); } -scale_val=savedacval1; -if(scale_val==""){ - scale_val="lin"; -} -start_ac_unit=savedacval2; -if(start_ac_unit==""){ - start_ac_unit="Hz"; -} -stop_ac_unit=savedacval3; -if(stop_ac_unit==""){ - stop_ac_unit="Hz"; -} + scale_val=savedacval1; + if(scale_val==""){ + scale_val="lin"; + } + + start_ac_unit=savedacval2; + if(start_ac_unit==""){ + start_ac_unit="Hz"; + } + + stop_ac_unit=savedacval3; + if(stop_ac_unit==""){ + stop_ac_unit="Hz"; + } }); @@ -256,73 +147,60 @@ jQuery("#frequency_selectbox").change(function(){ jQuery("#scale_selectbox").change(function(){ scale = jQuery(this).val(); - if (scale == "1") - { - scale_val = "lin"; + if (scale == "1"){ + scale_val = "lin"; } - else if (scale == "2") - { - scale_val = "dec"; + else if (scale == "2"){ + scale_val = "dec"; } - else if (scale == "3") - { - scale_val = "octal"; + else if (scale == "3"){ + scale_val = "octal"; } savedacval1=scale_val; }); jQuery("#start_frequency_selectbox").change(function(){ - ac_start_freq = jQuery(this).val(); - - if (ac_start_freq == "1") - { - start_ac_unit = "Hz"; + + if (ac_start_freq == "1"){ + start_ac_unit = "Hz"; } - else if (ac_start_freq == "2") - { - start_ac_unit = "THz"; + else if (ac_start_freq == "2"){ + start_ac_unit = "THz"; } - if (ac_start_freq == "3") - { - start_ac_unit = "GHz"; + else if (ac_start_freq == "3"){ + start_ac_unit = "GHz"; } - else if (ac_start_freq == "4") - { - start_ac_unit = "Meg"; + else if (ac_start_freq == "4"){ + start_ac_unit = "Meg"; } else if (ac_start_freq == "5") { - start_ac_unit = "KHz"; + start_ac_unit = "KHz"; } savedacval2=start_ac_unit; }); jQuery("#stop_frequency_selectbox").change(function(){ - ac_stop_freq = jQuery(this).val(); - - if (ac_stop_freq == "1") - { - stop_ac_unit = "Hz"; + + if (ac_stop_freq == "1"){ + stop_ac_unit = "Hz"; } - else if (ac_stop_freq == "2") - { - stop_ac_unit = "THz"; + else if (ac_stop_freq == "2"){ + stop_ac_unit = "THz"; } - if (ac_stop_freq == "3") - { - stop_ac_unit = "GHz"; + else if (ac_stop_freq == "3"){ + stop_ac_unit = "GHz"; } - else if (ac_stop_freq == "4") - { - stop_ac_unit = "Meg"; + else if (ac_stop_freq == "4"){ + stop_ac_unit = "Meg"; } - else if (ac_stop_freq == "5") - { - stop_ac_unit = "KHz"; + else if (ac_stop_freq == "5"){ + stop_ac_unit = "KHz"; } - savedacval3=stop_ac_unit; + + savedacval3=stop_ac_unit; }); @@ -330,29 +208,24 @@ jQuery("#stop_frequency_selectbox").change(function(){ Dc netlist variable for dc ------------------------------------------------------------------------------------------------------------------------------------------------*/ jQuery("#savedc").click(function(){ - source = jQuery("#sourceval").val(); - start = jQuery("#startval").val(); - increment = jQuery("#Incrementval").val(); - stop = jQuery("#stopval").val(); - // console.log(source,start,increment,stop); - // console.log(start); - if (source == "") - { - alert("Please enter Source Name"); - } - else if (start == "") - { - alert("Please enter Start Time"); - } - else if (increment == "") - { - alert("Please enter the increment value"); - } - else if (stop == "") - { - alert("Please enter the Stop Time"); - } + start = jQuery("#startval").val(); + increment = jQuery("#Incrementval").val(); + stop = jQuery("#stopval").val(); + // console.log(source,start,increment,stop); + // console.log(start); + if (source == ""){ + alert("Please enter Source Name"); + } + else if (start == ""){ + alert("Please enter Start Time"); + } + else if (increment == ""){ + alert("Please enter the increment value"); + } + else if (stop == ""){ + alert("Please enter the Stop Time"); + } else{ @@ -360,104 +233,88 @@ jQuery("#savedc").click(function(){ jQuery("#webtronics_disable").hide(); } -start_dc_unit=saveddcval1; -if(start_dc_unit==""){ - start_dc_unit="00"; -} -increment_dc_unit=saveddcval2; -if(increment_dc_unit==""){ - increment_dc_unit="00"; -} -stop_dc_unit=saveddcval3; -if(stop_dc_unit==""){ - stop_dc_unit="00"; -} + start_dc_unit=saveddcval1; + if(start_dc_unit==""){ + start_dc_unit="00"; + } + increment_dc_unit=saveddcval2; + if(increment_dc_unit==""){ + increment_dc_unit="00"; + } + stop_dc_unit=saveddcval3; + if(stop_dc_unit==""){ + stop_dc_unit="00"; + } }); jQuery("#start_volt_selectbox").change(function(){ - dc_start_time = jQuery(this).val(); - if (dc_start_time == "1") - { - start_dc_unit = "00"; + if (dc_start_time == "1"){ + start_dc_unit = "00"; } - else if (dc_start_time == "2") - { - start_dc_unit = "03"; + else if (dc_start_time == "2"){ + start_dc_unit = "03"; } - if (dc_start_time == "3") - { - start_dc_unit = "06"; + else if (dc_start_time == "3"){ + start_dc_unit = "06"; } - else if (dc_start_time == "4") - { - start_dc_unit = "09"; + else if (dc_start_time == "4"){ + start_dc_unit = "09"; } - else if (dc_start_time == "5") - { - start_dc_unit = "12"; + else if (dc_start_time == "5"){ + start_dc_unit = "12"; } saveddcval1=start_dc_unit; console.log(start_dc_unit); }); jQuery("#inc_volt_selectbox").change(function(){ - - + dc_increment_time = jQuery(this).val(); - if (dc_increment_time == "1") - { - increment_dc_unit = "00"; + if (dc_increment_time == "1"){ + increment_dc_unit = "00"; } - else if (dc_increment_time == "2") - { - increment_dc_unit = "03"; + else if (dc_increment_time == "2"){ + increment_dc_unit = "03"; } - if (dc_increment_time == "3") - { - increment_dc_unit = "06"; + else if (dc_increment_time == "3"){ + increment_dc_unit = "06"; } else if (dc_increment_time == "4") { - increment_dc_unit = "09"; + increment_dc_unit = "09"; } else if (dc_increment_time == "5") { - increment_dc_unit = "12"; + increment_dc_unit = "12"; } saveddcval2=increment_dc_unit; console.log(increment_dc_unit); }); jQuery("#stop_volt_selectbox").change(function(){ - dc_stop_time = jQuery(this).val(); - if (dc_stop_time == "1") - { - stop_dc_unit = "00"; + if (dc_stop_time == "1"){ + stop_dc_unit = "00"; } - else if (dc_stop_time == "2") - { - stop_dc_unit = "03"; + else if (dc_stop_time == "2"){ + stop_dc_unit = "03"; } - if (dc_stop_time == "3") - { - stop_dc_unit = "06"; + else if (dc_stop_time == "3"){ + stop_dc_unit = "06"; } - else if (dc_stop_time == "4") - { - stop_dc_unit = "09"; - } - else if (dc_stop_time == "5") - { - stop_dc_unit = "12"; + else if (dc_stop_time == "4"){ + stop_dc_unit = "09"; + } + else if (dc_stop_time == "5"){ + stop_dc_unit = "12"; } - saveddcval3=stop_dc_unit; + saveddcval3=stop_dc_unit; console.log(stop_dc_unit); }); @@ -477,36 +334,28 @@ jQuery("#savedcs").click(function(){ stop2 = jQuery("#stopval2").val(); //console.log(source1,start1,increment1,stop1); //console.log(start1); - if (source1 == "") - { + if (source1 == ""){ alert("Please enter Source Name"); } - else if (start1 == "") - { + else if (start1 == ""){ alert("Please enter Start Time"); } - else if (increment1 == "") - { + else if (increment1 == ""){ alert("Please enter the increment value"); } - else if (stop1 == "") - { + else if (stop1 == ""){ alert("Please enter the Stop Time"); } - else if (source2 == "") - { + else if (source2 == ""){ alert("Please enter Source Name"); } - else if (start2 == "") - { + else if (start2 == ""){ alert("Please enter Start Time"); } - else if (increment2 == "") - { + else if (increment2 == ""){ alert("Please enter the increment value"); } - else if (stop2 == "") - { + else if (stop2 == ""){ alert("Please enter the Stop Time"); } @@ -547,24 +396,19 @@ jQuery("#start_volt_selectbox1").change(function(){ dc_start_time1 = jQuery(this).val(); - if (dc_start_time1 == "1") - { + if (dc_start_time1 == "1"){ start_dc_unit1 = "00"; } - else if (dc_start_time1 == "2") - { + else if (dc_start_time1 == "2"){ start_dc_unit1 = "03"; } - if (dc_start_time1 == "3") - { + else if (dc_start_time1 == "3"){ start_dc_unit1 = "06"; } - else if (dc_start_time1 == "4") - { + else if (dc_start_time1 == "4"){ start_dc_unit1 = "09"; } - else if (dc_start_time1 == "5") - { + else if (dc_start_time1 == "5"){ start_dc_unit1 = "12"; } savedsweepval1=start_dc_unit1; @@ -574,24 +418,19 @@ jQuery("#start_volt_selectbox1").change(function(){ jQuery("#inc_volt_selectbox1").change(function(){ dc_increment_time1 = jQuery(this).val(); - if (dc_increment_time1 == "1") - { + if (dc_increment_time1 == "1"){ increment_dc_unit1 = "00"; } - else if (dc_increment_time1 == "2") - { + else if (dc_increment_time1 == "2"){ increment_dc_unit1 = "03"; } - if (dc_increment_time1 == "3") - { + else if (dc_increment_time1 == "3"){ increment_dc_unit1 = "06"; } - else if (dc_increment_time1 == "4") - { + else if (dc_increment_time1 == "4"){ increment_dc_unit1 = "09"; } - else if (dc_increment_time1 == "5") - { + else if (dc_increment_time1 == "5"){ increment_dc_unit1 = "12"; } savedsweepval2=increment_dc_unit1; @@ -602,20 +441,16 @@ jQuery("#stop_volt_selectbox1").change(function(){ dc_stop_time1 = jQuery(this).val(); - if (dc_stop_time1 == "1") - { + if (dc_stop_time1 == "1"){ stop_dc_unit1 = "00"; } - else if (dc_stop_time1 == "2") - { + else if (dc_stop_time1 == "2"){ stop_dc_unit1 = "03"; } - if (dc_stop_time1 == "3") - { + else if (dc_stop_time1 == "3"){ stop_dc_unit1 = "06"; } - else if (dc_stop_time1 == "4") - { + else if (dc_stop_time1 == "4"){ stop_dc_unit1 = "09"; } else if (dc_stop_time1 == "5") @@ -631,16 +466,13 @@ jQuery("#start_volt_selectbox2").change(function(){ dc_start_time2 = jQuery(this).val(); - if (dc_start_time2 == "1") - { + if (dc_start_time2 == "1"){ start_dc_unit2 = "00"; } - else if (dc_start_time2 == "2") - { + else if (dc_start_time2 == "2"){ start_dc_unit2 = "03"; } - if (dc_start_time2 == "3") - { + else if (dc_start_time2 == "3"){ start_dc_unit2 = "06"; } else if (dc_start_time2 == "4") @@ -658,16 +490,13 @@ jQuery("#start_volt_selectbox2").change(function(){ jQuery("#inc_volt_selectbox2").change(function(){ dc_increment_time2 = jQuery(this).val(); - if (dc_increment_time2 == "1") - { + if (dc_increment_time2 == "1"){ increment_dc_unit2 = "00"; } - else if (dc_increment_time2 == "2") - { + else if (dc_increment_time2 == "2"){ increment_dc_unit2 = "03"; } - if (dc_increment_time2 == "3") - { + else if (dc_increment_time2 == "3"){ increment_dc_unit2 = "06"; } else if (dc_increment_time2 == "4") @@ -686,24 +515,19 @@ jQuery("#stop_volt_selectbox2").change(function(){ dc_stop_time2 = jQuery(this).val(); - if (dc_stop_time2 == "1") - { + if (dc_stop_time2 == "1"){ stop_dc_unit2 = "00"; } - else if (dc_stop_time2 == "2") - { + else if (dc_stop_time2 == "2"){ stop_dc_unit2 = "03"; } - if (dc_stop_time2 == "3") - { + else if (dc_stop_time2 == "3"){ stop_dc_unit2 = "06"; } - else if (dc_stop_time2 == "4") - { + else if (dc_stop_time2 == "4"){ stop_dc_unit2 = "09"; } - else if (dc_stop_time2 == "5") - { + else if (dc_stop_time2 == "5"){ stop_dc_unit2 = "12"; } savedsweepval6=stop_dc_unit2; @@ -723,59 +547,49 @@ jQuery("#savetransient").click(function(){ stop_trans = jQuery("#stop_time").val(); //console.log(start_trans, step_trans, stop_trans); - if (start_trans == "") - { - alert("Please enter Start Time") + if (start_trans == ""){ + alert("Please enter Start Time") } - else if (step_trans == "") - { - alert("Please enter Step Time"); + else if (step_trans == ""){ + alert("Please enter Step Time"); } - else if (stop_trans == "") - { - alert("Please enter the Stop Time"); + else if (stop_trans == ""){ + alert("Please enter the Stop Time"); } else{ - jQuery("#webtronics_netlist_analysis").hide(); jQuery("#webtronics_disable").hide(); } -start_trans_unit=savedtransval1; -if(start_trans_unit==""){ - start_trans_unit="03"; -} -step_trans_unit=savedtransval2; -if(step_trans_unit==""){ - step_trans_unit="03"; -} -stop_trans_unit=savedtransval3; -if(stop_trans_unit==""){ - stop_trans_unit="03"; -} - - + start_trans_unit=savedtransval1; + if(start_trans_unit==""){ + start_trans_unit="03"; + } + step_trans_unit=savedtransval2; + if(step_trans_unit==""){ + step_trans_unit="03"; + } + stop_trans_unit=savedtransval3; + if(stop_trans_unit==""){ + stop_trans_unit="03"; + } }); jQuery("#start_time_selectbox").change(function(){ trans_start_time = jQuery(this).val(); - if (trans_start_time == "1") - { - start_trans_unit = "03"; + if (trans_start_time == "1"){ + start_trans_unit = "03"; } - else if (trans_start_time == "2") - { - start_trans_unit = "06"; + else if (trans_start_time == "2"){ + start_trans_unit = "06"; } - if (trans_start_time == "3") - { - start_trans_unit = "09"; + else if (trans_start_time == "3"){ + start_trans_unit = "09"; } - else if (trans_start_time == "4") - { - start_trans_unit = "12"; + else if (trans_start_time == "4"){ + start_trans_unit = "12"; } savedtransval1=start_trans_unit; console.log(start_trans_unit); @@ -785,21 +599,17 @@ jQuery("#step_time_selectbox").change(function(){ trans_step_time = jQuery(this).val(); - if (trans_step_time == "1") - { - step_trans_unit = "03"; + if (trans_step_time == "1"){ + step_trans_unit = "03"; } - else if (trans_step_time == "2") - { - step_trans_unit = "06"; + else if (trans_step_time == "2"){ + step_trans_unit = "06"; } - if (trans_step_time == "3") - { - step_trans_unit = "09"; + else if (trans_step_time == "3"){ + step_trans_unit = "09"; } - else if (trans_step_time == "4") - { - step_trans_unit = "12"; + else if (trans_step_time == "4"){ + step_trans_unit = "12"; } savedtransval2=step_trans_unit; console.log(step_trans_unit); @@ -809,21 +619,17 @@ jQuery("#stop_time_selectbox").change(function(){ trans_stop_time = jQuery(this).val(); - if (trans_stop_time == "1") - { - stop_trans_unit = "03"; + if (trans_stop_time == "1"){ + stop_trans_unit = "03"; } - else if (trans_stop_time == "2") - { - stop_trans_unit = "06"; + else if (trans_stop_time == "2"){ + stop_trans_unit = "06"; } - if (trans_stop_time == "3") - { - stop_trans_unit = "09"; + else if (trans_stop_time == "3"){ + stop_trans_unit = "09"; } - else if (trans_stop_time == "4") - { - stop_trans_unit = "12"; + else if (trans_stop_time == "4"){ + stop_trans_unit = "12"; } savedtransval3=stop_trans_unit; console.log(stop_trans_unit); diff --git a/views/style/web.png b/views/style/web.png new file mode 100644 index 0000000..40138a2 --- /dev/null +++ b/views/style/web.png @@ -0,0 +1,529 @@ + + + + +<!DOCTYPE html> +<html lang="en" class=""> + <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# object: http://ogp.me/ns/object# article: http://ogp.me/ns/article# profile: http://ogp.me/ns/profile#"> + <meta charset='utf-8'> + + <link crossorigin="anonymous" href="https://assets-cdn.github.com/assets/frameworks-badbefc5f73f92d77589e93964990bd487b5c03927ced2726daea3271d3c3c1d.css" media="all" rel="stylesheet" /> + <link crossorigin="anonymous" href="https://assets-cdn.github.com/assets/github-a1702a81aa936020431db7f17815644067eed0a97a72d4557910480aa017d8bc.css" media="all" rel="stylesheet" /> + + + <link crossorigin="anonymous" href="https://assets-cdn.github.com/assets/site-13d2d4e0ca168621dd92689cf755d926d9a4507ba4138b8cc4cfbc38ce2984ed.css" media="all" rel="stylesheet" /> + + <link crossorigin="anonymous" href="https://assets-cdn.github.com/assets/system-fonts-d60dee4b68e3a38b01c0389551a0e38f04acd897ec85592f405d045ee853b3d1.css" media="all" rel="stylesheet" /> + + <link as="script" href="https://assets-cdn.github.com/assets/frameworks-35477f5e4824848c27a44f62e3cd3b009cc9fbedf6074ddd8765ee70d09499c6.js" rel="preload" /> + + <link as="script" href="https://assets-cdn.github.com/assets/github-121e6c09bb508b99e99c9fb1d41a3b377c131efae6cf3423f6ca2b3492ed4b3b.js" rel="preload" /> + + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta http-equiv="Content-Language" content="en"> + <meta name="viewport" content="width=device-width"> + + + <title>webtronics/web.png at master · dj1123/webtronics · GitHub</title> + <link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="GitHub"> + <link rel="fluid-icon" href="https://github.com/fluidicon.png" title="GitHub"> + <link rel="apple-touch-icon" href="/apple-touch-icon.png"> + <link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png"> + <link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png"> + <link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png"> + <link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png"> + <link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png"> + <link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png"> + <link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png"> + <link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png"> + <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png"> + <meta property="fb:app_id" content="1401488693436528"> + + <meta content="https://avatars1.githubusercontent.com/u/18100369?v=3&s=400" name="twitter:image:src" /><meta content="@github" name="twitter:site" /><meta content="summary" name="twitter:card" /><meta content="dj1123/webtronics" name="twitter:title" /><meta content="Automatically exported from code.google.com/p/webtronics" name="twitter:description" /> + <meta content="https://avatars1.githubusercontent.com/u/18100369?v=3&s=400" property="og:image" /><meta content="GitHub" property="og:site_name" /><meta content="object" property="og:type" /><meta content="dj1123/webtronics" property="og:title" /><meta content="https://github.com/dj1123/webtronics" property="og:url" /><meta content="Automatically exported from code.google.com/p/webtronics" property="og:description" /> + <meta name="browser-stats-url" content="https://api.github.com/_private/browser/stats"> + <meta name="browser-errors-url" content="https://api.github.com/_private/browser/errors"> + <link rel="assets" href="https://assets-cdn.github.com/"> + + <meta name="pjax-timeout" content="1000"> + + + <meta name="msapplication-TileImage" content="/windows-tile.png"> + <meta name="msapplication-TileColor" content="#ffffff"> + <meta name="selected-link" value="repo_source" data-pjax-transient> + + <meta name="google-site-verification" content="KT5gs8h0wvaagLKAVWq8bbeNwnZZK1r1XQysX3xurLU"> +<meta name="google-site-verification" content="ZzhVyEFwb7w3e0-uOTltm8Jsck2F5StVihD0exw2fsA"> + <meta name="google-analytics" content="UA-3769691-2"> + +<meta content="collector.githubapp.com" name="octolytics-host" /><meta content="github" name="octolytics-app-id" /><meta content="67157D54:6E9C:2FAD04B:578CB405" name="octolytics-dimension-request_id" /> +<meta content="/<user-name>/<repo-name>/blob/show" data-pjax-transient="true" name="analytics-location" /> + + + + <meta class="js-ga-set" name="dimension1" content="Logged Out"> + + + + <meta name="hostname" content="github.com"> + <meta name="user-login" content=""> + + <meta name="expected-hostname" content="github.com"> + <meta name="js-proxy-site-detection-payload" content="NDRkZWIwMTY2Y2FmMjdmOWJmZTIzYzcxYjRkYzQwZjJmMjFlMDNlM2VhNWEzMTgzNTg3YzFiYjcyNzRkODE5Nnx7InJlbW90ZV9hZGRyZXNzIjoiMTAzLjIxLjEyNS44NCIsInJlcXVlc3RfaWQiOiI2NzE1N0Q1NDo2RTlDOjJGQUQwNEI6NTc4Q0I0MDUiLCJ0aW1lc3RhbXAiOjE0Njg4Mzg5MTh9"> + + + <link rel="mask-icon" href="https://assets-cdn.github.com/pinned-octocat.svg" color="#4078c0"> + <link rel="icon" type="image/x-icon" href="https://assets-cdn.github.com/favicon.ico"> + + <meta name="html-safe-nonce" content="697b5d7b70869c04a3b5f529b4ad2c630d4ee61e"> + <meta content="fab44e392287b549bf9b695bc93dfcfdb0576e54" name="form-nonce" /> + + <meta http-equiv="x-pjax-version" content="843306541653655d87637353a377dafa"> + + + + <meta name="description" content="Automatically exported from code.google.com/p/webtronics"> + <meta name="go-import" content="github.com/dj1123/webtronics git https://github.com/dj1123/webtronics.git"> + + <meta content="18100369" name="octolytics-dimension-user_id" /><meta content="dj1123" name="octolytics-dimension-user_login" /><meta content="54829401" name="octolytics-dimension-repository_id" /><meta content="dj1123/webtronics" name="octolytics-dimension-repository_nwo" /><meta content="true" name="octolytics-dimension-repository_public" /><meta content="false" name="octolytics-dimension-repository_is_fork" /><meta content="54829401" name="octolytics-dimension-repository_network_root_id" /><meta content="dj1123/webtronics" name="octolytics-dimension-repository_network_root_nwo" /> + <link href="https://github.com/dj1123/webtronics/commits/master.atom" rel="alternate" title="Recent Commits to webtronics:master" type="application/atom+xml"> + + + <link rel="canonical" href="https://github.com/dj1123/webtronics/blob/master/webtronics/style/web.png" data-pjax-transient> + </head> + + + <body class="logged-out env-production vis-public page-blob"> + <div id="js-pjax-loader-bar" class="pjax-loader-bar"></div> + <a href="#start-of-content" tabindex="1" class="accessibility-aid js-skip-to-content">Skip to content</a> + + + + + + + + <header class="site-header js-details-container" role="banner"> + <div class="container-responsive"> + <a class="header-logo-invertocat" href="https://github.com/" aria-label="Homepage" data-ga-click="(Logged out) Header, go to homepage, icon:logo-wordmark"> + <svg aria-hidden="true" class="octicon octicon-mark-github" height="32" version="1.1" viewBox="0 0 16 16" width="32"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path></svg> + </a> + + <button class="btn-link right site-header-toggle js-details-target" type="button" aria-label="Toggle navigation"> + <svg aria-hidden="true" class="octicon octicon-three-bars" height="24" version="1.1" viewBox="0 0 12 16" width="18"><path d="M11.41 9H.59C0 9 0 8.59 0 8c0-.59 0-1 .59-1H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1h.01zm0-4H.59C0 5 0 4.59 0 4c0-.59 0-1 .59-1H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1h.01zM.59 11H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1H.59C0 13 0 12.59 0 12c0-.59 0-1 .59-1z"></path></svg> + </button> + + <div class="site-header-menu"> + <nav class="site-header-nav site-header-nav-main"> + <a href="/personal" class="js-selected-navigation-item nav-item nav-item-personal" data-ga-click="Header, click, Nav menu - item:personal" data-selected-links="/personal /personal"> + Personal +</a> <a href="/open-source" class="js-selected-navigation-item nav-item nav-item-opensource" data-ga-click="Header, click, Nav menu - item:opensource" data-selected-links="/open-source /open-source"> + Open source +</a> <a href="/business" class="js-selected-navigation-item nav-item nav-item-business" data-ga-click="Header, click, Nav menu - item:business" data-selected-links="/business /business/features /business/customers /business"> + Business +</a> <a href="/explore" class="js-selected-navigation-item nav-item nav-item-explore" data-ga-click="Header, click, Nav menu - item:explore" data-selected-links="/explore /trending /trending/developers /integrations /integrations/feature/code /integrations/feature/collaborate /integrations/feature/ship /explore"> + Explore +</a> </nav> + + <div class="site-header-actions"> + <a class="btn btn-primary site-header-actions-btn" href="/join?source=header-repo" data-ga-click="(Logged out) Header, clicked Sign up, text:sign-up">Sign up</a> + <a class="btn site-header-actions-btn mr-2" href="/login?return_to=%2Fdj1123%2Fwebtronics%2Fblob%2Fmaster%2Fwebtronics%2Fstyle%2Fweb.png" data-ga-click="(Logged out) Header, clicked Sign in, text:sign-in">Sign in</a> + </div> + + <nav class="site-header-nav site-header-nav-secondary"> + <a class="nav-item" href="/pricing">Pricing</a> + <a class="nav-item" href="/blog">Blog</a> + <a class="nav-item" href="https://help.github.com">Support</a> + <a class="nav-item header-search-link" href="https://github.com/search">Search GitHub</a> + <div class="header-search scoped-search site-scoped-search js-site-search" role="search"> + <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/dj1123/webtronics/search" class="js-site-search-form" data-scoped-search-url="/dj1123/webtronics/search" data-unscoped-search-url="/search" method="get"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓" /></div> + <label class="form-control header-search-wrapper js-chromeless-input-container"> + <div class="header-search-scope">This repository</div> + <input type="text" + class="form-control header-search-input js-site-search-focus js-site-search-field is-clearable" + data-hotkey="s" + name="q" + placeholder="Search" + aria-label="Search this repository" + data-unscoped-placeholder="Search GitHub" + data-scoped-placeholder="Search" + tabindex="1" + autocapitalize="off"> + </label> +</form></div> + + </nav> + </div> + </div> +</header> + + + + <div id="start-of-content" class="accessibility-aid"></div> + + <div id="js-flash-container"> +</div> + + + <div role="main"> + <div itemscope itemtype="http://schema.org/SoftwareSourceCode"> + <div id="js-repo-pjax-container" data-pjax-container> + +<div class="pagehead repohead instapaper_ignore readability-menu experiment-repo-nav"> + <div class="container repohead-details-container"> + + + +<ul class="pagehead-actions"> + + <li> + <a href="/login?return_to=%2Fdj1123%2Fwebtronics" + class="btn btn-sm btn-with-count tooltipped tooltipped-n" + aria-label="You must be signed in to watch a repository" rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-eye" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path d="M8.06 2C3 2 0 8 0 8s3 6 8.06 6C13 14 16 8 16 8s-3-6-7.94-6zM8 12c-2.2 0-4-1.78-4-4 0-2.2 1.8-4 4-4 2.22 0 4 1.8 4 4 0 2.22-1.78 4-4 4zm2-4c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z"></path></svg> + Watch + </a> + <a class="social-count" href="/dj1123/webtronics/watchers"> + 0 + </a> + + </li> + + <li> + <a href="/login?return_to=%2Fdj1123%2Fwebtronics" + class="btn btn-sm btn-with-count tooltipped tooltipped-n" + aria-label="You must be signed in to star a repository" rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-star" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"></path></svg> + Star + </a> + + <a class="social-count js-social-count" href="/dj1123/webtronics/stargazers"> + 0 + </a> + + </li> + + <li> + <a href="/login?return_to=%2Fdj1123%2Fwebtronics" + class="btn btn-sm btn-with-count tooltipped tooltipped-n" + aria-label="You must be signed in to fork a repository" rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-repo-forked" height="16" version="1.1" viewBox="0 0 10 16" width="10"><path d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> + Fork + </a> + + <a href="/dj1123/webtronics/network" class="social-count"> + 0 + </a> + </li> +</ul> + + <h1 class="public "> + <svg aria-hidden="true" class="octicon octicon-repo" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path d="M4 9H3V8h1v1zm0-3H3v1h1V6zm0-2H3v1h1V4zm0-2H3v1h1V2zm8-1v12c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1zm-1 10H1v2h2v-1h3v1h5v-2zm0-10H2v9h9V1z"></path></svg> + <span class="author" itemprop="author"><a href="/dj1123" class="url fn" rel="author">dj1123</a></span><!-- +--><span class="path-divider">/</span><!-- +--><strong itemprop="name"><a href="/dj1123/webtronics" data-pjax="#js-repo-pjax-container">webtronics</a></strong> + +</h1> + + </div> + <div class="container"> + +<nav class="reponav js-repo-nav js-sidenav-container-pjax" + itemscope + itemtype="http://schema.org/BreadcrumbList" + role="navigation" + data-pjax="#js-repo-pjax-container"> + + <span itemscope itemtype="http://schema.org/ListItem" itemprop="itemListElement"> + <a href="/dj1123/webtronics" aria-selected="true" class="js-selected-navigation-item selected reponav-item" data-hotkey="g c" data-selected-links="repo_source repo_downloads repo_commits repo_releases repo_tags repo_branches /dj1123/webtronics" itemprop="url"> + <svg aria-hidden="true" class="octicon octicon-code" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path d="M9.5 3L8 4.5 11.5 8 8 11.5 9.5 13 14 8 9.5 3zm-5 0L0 8l4.5 5L6 11.5 2.5 8 6 4.5 4.5 3z"></path></svg> + <span itemprop="name">Code</span> + <meta itemprop="position" content="1"> +</a> </span> + + <span itemscope itemtype="http://schema.org/ListItem" itemprop="itemListElement"> + <a href="/dj1123/webtronics/issues" class="js-selected-navigation-item reponav-item" data-hotkey="g i" data-selected-links="repo_issues repo_labels repo_milestones /dj1123/webtronics/issues" itemprop="url"> + <svg aria-hidden="true" class="octicon octicon-issue-opened" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg> + <span itemprop="name">Issues</span> + <span class="counter">1</span> + <meta itemprop="position" content="2"> +</a> </span> + + <span itemscope itemtype="http://schema.org/ListItem" itemprop="itemListElement"> + <a href="/dj1123/webtronics/pulls" class="js-selected-navigation-item reponav-item" data-hotkey="g p" data-selected-links="repo_pulls /dj1123/webtronics/pulls" itemprop="url"> + <svg aria-hidden="true" class="octicon octicon-git-pull-request" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path d="M11 11.28V5c-.03-.78-.34-1.47-.94-2.06C9.46 2.35 8.78 2.03 8 2H7V0L4 3l3 3V4h1c.27.02.48.11.69.31.21.2.3.42.31.69v6.28A1.993 1.993 0 0 0 10 15a1.993 1.993 0 0 0 1-3.72zm-1 2.92c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zM4 3c0-1.11-.89-2-2-2a1.993 1.993 0 0 0-1 3.72v6.56A1.993 1.993 0 0 0 2 15a1.993 1.993 0 0 0 1-3.72V4.72c.59-.34 1-.98 1-1.72zm-.8 10c0 .66-.55 1.2-1.2 1.2-.65 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> + <span itemprop="name">Pull requests</span> + <span class="counter">0</span> + <meta itemprop="position" content="3"> +</a> </span> + + + + <a href="/dj1123/webtronics/pulse" class="js-selected-navigation-item reponav-item" data-selected-links="pulse /dj1123/webtronics/pulse"> + <svg aria-hidden="true" class="octicon octicon-pulse" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path d="M11.5 8L8.8 5.4 6.6 8.5 5.5 1.6 2.38 8H0v2h3.6l.9-1.8.9 5.4L9 8.5l1.6 1.5H14V8z"></path></svg> + Pulse +</a> + <a href="/dj1123/webtronics/graphs" class="js-selected-navigation-item reponav-item" data-selected-links="repo_graphs repo_contributors /dj1123/webtronics/graphs"> + <svg aria-hidden="true" class="octicon octicon-graph" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path d="M16 14v1H0V0h1v14h15zM5 13H3V8h2v5zm4 0H7V3h2v10zm4 0h-2V6h2v7z"></path></svg> + Graphs +</a> + +</nav> + + </div> +</div> + +<div class="container new-discussion-timeline experiment-repo-nav"> + <div class="repository-content"> + + + +<a href="/dj1123/webtronics/blob/29a2900f60cf4fc77674f868f803f63762f144d2/webtronics/style/web.png" class="hidden js-permalink-shortcut" data-hotkey="y">Permalink</a> + +<!-- blob contrib key: blob_contributors:v21:f276683b58bfde55a2e7d2c0ca4054ad --> + +<div class="file-navigation js-zeroclipboard-container"> + +<div class="select-menu branch-select-menu js-menu-container js-select-menu left"> + <button class="btn btn-sm select-menu-button js-menu-target css-truncate" data-hotkey="w" + title="master" + type="button" aria-label="Switch branches or tags" tabindex="0" aria-haspopup="true"> + <i>Branch:</i> + <span class="js-select-button css-truncate-target">master</span> + </button> + + <div class="select-menu-modal-holder js-menu-content js-navigation-container" data-pjax aria-hidden="true"> + + <div class="select-menu-modal"> + <div class="select-menu-header"> + <svg aria-label="Close" class="octicon octicon-x js-menu-close" height="16" role="img" version="1.1" viewBox="0 0 12 16" width="12"><path d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48z"></path></svg> + <span class="select-menu-title">Switch branches/tags</span> + </div> + + <div class="select-menu-filters"> + <div class="select-menu-text-filter"> + <input type="text" aria-label="Filter branches/tags" id="context-commitish-filter-field" class="form-control js-filterable-field js-navigation-enable" placeholder="Filter branches/tags"> + </div> + <div class="select-menu-tabs"> + <ul> + <li class="select-menu-tab"> + <a href="#" data-tab-filter="branches" data-filter-placeholder="Filter branches/tags" class="js-select-menu-tab" role="tab">Branches</a> + </li> + <li class="select-menu-tab"> + <a href="#" data-tab-filter="tags" data-filter-placeholder="Find a tag…" class="js-select-menu-tab" role="tab">Tags</a> + </li> + </ul> + </div> + </div> + + <div class="select-menu-list select-menu-tab-bucket js-select-menu-tab-bucket" data-tab-filter="branches" role="menu"> + + <div data-filterable-for="context-commitish-filter-field" data-filterable-type="substring"> + + + <a class="select-menu-item js-navigation-item js-navigation-open selected" + href="/dj1123/webtronics/blob/master/webtronics/style/web.png" + data-name="master" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"></path></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text" title="master"> + master + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/dj1123/webtronics/blob/v1/webtronics/style/web.png" + data-name="v1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"></path></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text" title="v1"> + v1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/dj1123/webtronics/blob/wiki/webtronics/style/web.png" + data-name="wiki" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"></path></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text" title="wiki"> + wiki + </span> + </a> + </div> + + <div class="select-menu-no-results">Nothing to show</div> + </div> + + <div class="select-menu-list select-menu-tab-bucket js-select-menu-tab-bucket" data-tab-filter="tags"> + <div data-filterable-for="context-commitish-filter-field" data-filterable-type="substring"> + + + </div> + + <div class="select-menu-no-results">Nothing to show</div> + </div> + + </div> + </div> +</div> + + <div class="btn-group right"> + <a href="/dj1123/webtronics/find/master" + class="js-pjax-capture-input btn btn-sm" + data-pjax + data-hotkey="t"> + Find file + </a> + <button aria-label="Copy file path to clipboard" class="js-zeroclipboard btn btn-sm zeroclipboard-button tooltipped tooltipped-s" data-copied-hint="Copied!" type="button">Copy path</button> + </div> + <div class="breadcrumb js-zeroclipboard-target"> + <span class="repo-root js-repo-root"><span class="js-path-segment"><a href="/dj1123/webtronics"><span>webtronics</span></a></span></span><span class="separator">/</span><span class="js-path-segment"><a href="/dj1123/webtronics/tree/master/webtronics"><span>webtronics</span></a></span><span class="separator">/</span><span class="js-path-segment"><a href="/dj1123/webtronics/tree/master/webtronics/style"><span>style</span></a></span><span class="separator">/</span><strong class="final-path">web.png</strong> + </div> +</div> + + + <div class="commit-tease"> + <span class="right"> + <a class="commit-tease-sha" href="/dj1123/webtronics/commit/c34d8e5c85d2c60c2d6fd58ad993f42d40aed923" data-pjax> + c34d8e5 + </a> + <relative-time datetime="2012-06-07T16:04:31Z">Jun 7, 2012</relative-time> + </span> + <div> + <img alt="" class="avatar" height="20" src="https://2.gravatar.com/avatar/a65eb933c05bbe1d7a31489fa1c6c020?d=https%3A%2F%2Fassets-cdn.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png&r=x&s=140" width="20" /> + <span class="user-mention">wikitronic</span> + <a href="/dj1123/webtronics/commit/c34d8e5c85d2c60c2d6fd58ad993f42d40aed923" class="message" data-pjax="true" title="web app version">web app version</a> + </div> + + <div class="commit-tease-contributors"> + <button type="button" class="btn-link muted-link contributors-toggle" data-facebox="#blob_contributors_box"> + <strong>0</strong> + contributors + </button> + + </div> + + <div id="blob_contributors_box" style="display:none"> + <h2 class="facebox-header" data-facebox-id="facebox-header">Users who have contributed to this file</h2> + <ul class="facebox-user-list" data-facebox-id="facebox-description"> + </ul> + </div> + </div> + +<div class="file"> + <div class="file-header"> + <div class="file-actions"> + + <div class="btn-group"> + <a href="/dj1123/webtronics/raw/master/webtronics/style/web.png" class="btn btn-sm " id="raw-url">Download</a> + <a href="/dj1123/webtronics/commits/master/webtronics/style/web.png" class="btn btn-sm " rel="nofollow">History</a> + </div> + + + <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/dj1123/webtronics/delete/master/webtronics/style/web.png" class="inline-form" data-form-nonce="fab44e392287b549bf9b695bc93dfcfdb0576e54" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓" /><input name="authenticity_token" type="hidden" value="F/DaoyLL2qJ2exmpK8kjGcMQFK9cOYuOVtfhYT8TgnmaHvzr6TBaUOLjxFHOQyzZsGBdmlmGaYvN24IVsKLsew==" /></div> + <button class="btn-octicon btn-octicon-danger tooltipped tooltipped-nw" type="submit" + aria-label="You must be signed in to make or propose changes" data-disable-with> + <svg aria-hidden="true" class="octicon octicon-trashcan" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path d="M11 2H9c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1H2c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1v9c0 .55.45 1 1 1h7c.55 0 1-.45 1-1V5c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm-1 12H3V5h1v8h1V5h1v8h1V5h1v8h1V5h1v9zm1-10H2V3h9v1z"></path></svg> + </button> +</form> </div> + + <div class="file-info"> + 14.1 KB + </div> +</div> + + + + <div itemprop="text" class="blob-wrapper data type-text"> + <div class="image"> + <span class="border-wrap"><img src="/dj1123/webtronics/blob/master/webtronics/style/web.png?raw=true" alt="web.png"></span> + </div> + </div> + +</div> + +<button type="button" data-facebox="#jump-to-line" data-facebox-class="linejump" data-hotkey="l" class="hidden">Jump to Line</button> +<div id="jump-to-line" style="display:none"> + <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="" class="js-jump-to-line-form" method="get"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓" /></div> + <input class="form-control linejump-input js-jump-to-line-field" type="text" placeholder="Jump to line…" aria-label="Jump to line" autofocus> + <button type="submit" class="btn">Go</button> +</form></div> + + </div> + <div class="modal-backdrop js-touch-events"></div> +</div> + + + </div> + </div> + + </div> + + <div class="container site-footer-container"> + <div class="site-footer" role="contentinfo"> + <ul class="site-footer-links right"> + <li><a href="https://github.com/contact" data-ga-click="Footer, go to contact, text:contact">Contact GitHub</a></li> + <li><a href="https://developer.github.com" data-ga-click="Footer, go to api, text:api">API</a></li> + <li><a href="https://training.github.com" data-ga-click="Footer, go to training, text:training">Training</a></li> + <li><a href="https://shop.github.com" data-ga-click="Footer, go to shop, text:shop">Shop</a></li> + <li><a href="https://github.com/blog" data-ga-click="Footer, go to blog, text:blog">Blog</a></li> + <li><a href="https://github.com/about" data-ga-click="Footer, go to about, text:about">About</a></li> + + </ul> + + <a href="https://github.com" aria-label="Homepage" class="site-footer-mark" title="GitHub"> + <svg aria-hidden="true" class="octicon octicon-mark-github" height="24" version="1.1" viewBox="0 0 16 16" width="24"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path></svg> +</a> + <ul class="site-footer-links"> + <li>© 2016 <span title="0.04736s from github-fe138-cp1-prd.iad.github.net">GitHub</span>, Inc.</li> + <li><a href="https://github.com/site/terms" data-ga-click="Footer, go to terms, text:terms">Terms</a></li> + <li><a href="https://github.com/site/privacy" data-ga-click="Footer, go to privacy, text:privacy">Privacy</a></li> + <li><a href="https://github.com/security" data-ga-click="Footer, go to security, text:security">Security</a></li> + <li><a href="https://status.github.com/" data-ga-click="Footer, go to status, text:status">Status</a></li> + <li><a href="https://help.github.com" data-ga-click="Footer, go to help, text:help">Help</a></li> + </ul> + </div> +</div> + + + + + + <div id="ajax-error-message" class="ajax-error-message flash flash-error"> + <svg aria-hidden="true" class="octicon octicon-alert" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path d="M8.865 1.52c-.18-.31-.51-.5-.87-.5s-.69.19-.87.5L.275 13.5c-.18.31-.18.69 0 1 .19.31.52.5.87.5h13.7c.36 0 .69-.19.86-.5.17-.31.18-.69.01-1L8.865 1.52zM8.995 13h-2v-2h2v2zm0-3h-2V6h2v4z"></path></svg> + <button type="button" class="flash-close js-flash-close js-ajax-error-dismiss" aria-label="Dismiss error"> + <svg aria-hidden="true" class="octicon octicon-x" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48z"></path></svg> + </button> + Something went wrong with that request. Please try again. + </div> + + + <script crossorigin="anonymous" src="https://assets-cdn.github.com/assets/compat-7db58f8b7b91111107fac755dd8b178fe7db0f209ced51fc339c446ad3f8da2b.js"></script> + <script crossorigin="anonymous" src="https://assets-cdn.github.com/assets/frameworks-35477f5e4824848c27a44f62e3cd3b009cc9fbedf6074ddd8765ee70d09499c6.js"></script> + <script async="async" crossorigin="anonymous" src="https://assets-cdn.github.com/assets/github-121e6c09bb508b99e99c9fb1d41a3b377c131efae6cf3423f6ca2b3492ed4b3b.js"></script> + + + + + + + <div class="js-stale-session-flash stale-session-flash flash flash-warn flash-banner hidden"> + <svg aria-hidden="true" class="octicon octicon-alert" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path d="M8.865 1.52c-.18-.31-.51-.5-.87-.5s-.69.19-.87.5L.275 13.5c-.18.31-.18.69 0 1 .19.31.52.5.87.5h13.7c.36 0 .69-.19.86-.5.17-.31.18-.69.01-1L8.865 1.52zM8.995 13h-2v-2h2v2zm0-3h-2V6h2v4z"></path></svg> + <span class="signed-in-tab-flash">You signed in with another tab or window. <a href="">Reload</a> to refresh your session.</span> + <span class="signed-out-tab-flash">You signed out in another tab or window. <a href="">Reload</a> to refresh your session.</span> + </div> + <div class="facebox" id="facebox" style="display:none;"> + <div class="facebox-popup"> + <div class="facebox-content" role="dialog" aria-labelledby="facebox-header" aria-describedby="facebox-description"> + </div> + <button type="button" class="facebox-close js-facebox-close" aria-label="Close modal"> + <svg aria-hidden="true" class="octicon octicon-x" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48z"></path></svg> + </button> + </div> +</div> + + </body> +</html> + |