Report abuse

<html>
<head>
  <link href="/stylesheets/application.css" media="screen" rel="stylesheet" type="text/css" />
  <link href="/stylesheets/ui.tabs.css" media="screen" rel="stylesheet" type="text/css" />
  <link href="/stylesheets/screen.css" media="screen" rel="stylesheet" type="text/css" />
  <link href="/stylesheets/themes/ui-lightness/jquery-ui-1.7.2.custom.css" media="screen" rel="stylesheet" type="text/css" />
  <script src="/javascripts/jquery.pack.js" type="text/javascript"></script>
  <script src="/javascripts/jquery-ui.pack.js" type="text/javascript"></script>
  <script src="/javascripts/fbborderlayout.pack.js" type="text/javascript"></script>

  <script type="text/javascript">
    $().ready(function () {
      $(function () {
        // Layout setup
        $.FBBorderLayout({
          spacing: 0,
          north_resizable: false,
          east_width: 10,
          south_resizable: false,
          west_width: 10
        });
      });
	
      // init the dialog container
      $("#dialog").dialog({bgiframe: true, position: "center"});
    });
  </script>
</head>

<body>
  <!-- Page layout  -->
  <div class="fbbl_north right">North</div>

  <div class="fbbl_west">West</div>

  <div class="fbbl_east">East</div>

  <div class="fbbl_south">South</div>

  <div class="fbbl_center">
    <!-- Centre content pane  -->
    <div id="dialog" title="Basic dialog">
      <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>

      <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>

      <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>

      <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>

      <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
      <!-- Sample page content to illustrate the layering of the dialog -->
      <div>This is the main page content</div>  
    </div>
  </div>
</body>
</html>