%PDF- %PDF-
| Direktori : /www/varak.net/mail2.varak.net_old/skins/BlueJeans/PIE/ |
| Current File : /www/varak.net/mail2.varak.net_old/skins/BlueJeans/PIE/PIE_uncompressed.htc |
<!--
PIE: CSS3 rendering for IE
Version 2.0beta1
http://css3pie.com
Dual-licensed for use under the Apache License Version 2.0 or the General Public License (GPL) Version 2.
-->
<PUBLIC:COMPONENT lightWeight="true">
<!-- saved from url=(0014)about:internet -->
<PUBLIC:ATTACH EVENT="oncontentready" FOR="element" ONEVENT="init()" />
<PUBLIC:ATTACH EVENT="ondocumentready" FOR="element" ONEVENT="init()" />
<PUBLIC:ATTACH EVENT="ondetach" FOR="element" ONEVENT="cleanup()" />
<script type="text/javascript">
var el = element,
doc = el.document,
docMode = doc.documentMode || 0;
// NOTE: do NOT try maintaining a long-lived variable referencing window.PIE here at the top
// level because for some reason it isn't reliably set when it should be on subsequent attachments
// of the behavior, resulting in double loads of the JS file.
if ( !window[ 'PIE' ] && docMode < 10 ) {
(function() {
var queue = {},
styleSheetRE, checkStyleSheets,
baseUrl, tester, isIE6, script;
// Create stub PIE object
window[ 'PIE' ] = {
'attach': function( el ) {
queue[ el[ 'uniqueID' ] ] = el;
},
'detach': function( el ) {
delete queue[ el[ 'uniqueID' ] ];
}
};
// Are we in IE6?
tester = doc.createElement('div');
tester.innerHTML = '<!--[if IE 6]><i></i><![endif]-->';
isIE6 = tester.getElementsByTagName('i')[0];
// Look for a custom pie-load-path parameter in the page's url...
baseUrl = doc.location.href.match(/pie-load-path=([^&]+)/);
if( baseUrl ) {
baseUrl = decodeURIComponent(baseUrl[1]);
}
// Otherwise look for a custom -pie-load-path property in the CSS for the html element...
if( !baseUrl ) {
baseUrl = doc.documentElement.currentStyle.getAttribute( ( isIE6 ? '' : '-' ) + 'pie-load-path' );
}
// Otherwise look through the stylesheets for the location of the behavior file...
if( !baseUrl ) {
styleSheetRE = /BEHAVIOR: url\(([^\)]*PIE[^\)]*)/i;
checkStyleSheets = function( styleSheets ) {
var i = styleSheets.length,
url, match;
while( i-- ) {
match = styleSheets[ i ].cssText.match( styleSheetRE );
url = match ?
match[ 1 ].substring( 0, match[ 1 ].lastIndexOf( '/' )) :
checkStyleSheets( styleSheets[ i ].imports );
if( url ) {
break;
}
}
return url;
};
baseUrl = checkStyleSheets( doc.styleSheets );
}
// If we found the base URL, try to load the appropriate JS file from it
if( baseUrl ) {
script = doc.createElement( 'script' );
script.onreadystatechange = function() {
var PIE = window[ 'PIE' ],
rs = script.readyState,
id;
if ( queue && ( rs === 'complete' || rs === 'loaded' ) ) {
if ( 'version' in PIE ) {
for( id in queue ) {
if ( queue.hasOwnProperty( id ) ) {
PIE[ 'attach' ]( queue[ id ] );
}
}
queue = 0;
}
}
};
script.src = baseUrl + '/PIE_IE' + ( docMode < 9 ? '678' : '9' ) + '_uncompressed.js';
( doc.getElementsByTagName( 'head' )[0] || doc.body ).appendChild( script );
}
})();
}
function init() {
if ( doc.media !== 'print' ) { // IE strangely attaches a second copy of the behavior to elements when printing
var PIE = window[ 'PIE' ];
if( PIE ) {
PIE[ 'attach' ]( el );
}
}
}
function cleanup() {
if ( doc.media !== 'print' ) {
var PIE = window[ 'PIE' ];
if ( PIE ) {
PIE[ 'detach' ]( el );
}
}
el = 0;
}
if( el.readyState === 'complete' ) {
init();
}
</script>
//# IE will sometimes hang for a long time on unload of pages with .htc behaviors
//# attached to many elements, if the script block is a certain size. We can work
//# around this by including an empty vbscript block at the end. For more details:
//# http://www.pcreview.co.uk/forums/htc-components-512-bytes-javascript-slow-unload-t727396.html
//# http://code.google.com/p/svgweb/source/browse/trunk/src/svg.htc
<script type="text/vbscript"></script>
</PUBLIC:COMPONENT>