diff --git a/WebRoot/view/jrgl/sync/index.html b/WebRoot/view/jrgl/sync/index.html index 0a297363..dfa5e325 100644 --- a/WebRoot/view/jrgl/sync/index.html +++ b/WebRoot/view/jrgl/sync/index.html @@ -33,6 +33,16 @@ background-color: #ff5722 !important; color: #EEEEEE; } + + .outer { + width: 500px; + height: 500px; + + } + + .inner { + + } @@ -140,10 +150,7 @@ content: './pdfjs/web/viewer.html?file=' + encodeURIComponent(pdfUrl) }); } - - - - + function GetQueryString(name, istop) { var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i"); var r = window.location.search.substr(1).match(reg);