Jump to content

therock

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by therock

  1. Hello, I like your application

     

    Can you provide us a template or tell us how to put an unigui app inside html file? I want to do something similar.

     

    Give me some time.

    I try to recompile with imageen 2.x (free version) and I post the source of the unigui application.

     

    Html template is very simple:

     

    <html>

    <head>

    <title>Title</title>

    <meta name="Author" content="Author">

    <meta name="Description" CONTENT="Description ...">

    <meta name="Keywords" CONTENT="Keywords ...">

    <meta name="revisit-after" content="30">

    <meta name="Language" content="en">

    <meta name="Classification" content="Personal"><style>

    <!--

    .menu { font-family:Arial; font-style:normal; font-weight:bold; font-size:10pt; color:red; }

    .frame { font-family:Arial; font-size:10pt; color:rgb(51,51,51); border-width:1; border-color:rgb(204,201,201); border-style:none; width:800px; height:550px;}

    .frame2 { font-family:Arial; font-size:10pt; color:rgb(51,51,51); border-width:1; border-color:rgb(153,153,153); border-style:none; width:800px; height:50px; }

    .testo { font-family:Arial; font-size:10pt; color:rgb(51,51,51); }

    a { font-family:Arial; font-style:normal; font-weight:bold; font-size:10pt; color:red; text-decoration:none; }

    .testo { font-family:Arial; font-style:normal; font-weight:normal; font-size:10pt; color:rgb(102,102,102); }

    -->

    </style>

    </head>

    <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0">

    <table width="100%" height="100%" align="center" cellpadding="0" cellspacing="0">

    <tr>

    <td width="100%" align="center" valign="bottom" colspan="3" bgcolor="#F9DADA" height="50">

    <div class="frame2" align="center">

    <div id="div01" class="menu" align="center">

    <table cellpadding="0" cellspacing="0" width="800" height="50" border="0">

    <tr>

    <td width="400">

    <a href="http://www.miodiario.com/index.html">

    <img src="site_images/logo.jpg" width="193" height="44" border="0" align="baseline"></a>

    </td>

    <td width="400" align="right" class="menu" valign="bottom">

    <a href="http://www.miodiario.com/miodiario.html">Accedi</a> -  

    <a href="http://www.miodiario.com/aiuto.html">Aiuto</a> -  

    <a href="http://www.miodiario.com/miopaint.html">Paint</a>

    </td>

    </tr>

    </table>

    </div>

    </div>

    </td>

    </tr>

    <tr>

    <td width="100%" colspan="3" height="4" bgcolor="#F5ACAC"></td>

    </tr>

    <tr>

    <td width="100%" colspan="3" align="center" valign="top">

    <!-- body -->

    <div align="center" class="frame">

    <!-- here call unigui app inside a iframe -->

    <iframe name="frDiario" src="http://www.miodiario.com/miodiario.dll?action=1001" frameborder="0" width="800" height="550" vspace="0" hspace="0" marginwidth="0" marginheight="0"

     

    align="top" scrolling="no"></iframe>

    <!-- /body -->

    </div>

    </td>

    </tr>

    <tr>

    <td width="100%" colspan="3" height="4" bgcolor="#F5ACAC"></td>

    </tr>

    <tr>

    <td width="100%" colspan="3" bgcolor="#F9DADA" height="100%" valign="top">

    <div id="div02" class="menu">

    <! bottom menu -->

    <div align="center">

    <a href="http://www.miodiario.com/info.html">Information</a><br>

    <a href="http://www.miodiario.com/miopaint.html">Paint</a><br>

    <i>© copyright  WebDomino 2012-2013</i>

    </div>

    </div>

    </td>

    </tr>

    </table>

    </body>

    </html>

×
×
  • Create New...