44 < meta charset ="UTF-8 " />
55 < title > ozi-fix webui</ title >
66 < script src ="webui.js "> </ script >
7- < style >
8- {webui_prompt_css}
9- </ style >
7+ < link href ="css/style.css " rel ="stylesheet ">
108 </ head >
119 < body >
12- <!-- The Modal - Hidden by default but immediately shown by the backend -->
13- < input type ='checkbox ' class ="hide-modal " id ="HideDisclaimer " checked >
14- < div id ="Disclaimer " class ="modal ">
15- <!-- Modal content -->
10+ < div id ="Disclaimer " class ="modal " aria-modal ="true ">
1611 < div class ="modal-content ">
17- < h3 id ="Disclaimer-title "> {TRANSLATION('adm-disclaimer-title')}</ h3 >
18- < span class ="close " id ="CloseDisclaimer "> ×</ span >
19- < br >
20- < textarea rows = 20 cols = 80 readonly > {disclaimer_text}</ textarea >
12+ < h3 id ="Disclaimer-title "> {TRANSLATION('adm-disclaimer-title')}</ h3 >
13+ < span class ="close " id ="CloseDisclaimer "> ×</ span >
14+ < hr >
15+ < span class =" textarea " id =" disclaimer-text " role =" textbox " readonly > {disclaimer_text}</ span >
2116 </ div >
2217 </ div >
23- < input type ='checkbox ' id ="HidePage1Contents " class ="hide-page ">
24- < div id ="Page1Contents ", class ="page ">
25- < h1 > {TRANSLATION('web-core-metadata')}</ h1 >
26- < nav aria-label ="Breadcrumb " class ="breadcrumb ">
27- < ol >
28- < li id ='Page1 '> < span aria-current ="page "> {TRANSLATION('web-core-metadata')}</ span > </ li >
29- < li id ='Page2 '> {TRANSLATION('edit-menu-btn-license')}</ li >
30- < li id ='Page3 '> {TRANSLATION('term-classifier')}{TRANSLATION('sp')}{TRANSLATION('term-metadata')}</ li >
31- </ ol >
32- </ nav >
33- < br >
34- </ div >
18+ < div id ="OptionsContents " class ="" aria-modal ="true " hidden >
19+ < div class ="modal-content ">
20+ < h3 id ="Options-title "> {TRANSLATION('btn-options')}</ h3 >
21+ < span class ="close " id ="CloseOptions "> ×</ span >
22+ < hr >
23+ < fieldset >
24+ < legend id ="user-interface-options "> {TRANSLATION('term-user-interface')}</ legend >
25+ < label for ="locale " id ="label-locale "> {TRANSLATION('opt-menu-language-text')}</ label >
26+ < select id ="locale ">
27+ {locale_choices}
28+ </ select >
29+ </ fieldset >
30+ < fieldset >
31+ < legend id ="output-options "> {TRANSLATION('term-output')}</ legend >
32+ < label for ="copyright-head " id ="label-copyright-head "> {TRANSLATION('opt-menu-copyright-head-input')}</ label >
33+ < h5 id ="err-copyright-head " style ="color: #dbdd52 "> </ h5 >
34+ < div class ="row ">
35+ < span
36+ class ="textarea "
37+ id ="copyright-head "
38+ OnKeyUp ="document.getElementById('err-copyright-head').innerHTML=' '; "
39+ autocomplete ="off "
40+ contenteditable
41+ > {config['new']['copyright_head'] if config['new']['copyright_head'] else COPYRIGHT_HEAD}</ span >
42+ </ div >
43+ < div class ="row justify-end ">
44+ < label for ="update-wrapfile " id ="label-update-wrapfile "
45+ > {TRANSLATION('opt-menu-update-wrapfile').replace('$value', '')}</ label
46+ >
47+ < input type ="checkbox " id ="update-wrapfile " { 'checked' if config['new']['update_wrapfile'] else ''}/>
48+ </ div >
49+ </ fieldset >
50+ < fieldset >
51+ < legend id ="input-options "> {TRANSLATION('term-input')}</ legend >
52+ < div class ="row justify-end ">
53+ < label for ="strict " id ="label-strict "
54+ > {TRANSLATION('opt-menu-strict').replace('$value', '')}</ label
55+ >
56+ < input type ="checkbox " id ="strict " />
57+ </ div >
58+ < div class ="row justify-end ">
59+ < label for ="pretty " id ="label-pretty "
60+ > {TRANSLATION('opt-menu-pretty').replace('$value', '')}</ label
61+ >
62+ < input type ="checkbox " id ="pretty " />
63+ </ div >
64+ </ fieldset >
65+ < button id ="SaveOptions "> {TRANSLATION('btn-save')}</ button >
66+ </ div >
67+ </ div >
68+ < form id ="ozi-fix " method ="post ">
69+ < h1 id ="PageHeading "> {TRANSLATION('web-core-metadata')}</ h1 >
70+ < nav aria-label ="Breadcrumb " role ="tablist " class ="breadcrumb ">
71+ < menu >
72+ < li id ="Page1 " role ="tab " aria-controls ="Page1Contents " aria-disabled ="true " tabindex ="-1 " aria-current ="page "> < span > {TRANSLATION('term-missing').capitalize()}</ span > </ li >
73+ < li id ="Page2 " role ="tab " tabindex ="0 " aria-controls ="Page2Contents "> {TRANSLATION('edit-menu-btn-license')}</ li >
74+ < li id ="Page3 " role ="tab " tabindex ="0 " aria-controls ="Page3Contents "> {TRANSLATION('term-classifier')}{TRANSLATION('sp')}{TRANSLATION('term-metadata')}</ li >
75+ < li id ="Page4 " role ="tab " tabindex ="0 " aria-controls ="Page4Contents "> {TRANSLATION('term-create-project')}</ li >
76+ </ menu >
77+ < menu >
78+ < li id ="Options " role ="tab " tabindex ="0 " aria-controls ="OptionsContents "> {TRANSLATION('btn-options')}</ li >
79+ </ menu >
80+ </ nav >
81+ </ form >
3582 </ body >
3683</ html >
0 commit comments