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.

83 lines
4.5 KiB

2 years ago
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta http-equiv="Expires" content="0">
  6. <meta http-equiv="Pragma" content="no-cache">
  7. <meta http-equiv="Cache-control" content="no-cache">
  8. <meta http-equiv="Cache" content="no-cache">
  9. <title data-i18n="common.CurrencySetup_Qry">系統設定管理</title>
  10. <link href="/Content/googleapis.css" rel="stylesheet" type='text/css' />
  11. <link href="/Scripts/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
  12. <link href="/Scripts/plugins/fontawesome/css/font-awesome.css" rel="stylesheet" type="text/css" />
  13. <link href="/Scripts/plugins/line-icons/simple-line-icons.css" rel="stylesheet" type="text/css" />
  14. <link href="/Scripts/plugins/uniform/css/uniform.default.min.css" rel="stylesheet" />
  15. <link href="/Scripts/plugins/toastr/toastr.min.css" rel="stylesheet" type="text/css" />
  16. <link href="/Scripts/3rd/jGrid/jsgrid.min.css" rel="stylesheet" />
  17. <link href="/Scripts/3rd/jGrid/jsgrid-theme.min.css" rel="stylesheet" />
  18. <link href="/Content/modern.min.css" rel="stylesheet" type="text/css" />
  19. <link href="/Content/custom.min.css" rel="stylesheet" />
  20. <link href="/Content/themes/red.css" rel="stylesheet" type="text/css" />
  21. <link href="/Content/style2.0.css" rel="stylesheet" type="text/css" />
  22. </head>
  23. <body>
  24. <div class="page-inner">
  25. <div class="page-title">
  26. </div>
  27. <div id="Toolbar">
  28. </div>
  29. <div id="main-wrapper">
  30. <!--主作業區 Start-->
  31. <div class="row">
  32. <div class="panel-info">
  33. <div class="panel-body">
  34. <div class="table-responsive project-stats">
  35. <!--查詢條件區開始-->
  36. <div id="searchbar">
  37. <form id="form_main" class="form-horizontal">
  38. <div class="row">
  39. <label class="col-sm-2 control-label" for="input-Default">
  40. <span data-i18n="CurrencySetup_Qry.year">年份</span><span></span>
  41. </label>
  42. <div class="col-sm-3">
  43. <select id="year" name="year" class="form-control w100p"></select>
  44. </div>
  45. <label class="col-sm-2 control-label" for="input-Default">
  46. <span data-i18n="CurrencySetup_Qry.month">月份</span><span></span>
  47. </label>
  48. <div class="col-sm-3">
  49. <select id="month" name="month" class="form-control w100p"></select>
  50. </div>
  51. </div>
  52. <div class="row">
  53. <label class="col-sm-2 control-label" for="input-Default">
  54. <span data-i18n="CurrencySetup_Qry.currency">幣別</span><span></span>
  55. </label>
  56. <div class="col-sm-3">
  57. <select id="currency" name="currency" class="form-control w100p"></select>
  58. </div>
  59. </div>
  60. </form>
  61. </div>
  62. <!--查詢條件區結束-->
  63. <div id="content-box-view">
  64. <div id="content-box-info-nostyle" class="shadowbox">
  65. <div>
  66. <div id="jsGrid"></div>
  67. </div>
  68. </div>
  69. </div>
  70. </div>
  71. </div>
  72. </div>
  73. <!--主作業區 End-->
  74. </div>
  75. </div>
  76. </div>
  77. </body>
  78. </html>
  79. <script src="/Scripts/loadjs.min.js"></script>
  80. <script src="/Scripts/JSLoader.js?v=20201225"></script>
  81. <script src="/Scripts/3rd/jquery-2.1.3.min.js"></script>
  82. <script src="/Scripts/3rd/layer/layui/layui.all.min.js"></script>
  83. <script src="/Scripts/pages/Sys/CurrencySetup_Qry.js?v=20201225"></script>