Loading src/main/webapp/scripts/app/account/userRepositories/publicationsSources-xsltoaipmhaddress-create-dialog.controller.js +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ angular.module('ddaApp').controller('PublicationsSourcesXsltOaiPmhAddressCreateD function($scope, $stateParams, $uibModalInstance, $state, BundlesSource) { $scope.oaiPmhEndpoint = ''; $scope.setSpec = ''; $scope.metadataPrefix = ''; $scope.xsltContent = ''; $scope.iso8601From = null; Loading @@ -25,6 +26,7 @@ angular.module('ddaApp').controller('PublicationsSourcesXsltOaiPmhAddressCreateD var dataObject = { oaiPmhEndpoint: $scope.oaiPmhEndpoint, setSpec: $scope.setSpec, metadataPrefix2XsltMap: {}, from: { seconds: fromInSeconds Loading src/main/webapp/scripts/app/account/userRepositories/publicationsSources-xsltoaipmhaddress-create-dialog.html +3 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,9 @@ <label>OAI-PMH endpoint <input type="text" name="oaiPmhEndpoint" ng-model="oaiPmhEndpoint"> </label> <label>SetSpec <input type="text" name="setSpec" ng-model="setSpec"> </label> <label>Metadata prefix for XSLT transformation <input type="text" name="metadataPrefix" ng-model="metadataPrefix" ng-change="changeMap()"> </label> Loading src/main/java/org/gesis/dda/publishing/domain/BundlesStreamSource.java +1 −1 File changed.Contains only whitespace changes. Show changes Loading
src/main/webapp/scripts/app/account/userRepositories/publicationsSources-xsltoaipmhaddress-create-dialog.controller.js +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ angular.module('ddaApp').controller('PublicationsSourcesXsltOaiPmhAddressCreateD function($scope, $stateParams, $uibModalInstance, $state, BundlesSource) { $scope.oaiPmhEndpoint = ''; $scope.setSpec = ''; $scope.metadataPrefix = ''; $scope.xsltContent = ''; $scope.iso8601From = null; Loading @@ -25,6 +26,7 @@ angular.module('ddaApp').controller('PublicationsSourcesXsltOaiPmhAddressCreateD var dataObject = { oaiPmhEndpoint: $scope.oaiPmhEndpoint, setSpec: $scope.setSpec, metadataPrefix2XsltMap: {}, from: { seconds: fromInSeconds Loading
src/main/webapp/scripts/app/account/userRepositories/publicationsSources-xsltoaipmhaddress-create-dialog.html +3 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,9 @@ <label>OAI-PMH endpoint <input type="text" name="oaiPmhEndpoint" ng-model="oaiPmhEndpoint"> </label> <label>SetSpec <input type="text" name="setSpec" ng-model="setSpec"> </label> <label>Metadata prefix for XSLT transformation <input type="text" name="metadataPrefix" ng-model="metadataPrefix" ng-change="changeMap()"> </label> Loading
src/main/java/org/gesis/dda/publishing/domain/BundlesStreamSource.java +1 −1 File changed.Contains only whitespace changes. Show changes