File tree Expand file tree Collapse file tree 5 files changed +11
-9
lines changed
Expand file tree Collapse file tree 5 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 11< ?xml version="1.0" encoding="UTF-8"?>
2- < div class ="app:action ">
3- < div class ="app:module "/ >
2+ < div data-template ="app:action ">
3+ < div data-template ="app:module "> </ div >
44</ div >
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ <h1>XQuery Function Documentation</h1>
3434 </ tr >
3535 </ thead >
3636 < tbody >
37- < tr class ="app:showmodules "> </ tr >
37+ < tr data-template ="app:showmodules "> </ tr >
3838 </ tbody >
3939 </ table >
4040 </ div >
Original file line number Diff line number Diff line change 22< div data-template ="templates:surround " data-template-with ="templates/page.html " data-template-at ="main ">
33 < h1 > An error has occurred</ h1 >
44 < p > An error has been generated by the application.</ p >
5- < pre class ="error templates:error-description "/ >
5+ < pre class ="error " date-template =" templates:error-description "> </ pre >
66</ div >
Original file line number Diff line number Diff line change @@ -25,10 +25,12 @@ <h1>XQuery Function Documentation</h1>
2525 </ select >
2626 </ div >
2727 </ div >
28- < div class ="row mb-3 ">
29- < div class ="btn-toolbar ">
28+ < div class ="btn-toolbar ">
29+ < div class ="btn-group me-2 " role =" group " aria-label =" browse action ">
3030 < a id ="browse " class ="btn btn-primary " href ="browse.html?extensions=true ">
3131 < span class ="glyphicon glyphicon-globe "> </ span > Browse</ a >
32+ </ div >
33+ < div class ="btn-group me-2 " role ="group " aria-label ="generate action ">
3234 < button id ="f-btn-reindex-regen " class ="btn btn-warning " data-template ="app:check-dba-user-and-data " data-toggle ="tooltip " data-placement ="top " title ="Regenerate XQuery Function Documentation after modification or addition of functions ">
3335 < span class ="glyphicon glyphicon-refresh "> </ span > Regenerate</ button >
3436 < button id ="f-btn-reindex " class ="btn btn-warning " data-template ="app:check-not-data " data-toggle ="tooltip " data-placement ="top " title ="Generate XQuery Function Documentation after installation ">
@@ -47,8 +49,8 @@ <h1>XQuery Function Documentation</h1>
4749 </ div >
4850 < div id ="messages "> </ div >
4951 < div id ="results ">
50- < div class ="app:action ">
51- < div class ="app:module "> </ div >
52+ < div data-template ="app:action ">
53+ < div data-template ="app:module "> </ div >
5254 </ div >
5355 </ div >
5456</ div >
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ <h1>XQuery Function Documentation</h1>
55 < a href ="index.html ">
66 < i class ="glyphicon glyphicon-chevron-left "/> Search and Browse</ a >
77 </ p >
8- < div data-template ="app:view " data-template-details ="true "/ >
8+ < div data-template ="app:view " data-template-details ="true "> </ div >
99</ div >
You can’t perform that action at this time.
0 commit comments