Added page templates for the different pages.

This commit is contained in:
rocketdebris 2025-10-20 11:45:37 -04:00
parent 361d803139
commit 68f988a243
9 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1 @@
<H2>Calendar</H2>

View File

@ -0,0 +1,9 @@
<div id=client-content>
<H2>Client Contact List</H2>
<div id=filter-container class=filter-container>
<input placeholder="Type to Search"></input>
<p>Type:</p><select id=type-selector></select>
<button id=add-customer-button class=interaction-button>Add</button>
</div>
<div id=datatable-and-controls></div>
</div>

View File

@ -0,0 +1 @@
<H2>Create</H2>

View File

@ -0,0 +1,9 @@
<div id=paging-controls>
<p>Show rows:</p>
<button class=page-num-button>25</button>
<button class=page-num-button>50</button>
<button class=page-num-button>100</button>
<button class=page-turn-button>Prev</button>
<button class=page-turn-button>Next</button>
</div>
<div id=datatable-container></div>

View File

@ -0,0 +1 @@
<H2>Hello, World!</H2>

View File

@ -0,0 +1 @@
<H2>Jobs</H2>

View File

@ -0,0 +1 @@
<H2>Routes</H2>

View File

@ -0,0 +1 @@
<H2>Timesheets</H2>

View File

@ -0,0 +1 @@
<H2>Warranties</H2>