File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464 < i class ="fas fa-file-pdf "> </ i >
6565 PR PDF - Scan Documents Explorer
6666 </ a >
67+ < button type ="button " class ="btn btn-primary btn-sm " id ="btnUpload " data-toggle ="modal " data-target ="#uploadModal " data-placement ="bottom " title ="Upload a document ">
68+ < i class ="fas fa-trash "> </ i >
69+ </ button >
6770 </ div >
6871
6972 <!-- Placeholder for dynamic messages -->
111114 <!-- Main content block for page-specific content -->
112115 {% block content %}{% endblock %}
113116
117+ <!-- Delete Confirmation Modal -->
118+ < div class ="modal fade " id ="uploadModal " tabindex ="-1 " role ="dialog " aria-labelledby ="uploadModalLabel " aria-hidden ="true ">
119+ < div class ="modal-dialog " role ="document ">
120+ < div class ="modal-content ">
121+ < div class ="modal-header ">
122+ < h5 class ="modal-title " id ="uploadModalLabel "> Upload file?</ h5 >
123+ < button type ="button " class ="close " data-dismiss ="modal " aria-label ="Close ">
124+ < span aria-hidden ="true "> ×</ span >
125+ </ button >
126+ </ div >
127+ < div class ="modal-body ">
128+ < label class ="form-label " for ="customFile "> Choose file to upload</ label >
129+ < input type ="file " class ="form-control " id ="customFile " />
130+ </ div >
131+ < div class ="modal-footer ">
132+ < button type ="button " class ="btn btn-secondary btn-sm " data-dismiss ="modal "> Close</ button >
133+ < button type ="button " id ="btnConfirmDelete " class ="btn btn-primary btn-sm "> Upload</ button >
134+ </ div >
135+ </ div >
136+ </ div >
137+ </ div >
138+
139+
114140 < script >
115141 // Show loading overlay when autoscan button is clicked
116142 document . getElementById ( "button_autoscan" ) . onclick = function ( ) {
You can’t perform that action at this time.
0 commit comments