Wiki source code of c. Team Design Pattern
Last modified by Mark Neerincx on 2025/02/05 12:46
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{html}} | ||
| 2 | <label for="status">Status:</label> | ||
| 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}} |