Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
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>
|