1. minor modification to the styling & change in a url parameter.
This commit is contained in:
parent
a8d6b13c3d
commit
34b06281e5
2 changed files with 7 additions and 2 deletions
|
@ -13,7 +13,7 @@ function getWellFormedURLs(given_uri, type) {
|
||||||
|
|
||||||
finalURL = $.ajax({
|
finalURL = $.ajax({
|
||||||
url: contextPath + "/admin/visQuery",
|
url: contextPath + "/admin/visQuery",
|
||||||
data: ({vis: "utilities", vis_mode: "COAUTHORSHIP_URL", uri: given_uri}),
|
data: ({vis: "utilities", vis_mode: "PERSON_LEVEL_URL", uri: given_uri}),
|
||||||
dataType: "text",
|
dataType: "text",
|
||||||
async: false,
|
async: false,
|
||||||
success:function(data){
|
success:function(data){
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
|
|
||||||
#ego_profile {
|
#ego_profile {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
height: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ego_label {
|
#ego_label {
|
||||||
|
@ -56,6 +57,10 @@
|
||||||
width:471px;
|
width:471px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.thumbnail {
|
||||||
|
width: 100px;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div id="ego_profile">
|
<div id="ego_profile">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue