Wiki source code of c. Team Design Pattern
Version 1.4 by Ioana Raducanu on 2025/04/04 13:19
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 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> | ||
![]() |
1.2 | 8 | </select |
![]() |
1.1 | 9 | {{/html}} |