| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201 |
- <!DOCTYPE html>
- <html lang="en-us" class="no-js">
- <head>
-
- <meta charset="utf-8">
- <title>天津市粮食和物资储备</title>
- <meta name="description" content="">
- <meta name="author" content="">
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
- <!-- #CSS Links -->
- <!-- Basic Styles -->
- <link rel="stylesheet" type="text/css" media="screen" href="styles/css/bootstrap.min.css">
- <link rel="stylesheet" type="text/css" media="screen" href="styles/css/font-awesome.min.css">
- <!-- SmartAdmin Styles : Caution! DO NOT change the order -->
- <link rel="stylesheet" type="text/css" media="screen" href="styles/css/smartadmin-production-plugins.min.css">
- <link rel="stylesheet" type="text/css" media="screen" href="styles/css/smartadmin-production.min.css">
- <link rel="stylesheet" type="text/css" media="screen" href="styles/css/smartadmin-skins.min.css">
-
- <link rel="stylesheet" type="text/css" media="screen" href="styles/css/smartadmin-angular.css">
- <!-- SmartAdmin RTL Support (Not using RTL? Disable the CSS below to save bandwidth) -->
- <link rel="stylesheet" type="text/css" media="screen" href="styles/css/smartadmin-rtl.min.css">
- <!-- We recommend you use "your_style.css" to override SmartAdmin
- specific styles this will also ensure you retrain your customization with each SmartAdmin update.
- <link rel="stylesheet" type="text/css" media="screen" href="css/your_style.css"> -->
- <!-- Demo purpose only: goes with demo.js, you can delete this css when designing your own WebApp -->
- <link rel="stylesheet" type="text/css" media="screen" href="styles/css/demo.min.css">
- <link rel="stylesheet" type="text/css" media="screen" href="styles/css/DateTimePicker.min.css">
- <!-- Demo purpose only: goes with demo.js, you can delete this css when designing your own WebApp -->
- <link rel="stylesheet" type="text/css" media="screen" href="styles/css/home/reset-default.css">
- <link rel="stylesheet" type="text/css" media="screen" href="styles/css/home/home-1.css">
-
- <!-- 引入打印样式 -->
- <!-- <link rel="stylesheet" type="text/css" media="print" href="styles/css/home/print.css"> -->
- <link rel="stylesheet" type="text/css" media="screen" href="styles/css/angular-multi-select-tree-0.1.0.css">
-
-
- <!-- #FAVICONS -->
- <link rel="shortcut icon" href="styles/img/favicon/favicon.ico" type="image/x-icon">
- <!-- #GOOGLE FONT -->
- <!-- <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,300,400,700"> -->
- <!-- #APP SCREEN / ICONS -->
- <!-- Specifying a Webpage Icon for Web Clip
- Ref: https://developer.apple.com/library/ios/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html -->
- <link rel="apple-touch-icon" href="styles/img/splash/sptouch-icon-iphone.png">
- <link rel="apple-touch-icon" sizes="76x76" href="styles/img/splash/touch-icon-ipad.png">
- <link rel="apple-touch-icon" sizes="120x120" href="styles/img/splash/touch-icon-iphone-retina.png">
- <link rel="apple-touch-icon" sizes="152x152" href="styles/img/splash/touch-icon-ipad-retina.png">
-
- <!-- iOS web-app metas : hides Safari UI Components and Changes Status Bar Appearance -->
- <meta name="apple-mobile-web-app-capable" content="yes">
- <meta name="apple-mobile-web-app-status-bar-style" content="black">
-
- <!-- Startup image for web apps -->
- <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)">
- <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)">
- <link rel="apple-touch-startup-image" href="styles/img/splash/iphone.png" media="screen and (max-device-width: 320px)">
-
- <script type="text/javascript" src="bower_components/My97DatePicker/WdatePicker.js"></script>
- <script type="text/javascript" src="bower_components/printTable/printTable.js"></script>
- <script type="text/javascript">
- //导出用户和仓房货位信息菜单调用
- function exportUserAndCfhw() {
- window.location.href = "/basicExportAndImport/exportUserAndCfHw";
- }
- //定时访问后端,看session是否失效
- setInterval(function() {
- $.ajax({
- type: "GET",
- dataType: "json",
- url: location.protocol+"//"+location.host+'/depot-system/userInfo/getLoginInfo',
- data: {},
- success: function (data) {
- if (data.userInfo == null) {//session丢失
- window.location.href= location.protocol+"//"+location.host+'/#/userLogin';
- }
- }
- });
- }, 60000*10);
- </script>
- <!-- 去掉bootstrap对fieldset样式的影响 -->
- <!-- <style type="text/css">
- .smart-form fieldset{
- padding: 10px 15px 10px;
- margin:0 2px;
- border:1px dashed #ccc;
- margin-top: 10px;
- }
- .smart-form legend{
- padding:.5em;
- border:0;
- width:auto;
- }
- .smart-form fieldset+fieldset {
- border-top: 1px dashed #ccc;
- }
- </style> -->
- </head>
- <!--
- TABLE OF CONTENTS.
- Use search to find needed section.
- ===================================================================
- | 01. #CSS Links | all CSS links and file paths |
- | 02. #FAVICONS | Favicon links and file paths |
- | 03. #GOOGLE FONT | Google font link |
- | 04. #APP SCREEN / ICONS | app icons, screen backdrops |
- | 05. #BODY | body tag |
- | 06. #HEADER | header tag |
- ===================================================================
- -->
- <!-- #BODY -->
- <!-- Possible Classes (to hardcode the classes you must disable the __ module)
- * 'smart-style-{SKIN#}'
- * 'smart-rtl' - Switch theme mode to RTL
- * 'menu-on-top' - Switch to top navigation (no DOM change required)
- * 'no-menu' - Hides the menu completely
- * 'hidden-menu' - Hides the main menu but still accessable by hovering over left edge
- * 'fixed-header' - Fixes the header
- * 'fixed-navigation' - Fixes the main menu
- * 'fixed-ribbon' - Fixes breadcrumb
- * 'fixed-page-footer' - Fixes footer
- * 'container' - boxed layout mode (non-responsive: will not work with fixed-navigation & fixed-ribbon)
- Possible attributes
- * 'data-smart-device-detect' - Detects if mobile or desktop, adds a class to body tag
- * 'data-smart-fast-click' - Mobile click events
- * 'data-smart-layout' - Mobile view event listener
- * 'data-smart-page-title' - Page title
- -->
- <body data-smart-device-detect
- data-smart-fast-click
- data-smart-layout
- style="background: linear-gradient(#ffffff) 30%,rgb(160, 189, 211);">
-
- <!-- ui-view container -->
- <div data-ui-view="root" data-autoscroll="false" ng-class="{'index-page':isIndexPage}" style="height: 100%;"></div>
- <!--[if lt IE 7]>
- <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>
- <![endif]-->
- <!--[if lt IE 9]>
- <script src="plugin/es5-shim/es5-shim.js"></script>
- <script src="plugin/json3/lib/json3.min.js"></script>
- <![endif]-->
- <!-- Use for production after building the project with grunt -->
- <script src="build/vendor.js"></script>
- <script src="build/app.js"></script>
- <script src="build/vendor.ui.js"></script>
-
- <!-- 登统表导入报错信息展示 -->
- <div class="modal fade" id="excelModal" tabindex="-1" role="dialog" aria-labelledby="excelModalLabel" aria-hidden="true">
- <div class="modal-dialog">
- <div class="modal-content">
- <div class="modal-header">
- <button type="button" class="close" data-dismiss="modal" aria-hidden="true">
- ×
- </button>
- <h4 class="modal-title" id="appModalLabel">错误信息</h4>
- </div>
- <div class="modal-body" style="height: 400px; overflow-y: auto;">
- <div style="margin-left: 15%;font-size: 15px;font-weight: bold;color: red;" id="error_content">
- </div>
- </div>
- </div><!-- /.modal-content -->
- </div><!-- /.modal-dialog -->
- </div><!-- /.modal -->
-
-
- </body>
- </html>
|