You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.6 KiB

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CreateGL.aspx.cs" Inherits="Swift.web.include.CreateGL" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head runat="server">
  5. <title></title>
  6. </head>
  7. <body>
  8. <form id="form1" runat="server">
  9. <div class="panel">
  10. <div class="panel-boby">
  11. <div class="row">
  12. <div class="col-md-12">
  13. <div id="getLedgerGl" runat="server">
  14. <%--<table border="0" cellspacing="1" cellpadding="3">
  15. <tr>
  16. <td>
  17. <img src="../../Images/whd_toc2.gif" alt="Click">
  18. </td>
  19. <td>
  20. <span onclick="ShowReportGL('a','tdasset');" style="cursor: pointer; font-size: 14px;">
  21. sadfsdf</span>
  22. </td>
  23. </tr>
  24. <tr>
  25. <td>
  26. </td>
  27. <td id="tdasset" style="display: none">
  28. </td>
  29. </tr>
  30. </table>--%>
  31. </div>
  32. <div id="newDL" runat="server">
  33. </div>
  34. </div>
  35. </div>
  36. </div>
  37. </div>
  38. </form>
  39. </body>
  40. </html>