Gaspard Buma / Skins (layout themes) / Default skin

Node-+popupLayout.zafu
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
  <title do='title_for_layout'>title for layout</title>
  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
  <meta http-equiv="Content-Language" content="fr-fr" />
  
  <r:stylesheets list='popup,zena,search,upload-progress'/>
  <r:javascripts list='prototype,effects,dragdrop,zena,upload-progress'/>
<script type="text/javascript" charset="utf-8">
// <![CDATA[
  // for popup windows (do not reload page)
  var is_editor = true;
  function popup_loaded() {
    ; // dummy
  }
// ]]>
</script>
  <r:uses_datebox/>
</head>

<body onload='popup_loaded();'>
  <div id='loader'><img src='/images/ajax-loader.gif'/> <r:trans text='uploading'/></div> 
  <div id="ProgressBarContainer">
  	<div id="ProgressBarShell" style="display:none;">
  		<div id="ProgressBar">
  			<span id="ProgressBarText">...</span>
  		</div>
  	</div>
  </div>
  
  <div id='messages'>
  </div>
  
<r:content_for_layout/>

<iframe id="UploadIFrame" name="UploadIFrame" src="about:blank"></iframe>
</body>
</html>