index.html 中加入圖資管理頁面,修改 _graphManagement.html 圖資管理頁面
This commit is contained in:
		
							parent
							
								
									7aeaf4b117
								
							
						
					
					
						commit
						f02a8f8bc8
					
				@ -1,37 +1,4 @@
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
 | 
			
		||||
<html lang="zh-hant-TW" class="root-text-lg">
 | 
			
		||||
 | 
			
		||||
<head>
 | 
			
		||||
    <meta charset="utf-8">
 | 
			
		||||
    <meta name="description" content="Marketing Dashboard">
 | 
			
		||||
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | 
			
		||||
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no, minimal-ui">
 | 
			
		||||
    <!-- Call App Mode on ios devices -->
 | 
			
		||||
    <meta name="apple-mobile-web-app-capable" content="yes" />
 | 
			
		||||
    <!-- Remove Tap Highlight on Windows Phone IE -->
 | 
			
		||||
    <meta name="msapplication-tap-highlight" content="no">
 | 
			
		||||
    <!-- base css -->
 | 
			
		||||
    <link id="vendorsbundle" rel="stylesheet" media="screen, print" href="lib/vendors.bundle.css">
 | 
			
		||||
    <link id="appbundle" rel="stylesheet" media="screen, print" href="lib/app.bundle.css">
 | 
			
		||||
    <link id="mytheme" rel="stylesheet" media="screen, print" href="#">
 | 
			
		||||
    <link id="myskin" rel="stylesheet" media="screen, print" href="lib/skins/skin-master.css">
 | 
			
		||||
    <link rel="stylesheet" href="lib/notifications/toastr/toastr.min.css" />
 | 
			
		||||
    <!-- Place favicon.ico in the root directory -->
 | 
			
		||||
    <link rel="apple-touch-icon" sizes="180x180" href="img/favicon/apple-touch-icon.png">
 | 
			
		||||
    <link rel="icon" type="image/png" sizes="32x32" href="img/favicon/favicon-32x32.png">
 | 
			
		||||
    <link rel="mask-icon" href="img/favicon/safari-pinned-tab.svg" color="#5bbad5">
 | 
			
		||||
    <!-- Font Awesome -->
 | 
			
		||||
    <link href="lib/fontawesome-free/css/all.min.css" rel="stylesheet" />
 | 
			
		||||
    <link rel="stylesheet" media="screen, print" href="lib/datagrid/datatables/datatables.bundle.css">
 | 
			
		||||
    <link rel="stylesheet" href="css/site.css" />
 | 
			
		||||
    <link rel="stylesheet" href="css/yourteam/plugins/yt-tooltip/yt-tooltip.css" />
 | 
			
		||||
</head>
 | 
			
		||||
 | 
			
		||||
<body
 | 
			
		||||
    class="mod-bg-1 mod-nav-link mod-skin-dark mod-hide-info-card nav-function-top nav-function-fixed mod-lean-subheader desktop chrome webkit pace-done blur">
 | 
			
		||||
 | 
			
		||||
    <main id="js-page-content" role="main" class="page-content">
 | 
			
		||||
<main id="js-page-content" role="main" class="page-content">
 | 
			
		||||
 | 
			
		||||
    <div class="row">
 | 
			
		||||
        <div class="col-sm-12 col-xl-12">
 | 
			
		||||
@ -139,15 +106,56 @@
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
    </main>
 | 
			
		||||
</main>
 | 
			
		||||
 | 
			
		||||
    <!-- TEST Button trigger modal -->
 | 
			
		||||
    <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#staticBackdrop">
 | 
			
		||||
<!-- TEST Button trigger modal -->
 | 
			
		||||
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#staticBackdrop">
 | 
			
		||||
    Launch static backdrop modal
 | 
			
		||||
    </button>
 | 
			
		||||
</button>
 | 
			
		||||
 | 
			
		||||
    <!-- TEST Modal -->
 | 
			
		||||
    <div class="modal fade" id="staticBackdrop" data-backdrop="static" data-keyboard="false" tabindex="-1"
 | 
			
		||||
<div class="mb-3"> <a href="#" class="btn btn-success" data-toggle="modal" data-target="#accManModal">+ 新增</a>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
<div class="modal fade" id="accManModal" tabindex="-1" role="dialog" aria-hidden="true">
 | 
			
		||||
    <div class="modal-dialog modal-dialog-centered" role="document">
 | 
			
		||||
        <div class="modal-content">
 | 
			
		||||
            <div class="modal-header">
 | 
			
		||||
                <h4 class="modal-title">
 | 
			
		||||
                    人員基本資料新增 / 修改
 | 
			
		||||
                </h4>
 | 
			
		||||
                <button type="button" class="close" data-dismiss="modal" aria-label="Close">
 | 
			
		||||
                    <span aria-hidden="true"><i class="fal fa-times"></i></span>
 | 
			
		||||
                </button>
 | 
			
		||||
            </div>
 | 
			
		||||
            <form id="accManForm">
 | 
			
		||||
                <div class="modal-body">
 | 
			
		||||
                    <div class="row">
 | 
			
		||||
                        <div class="col-md-6">
 | 
			
		||||
                            <div class="form-group">
 | 
			
		||||
                                <label class="form-label" for="inpEmail">Email</label>
 | 
			
		||||
                                <input type="email" id="inpEmail" name="inpEmail" class="form-control"
 | 
			
		||||
                                    placeholder="Email">
 | 
			
		||||
                            </div>
 | 
			
		||||
                        </div>
 | 
			
		||||
                        <div class="col-md-6">
 | 
			
		||||
                            <div class="form-group">
 | 
			
		||||
                                <label class="form-label" for="inpName">姓名</label>
 | 
			
		||||
                                <input type="text" id="inpName" name="inpName" class="form-control">
 | 
			
		||||
                            </div>
 | 
			
		||||
                        </div>
 | 
			
		||||
                    </div>
 | 
			
		||||
                </div>
 | 
			
		||||
                <div class="modal-footer">
 | 
			
		||||
                    <button type="button" class="btn btn-secondary" data-dismiss="modal">關閉</button>
 | 
			
		||||
                    <button type="submit" class="btn btn-primary" id="accManSendBtn" e-prevent>儲存</button>
 | 
			
		||||
                </div>
 | 
			
		||||
            </form>
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
<!-- TEST Modal -->
 | 
			
		||||
<div class="modal fade" id="staticBackdrop" data-backdrop="static" data-keyboard="false" tabindex="-1"
 | 
			
		||||
    aria-labelledby="staticBackdropLabel" aria-hidden="true">
 | 
			
		||||
    <div class="modal-dialog">
 | 
			
		||||
        <div class="modal-content">
 | 
			
		||||
@ -166,9 +174,9 @@
 | 
			
		||||
            </div>
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
    </div>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
    <div class="modal fade modal-backdrop-transparent" id="modal-shortcut" tabindex="-1" role="dialog"
 | 
			
		||||
<div class="modal fade modal-backdrop-transparent" id="modal-shortcut" tabindex="-1" role="dialog"
 | 
			
		||||
    aria-labelledby="modal-shortcut" aria-hidden="true">
 | 
			
		||||
    <div class="modal-dialog modal-dialog-top modal-transparent" role="document">
 | 
			
		||||
        <div class="modal-content">
 | 
			
		||||
@ -190,8 +198,4 @@
 | 
			
		||||
            </div>
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
</body>
 | 
			
		||||
 | 
			
		||||
</html>
 | 
			
		||||
</div>
 | 
			
		||||
							
								
								
									
										1091
									
								
								Frontend/index.html
									
									
									
									
									
								
							
							
						
						
									
										1091
									
								
								Frontend/index.html
									
									
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
		Loading…
	
		Reference in New Issue
	
	Block a user