Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
12345678910111213141516 |
- <window id="selectsamples">
- <layout type="vertical">
- <formarray id="form">
- <layout type="horizontal">
- <button type="check" name="Cup:" id="include" />
- <label>Time:</label>
- <line id="time" writable="false" />
- <label>Bean Temperature:</label>
- <line id="temp" writable="false" />
- <label>Annotation:</label>
- <line id="note" writable="false" />
- </layout>
- </formarray>
- <button id="select" name="Add to Session" type="push" />
- </layout>
- </window>
|