working base project
This commit is contained in:
parent
2535006f02
commit
fad9f38422
22 changed files with 461 additions and 278 deletions
29
templates/partials/project.html
Normal file
29
templates/partials/project.html
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<div class="page_description_div" id="project_description_div">
|
||||
<p class="page_description_p" id="project_description_p">
|
||||
Here you can create a Project out of multiple PDFs, move pages around and download the adapted File.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
{% include 'partials/dropzone.html' %}
|
||||
|
||||
<div class="clearfix"></div>
|
||||
<div style="height: 2em;"></div>
|
||||
<div id="overview-wrapper">
|
||||
<div id="page_overview">
|
||||
<!-- Filled by dynamically loaded content -->
|
||||
<!--
|
||||
<div class="single_page_div">PDF_1</div>
|
||||
<div class="single_page_div">PDF_2</div>
|
||||
<div class="single_page_div">PDF_3</div>
|
||||
-->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/vue@2"></script>
|
||||
<script src="{{ url_for('static', filename='js/project_functions.js') }}"></script>
|
||||
<link href="{{ url_for('static', filename='css/project_styles.css') }}" rel="stylesheet">
|
||||
|
||||
<div id="btn-group-download" class="btn-group" role="group" aria-label="Download outlined buttons">
|
||||
<button type="button" class="btn btn-outline-dark" id="btn_download_complete">Download whole Project</button>
|
||||
<button type="button" class="btn btn-outline-dark" id="btn_download_singel_pages">Download Project as single Pages</button>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue