-
Notifications
You must be signed in to change notification settings - Fork 2
/
html_components.puml
60 lines (57 loc) · 1.91 KB
/
html_components.puml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
@startuml
'https://plantuml.com/component-diagram
skinparam componentStyle rectangle
package "vfw_home" {
[home.html] ..> [base_sidebar.html]
[base.html] ..> [help.html]
[select_data.html] ..> [quick_filter.html]
[select_data.html] ..> [advanced_filter.html]
[base.html] ..> [home.html]
[base.html] ..> [sidemenu.html]
[home.html] ..> [map.html]
[home.html] ..> [info_modal.html]
[home.html] ..> [map_modal.html]
[home.html] ..> [entrieslist.html]
[base.html] ..> [privacypolicy.html]
[help.html] ..> [legals.html]
[help.html] ..> [static_sidebar.html]
[base_sidebar.html] ..> [select_data.html]
[static_sidebar.html] ..> [logo.html]
}
package "visual_app" {
[base.html] ..> [visual_app/home.html]
}
package "upload" {
[base.html] ..> [upload/home.html]
}
package "wps_gui" {
[base_sidebar.html] ..> [wps_gui/result_modal.html]
[base.html] ..> [wps_gui/home.html]
[base.html] ..> [service.html]
[service.html] ..> [wps_gui/sidebar.html]
[wps_gui/sidebar.html]
[wps_gui/home.html] ..> [wps_gui/sidebar.html]
[wps_gui/home.html] ..> [toolbar.html]
[wps_gui/home.html] ..> [workplace.html]
[select_data.html] <.. [wps_gui/sidebar.html]
[wps_gui/result_modal.html] <.. [wps_gui/sidebar.html]
[workplace.html] ..> [wps_gui/modal.html]
[process.html]
[select_process.html]
}
package "author_manage" {
[base.html] ..> [author_manage/base.html]
[author_manage/home.html] ..> [author_manage/base.html]
[author_manage/base.html] ..> [profile.html]
[author_manage/base.html] ..> [resource-overview.html]
[profile.html] ..> [edit-permissions.html]
[profile.html] ..> [my-resources.html]
[add-new-resource.html] ..> [upload_persons.html]
[profile.html] ..> [add-new-resource.html]
}
package "process_monitor" {
[base.html] ..> [process_monitor/base.html]
[process_monitor/base.html] ..> [process_monitor/home.html]
[process_monitor/home.html] ..> [static_sidebar.html]
}
@enduml