008 fomatting

This commit is contained in:
msyu
2025-08-19 15:03:02 +03:00
parent e36742edb7
commit 41134af58b
2 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -99,7 +99,7 @@
<cfset request.RECORDS_PER_PAGE=500/> <cfset request.RECORDS_PER_PAGE=500/>
<cfset request.APP_VERSION="0.00.007"/> <cfset request.APP_VERSION="0.00.008"/>
<cfset request.STAND=getStand()/> <cfset request.STAND=getStand()/>
<cflock scope="application" type="readonly" timeout=3> <cflock scope="application" type="readonly" timeout=3>
+7 -6
View File
@@ -354,7 +354,8 @@ S3 операции и трафик: <b>#dateFormat(qS3OpsTrfAge.dt_load,'YYYY-M
<tr> <tr>
<td bgcolor="##ccc"></td> <td bgcolor="##ccc"></td>
<td bgcolor="##ccc" colspan="5" class="b"><a href="contragent.cfm?__id=#contragent_uid#&#tr.fwx#">#wz#</a> #contragent#</td> <td bgcolor="##ccc" colspan="5" class="b"><a href="contragent.cfm?__id=#contragent_uid#&#tr.fwx#">#wz#</a> #contragent#</td>
<td colspan="99"></td> <td></td>
<td bgcolor="##ccc" colspan="99"></td>
</tr> </tr>
<cfoutput> <cfoutput>
<cfset acc=acc+charge/> <cfset acc=acc+charge/>
@@ -383,11 +384,11 @@ S3 операции и трафик: <b>#dateFormat(qS3OpsTrfAge.dt_load,'YYYY-M
</tr> </tr>
</cfoutput> </cfoutput>
<tr> <tr>
<td bgcolor="##eee"></td> <td bgcolor="##eee" style="border-bottom:2px solid gray;"></td>
<td bgcolor="##eee" colspan="4" class="r"><b>Итого</b> <a href="contragent.cfm?__id=#contragent_uid#&#tr.fwx#">#wz#</a> #contragent#:</td> <td bgcolor="##eee" colspan="4" class="r" style="border-bottom:2px solid gray;"><b>Итого</b> <a href="contragent.cfm?__id=#contragent_uid#&#tr.fwx#">#wz#</a> #contragent#:</td>
<td bgcolor="##eee" colspan="1" class="r b">#NumFmt(acc,2)#</td> <td bgcolor="##eee" colspan="1" class="r b" style="border-bottom:2px solid gray;">#NumFmt(acc,2)#</td>
<td colspan="14"></td> <td colspan="14" style="border-bottom:2px solid gray;"></td>
</tr> </tr >
</cfoutput> </cfoutput>
</table> </table>