/
SoRusV
/
src_xendil
Обзор
Документация
Войти
/
SoRusV
/
src_xendil
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
html/src/menu.htm
25 строк
3 KB
ruslan
Initial commit
29 окт 2024, 11:18
29 окт 2024, 11:18
5c4dcf5
Код
Авторство
О чём код?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>Меню</title> <link href="style.css" rel="stylesheet" /> <script type="text/javascript" src="menu.js"></script><!--<script type="text/javascript" src="sdmenu.js"></script>--> <script type="text/javascript" src="SCORD.js"></script><!--<script type="text/javascript" src="menu0.js"></script>--> </head> <body class="idBodyMenu"> <div id="idMenuTabM" class="cMenuTab"></div> <!--<div class="cMenuTabM" >gdfgdfgdfgdfg</div>--><!--style="background-color: rgba(0, 0, 0, 0)">--><!--<div style="float: left" id="my_menu" class="sdmenu">--><!--<div>--><!--<span>Main</span>--><!--<a className = "current" href="javascript:TwoByOne('MLight.htm', '')" id="idLLight" onclick="myFunction(textContent)">Light</a>--><!--<a className = "current" href="javascript:TwoByOne('MTemperature.htm', 'CTemperature.htm')" id="idLTemperature" onclick="myFunction(textContent)">Temperature</a>--><!--<a className = "current" href="javascript:TwoByOne('MTimer.htm', 'CTimer.htm')" id="idLTimer" onclick="myFunction(textContent)">Timer</a>--><!--</div>--><!--<div>--><!--<span>Settings</span>--><!--<a className = "current" href="javascript:TwoByOne('MWiFi.htm', 'CWiFi.htm')" id="idWiFi" onclick="myFunction(textContent)">Wi-Fi</a>--><!--<a className = "current" href="javascript:TwoByOne('MTime.htm', 'CTime.htm')" id="idTime" onclick="myFunction(textContent)">Time</a>--><!--<a className = "current" href="javascript:TwoByOne('MGPIO.htm', 'CGPIO.htm')" id="idGPIO" onclick="myFunction(textContent)">GPIO</a>--><!--<a className = "current" href="javascript:TwoByOne('MPWMChanel.htm', 'CPWMChanel.htm')" id="idPWMChanel" onclick="myFunction(textContent)">PWM</a>--><!--<a className = "current" href="javascript:TwoByOne('MNet.htm', 'CNet.htm')" id="idPWMChanel" onclick="myFunction(textContent)">Net</a>--><!--</div>--><!--<div>--><!--<span>Tools</span>--><!--<a className = "current" href="javascript:TwoByOne('edit.htm', 'CFileSystem.htm')" id="IdFileSystem" onclick="myFunction(textContent)">File system</a>--><!--<a className = "current" href="javascript:TwoByOne('MReboot.htm', 'CReboot.htm')" id="IdReboot" onclick="myFunction(textContent)">Reboot</a>--><!--<a className = "current" href="javascript:TwoByOne('MInfo.htm', 'CInfo.htm')" id="IdFileSystem" onclick="myFunction(textContent)">Info</a>--><!--<a className = "current" href="javascript:TwoByOne('MAbout.htm', 'CAbout.htm')" id="IdAbout" onclick="myFunction(textContent)">About</a>--><!--</div>--><!--</div>--> <script> let aa; MakeMenuMainTab(document.getElementById('idMenuTabM')); // function FuncRetGetJNetUdp2(J) { // ShowHideTab(); // } // GetJNetUdp(undefined, FuncRetGetJNetUdp2); // function sss(i) // { // console.log(i); // }; </script> </body></html>