1+ <script src =" copyCode.js" ></script >
2+
3+ <link rel =" stylesheet" href =" tutorials.css" >
4+
5+ <style >
6+ #show {
7+ font-size :60px ;
8+ }
9+ </style >
10+
11+ <header >
12+ <a href =" index.html" title =" Webduino Blockly" ><img class =" logo" src =" media/logo.png" ></a >
13+ <h1 >Webduino Blockly {{ subTitle }} </h1 >
14+ <span >( <a href =" index-tutorials.html" target =" _blank" >{{ backIndex }} </a > )</span >
15+ <div id =" update" >{{ update }} </div >
16+ <select id =" languageMenu" ></select >
17+ </header >
18+ <div id =" demoArea" >
19+ <a href =" https://webduino.io/" id =" cuteman01" target =" _blank" ></a >
20+ <div id =" demoTitle" >{{ demoTitle }} </div >
21+ <a href =" http://bin.webduino.io/zina/edit?html,css,js,output" id =" linkToBin" target =" _blank" ><img src =" media/dave.min.svg" >{{ linkToBin }} </a >
22+ <div id =" demoDescription" >{{ demoDescription }} </div >
23+ <div id =" show" >text</div >
24+ <div id =" player" ></div >
25+ </div >
26+ <table id =" tutorials-table" class =" nav" >
27+ <tr >
28+ <td colspan = 2>
29+ <table width =" 100%" >
30+ <tr id =" tabRow" height =" 1em" >
31+ <td id =" tab_blocks" class =" tabon" >{{ blocks }} </td >
32+ <td class =" tabmin" > </td >
33+ <td id =" tab_javascript" class =" taboff" >JavaScript</td >
34+ <td id =" copyCode" class =" jsClick" style =" display:none;" data-clipboard-target =" content_javascript" data-tooltip =" Copy to clipboard" ><div ><img src =" media/copy.png" ></div ></td >
35+ <td class =" tabmin" > </td >
36+ <td id =" tab_xml" class =" taboff" style =" display:none;" >XML</td >
37+ <td class =" tabmax" >
38+ <button id =" trashButton" class =" notext" title =" {{ trashTooltip }} " >
39+ <img src =' media/1x1.gif' class =" trash icon21" >
40+ </button >
41+ <button id =" linkButton" class =" notext" title =" {{ linkTooltip }} " >
42+ <img src =' media/1x1.gif' class =" link icon21" >
43+ </button >
44+ <button id =" runButton" class =" notext primary" title =" {{ runTooltip }} " >
45+ <img src =' media/1x1.gif' class =" run icon21" >
46+ </button >
47+ </td >
48+ </tr >
49+ </table >
50+ </td >
51+ </tr >
52+ <tr >
53+ <td height =" 99%" colspan = 2 id =" content_area" >
54+ </td >
55+ </tr >
56+ </table >
57+
58+ <div id =" content_blocks" class =" content" ></div >
59+ <pre id =" content_javascript" class =" content" ></pre >
60+ <textarea id =" content_xml" class =" content" wrap =" off" ></textarea >
61+
62+ <xml id =" toolbox" style =" display: none" >
63+ <category id =" catVariables" custom =" VARIABLE" ></category >
64+ <sep ></sep >
65+ <sep ></sep >
66+ <category id =" catText" >
67+ <block type =" text" ></block >
68+ </category >
69+ <category id =" catLogic" >
70+ <block type =" controls_if" ></block >
71+ </category >
72+ <sep ></sep >
73+ <sep ></sep >
74+ <category id =" catBoard" >
75+ <block type =" board_ready" >
76+ <value name =" device_" >
77+ <block type =" text" ></block >
78+ </value >
79+ </block >
80+ </category >
81+ <category id =" catButton" >
82+ <block type =" variables_set" >
83+ <field name =" VAR" >button</field >
84+ <value name =" VALUE" >
85+ <block type =" button_new" >
86+ <field name =" pin_" >10</field >
87+ </block >
88+ </value >
89+ </block >
90+ <block type =" button_event" ></block >
91+ </category >
92+ <sep ></sep >
93+ <sep ></sep >
94+ <category id =" catTutorials" >
95+ <block type =" show_text" ></block >
96+ <block type =" tutorial_youtube" >
97+ <value name =" name_" >
98+ <block type =" variables_get" >
99+ <field name =" VAR" >youtube</field >
100+ </block >
101+ </value >
102+ </block >
103+ <block type =" tutorial_youtube_control" ></block >
104+ <block type =" tutorial_youtube_status" ></block >
105+ </category >
106+ <sep ></sep >
107+ </xml >
0 commit comments