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">
|
<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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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,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>
|
||||||
|
@ -54,31 +49,14 @@
|
||||||
<!-- Additional rows as needed -->
|
<!-- Additional rows as needed -->
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<button type="button" class="btn btn-outline-primary">Add New</button>
|
||||||
</div>
|
</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">
|
<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>
|
||||||
|
|
Loading…
Reference in New Issue