///IRIS.HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- The HTML 4.01 Transitional DOCTYPE declaration-->
<!-- above set at the top of the file will set     -->
<!-- the browser's rendering engine into           -->
<!-- "Quirks Mode". Replacing this declaration     -->
<!-- with a "Standards Mode" doctype is supported, -->
<!-- but may lead to some differences in layout.   -->

<html>
  <head>
    <meta http-equiv="content-type" content="text/html;
charset=UTF-8">
    <!--                                           -->
    <!-- Any title is fine                         -->
    <!--                                           -->
    <title>IRIS</title>
    <style type="text/css">
        <!--
        body {
                margin-left: 0px;
                margin-top: 0px;
                margin-right: 0px;
                margin-bottom: 0px;
        }
        .irisheading {
                font-family: Arial;
                font-size: 40px;
                font-style: normal;
                line-height: normal;
                font-weight: bold;
                font-variant: normal;
                text-transform: none;
                color: #000000;
                text-decoration: none;
        }
        .subheading {
                font-family: "Lucida Sans Unicode";
                font-size: 22px;
                font-style: normal;
                line-height: normal;
                font-weight: bold;
                color: #666666;
        }
        .maintitle {
                font-family: "Lucida Sans Unicode";
                font-size: 16px;
                font-weight: normal;
                color: #CCCCCC;
        }
        .form_text {
                font-family: "Lucida Sans Unicode";
                font-size: 16px;
                font-weight: normal;
                color: #FFFFFF;
        }
        .form_text_small {
                font-family: "Lucida Sans Unicode";
                font-size: 12px;
                font-style: normal;
                font-weight: bold;
                color: #666666;
        }
        -->
</style>
    <!--                                           -->
    <!-- This script loads your compiled module.   -->
    <!-- If you add any GWT meta tags, they must   -->
    <!-- be added before this line.                -->
    <!--                                           -->
        <script language="javascript" src="ruzeeborders.js"></script>
        <script language="javascript" src="rounded_corners.inc.js"></script>
    <script type="text/javascript" language="javascript"
src="com.IRIS.nocache.js"></script>
        <script type="text/JavaScript">

  window.onload = function()
  {
      settings = {
          tl: { radius: 20 },
          tr: { radius: 20 },
          bl: { radius: 20 },
          br: { radius: 20 },
          antiAlias: true,
          autoPad: true
      }

      /*
      Usage:

      newCornersObj = new curvyCorners(settingsObj, classNameStr);
      newCornersObj = new curvyCorners(settingsObj, divObj1[, divObj2
[, divObj3[, . . . [, divObjN]]]]);
      */
      var myBoxObject = new curvyCorners(settings, "msgDiv");
      myBoxObject.applyCornersToAll();
  }

</script>
  </head>

  <!--                                           -->
  <!-- The body can have arbitrary html, or      -->
  <!-- you can leave the body empty if you want  -->
  <!-- to create a completely dynamic UI.        -->
  <!--                                           -->
  <body align="center">

    <!-- OPTIONAL: include this if you want history support -->
    <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1'
style="position:absolute;width:0;height:0;border:0"></iframe>
        <div id="TopContents"></div>
        <div id="irisPage">
        </div>
  </body>
</html>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to