-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new features
- Loading branch information
Showing
9 changed files
with
442 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,298 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>台灣皇室排名系統</title> | ||
|
||
<link rel="icon" type="image/x-icon" href="img/chart-svgrepo-com.svg" /> <link rel="icon" type="image/x-icon" href="img/grid-svgrepo-com.svg" /> | ||
|
||
<!-- Boxicons --> | ||
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'> | ||
<!-- icon --> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
<!-- icon --> | ||
|
||
<link rel="stylesheet" href="css/TCRSoriginal.css"> | ||
<link rel="stylesheet" href="css/TCRS.css"> | ||
|
||
|
||
|
||
<!-- jQUERY --> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js" integrity="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> | ||
<!-- jQUERY --> | ||
|
||
<!-- datatables --> | ||
<!-- main --> | ||
<link href="DataTables/datatables.min.css" rel="stylesheet"> | ||
|
||
<script src="DataTables/datatables.min.js"></script> | ||
|
||
<!-- <link rel="stylesheet" href="https://cdn.datatables.net/1.13.6/css/jquery.dataTables.min.css"> --> | ||
<!-- main --> | ||
|
||
<!-- fixed col --> | ||
<!-- <link rel="stylesheet" href=https://cdn.datatables.net/fixedcolumns/4.3.0/css/fixedColumns.dataTables.min.css"> | ||
<script src="https://cdn.datatables.net/fixedcolumns/4.3.0/js/dataTables.fixedColumns.min.js"></script> --> | ||
<!-- fixed col --> | ||
|
||
<!-- 表格拖拉 --> | ||
<!-- <link rel="stylesheet" href="https://cdn.datatables.net/colreorder/1.7.0/css/colReorder.dataTables.min.css"> | ||
<script src="https://cdn.datatables.net/colreorder/1.7.0/js/dataTables.colReorder.min.js"></script> --> | ||
<!-- 表格拖拉 --> | ||
<!-- datatables --> | ||
|
||
<script src="js/fetchdata-Profile.js"></script> | ||
|
||
</head> | ||
<body> | ||
|
||
<!-- SIDEBAR --> | ||
<section id="sidebar" class="hide"> | ||
<a href="TCRS.html" class="brand"> | ||
<!-- <i class='bx bxs-smile'></i> --> | ||
<i class='fa fa-bar-chart'></i> | ||
<span class="text">TCRS</span> | ||
</a> | ||
<ul class="side-menu top"> | ||
<li > | ||
<a href="TCRS.html"> | ||
<i class='bx bxs-home'></i> | ||
<span class="text">首頁</span> | ||
</a> | ||
</li> | ||
<li > | ||
<a href="AboutUs.html"> | ||
<i class='bx bxs-detail'></i> | ||
<span class="text">關於我們</span> | ||
</a> | ||
</li> | ||
<li > | ||
<a href="LadderRanking.html"> | ||
<i class='bx bxs-dashboard' ></i> | ||
<span class="text">天梯紀錄</span> | ||
</a> | ||
</li> | ||
|
||
<li> | ||
<a href="PlayerCareerRecord.html"> | ||
<i class='bx bxs-grid-alt'></i> | ||
<span class="text">生涯紀錄</span> | ||
</a> | ||
</li> | ||
<li class="active"> | ||
<a href="Player-Profile.html"> | ||
<i class='bx bxs-crown'></i> | ||
<span class="text">個人成就</span> | ||
</a> | ||
</li> | ||
<li class=""> | ||
<a href="DataVisualization.html"> | ||
<i class='bx bxs-bar-chart-alt-2' ></i> | ||
<span class="text">統計圖表</span> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="DeveloperAnnouncement.html"> | ||
<i class='bx bx-code-alt'></i> | ||
<span class="text">版本紀錄</span> | ||
</a> | ||
</li> | ||
<li> | ||
<a target="_blank" href="https://xiang511.com/CR-API/"> | ||
<i class='bx bx-code'></i> | ||
<span class="text">程式碼開源</span> | ||
</a> | ||
</li> | ||
<!-- <li> | ||
<a href="message.html"> | ||
<i class='bx bxs-message-dots' ></i> | ||
<span class="text">聊天室</span> | ||
</a> | ||
</li> --> | ||
<!-- <li> | ||
<a href="#"> | ||
<i class='bx bx-comment-detail'></i> | ||
<span class="text">常見問題</span> | ||
</a> | ||
</li> --> | ||
|
||
<li class=""> | ||
<a target="_blank" href="https://xiang511.com/CR/"> | ||
<i class='bx bxs-window-alt' ></i> | ||
<span class="text">流體力學</span> | ||
</a> | ||
</li> | ||
<!-- <li class="undone"> | ||
<a href="#"> | ||
<i class='bx bxs-group' ></i> | ||
<span class="text">個人資料(尚未完成)</span> | ||
</a> | ||
</li> --> | ||
|
||
</ul> | ||
<ul class="side-menu"> | ||
<!-- <li> | ||
<a href="https://SiteStates.com" title="站長工具"> | ||
<img src="https://SiteStates.com/show/image/33556.jpg" border="0" /> | ||
</a> | ||
</li> --> | ||
<!-- <li> | ||
<a href="https://www.google.com.tw/?hl=zh_TW" class="logout"> | ||
<i class='bx bxs-log-out-circle' ></i> | ||
<span class="text">登出</span> | ||
</a> | ||
</li> --> | ||
</ul> | ||
<div class="track"> | ||
<a href="https://SiteStates.com" title="站長工具"> | ||
<img src="https://SiteStates.com/show/image/33556.jpg" border="0" /> | ||
</a> | ||
</div> | ||
</section> | ||
<!-- SIDEBAR --> | ||
|
||
|
||
|
||
<!-- CONTENT --> | ||
<section id="content"> | ||
<!-- NAVBAR --> | ||
<nav> | ||
<i class='bx bx-menu' ></i> | ||
<!-- <a href="#" class="nav-link">Categories</a> --> | ||
<form action="#"> | ||
<!-- <div class="form-input"> | ||
<input type="search" placeholder="Search..."> | ||
<button type="submit" class="search-btn"><i class='bx bx-search' ></i></button> | ||
</div> --> | ||
</form> | ||
<input type="checkbox" id="switch-mode" hidden> | ||
<!-- <label for="switch-mode" class="switch-mode"></label> --> | ||
<!-- <a href="#" class="notification"> | ||
<i class='bx bxs-bell' ></i> | ||
<span class="num"></span> | ||
</a> --> | ||
<!-- <a href="https://xiang511.github.io/hydromechanics/newsite/index.html" class="profile"> | ||
<img style="border-radius: 0;" src="img/purr-svgrepo-com.svg"> | ||
</a> --> | ||
</nav> | ||
<!-- NAVBAR --> | ||
|
||
<!-- MAIN --> | ||
<main> | ||
<div class="head-title"> | ||
<div class="left"> | ||
<h1>台灣皇室排名系統</h1> | ||
<ul class="breadcrumb"> | ||
<li> | ||
<a href="#">生涯紀錄</a> | ||
</li> | ||
<li><i class='bx bx-chevron-right' ></i></li> | ||
<li> | ||
<a class="active" href="#">個人成就</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<!-- <a href="#" class="btn-download"> | ||
<i class='bx bxs-cloud-download' ></i> | ||
<span class="text">Download PDF</span> | ||
</a> --> | ||
</div> | ||
|
||
<!-- <ul class="box-info"> | ||
<li> | ||
<i class='bx bxs-calendar-check' ></i> | ||
<span class="text"> | ||
<h3>12/4</h3> | ||
<p>下次更新時間</p> | ||
</span> | ||
</li> | ||
</ul> --> | ||
|
||
|
||
|
||
<div class="table-data"> | ||
<div class="order"> | ||
<section class="search" id="search"> | ||
<div class="title"> | ||
<div class="center"> | ||
<h1>個人成就</h1> | ||
<h5 id="load">載入中...</h5> | ||
</div> | ||
</div> | ||
<div class="form"> | ||
<input id="atmNO" type="text" style="display: none;"><br /> | ||
<input type="text" id="orderID" placeholder=""value="all" disabled | ||
style="display: none;" | ||
onclick="document.getElementById('orderID').value=''"/> | ||
</div> | ||
<div class="result" id="result"> | ||
<span id="order_status"></span> | ||
</div> | ||
</section> | ||
</div> | ||
<div class="todo"> | ||
<div class="head"> | ||
<h3>常見問題</h3> | ||
<!-- <i class='bx bx-plus' ></i> | ||
<i class='bx bx-filter' ></i> --> | ||
</div> | ||
<ul class="todo-list"> | ||
<li class="completed"> | ||
<p> | ||
<small>如果您的資訊沒有出現在上面的話,請遵照格式重新填寫 | ||
<a href="https://forms.gle/vuPKgqkamhDtog9v9">表單</a> | ||
,並耐心等待</small> | ||
|
||
</p> | ||
|
||
<!-- <i class='bx bx-dots-vertical-rounded' ></i> --> | ||
</li> | ||
<li class="not-completed"> | ||
<small>對網站有其他建議的話,歡迎填寫<a href="https://forms.gle/2xiZQuPcL1kpYKCr6">回饋表單</a>,幫助我們優化網站</small> | ||
<!-- <i class='bx bx-dots-vertical-rounded' ></i> --> | ||
</li> | ||
</ul> | ||
<div class="head" style="margin-top: 1.4em;"> | ||
<h3>目前功能</h3> | ||
<!-- <i class='bx bx-plus' ></i> | ||
<i class='bx bx-filter' ></i> --> | ||
</div> | ||
<ul class="todo-list"> | ||
<li class="completed"> | ||
<p>搜尋資料</p> | ||
</li> | ||
<li class="not-completed"> | ||
<p>自動分頁</p> | ||
</li> | ||
</ul> | ||
<div class="head" style="margin-top: 1.4em;"> | ||
<h3>聯絡我們</h3> | ||
<!-- <i class='bx bx-plus' ></i> | ||
<i class='bx bx-filter' ></i> --> | ||
</div> | ||
<ul class="todo-list"> | ||
<li class="completed"> | ||
<address > | ||
<p> | ||
<a href="mailto:[email protected]"> | ||
[email protected]</a> | ||
</p> | ||
</address> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</main> | ||
<!-- MAIN --> | ||
</section> | ||
<!-- CONTENT --> | ||
|
||
|
||
<script src="js/dashboard.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.