|
10 | 10 | xmlns:pt="http://xmlns.jcp.org/jsf/passthrough" |
11 | 11 | xmlns:fn="http://java.sun.com/jsp/jstl/functions" |
12 | 12 | xmlns:jsf="http://xmlns.jcp.org/jsf" |
13 | | - xmlns:util="http://goobi.io/util"> |
| 13 | + xmlns:util="http://goobi.io/util" |
| 14 | + xmlns:section="http://goobi.io/section"> |
14 | 15 |
|
15 | 16 | <ui:param name="myPageTitle" value="#{msgs.aktuelleSchritte}" /> |
16 | 17 |
|
|
27 | 28 | <ui:define name="content"> |
28 | 29 |
|
29 | 30 |
|
30 | | - <main role="main" id="tasksAll"> |
| 31 | + <main role="main" id="tasksAll" class="flow"> |
31 | 32 | <c:if test="#{LoginForm.hasRole('Task_List')}"> |
32 | 33 |
|
33 | 34 | <div class="row"> |
|
181 | 182 | name="sorthelper_last_close_date" |
182 | 183 | sortField="prioritaet desc, sorthelper_last_close_date" |
183 | 184 | form="#{AktuelleSchritteForm}" |
184 | | - ajaxRender="processAllBox:myform" /> |
| 185 | + ajaxRender="processAllBox:myform" /> |
185 | 186 |
|
186 | 187 | <!-- Priority --> |
187 | 188 | <intranda:columnheader id="sortStepPriority" name="priority" |
|
425 | 426 | </td> |
426 | 427 | <!-- // NUMBER OF IMAGES --> |
427 | 428 | <td |
428 | | - |
| 429 | + |
429 | 430 | data-label="#{msgs.lastStatusUpdate}" |
430 | 431 | jsf:rendered="#{AktuelleSchritteForm.anzeigeAnpassen['lastStatusUpdate']}"> |
431 | 432 | <h:outputText value="#{item.prozess.displayLastStepCloseDate}" /> |
|
689 | 690 | </div> |
690 | 691 |
|
691 | 692 | <!-- ACTION BOX --> |
692 | | - <div class="row mt-4" jsf:rendered="#{LoginForm.myBenutzer.mitMassendownload and AktuelleSchritteForm.paginator.totalResults > 0 }"> |
| 693 | + <div class="row" jsf:rendered="#{LoginForm.myBenutzer.mitMassendownload and AktuelleSchritteForm.paginator.totalResults > 0 }"> |
693 | 694 | <div class="col-12"> |
694 | | - <intranda:box id="boxTaskAllActions" boxType="action" |
695 | | - icon="tool" title="#{msgs.moeglicheAktionen}"> |
| 695 | + <section:section |
| 696 | + type="action"> |
| 697 | + <section:header |
| 698 | + icon="tool" |
| 699 | + title="#{msgs.moeglicheAktionen}" /> |
696 | 700 | <h:form id="actionForm2" prependId="false"> |
697 | 701 |
|
698 | | - <!-- NUMBER OF IMAGES --> |
699 | | - <h:panelGroup styleClass="pull-right"> |
700 | | - <h:outputText value="#{msgs.anzahlDerImagesAllerTreffer}:" /> |
701 | | - <h:outputText id="calcNumber" |
702 | | - styleClass="mx-3" |
703 | | - value="#{AktuelleSchritteForm.allImages}" /> |
704 | | - <button jsf:id="calc" |
705 | | - jsf:action="#{AktuelleSchritteForm.calcHomeImages}" |
706 | | - class="btn btn-blank btn-icon"> |
707 | | - <util:icon icon="refresh" /> |
| 702 | + <section:body padding="true"> |
| 703 | + <!-- NUMBER OF IMAGES --> |
| 704 | + <h:panelGroup styleClass="pull-right"> |
| 705 | + <h:outputText value="#{msgs.anzahlDerImagesAllerTreffer}:" /> |
| 706 | + <h:outputText id="calcNumber" |
| 707 | + styleClass="mx-3" |
| 708 | + value="#{AktuelleSchritteForm.allImages}" /> |
| 709 | + <button jsf:id="calc" |
| 710 | + jsf:action="#{AktuelleSchritteForm.calcHomeImages}" |
| 711 | + class="btn btn-blank btn-icon"> |
| 712 | + <util:icon icon="refresh" /> |
| 713 | + </button> |
| 714 | + </h:panelGroup> |
| 715 | + </section:body> |
| 716 | + <section:footer> |
| 717 | + <!-- UPLOAD FROM DONE FOLDER --> |
| 718 | + <button jsf:id="uploadAll" |
| 719 | + jsf:action="#{AktuelleSchritteForm.uploadFromHomeAlle}" |
| 720 | + class="btn btn-neutral-600 me-auto" |
| 721 | + title="#{msgs.verzeichnisFertigHochladen}" |
| 722 | + onclick="if (!confirm('#{msgs.upload}')) return false"> |
| 723 | + <util:icon-text icon="cloud-upload" iconClass="me-1" text="#{msgs.verzeichnisFertigHochladen}" /> |
708 | 724 | </button> |
709 | | - </h:panelGroup> |
710 | | - |
711 | | - <!-- UPLOAD FROM DONE FOLDER --> |
712 | | - <button jsf:id="uploadAll" |
713 | | - jsf:action="#{AktuelleSchritteForm.uploadFromHomeAlle}" |
714 | | - class="btn btn-hot d-block" |
715 | | - title="#{msgs.verzeichnisFertigHochladen}" |
716 | | - onclick="if (!confirm('#{msgs.upload}')) return false"> |
717 | | - <util:icon icon="cloud-upload" styleClass="me-1" /> |
718 | | - <span> |
719 | | - <h:outputText value="#{msgs.verzeichnisFertigHochladen}" /> |
720 | | - </span> |
721 | | - </button> |
722 | | - |
723 | | - <!-- DOWNLOAD PAGE HITS INTO USERS HOME --> |
724 | | - <button jsf:id="downloadPage" |
725 | | - jsf:action="#{AktuelleSchritteForm.downloadToHomePage}" |
726 | | - class="btn btn-success d-block" |
727 | | - title="#{msgs.alleTrefferDieserSeiteInMeinHomeverzeichnis}" |
728 | | - onclick="if (!confirm('#{msgs.upload}')) return false"> |
729 | | - <util:icon icon="cloud-download" styleClass="me-1" /> |
730 | | - <span> |
731 | | - <h:outputText value="#{msgs.alleTrefferDieserSeiteInMeinHomeverzeichnis}" /> |
732 | | - </span> |
733 | | - </button> |
734 | | - |
735 | | - <!-- DOWNLOAD ALL HITS INTO USERS HOME --> |
736 | | - <button jsf:id="downloadAll" |
737 | | - jsf:action="#{AktuelleSchritteForm.downloadToHomeHits}" |
738 | | - class="btn btn-success d-block" |
739 | | - title="#{msgs.gesamtesTreffersetInMeinHomeverzeichnis}" |
740 | | - onclick="if (!confirm('#{msgs.upload}')) return false"> |
741 | | - <util:icon icon="cloud-download" styleClass="me-1" /> |
742 | | - <span> |
743 | | - <h:outputText value="#{msgs.gesamtesTreffersetInMeinHomeverzeichnis}" /> |
744 | | - </span> |
745 | | - </button> |
746 | | - </h:form> |
747 | 725 |
|
748 | | - </intranda:box> |
| 726 | + <!-- DOWNLOAD PAGE HITS INTO USERS HOME --> |
| 727 | + <button jsf:id="downloadPage" |
| 728 | + jsf:action="#{AktuelleSchritteForm.downloadToHomePage}" |
| 729 | + class="btn btn-action" |
| 730 | + title="#{msgs.alleTrefferDieserSeiteInMeinHomeverzeichnis}" |
| 731 | + onclick="if (!confirm('#{msgs.upload}')) return false"> |
| 732 | + <util:icon-text icon="cloud-download" iconClass="me-1" text="#{msgs.alleTrefferDieserSeiteInMeinHomeverzeichnis}" /> |
| 733 | + </button> |
| 734 | + |
| 735 | + <!-- DOWNLOAD ALL HITS INTO USERS HOME --> |
| 736 | + <button jsf:id="downloadAll" |
| 737 | + jsf:action="#{AktuelleSchritteForm.downloadToHomeHits}" |
| 738 | + class="btn btn-action" |
| 739 | + title="#{msgs.gesamtesTreffersetInMeinHomeverzeichnis}" |
| 740 | + onclick="if (!confirm('#{msgs.upload}')) return false"> |
| 741 | + <util:icon-text icon="cloud-download" iconClass="me-1" text="#{msgs.gesamtesTreffersetInMeinHomeverzeichnis}" /> |
| 742 | + </button> |
| 743 | + |
| 744 | + </section:footer> |
| 745 | + </h:form> |
| 746 | + </section:section> |
749 | 747 |
|
750 | 748 | </div> |
751 | 749 | </div> |
|
0 commit comments