diff --git a/emergency-app/ai-assistant/index.html b/emergency-app/ai-assistant/index.html index 44dfefc..5fcfe47 100644 --- a/emergency-app/ai-assistant/index.html +++ b/emergency-app/ai-assistant/index.html @@ -129,7 +129,8 @@ function initTabLinks() { professional: '../professional', operator: '../operator', onsite: '../onsite', - admin: '../admin' + admin: '../admin', + nutritionist: '../nutritionist' }; var base = roleBaseMap[role] || '../expert'; document.getElementById('link-workbench').href = base + '/workbench/index.html'; diff --git a/emergency-app/message/index.html b/emergency-app/message/index.html index dfbd16e..fed4b88 100644 --- a/emergency-app/message/index.html +++ b/emergency-app/message/index.html @@ -265,7 +265,8 @@ function initTabLinks() { professional: '../professional', operator: '../operator', onsite: '../onsite', - admin: '../admin' + admin: '../admin', + nutritionist: '../nutritionist' }; var base = roleBaseMap[role] || '../expert'; document.getElementById('link-workbench').href = base + '/workbench/index.html'; diff --git a/emergency-app/nutritionist/knowledge/detail.html b/emergency-app/nutritionist/knowledge/detail.html new file mode 100644 index 0000000..8765251 --- /dev/null +++ b/emergency-app/nutritionist/knowledge/detail.html @@ -0,0 +1,159 @@ + + +
+ + +