-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c931246
commit 1120c5f
Showing
9 changed files
with
353 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 45 additions & 1 deletion
46
.../hq/src/app/clients/client-details/client-project-list/client-project-list.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,45 @@ | ||
project list | ||
<table class="min-w-full border-spacing-0 border-separate"> | ||
<thead> | ||
<tr class="sticky top-0 text-left"> | ||
<th scope="col" class="bg-blue-900 border-steel-blue-600 border-y py-3 pl-5">Client Name</th> | ||
<th scope="col" class="bg-blue-900 border-steel-blue-600 border-y py-3">Official Name</th> | ||
<th scope="col" class="bg-blue-900 border-steel-blue-600 border-y py-3">Billing Email</th> | ||
<th scope="col" class="bg-blue-900 border-steel-blue-600 border-y py-3 text-right pr-5" colspan="2"> | ||
<button class="px-2 py-2 bg-orange-500 hover:bg-orange-600 text-white rounded-[2px] min-w-[120px] font-normal">Client</button> | ||
</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
@for(i of [1,2,3,4,5,6,7,8,9,10,1,2,3,4,5,6,7,8,9,10,1,2,3,4,5,6,7,8,9,10]; track i) | ||
{ | ||
<tr class="even:bg-gray-850 odd:bg-black-alt"> | ||
<td class="border-b border-black py-2 pl-5">Client {{ i }}</td> | ||
<td class="border-b border-black py-2">$105.00</td> | ||
<td class="border-b border-black py-2">billiningEmail@client{{ i }}.com</td> | ||
<td class="border-b border-black py-2">Official Name - Probably longer than the Name</td> | ||
<td class="border-b border-black py-2 text-right pr-5"><a class="text-teal-200 hover:text-teal-300">VIEW</a></td> | ||
</tr> | ||
} | ||
</tbody> | ||
</table> | ||
<div class="justify-between items-center grid grid-cols-3 py-3 px-5 bg-blue-900 border-y border-steel-blue-600"> | ||
<div> | ||
<select class="bg-black-alt border border-gray-300 rounded py-1 px-2 mr-2"> | ||
<option value="20">20</option> | ||
<!-- Add more options as needed --> | ||
</select> | ||
<span>items per page</span> | ||
</div> | ||
<div class="flex items-center justify-center"> | ||
<a href="#" class="mx-2 hover:text-gray-200"><</a> | ||
<span class="mx-2">1</span> | ||
<a href="#" class="mx-2 hover:text-gray-200">2</a> | ||
<a href="#" class="mx-2 hover:text-gray-200">3</a> | ||
<a href="#" class="mx-2 hover:text-gray-200">4</a> | ||
<a href="#" class="mx-2 hover:text-gray-200">5</a> | ||
<a href="#" class="mx-2 hover:text-gray-200">></a> | ||
</div> | ||
<div class="flex justify-end text-xs"> | ||
1-20 / 200 items | ||
</div> | ||
</div> |
98 changes: 44 additions & 54 deletions
98
...ular/hq/src/app/clients/client-details/client-quote-list/client-quote-list.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,45 @@ | ||
<table class="min-w-full border-collapse border"> | ||
<thead class="border"> | ||
<tr> | ||
<th class="">Client Name</th> | ||
<th class="">Rate</th> | ||
<th class="">Billing Email</th> | ||
<th class="">Official Name</th> | ||
<th class=""><button>Client</button></th> | ||
<table class="min-w-full border-spacing-0 border-separate"> | ||
<thead> | ||
<tr class="sticky top-0 text-left"> | ||
<th scope="col" class="bg-blue-900 border-steel-blue-600 border-y py-3 pl-5">Client Name</th> | ||
<th scope="col" class="bg-blue-900 border-steel-blue-600 border-y py-3">Official Name</th> | ||
<th scope="col" class="bg-blue-900 border-steel-blue-600 border-y py-3">Billing Email</th> | ||
<th scope="col" class="bg-blue-900 border-steel-blue-600 border-y py-3 text-right pr-5" colspan="2"> | ||
<button class="px-2 py-2 bg-orange-500 hover:bg-orange-600 text-white rounded-[2px] min-w-[120px] font-normal">Client</button> | ||
</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td class="">48HrBooks</td> | ||
<td class="">$105.00</td> | ||
<td class="">billiningEmail@48HrBooks.com</td> | ||
<td class="">Official Name - Probably longer than the Name</td> | ||
<td><a>VIEW</a></td> | ||
</tr> | ||
<tr> | ||
<td class="">ABB</td> | ||
<td class="">$115.00</td> | ||
<td class="">billiningEmail@abb.com</td> | ||
<td class="">Official Name - Probably longer than the Name</td> | ||
<td><a>VIEW</a></td> | ||
</tr> | ||
<tr> | ||
<td class="">JDM</td> | ||
<td class="">$100.00</td> | ||
<td class="">billiningEmail@jdm.com</td> | ||
<td class="">Official Name - Probably longer than the Name</td> | ||
<td><a>VIEW</a></td> | ||
</tr> | ||
<tr> | ||
<td class="">Milliken</td> | ||
<td class="">$100.00</td> | ||
<td class="">billiningEmail@milliken.com</td> | ||
<td class="">Official Name - Probably longer than the Name</td> | ||
<td><a>VIEW</a></td> | ||
</tr> | ||
<tr> | ||
<td class="">XB</td> | ||
<td class="">$100.00</td> | ||
<td class="">billiningEmail@xb.com</td> | ||
<td class="">Official Name - Probably longer than the Name</td> | ||
<td><a>VIEW</a></td> | ||
</tr> | ||
<tr> | ||
<td class="">Zomedica</td> | ||
<td class="">$100.00</td> | ||
<td class="">billiningEmail@zomedica.com</td> | ||
<td class="">Official Name - Probably longer than the Name</td> | ||
<td><a>VIEW</a></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</thead> | ||
<tbody> | ||
@for(i of [1,2,3,4,5,6,7,8,9,10,1,2,3,4,5,6,7,8,9,10,1,2,3,4,5,6,7,8,9,10]; track i) | ||
{ | ||
<tr class="even:bg-gray-850 odd:bg-black-alt"> | ||
<td class="border-b border-black py-2 pl-5">Client {{ i }}</td> | ||
<td class="border-b border-black py-2">$105.00</td> | ||
<td class="border-b border-black py-2">billiningEmail@client{{ i }}.com</td> | ||
<td class="border-b border-black py-2">Official Name - Probably longer than the Name</td> | ||
<td class="border-b border-black py-2 text-right pr-5"><a class="text-teal-200 hover:text-teal-300">VIEW</a></td> | ||
</tr> | ||
} | ||
</tbody> | ||
</table> | ||
<div class="justify-between items-center grid grid-cols-3 py-3 px-5 bg-blue-900 border-y border-steel-blue-600"> | ||
<div> | ||
<select class="bg-black-alt border border-gray-300 rounded py-1 px-2 mr-2"> | ||
<option value="20">20</option> | ||
<!-- Add more options as needed --> | ||
</select> | ||
<span>items per page</span> | ||
</div> | ||
<div class="flex items-center justify-center"> | ||
<a href="#" class="mx-2 hover:text-gray-200"><</a> | ||
<span class="mx-2">1</span> | ||
<a href="#" class="mx-2 hover:text-gray-200">2</a> | ||
<a href="#" class="mx-2 hover:text-gray-200">3</a> | ||
<a href="#" class="mx-2 hover:text-gray-200">4</a> | ||
<a href="#" class="mx-2 hover:text-gray-200">5</a> | ||
<a href="#" class="mx-2 hover:text-gray-200">></a> | ||
</div> | ||
<div class="flex justify-end text-xs"> | ||
1-20 / 200 items | ||
</div> | ||
</div> |
94 changes: 42 additions & 52 deletions
94
.../hq/src/app/clients/client-details/client-service-list/client-service-list.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,45 @@ | ||
<table class="min-w-full border-collapse border"> | ||
<thead class="border"> | ||
<tr> | ||
<th class="">Client Name</th> | ||
<th class="">Rate</th> | ||
<th class="">Billing Email</th> | ||
<th class="">Official Name</th> | ||
<th class=""><button>Client</button></th> | ||
</tr> | ||
<table class="min-w-full border-spacing-0 border-separate"> | ||
<thead> | ||
<tr class="sticky top-0 text-left"> | ||
<th scope="col" class="bg-blue-900 border-steel-blue-600 border-y py-3 pl-5">Client Name</th> | ||
<th scope="col" class="bg-blue-900 border-steel-blue-600 border-y py-3">Official Name</th> | ||
<th scope="col" class="bg-blue-900 border-steel-blue-600 border-y py-3">Billing Email</th> | ||
<th scope="col" class="bg-blue-900 border-steel-blue-600 border-y py-3 text-right pr-5" colspan="2"> | ||
<button class="px-2 py-2 bg-orange-500 hover:bg-orange-600 text-white rounded-[2px] min-w-[120px] font-normal">Client</button> | ||
</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td class="">48HrBooks</td> | ||
<td class="">$105.00</td> | ||
<td class="">billiningEmail@48HrBooks.com</td> | ||
<td class="">Official Name - Probably longer than the Name</td> | ||
<td><a>VIEW</a></td> | ||
</tr> | ||
<tr> | ||
<td class="">ABB</td> | ||
<td class="">$115.00</td> | ||
<td class="">billiningEmail@abb.com</td> | ||
<td class="">Official Name - Probably longer than the Name</td> | ||
<td><a>VIEW</a></td> | ||
</tr> | ||
<tr> | ||
<td class="">JDM</td> | ||
<td class="">$100.00</td> | ||
<td class="">billiningEmail@jdm.com</td> | ||
<td class="">Official Name - Probably longer than the Name</td> | ||
<td><a>VIEW</a></td> | ||
</tr> | ||
<tr> | ||
<td class="">Milliken</td> | ||
<td class="">$100.00</td> | ||
<td class="">billiningEmail@milliken.com</td> | ||
<td class="">Official Name - Probably longer than the Name</td> | ||
<td><a>VIEW</a></td> | ||
</tr> | ||
<tr> | ||
<td class="">XB</td> | ||
<td class="">$100.00</td> | ||
<td class="">billiningEmail@xb.com</td> | ||
<td class="">Official Name - Probably longer than the Name</td> | ||
<td><a>VIEW</a></td> | ||
</tr> | ||
<tr> | ||
<td class="">Zomedica</td> | ||
<td class="">$100.00</td> | ||
<td class="">billiningEmail@zomedica.com</td> | ||
<td class="">Official Name - Probably longer than the Name</td> | ||
<td><a>VIEW</a></td> | ||
</tr> | ||
@for(i of [1,2,3,4,5,6,7,8,9,10,1,2,3,4,5,6,7,8,9,10,1,2,3,4,5,6,7,8,9,10]; track i) | ||
{ | ||
<tr class="even:bg-gray-850 odd:bg-black-alt"> | ||
<td class="border-b border-black py-2 pl-5">Client {{ i }}</td> | ||
<td class="border-b border-black py-2">$105.00</td> | ||
<td class="border-b border-black py-2">billiningEmail@client{{ i }}.com</td> | ||
<td class="border-b border-black py-2">Official Name - Probably longer than the Name</td> | ||
<td class="border-b border-black py-2 text-right pr-5"><a class="text-teal-200 hover:text-teal-300">VIEW</a></td> | ||
</tr> | ||
} | ||
</tbody> | ||
</table> | ||
</table> | ||
<div class="justify-between items-center grid grid-cols-3 py-3 px-5 bg-blue-900 border-y border-steel-blue-600"> | ||
<div> | ||
<select class="bg-black-alt border border-gray-300 rounded py-1 px-2 mr-2"> | ||
<option value="20">20</option> | ||
<!-- Add more options as needed --> | ||
</select> | ||
<span>items per page</span> | ||
</div> | ||
<div class="flex items-center justify-center"> | ||
<a href="#" class="mx-2 hover:text-gray-200"><</a> | ||
<span class="mx-2">1</span> | ||
<a href="#" class="mx-2 hover:text-gray-200">2</a> | ||
<a href="#" class="mx-2 hover:text-gray-200">3</a> | ||
<a href="#" class="mx-2 hover:text-gray-200">4</a> | ||
<a href="#" class="mx-2 hover:text-gray-200">5</a> | ||
<a href="#" class="mx-2 hover:text-gray-200">></a> | ||
</div> | ||
<div class="flex justify-end text-xs"> | ||
1-20 / 200 items | ||
</div> | ||
</div> |
Oops, something went wrong.