From 99d7295f0cf255a6ec8c0cd8a3383bd3c166bccf Mon Sep 17 00:00:00 2001 From: Hyunchul Kim Date: Thu, 19 Nov 2020 01:25:02 +0900 Subject: [PATCH] Organize template --- test_data/{src => }/about.html | 8 +- test_data/fragment.html | 92 ++++ test_data/home.html | 401 ++++++++++++++++ test_data/index.json | 90 ++++ .../{src/authors.html => participants.html} | 91 ++-- test_data/src/fragment.html | 162 ------- test_data/src/fragments.html | 447 ------------------ test_data/src/home.html | 61 --- test_data/src/introduction.json | 66 +-- test_data/src/scripts/load_pp.js | 20 + test_data/src/scripts/updateArchive.js | 36 ++ test_data/src/scripts/updateFragment.js | 92 ++++ test_data/src/scripts/updateIntroduction.js | 36 ++ test_data/src/style/common.css | 7 +- 14 files changed, 854 insertions(+), 755 deletions(-) rename test_data/{src => }/about.html (95%) create mode 100644 test_data/fragment.html create mode 100644 test_data/home.html rename test_data/{src/authors.html => participants.html} (95%) delete mode 100644 test_data/src/fragment.html delete mode 100644 test_data/src/fragments.html delete mode 100644 test_data/src/home.html create mode 100644 test_data/src/scripts/load_pp.js create mode 100644 test_data/src/scripts/updateArchive.js create mode 100644 test_data/src/scripts/updateFragment.js create mode 100644 test_data/src/scripts/updateIntroduction.js diff --git a/test_data/src/about.html b/test_data/about.html similarity index 95% rename from test_data/src/about.html rename to test_data/about.html index efdf566..36d59c2 100644 --- a/test_data/src/about.html +++ b/test_data/about.html @@ -3,21 +3,21 @@ - + - +