Untitled

 avatar
unknown
html
20 days ago
2.6 kB
1
Indexable
<FORM method="post" name="fl_reports_r052_sanctioned_customers" enctype="multipart/form-data" id="fl_reports_r052_sanctioned_customers" action="?m=fl_reports_r052_sanctioned_customers">
    {assign var="rep_nr" value="R052"}
    <INPUT type="submit" class="hiddenbtn">
    <INPUT type="hidden" name="action" value="">
    <TABLE class="lmsbox">
        <THEAD>
        <TR>
            <TD style="width: 1%;">
                <i class="fas fa-file"></i>
            </TD>
            <TD style="width: 99%;">
                <B>R052: Sankcionuoti klientai</B>
            </TD>
        </TR>
        </THEAD>
        <TBODY>
        <TR>
            <TD class="container" width="100%" colspan="2">
                <TABLE width="100%" cellpadding="3">
                    <TR>
                        <TD style="width: 1%;">
                            <TABLE width="100%">
                                <TR>
                                    <TD width="1%" NOWRAP>
                                        <IMG src="img/attach.gif" alt="">
                                        <B>{trans("Import file:")} </B>
                                    </TD>
                                    <TD width="99%" NOWRAP>
                                        <INPUT name="file" type="file" accept=".txt" size="70" {tip text="Enter path to file or click 'Browse' button" trigger="file"}>
                                    </TD>
                                </TR>
                            </TABLE>
                        </TD>
                    </TR>
                </TABLE>
            </TD>
        </TR>

        <TR>
            <TD class="lms-ui-box-buttons" colspan="2">
                <TABLE width="100%" cellpadding="3">
                </TABLE>

                {button type="button" name="download" icon="csv" label="Download CSV" onclick="javascript:
                document.fl_reports_r052_sanctioned_customers.target='_blank';
                document.fl_reports_r052_sanctioned_customers.action.value='download';
                document.fl_reports_r052_sanctioned_customers.submit();"}

                {button type="button" icon="print" name="print" label="Print" onclick="javascript:
                document.fl_reports_r052_sanctioned_customers.target='_blank';
                document.fl_reports_r052_sanctioned_customers.action.value='print';
                document.fl_reports_r052_sanctioned_customers.submit();"}

                {include file="fl_reports_doc.html" rep_nr=$rep_nr}
            </TD>
        </TR>
        </TBODY>
    </TABLE>
</FORM>
Leave a Comment