updated all page titles, and necessary table information

This commit is contained in:
Ben 2024-01-14 14:32:25 -06:00
parent 7fe619e9d6
commit becf565787
4 changed files with 20 additions and 49 deletions

View File

@ -1,13 +1,7 @@
<div class="container mt-4"> <div class="container mt-4">
<h2>Participant</h2> <h2>Employer</h2>
<table class="table"> <table class="table">
<tbody> <tbody>
<tr>
<th scope="row">Program</th>
<td><input type="text" class="form-control"></td>
<th scope="row">MCI</th>
<td><input type="text" class="form-control"></td>
</tr>
<tr> <tr>
<th scope="row">Name</th> <th scope="row">Name</th>
<td><input type="text" class="form-control"></td> <td><input type="text" class="form-control"></td>
@ -29,14 +23,17 @@
<tr> <tr>
<th scope="row">Email</th> <th scope="row">Email</th>
<td><input type="email" class="form-control"></td> <td><input type="email" class="form-control"></td>
<th scope="row">EIN</th>
<td><input type="email" class="form-control"></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div> </div>
<br>
<div class="container mt-4"> <div class="container mt-4">
<h2>Workers</h2> <h2>Participants</h2>
<table class="table"> <table class="table">
<thead> <thead>
<tr> <tr>
@ -57,7 +54,7 @@
</div> </div>
<div class="container mt-4"> <div class="container mt-4">
<h2>Vendors</h2> <h2>Workers</h2>
<table class="table"> <table class="table">
<thead> <thead>
<tr> <tr>

View File

@ -34,6 +34,7 @@
</table> </table>
</div> </div>
<br>
<div class="container mt-4"> <div class="container mt-4">
<h2>Workers</h2> <h2>Workers</h2>

View File

@ -1,13 +1,7 @@
<div class="container mt-4"> <div class="container mt-4">
<h2>Participant</h2> <h2>Vendor</h2>
<table class="table"> <table class="table">
<tbody> <tbody>
<tr>
<th scope="row">Program</th>
<td><input type="text" class="form-control"></td>
<th scope="row">MCI</th>
<td><input type="text" class="form-control"></td>
</tr>
<tr> <tr>
<th scope="row">Name</th> <th scope="row">Name</th>
<td><input type="text" class="form-control"></td> <td><input type="text" class="form-control"></td>
@ -17,7 +11,7 @@
<tr> <tr>
<th scope="row">Address</th> <th scope="row">Address</th>
<td><textarea class="form-control autoresize" rows="2"></textarea></td> <td><textarea class="form-control autoresize" rows="2"></textarea></td>
<th scope="row">SSN</th> <th scope="row">TIN</th>
<td><input type="text" class="form-control"></td> <td><input type="text" class="form-control"></td>
</tr> </tr>
<tr> <tr>
@ -34,30 +28,10 @@
</table> </table>
</div> </div>
<br>
<div class="container mt-4"> <div class="container mt-4">
<h2>Workers</h2> <h2>Participants</h2>
<table class="table">
<thead>
<tr>
<th scope="col">Name</th>
<th scope="col">Start Date</th>
<th scope="col">End Date</th>
</tr>
</thead>
<tbody>
<tr>
<td><input type="text" class="form-control" ></td>
<td><input type="date" class="form-control" placeholder="Start Date"></td>
<td><input type="date" class="form-control" placeholder="End Date"></td>
</tr>
<!-- Additional rows as needed -->
</tbody>
</table>
</div>
<div class="container mt-4">
<h2>Vendors</h2>
<table class="table"> <table class="table">
<thead> <thead>
<tr> <tr>
@ -77,11 +51,15 @@
</table> </table>
<button type="button" class="btn btn-outline-primary">Add New</button> <button type="button" class="btn btn-outline-primary">Add New</button>
</div> </div>
<script> <script>
document.addEventListener('DOMContentLoaded', function () { document.addEventListener('DOMContentLoaded', function () {
document.querySelectorAll('.autoresize').forEach(function (element) { document.querySelectorAll('.autoresize').forEach(function (element) {

View File

@ -1,13 +1,7 @@
<div class="container mt-4"> <div class="container mt-4">
<h2>Participant</h2> <h2>Worker</h2>
<table class="table"> <table class="table">
<tbody> <tbody>
<tr>
<th scope="row">Program</th>
<td><input type="text" class="form-control"></td>
<th scope="row">MCI</th>
<td><input type="text" class="form-control"></td>
</tr>
<tr> <tr>
<th scope="row">Name</th> <th scope="row">Name</th>
<td><input type="text" class="form-control"></td> <td><input type="text" class="form-control"></td>
@ -34,9 +28,10 @@
</table> </table>
</div> </div>
<br>
<div class="container mt-4"> <div class="container mt-4">
<h2>Workers</h2> <h2>Participants</h2>
<table class="table"> <table class="table">
<thead> <thead>
<tr> <tr>
@ -57,7 +52,7 @@
</div> </div>
<div class="container mt-4"> <div class="container mt-4">
<h2>Vendors</h2> <h2>Employers</h2>
<table class="table"> <table class="table">
<thead> <thead>
<tr> <tr>