File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 2929 < body >
3030 < div id ="content ">
3131 < div id ="modals ">
32+ < div class ="modal custom-modal " id ="help-modal ">
33+ < div class ="modal-dialog " role ="document ">
34+ < div class ="modal-header ">
35+ < h5 class ="modal-title "> Help</ h5 >
36+ </ div >
37+ < div class ="modal-body ">
38+ < p > Help info here</ p >
39+ < p > < a href ="help.html "> User guide</ a > </ p >
40+ < p > list of keyboard shortcuts</ p >
41+ </ div >
42+ < div class ="modal-footer ">
43+ < button type ="button " name ="close " class ="btn btn-secondary "> Cancel</ button >
44+ </ div >
45+ </ div >
46+ </ div >
47+
3248 < div class ="modal custom-modal " id ="upload-file-modal ">
3349 < div class ="modal-dialog " role ="document ">
3450 < form id ="uploadform " class ="modal-content " action ="./upload " method ="post " enctype ="multipart/form-data ">
Original file line number Diff line number Diff line change 2929 <body >
3030 <div id =" content" >
3131 <div id =" modals" >
32+ <% - include (path .join (modalPath, ' help' )) %>
3233 <% - include (path .join (modalPath, ' upload-file' )) %>
3334 <% - include (path .join (modalPath, ' upload-url.ejs' )) %>
3435 <% - include (path .join (modalPath, ' github-fork' )) %>
You can’t perform that action at this time.
0 commit comments