1+ <link rel =" stylesheet" href =" tutorials.css" >
2+
3+ <style >
4+ #show {
5+ font-size :40px ;
6+ line-height : 50px ;
7+ }
8+ #show b {
9+ display :inline-block ;
10+ font-size :20px ;
11+ vertical-align : top ;
12+
13+ }
14+ </style >
15+
16+ <div id =" demoArea" >
17+ <div id =" demoTitle" >{{ demoTitle }} </div >
18+ <div id =" demoDescription" >{{ demoDescription }} </div >
19+ <div id =" show" >
20+ {{ temperature }} <span id =" temperature" >0</span > <b >o</b >C<br />
21+ {{ humidity }} <span id =" humidity" >0</span > %
22+ </div >
23+ </div >
24+ <table width =" 60%" height =" 100%" >
25+ <tr >
26+ <td >
27+ <h1 >
28+ <a href =" index-tutorials.html" ><span id =" backIndex" >{{ backIndex }} </span ></a > >
29+ <span id =" title" >...</span ><span id =" subTitle" >{{ subTitle }} </span >
30+ </h1 >
31+ </td >
32+ <td class =" farSide" >
33+ <select id =" languageMenu" ></select >
34+ </td >
35+ </tr >
36+ <tr >
37+ <td colspan = 2>
38+ <table width =" 100%" >
39+ <tr id =" tabRow" height =" 1em" >
40+ <td id =" tab_blocks" class =" tabon" >{{ blocks }} </td >
41+ <td class =" tabmin" > </td >
42+ <td id =" tab_javascript" class =" taboff" >JavaScript</td >
43+ <td class =" tabmin" > </td >
44+ <td id =" tab_xml" class =" taboff" style =" display:none;" >XML</td >
45+ <td class =" tabmax" >
46+ <button id =" trashButton" class =" notext" title =" {{ trashTooltip }} " >
47+ <img src =' media/1x1.gif' class =" trash icon21" >
48+ </button >
49+ <button id =" linkButton" class =" notext" title =" {{ linkTooltip }} " >
50+ <img src =' media/1x1.gif' class =" link icon21" >
51+ </button >
52+ <button id =" runButton" class =" notext primary" title =" {{ runTooltip }} " >
53+ <img src =' media/1x1.gif' class =" run icon21" >
54+ </button >
55+ </td >
56+ </tr >
57+ </table >
58+ </td >
59+ </tr >
60+ <tr >
61+ <td height =" 99%" colspan = 2 id =" content_area" >
62+ </td >
63+ </tr >
64+ </table >
65+
66+ <div id =" content_blocks" class =" content" ></div >
67+ <pre id =" content_javascript" class =" content" ></pre >
68+ <textarea id =" content_xml" class =" content" wrap =" off" ></textarea >
69+
70+ <xml id =" toolbox" style =" display: none" >
71+ <category id =" catVariables" custom =" VARIABLE" ></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 =" catDht" >
82+ <block type =" variables_set" >
83+ <field name =" VAR" >dht</field >
84+ <value name =" VALUE" >
85+ <block type =" dht_new" >
86+ <field name =" pin_" >11</field >
87+ </block >
88+ </value >
89+ </block >
90+ <block type =" dht_get" >
91+ <value name =" time" >
92+ <block type =" math_number" >
93+ <field name =" NUM" >1000</field >
94+ </block >
95+ </value >
96+ </block >
97+ <block type =" dht_get_number" ></block >
98+ </category >
99+ <category id =" catTutorials" >
100+ <block type =" tutorial_dht_show" ></block >
101+ </category >
102+ <sep ></sep >
103+ </xml >
0 commit comments