aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-09-23Comprehensive changes due to reorganization of user interface. JavaScripts ↵rpiazzi1-80/+316
added for styling reasons, then added the same layout as with the start page, then added different layout handling for the cases of an error happened within the IFrame (e.g. when online CCS is called) or outside. Also added the possibility to visualize the page differently when the whole application is called from within an IFrame of an external application (see also other jsp's). git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@819 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-09-23Comprehensive changes due to reorganization of user interface. JavaScripts ↵rpiazzi1-23/+158
added for styling reasons, then also added the same layout as with the start page and last the possibility to visualize the page differently when the whole application is called within an IFrame of an extern application (see also other jsp's). git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@818 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-09-23The signature block was introduced as an image, because the previously used ↵rpiazzi1-0/+0
table is not optimal for the WAI conformity. git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@817 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-09-23The signature block was introduced as an image, because the previously used ↵rpiazzi1-0/+0
table is not optimal for the WAI conformity. git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@816 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-09-23New symbol for online CCSrpiazzi1-0/+0
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@815 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-09-23New symbol for mobile CCSrpiazzi1-0/+0
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@814 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-09-23Image of button needed for simulate the same file upload field on each browserrpiazzi1-0/+0
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@813 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-09-23Image of button needed for simulate the same file upload field on each browserrpiazzi1-0/+0
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@812 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-09-23Comprehensive changes due to reorganization of user interface of pdf-as-web. ↵rpiazzi1-78/+236
One main change was to use div's instead of tables for organizing the page structure. git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@811 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-09-23Parameters added that are required with the new user interface.rpiazzi1-10/+46
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@810 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-09-23Parameter note added to know if a advice has to be inserted into the ↵rpiazzi1-0/+9
signature block git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@809 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-09-23Attribute LANGUAGE added to know the language of the page.rpiazzi1-0/+6
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@808 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-09-23Parallel to the new design of the user interface some signature parameter ↵rpiazzi1-1/+2
was added/changed to take into account the changes of signupload.jsp. But with the new user interface this Servlet is not used anymore. With the old version this Servlet was used when form fields changed and the page has to be reloaded. git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@807 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-09-23Changes due to new design of user interface. For this servlet some ↵rpiazzi1-189/+407
parameters where added (e.g. note within the signature block) and some if clause too, to set the submitted parameters correctly. Changes are documented within the code. git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@806 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-09-23Changes due to new design of user interface. This servlet was made similar ↵rpiazzi1-14/+498
to the SignServlet. Now when user hits the preview button (function is hidden at the time) this Servlet is called and the parameters are already written into the session. After the redirection to the page signpreview.jsp then the SignServlet is called, without having to get all parameters again. Additionally to this substantial changes some parameters where added (e.g. note within the signature block) and some if clause too, to set the submitted parameters correctly. Changes are documented within the code. git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@805 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-09-23Added mobile-bku and mobile-test-bku as possible signature devicesrpiazzi1-9/+15
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@804 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-09-23Added mobile-bku and mobile-test-bku as possible signature devicesrpiazzi1-0/+251
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@803 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-09-23Added mobile-bku and mobile-test-bku as possible signature devicesrpiazzi1-249/+0
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@802 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-09-22Additional Amtssignaturblock added to the configuration file config.propertiesrpiazzi1-0/+0
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@801 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-09-19Search for Placeholder previously commented out was now integrated again, ↵rpiazzi1-2/+2
because this feature also can be handled through the config file git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@800 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-08-30Bug-Fix for EMAIL/EMAILADDRESS problem in ZID documentsrpiazzi1-9/+74
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@799 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-08-30Searching for a QR-Code-Placeholder-Image was commented out, because it made ↵rpiazzi1-12/+19
trouble with some documents git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@798 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-08-30Correction to not create a new page, as it is done when signature block ↵rpiazzi1-0/+12
hasn't enough place, when signature block is invisible git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@797 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-08-30Correction to not create a new page, as it is done when signature block ↵rpiazzi1-2/+2
hasn't enough place, when signature block is invisible git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@796 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-08-22Changed to allow a static SIG_SUBJECT to be taken from config file (within ↵rpiazzi1-8/+35
method: protected void fillReplacesWithValues(final IncrementalUpdateInformation iui)) when no override value is given through (SignParameters:setProfileOverrideValue(String key, String value)) git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@795 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-08-19Undo the change of the previous submit (replacing default signator for ↵rpiazzi1-3/+3
Amtssignator with an expression) because it was an error. Problem solved otherwise. git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@794 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-08-19Undo the change of the previous submit (replacing default signator for ↵rpiazzi1-0/+0
Amtssignator with an expression) because it was an error. Problem solved otherwise. git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@793 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-08-19Added SignatureType SIG_SUBJECT that is needed when replacing the signator ↵rpiazzi1-1/+8
name with a static value from the config file git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@792 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-08-19Added SIG_SUBJECT as possible SignatureType when replacing signator with ↵rpiazzi1-0/+5
static name inserted as SIG_SUBJECT within config file git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@791 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-08-18git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@790 ↵rpiazzi1-3/+5
7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-08-18git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@789 ↵rpiazzi1-0/+0
7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-08-12HotSign disabled again, still doesn't workrpiazzi1-2/+2
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@788 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-07-25git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@787 ↵rpiazzi1-1/+1
7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-07-25git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@786 ↵rpiazzi1-2/+2
7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-07-25git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@785 ↵rpiazzi1-0/+0
7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-06-28Added a-trust BKU'srpiazzi1-6/+7
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@784 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-06-24Added connectors for mobile and mobiletest devices when choosing Connectorrpiazzi1-0/+13
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@783 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-06-24Added signature devices MOBILE and MOBILETESTrpiazzi1-0/+14
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@782 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-06-21Copyright headers fixedtkellner145-150/+147
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@781 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-06-21Merge branch 'license_change'tkellner243-541/+94
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@780 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-06-21Licence and NOTICE addedtkellner2-0/+16
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@779 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-06-21License replaced/added in .java filestkellner376-1891/+8512
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@778 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-06-21git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@777 ↵rpiazzi3-26/+437
7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-03-07Added errorhandling for replacePlaceholderpdanner1-3/+18
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@776 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-03-07add more defense if link struct cannot be foundpdanner1-5/+9
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@775 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-02-21minor bug fixedREL-3.2@923tknall1-1/+1
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@773 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-02-18Updating user manual (accessibility)REL-3.2@773tknall2-0/+0
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@766 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-02-18- Layout spec updated (aligning with current configuration)tknall3-0/+7
- Build script adjusted git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@765 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-02-17For security reasons, default configuration must not enable placeholder search.tknall3-2/+4
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@764 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-02-17preparation for releasetknall6-4/+4
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@763 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c