src/cm/media/js/ckeditor/plugins/wsc/dialogs/tmpFrameset.html
author Yves-Marie Haussonne <ymh.work+github@gmail.com>
Fri, 09 May 2014 18:35:26 +0200
changeset 656 a84519031134
parent 256 adccf7c023ef
permissions -rw-r--r--
add link to "privacy policy" in the header test
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
256
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
     2
<!--
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
     3
Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
     4
For licensing, see LICENSE.html or http://ckeditor.com/license
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
     5
-->
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
     6
<html>
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
     7
<head>
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
     8
	<title></title>
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
     9
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    10
	<script type="text/javascript">
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    11
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    12
function doLoadScript( url )
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    13
{
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    14
	if ( !url )
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    15
		return false ;
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    16
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    17
	var s = document.createElement( "script" ) ;
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    18
	s.type = "text/javascript" ;
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    19
	s.src = url ;
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    20
	document.getElementsByTagName( "head" )[ 0 ].appendChild( s ) ;
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    21
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    22
	return true ;
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    23
}
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    24
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    25
var opener;
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    26
function tryLoad()
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    27
{
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    28
	opener = window.parent;
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    29
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    30
	// get access to global parameters
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    31
	var oParams = window.opener.oldFramesetPageParams;
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    32
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    33
	// make frameset rows string prepare
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    34
	var sFramesetRows = ( parseInt( oParams.firstframeh, 10 ) || '30') + ",*," + ( parseInt( oParams.thirdframeh, 10 ) || '150' ) + ',0' ;
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    35
	document.getElementById( 'itFrameset' ).rows = sFramesetRows ;
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    36
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    37
	// dynamic including init frames and crossdomain transport code
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    38
	// from config sproxy_js_frameset url
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    39
	var addScriptUrl = oParams.sproxy_js_frameset ;
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    40
	doLoadScript( addScriptUrl ) ;
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    41
}
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    42
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    43
	</script>
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    44
</head>
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    45
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    46
<frameset id="itFrameset" onload="tryLoad();" border="0" rows="30,*,*,0">
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    47
    <frame scrolling="no" framespacing="0" frameborder="0" noresize="noresize" marginheight="0" marginwidth="2" src="" name="navbar"></frame>
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    48
    <frame scrolling="auto" framespacing="0" frameborder="0" noresize="noresize" marginheight="0" marginwidth="0" src="" name="mid"></frame>
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    49
    <frame scrolling="no" framespacing="0" frameborder="0" noresize="noresize" marginheight="1" marginwidth="1" src="" name="bot"></frame>
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    50
    <frame scrolling="no" framespacing="0" frameborder="0" noresize="noresize" marginheight="1" marginwidth="1" src="" name="spellsuggestall"></frame>
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    51
</frameset>
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    52
</html>