exnet.html 767 B

12345678910111213141516
  1. <html>
  2. <title>EXCEL VERI AKTARIMI</title>
  3. <h1>EXCEL DOSYA SECIMI</h1>
  4. <form action="{{ url_for('exnet') }}" method=post enctype="multipart/form-data">
  5. <p>excel<input type=file title="excel sec" name=file><br>
  6. ayar<input type=file title="ini sec" name=file2><p>
  7. <input type=submit value=excelaktar>
  8. </form>
  9. <a href="../"><img src="./static/ana.png" border="0"></a>
  10. <a href="../sbk"><img src="./static/info.png" border="0"></a>
  11. <a href="../halis"><img src="./static/add.png" border="0"></a>
  12. <a href="../fatura"><img src="./static/kaydet.png" border="0"></a>
  13. <a target="_blank" href="./static/f21.html"><img src="./static/calc.ico" border="0"></a>
  14. <a href="../exit"><img src="./static/close.png" border="0"></a><br>
  15. </html>