updated index.jsp

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-transfer/uri-resolver@174045 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2018-11-07 13:46:34 +00:00
parent 2a9753b095
commit c8c531b681
2 changed files with 14 additions and 11 deletions

View File

@ -6,23 +6,25 @@ body {
background-color: #f8f6f2;
color: #225f97;
font-family: 'Droid Sans', arial, sans-serif;
font-size: 16px;
}
.mydiv {
top: 50%;
left: 50%;
width: 30em;
height: 18em;
margin-top: -9em; /*set to a negative number 1/2 of your height*/
margin-left: -15em; /*set to a negative number 1/2 of your width*/
/* border: 1px solid #ccc; */
width: 600px;
height: 300px;
margin-top: -150px; /*set to a negative number 1/2 of your height*/
margin-left: -300px; /*set to a negative number 1/2 of your width*/
border: 1px solid #ccc;
/* background-color: #9b9b9b; */
position: fixed;
text-align: center;
vertical-align: middle;
}
.myTitle {
font-size: 20px;
font-size: 22px;
font-weight: bold;
}
</style>

View File

@ -19,6 +19,7 @@ import org.apache.commons.io.FilenameUtils;
import org.apache.commons.io.IOUtils;
import org.apache.http.HttpStatus;
import org.gcube.datatransfer.resolver.util.HTTPCallsUtils;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@ -40,7 +41,7 @@ public class TestResolvers {
* Storage hub test.
* @throws Exception
*/
//@Test
@Test
public void storageHubTest() throws Exception{
String storageHubId = "2019b881-083b-444a-81be-8abee4b91020";
@ -83,7 +84,7 @@ public class TestResolvers {
* Storage hub test.
* @throws Exception
*/
//@Test
@Test
public void storageIDTest() throws Exception{
String storageID = "clZ2YmxTYytETzVLaHkwMjM3TmVETTFMb256YVRMS3lHbWJQNStIS0N6Yz0";
@ -164,7 +165,7 @@ public class TestResolvers {
* Storage hub test.
* @throws Exception
*/
//@Test
@Test
public void catalogueResolverTest() throws Exception{
String entityName = "sarda-sarda";
@ -204,7 +205,7 @@ public class TestResolvers {
* Storage hub test.
* @throws Exception
*/
//@Test
@Test
public void catalogueResolverCreatePublicItemURLTest() throws Exception{
String entityName = "sarda-sarda";
@ -247,7 +248,7 @@ public class TestResolvers {
* Storage hub test.
* @throws Exception
*/
//@Test
@Test
public void catalogueResolverCreatePubrivatetemURLTest() throws Exception{
String entityName = "dynamic_reporting";