updated all page titles, and necessary table information
This commit is contained in:
parent
7fe619e9d6
commit
becf565787
|
@ -1,13 +1,7 @@
|
|||
<div class="container mt-4">
|
||||
<h2>Participant</h2>
|
||||
<h2>Employer</h2>
|
||||
<table class="table">
|
||||
<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>
|
||||
<th scope="row">Name</th>
|
||||
<td><input type="text" class="form-control"></td>
|
||||
|
@ -29,14 +23,17 @@
|
|||
<tr>
|
||||
<th scope="row">Email</th>
|
||||
<td><input type="email" class="form-control"></td>
|
||||
<th scope="row">EIN</th>
|
||||
<td><input type="email" class="form-control"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
<div class="container mt-4">
|
||||
<h2>Workers</h2>
|
||||
<h2>Participants</h2>
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -57,7 +54,7 @@
|
|||
</div>
|
||||
|
||||
<div class="container mt-4">
|
||||
<h2>Vendors</h2>
|
||||
<h2>Workers</h2>
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
</table>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
<div class="container mt-4">
|
||||
<h2>Workers</h2>
|
||||
|
|
|
@ -1,13 +1,7 @@
|
|||
<div class="container mt-4">
|
||||
<h2>Participant</h2>
|
||||
<h2>Vendor</h2>
|
||||
<table class="table">
|
||||
<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>
|
||||
<th scope="row">Name</th>
|
||||
<td><input type="text" class="form-control"></td>
|
||||
|
@ -17,7 +11,7 @@
|
|||
<tr>
|
||||
<th scope="row">Address</th>
|
||||
<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>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -34,9 +28,10 @@
|
|||
</table>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
<div class="container mt-4">
|
||||
<h2>Workers</h2>
|
||||
<h2>Participants</h2>
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -54,31 +49,14 @@
|
|||
<!-- Additional rows as needed -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<button type="button" class="btn btn-outline-primary">Add New</button>
|
||||
</div>
|
||||
|
||||
<div class="container mt-4">
|
||||
<h2>Vendors</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>
|
||||
|
||||
|
||||
|
||||
<button type="button" class="btn btn-outline-primary">Add New</button>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,13 +1,7 @@
|
|||
<div class="container mt-4">
|
||||
<h2>Participant</h2>
|
||||
<h2>Worker</h2>
|
||||
<table class="table">
|
||||
<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>
|
||||
<th scope="row">Name</th>
|
||||
<td><input type="text" class="form-control"></td>
|
||||
|
@ -34,9 +28,10 @@
|
|||
</table>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
<div class="container mt-4">
|
||||
<h2>Workers</h2>
|
||||
<h2>Participants</h2>
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -57,7 +52,7 @@
|
|||
</div>
|
||||
|
||||
<div class="container mt-4">
|
||||
<h2>Vendors</h2>
|
||||
<h2>Employers</h2>
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in New Issue