Add TPL files

This commit is contained in:
2025-05-12 15:46:37 +00:00
parent 4a4ed02e8a
commit b4d54ba40b
894 changed files with 120580 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
<input type="hidden" name="structureanalyticalpart_list" id="structureanalyticalpart_list" value='{$STRUCTUREANALYTICALPART_LIST|@json_encode}'>
<span id='structdiv'></span>

View File

@@ -0,0 +1,6 @@
<input type="hidden" name="analyticalaccounts_list" id="analyticalaccounts_list" value='{$ANALYTICALACCOUNTS_LIST|@json_encode}'>
<div style="width:100%;border: 1px solid rgb(48,192,255);background-color:white;overflow:auto;">
<link rel="stylesheet" type="text/css" href="modules/Accounts/MyTable.css" />
<table id="tableAnalyticalAccounts" class="positions" style="width: 100%">
</table>
</div>

View File

@@ -0,0 +1,14 @@
<input type="hidden" name="structureanalyticalpart_list" id="structureanalyticalpart_list" value='{$STRUCTUREANALYTICALPART_LIST|@json_encode}'>
<button class="btn btn-info" type="button" id="AddMore" value="Dodaj" tabindex="104">
<img src="themes/default/images/id-ff-add.png?s=bed8cd35065048ceebdc639ebe305e2c&amp;c=1"></button>
<table id="InputsWrapper">
<tr>
<td>
<input type="text" value="1" size="30" id="structureanalyticalpart_1" tabindex="105" name="structureanalyticalpart[]" onchange="valueChange(1)">
</td>
<td style="vertical-align: middle;">
{*&nbsp;<button class="removeclass" ><a class="removeclass" href="#"><img class="id-ff-remove" name="0" src="themes/default/images/id-ff-clear.png?s=bed8cd35065048ceebdc639ebe305e2c&amp;c=1"></a></button>*}
</td>
</tr>
</table>

View File

@@ -0,0 +1,6 @@
<input type="hidden" name="analyticalaccounts_list" id="analyticalaccounts_list" value='{$ANALYTICALACCOUNTS_LIST|@json_encode}'>
<div style="width:100%;border: 1px solid rgb(48,192,255);background-color:white;overflow:auto;">
<link rel="stylesheet" type="text/css" href="modules/Accounts/MyTable.css" />
<table id="tableAnalyticalAccounts" class="positions" style="width: 100%">
</table>
</div>