added composer files and installed vendor packages. Also modified xsls to display base project

This commit is contained in:
2026-08-09 09:59:37 -04:00
parent 53cd5430ee
commit 2d96a7b6e5
2142 changed files with 569661 additions and 240 deletions
@@ -0,0 +1,3 @@
<div style="float:left;width:25mm;border:1px solid #000">FLOAT-L</div>
<div style="float:right;width:25mm;border:1px solid #000">FLOAT-R</div>
<div style="clear:both">CLEAR-BLOCK</div>
@@ -0,0 +1,3 @@
<div style="position:relative;left:2mm;top:1mm">REL-BOX</div>
<div style="position:absolute;left:5mm;top:8mm">ABS-BOX</div>
<div style="position:fixed;left:10mm;top:15mm">FIXED-BOX</div>
@@ -0,0 +1,12 @@
<table style="table-layout:fixed;width:80mm;border:1px solid #000" cellspacing="0" cellpadding="1">
<tr>
<td style="width:20mm;border:1px solid #000">FIXED-A</td>
<td style="width:60mm;border:1px solid #000">FIXED-B-LONG-CONTENT</td>
</tr>
</table>
<table style="table-layout:auto;width:80mm;border:1px solid #000" cellspacing="0" cellpadding="1">
<tr>
<td style="border:1px solid #000">AUTO-A</td>
<td style="border:1px solid #000">AUTO-B-LONG-CONTENT</td>
</tr>
</table>