Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2107 → Rev 2108

/trunk/lib/gwtext-2.0.5/about.html
New file
0,0 → 1,64
<html>
 
<head>
<title>GWT-Ext 2.0.2</title>
<style>
body {
background-color: white;
color: black;
font-family: Arial, sans-serif;
font-size: 10pt;
margin: 20px;
overflow: hidden;
}
 
#title {
font-size: 14pt;
font-weight: bold;
}
 
#title a {
text-decoration: none;
}
 
#version {
font-size: 8pt;
font-weight: bold;
text-align: right;
}
#intro {
margin: 10px 0px 10px 0px ;
}
#attribs {
}
</style>
</head>
 
<body>
<table align="center">
<tr>
<td id="title"><a href="http://www.gwt-ext.com/">GWT-Ext</a></td>
</tr>
<tr>
<td id="version">Version 2.0.2</td>
</tr>
</table>
 
<hr/>
 
 
<div id="attribs">
This product uses software developed by
<ul>
<li>The <a href="http://code.google.com/webtoolkit">Google Web Toolkit (GWT) Project</a></li>
<li>The <a href="http://www.extjs.com/">Ext Project</a></li>
</ul>
For source availability and license information see COPYING.html.
</div>
</body>
 
</html>