# HG changeset patch # User arussell # Date 1436738869 0 # Node ID 9a623c3f80a9160f1304e558242ea44526c86992 # Parent 72b58ef8b9aeead788b72da47785a49631e02b7e Fixed: Title link to drupal site Fixed: Alias text alignment - Title now does not link to the drupal site anymore. Code for the link commented above fix. - Aliases now are all aligned right. Signed-off-by: Alistair-Russell diff -r 72b58ef8b9ae -r 9a623c3f80a9 src/main/webapp/imageServer/resources/js/diva4ismi.js --- a/src/main/webapp/imageServer/resources/js/diva4ismi.js Fri Jul 10 15:13:04 2015 +0000 +++ b/src/main/webapp/imageServer/resources/js/diva4ismi.js Sun Jul 12 22:07:49 2015 +0000 @@ -282,8 +282,10 @@ +"" } -*/ - if(fullTitle){ + */ + // Below the Translit Title links to it's page on the drupal site. The link was removed for the launch + /* + if(fullTitle){ titleContent = "
"+ ''+fullTitle+'' +"
"+fullTitleTranslit+"
"; @@ -292,6 +294,12 @@ ''+fullTitleTranslit+'' +"" } + */ + if(fullTitle){ + titleContent = "
"+fullTitleTranslit+"
"; + }else{ + titleContent = "
"+fullTitleTranslit+"
" + } var language = json.data.language; var category = json.data.category; var author = json.data.author; @@ -306,7 +314,7 @@ for(aliasKey in aliases){ var alias = aliases[aliasKey]; //alert(alias); - aliasesContent += ""+alias+""; + aliasesContent += ""+alias+""; } aliasesContent += "";