Add version files and new GIF images for UI components

This commit is contained in:
2025-04-03 06:26:44 +07:00
commit 663c28a2ea
5219 changed files with 772528 additions and 0 deletions

133
themes/common/sub.xml Normal file
View File

@ -0,0 +1,133 @@
<?xml version="1.0" encoding="UTF-8"?>
<rows>
<head>
<column width="50" type="dyn" align="right" color="white" sort="str">Sales</column>
<column width="150" type="ed" align="left" color="#d5f1ff" sort="str">Book Title</column>
<column width="100" type="ed" align="left" color="#d5f1ff" sort="str">Author</column>
<column width="80" type="price" align="right" sort="str">Price</column>
<column width="80" type="ch" align="center" sort="str">In Store</column>
<column width="80" type="co" align="left" sort="str">Shipping
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">10</option>
<option value="5">20</option>
<option value="6">30</option>
</column>
<column width="80" type="ra" align="center" sort="str">Bestseller</column>
<column width="200" type="ro" align="center" sort="str">Date of Publication</column>
<settings>
<colwidth>px</colwidth>
</settings>
</head>
<row id="1">
<cell>-1500</cell>
<cell>A Time to Kill</cell>
<cell>John Grisham</cell>
<cell>12.99</cell>
<cell>1</cell>
<cell>24</cell>
<cell>0</cell>
<cell>05/01/1998</cell>
</row>
<row id="2">
<cell>1000</cell>
<cell>Blood &amp; Smoke</cell>
<cell>Stephen King</cell>
<cell>0</cell>
<cell>1</cell>
<cell>24</cell>
<cell>0</cell>
<cell>01/01/2000</cell>
</row>
<row id="3" selected="1">
<cell>-200</cell>
<cell>The Rainmaker</cell>
<cell>John Grisham</cell>
<cell>7.99</cell>
<cell>0</cell>
<cell>48</cell>
<cell>0</cell>
<cell>12/01/2001</cell>
</row>
<row id="4">
<cell>350</cell>
<cell>The Green Mile</cell>
<cell>Stephen King</cell>
<cell>11.10</cell>
<cell>1</cell>
<cell>24</cell>
<cell>0</cell>
<cell>01/01/1992</cell>
</row>
<row id="5">
<cell>700</cell>
<cell>Misery</cell>
<cell>Stephen King</cell>
<cell>7.70</cell>
<cell>0</cell>
<cell>na</cell>
<cell>0</cell>
<cell>01/01/2003</cell>
</row>
<row id="6">
<cell>-1200</cell>
<cell>The Dark Half</cell>
<cell>Stephen King</cell>
<cell>0</cell>
<cell>0</cell>
<cell>48</cell>
<cell>0</cell>
<cell>10/30/1999</cell>
</row>
<row id="7">
<cell>1500</cell>
<cell>The Partner</cell>
<cell>John Grisham</cell>
<cell>12.99</cell>
<cell>1</cell>
<cell>48</cell>
<cell>1</cell>
<cell>01/01/2005</cell>
</row>
<row id="8">
<cell>500</cell>
<cell>It</cell>
<cell>Stephen King</cell>
<cell>9.70</cell>
<cell>0</cell>
<cell>na</cell>
<cell>0</cell>
<cell>10/15/2001</cell>
</row>
<row id="9">
<cell>400</cell>
<cell>Cousin Bette</cell>
<cell>Honore de Balzac</cell>
<cell>0</cell>
<cell>1</cell>
<cell>1</cell>
<cell>0</cell>
<cell>12/01/1991</cell>
</row>
<row id="10">
<cell>-100</cell>
<cell>Boris Godunov</cell>
<cell>Alexandr Pushkin</cell>
<cell>7.15</cell>
<cell>1</cell>
<cell>1</cell>
<cell>0</cell>
<cell>01/01/1999</cell>
</row>
<row id="11">
<cell>-150</cell>
<cell>Alice in Wonderland</cell>
<cell>Lewis Carroll</cell>
<cell>4.15</cell>
<cell>1</cell>
<cell>1</cell>
<cell>0</cell>
<cell>01/01/1999</cell>
</row>
</rows>