Commit ac8179c3 by Yujin Seo

#42180 作業一覧対応

parent 42598f40
<!DOCTYPE html> <!DOCTYPE html>
<html lang="ja-JP"> <html lang="ja-JP">
<head> <head>
...@@ -10,9 +10,13 @@ ...@@ -10,9 +10,13 @@
<link rel="stylesheet" type="text/css" href="css/app.css"> <link rel="stylesheet" type="text/css" href="css/app.css">
<link rel="stylesheet" type="text/css" href="css/fontawesome_relative_path.css"> <link rel="stylesheet" type="text/css" href="css/fontawesome_relative_path.css">
<script src="js/jquery-1.11.2.min.js?__UPDATEID__"></script>
<script src="script/check.js?__UPDATEID__"></script>
<script src="script/check-list.js?__UPDATEID__"></script>
</head> </head>
<body> <body onload="CHK_L.init();">
<header> <header>
<nav class="navbar navbar-dark bg-primary"> <nav class="navbar navbar-dark bg-primary">
<a class="navbar-brand category-btn lht-0" href="#"> <a class="navbar-brand category-btn lht-0" href="#">
...@@ -276,7 +280,7 @@ ...@@ -276,7 +280,7 @@
<i class="fas fa-home fs-14 p-1"></i> <i class="fas fa-home fs-14 p-1"></i>
<div class="fs-7">ホーム</div> <div class="fs-7">ホーム</div>
</a> </a>
<a class="d-block w-100 text-center py-2 text-decoration-none text-secondary"> <a class="d-block w-100 text-center py-2 text-decoration-none text-secondary" onclick="CHK_L.goRelationContent();">
<i class="fas fa-folder fs-14 p-1"></i> <i class="fas fa-folder fs-14 p-1"></i>
<div class="fs-7">関連資料</div> <div class="fs-7">関連資料</div>
</a> </a>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment