Subversion Repositories munaweb

Rev

Rev 53 | Rev 144 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 53 Rev 72
Line 3035... Line 3035...
3035
            htmlStr += '<meta charset="UTF-8">';
3035
            htmlStr += '<meta charset="UTF-8">';
3036
            htmlStr += '<meta name="viewport" content="width=device-width, initial-scale=1.0">';
3036
            htmlStr += '<meta name="viewport" content="width=device-width, initial-scale=1.0">';
3037
            htmlStr += '</head>';
3037
            htmlStr += '</head>';
3038
            htmlStr += '<body>';
3038
            htmlStr += '<body>';
3039
            htmlStr += Description;
3039
            htmlStr += Description;
3040
	    htmlStr += '<script src="https://ujsoftware.linkpc.net/ebay/js/iframeResizer.contentWindow.min.js"><\/script>';
3040
	    htmlStr += '<script src="https://munatrading.linkpc.net/ebay/js/iframeResizer.contentWindow.min.js"><\/script>';
3041
            htmlStr += '</body>';
3041
            htmlStr += '</body>';
3042
            htmlStr += '</html>';
3042
            htmlStr += '</html>';
3043
       	    str += '<div class="container-fluid border"><h2>Description</h2><iframe style="width:100%" scrolling="no" src="data:text/html;base64,' + htmlStr.b64encode() + '">Browser does not support iframes</iframe></div>';
3043
       	    str += '<div class="container-fluid border"><h2>Description</h2><iframe style="width:100%" scrolling="no" src="data:text/html;base64,' + htmlStr.b64encode() + '">Browser does not support iframes</iframe></div>';
3044
    	} else {
3044
    	} else {
3045
    		str += '<div class="container-fluid border"><h2>Description</h2>' + Description + '</div>';
3045
    		str += '<div class="container-fluid border"><h2>Description</h2>' + Description + '</div>';