Wiki source code of c. Team Design Pattern

Last modified by Mark Neerincx on 2025/02/05 12:46

Hide last authors
Mark Neerincx 3.1 1 {{html}}
Mark Neerincx 4.1 2 <label for="status">Status:</label>
Mark Neerincx 3.1 3 <select name="status" id="status">
4 <option value="Not Started">Not Started</option>
5 <option value="In Progress">In Progress</option>
6 <option value="Under Review">Under Review</option>
7 <option value="Finalized">Finalized</option>
8 </select>
9 {{/html}}