index.html 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. <!DOCTYPE html>
  2. <html lang="en-us" class="no-js">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>云南省智能粮库业务平台</title>
  6. <meta name="description" content="">
  7. <meta name="author" content="">
  8. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
  9. <!-- #CSS Links -->
  10. <!-- Basic Styles -->
  11. <link rel="stylesheet" type="text/css" media="screen" href="styles/css/bootstrap.min.css">
  12. <link rel="stylesheet" type="text/css" media="screen" href="styles/css/font-awesome.min.css">
  13. <!-- SmartAdmin Styles : Caution! DO NOT change the order -->
  14. <link rel="stylesheet" type="text/css" media="screen" href="styles/css/smartadmin-production-plugins.min.css">
  15. <link rel="stylesheet" type="text/css" media="screen" href="styles/css/smartadmin-production.min.css">
  16. <link rel="stylesheet" type="text/css" media="screen" href="styles/css/smartadmin-skins.min.css">
  17. <link rel="stylesheet" type="text/css" media="screen" href="styles/css/smartadmin-angular.css">
  18. <!-- SmartAdmin RTL Support (Not using RTL? Disable the CSS below to save bandwidth) -->
  19. <link rel="stylesheet" type="text/css" media="screen" href="styles/css/smartadmin-rtl.min.css">
  20. <!-- We recommend you use "your_style.css" to override SmartAdmin
  21. specific styles this will also ensure you retrain your customization with each SmartAdmin update.
  22. <link rel="stylesheet" type="text/css" media="screen" href="css/your_style.css"> -->
  23. <!-- Demo purpose only: goes with demo.js, you can delete this css when designing your own WebApp -->
  24. <link rel="stylesheet" type="text/css" media="screen" href="styles/css/demo.min.css">
  25. <link rel="stylesheet" type="text/css" media="screen" href="styles/css/DateTimePicker.min.css">
  26. <!-- Demo purpose only: goes with demo.js, you can delete this css when designing your own WebApp -->
  27. <link rel="stylesheet" type="text/css" media="screen" href="styles/css/home/reset-default.css">
  28. <link rel="stylesheet" type="text/css" media="screen" href="styles/css/home/home-1.css">
  29. <link rel="stylesheet" type="text/css" media="screen" href="styles/css/angular-multi-select-tree-0.1.0.css">
  30. <!-- #FAVICONS -->
  31. <link rel="shortcut icon" href="styles/img/favicon/favicon.ico" type="image/x-icon">
  32. <!-- #GOOGLE FONT -->
  33. <!-- <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,300,400,700"> -->
  34. <!-- #APP SCREEN / ICONS -->
  35. <!-- Specifying a Webpage Icon for Web Clip
  36. Ref: https://developer.apple.com/library/ios/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html -->
  37. <link rel="apple-touch-icon" href="styles/img/splash/sptouch-icon-iphone.png">
  38. <link rel="apple-touch-icon" sizes="76x76" href="styles/img/splash/touch-icon-ipad.png">
  39. <link rel="apple-touch-icon" sizes="120x120" href="styles/img/splash/touch-icon-iphone-retina.png">
  40. <link rel="apple-touch-icon" sizes="152x152" href="styles/img/splash/touch-icon-ipad-retina.png">
  41. <!-- iOS web-app metas : hides Safari UI Components and Changes Status Bar Appearance -->
  42. <meta name="apple-mobile-web-app-capable" content="yes">
  43. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  44. <!-- Startup image for web apps -->
  45. <link rel="apple-touch-startup-image" href="styles/img/splash/ipad-landscape.png" media="screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape)">
  46. <link rel="apple-touch-startup-image" href="styles/img/splash/ipad-portrait.png" media="screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait)">
  47. <link rel="apple-touch-startup-image" href="styles/img/splash/iphone.png" media="screen and (max-device-width: 320px)">
  48. <script type="text/javascript" src="bower_components/My97DatePicker/WdatePicker.js"></script>
  49. <script type="text/javascript">
  50. //导出用户和仓房货位信息菜单调用
  51. function exportUserAndCfhw() {
  52. window.location.href = "/basicExportAndImport/exportUserAndCfHw";
  53. }
  54. </script>
  55. <!-- 去掉bootstrap对fieldset样式的影响 -->
  56. <!-- <style type="text/css">
  57. .smart-form fieldset{
  58. padding: 10px 15px 10px;
  59. margin:0 2px;
  60. border:1px dashed #ccc;
  61. margin-top: 10px;
  62. }
  63. .smart-form legend{
  64. padding:.5em;
  65. border:0;
  66. width:auto;
  67. }
  68. .smart-form fieldset+fieldset {
  69. border-top: 1px dashed #ccc;
  70. }
  71. </style> -->
  72. </head>
  73. <!--
  74. TABLE OF CONTENTS.
  75. Use search to find needed section.
  76. ===================================================================
  77. | 01. #CSS Links | all CSS links and file paths |
  78. | 02. #FAVICONS | Favicon links and file paths |
  79. | 03. #GOOGLE FONT | Google font link |
  80. | 04. #APP SCREEN / ICONS | app icons, screen backdrops |
  81. | 05. #BODY | body tag |
  82. | 06. #HEADER | header tag |
  83. ===================================================================
  84. -->
  85. <!-- #BODY -->
  86. <!-- Possible Classes (to hardcode the classes you must disable the __ module)
  87. * 'smart-style-{SKIN#}'
  88. * 'smart-rtl' - Switch theme mode to RTL
  89. * 'menu-on-top' - Switch to top navigation (no DOM change required)
  90. * 'no-menu' - Hides the menu completely
  91. * 'hidden-menu' - Hides the main menu but still accessable by hovering over left edge
  92. * 'fixed-header' - Fixes the header
  93. * 'fixed-navigation' - Fixes the main menu
  94. * 'fixed-ribbon' - Fixes breadcrumb
  95. * 'fixed-page-footer' - Fixes footer
  96. * 'container' - boxed layout mode (non-responsive: will not work with fixed-navigation & fixed-ribbon)
  97. Possible attributes
  98. * 'data-smart-device-detect' - Detects if mobile or desktop, adds a class to body tag
  99. * 'data-smart-fast-click' - Mobile click events
  100. * 'data-smart-layout' - Mobile view event listener
  101. * 'data-smart-page-title' - Page title
  102. -->
  103. <body data-smart-device-detect
  104. data-smart-fast-click
  105. data-smart-layout>
  106. <!-- ui-view container -->
  107. <div data-ui-view="root" data-autoscroll="false" ng-class="{'index-page':isIndexPage}"></div>
  108. <!--[if lt IE 7]>
  109. <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
  110. <![endif]-->
  111. <!--[if lt IE 9]>
  112. <script src="plugin/es5-shim/es5-shim.js"></script>
  113. <script src="plugin/json3/lib/json3.min.js"></script>
  114. <![endif]-->
  115. <!-- Use for production after building the project with grunt -->
  116. <script src="build/vendor.js"></script>
  117. <script src="build/app.js"></script>
  118. <script src="build/vendor.ui.js"></script>
  119. <!-- 移动端app下载modal -->
  120. <div class="modal fade" id="appModal" tabindex="-1" role="dialog" aria-labelledby="appModalLabel" aria-hidden="true">
  121. <div class="modal-dialog">
  122. <div class="modal-content">
  123. <div class="modal-header">
  124. <button type="button" class="close" data-dismiss="modal" aria-hidden="true">
  125. &times;
  126. </button>
  127. <h4 class="modal-title" id="appModalLabel">移动端App安装包下载</h4>
  128. </div>
  129. <div class="modal-body">
  130. <div style="text-align:center;margin-top:-19px;height:240px;">
  131. <img src="styles/img/app.png" style="height:260px;"/>
  132. </div>
  133. <p style="text-align:center;font-size: 15px;cursor: pointer;">
  134. <a href="http://172.16.3.45:9025/yunnan.apk">Android手机下载安装(点击此链接下载到电脑上)</a>
  135. </p>
  136. <h6 style="text-align:center;color: red;">提示:仅支持VPN专网访问下载</h6>
  137. </div>
  138. </div><!-- /.modal-content -->
  139. </div><!-- /.modal-dialog -->
  140. </div><!-- /.modal -->
  141. </body>
  142. </html>