Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting https://git.osmesh.ru/MOS/OpenBoard/commit/9820b53f8f52362d720c99acb80fcb5ff71afce1?style=split&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
19 additions and
19 deletions
resources/library/search/Google images.wgs/css/basic.css
resources/library/search/Google images.wgs/index.html
@ -42,11 +42,15 @@ a {
text-decoration : underline ;
text-decoration : underline ;
}
}
. disclaimer {
# disc_nav_cont {
height : auto ;
height : auto ;
position : fixed ;
position : fixed ;
left : 0 ;
left : 0 ;
bottom : 0 ;
bottom : 0 ;
width : 100 % ;
}
. disclaimer {
padding : 5px ;
padding : 5px ;
text-align : center ;
text-align : center ;
background-color : # BBBBBB ;
background-color : # BBBBBB ;
@ -55,6 +59,16 @@ a {
font-size : 12px ;
font-size : 12px ;
}
}
. resultFooter {
width : 100 % ;
padding : 3px ;
font-family : Verdana , Arial , Helvetica , sans-serif ;
font-weight : bold ;
font-size : x-large ;
text-align : center ;
background-color : white ;
}
# searchResult {
# searchResult {
overflow : hidden ;
overflow : hidden ;
text-align : center ;
text-align : center ;
@ -149,20 +163,6 @@ a {
vertical-align : top ;
vertical-align : top ;
}
}
. resultFooter {
position : fixed ;
left : 0 ;
bottom : 50px ;
margin : 5px ;
padding : 3px ;
width : 100 % ;
font-family : Verdana , Arial , Helvetica , sans-serif ;
font-weight : bold ;
font-size : x-large ;
text-align : center ;
background-color : white ;
}
. filterContainer {
. filterContainer {
float : left ;
float : left ;
margin : 2px ;
margin : 2px ;
@ -32,8 +32,8 @@
link.addClass('active');
link.addClass('active');
}
}
}
}
$("#disc_nav_cont #resultFooter").remove();
pagesDiv.appendTo($('#searchResult '));
pagesDiv.insertBefore($('#disclaimer '));
$(".imgContainer").each(function(){
$(".imgContainer").each(function(){
this.addEventListener("dragstart", imageDragging, false);
this.addEventListener("dragstart", imageDragging, false);
@ -160,8 +160,8 @@
//localization
//localization
locale = locales[lang];
locale = locales[lang];
var disclaimer = $("< div id = 'disclaimer' class = 'disclaimer' > "+locale.disclaimer_title+"< div > ").appendTo("body");
var disc_nav_cont = $("< div id = 'disc_nav_cont' class = 'disc_nav_cont' > ").appendTo("body");
var disclaimer = $("< div id = 'disclaimer' class = 'disclaimer' > "+locale.disclaimer_title+"< div > ").appendTo(disc_nav_cont);
var search = $("< div id = 'search' class = 'search' > ").appendTo("body");
var search = $("< div id = 'search' class = 'search' > ").appendTo("body");
//var togglePages = $("< div id = 'togglePages' class = 'togglePages' > ").appendTo(search);
//var togglePages = $("< div id = 'togglePages' class = 'togglePages' > ").appendTo(search);