source: trunk/web/addons/job_monarch/lib/extjs-30/examples/forum/forum.html @ 625

Last change on this file since 625 was 625, checked in by ramonb, 15 years ago

lib/extjs-30:

  • new ExtJS 3.0
File size: 696 bytes
Line 
1<html>
2<head>
3    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4    <title>ExtJS.com Forums</title>
5
6    <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
7
8    <!-- GC -->
9        <!-- LIBS -->
10        <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
11        <!-- ENDLIBS -->
12
13    <script type="text/javascript" src="../../ext-all.js"></script>
14   
15    <script type="text/javascript" src="forum.js"></script>
16    <link rel="stylesheet" type="text/css" href="forum.css" />
17
18</head>
19<body>
20<div id="header"><div style="float:right;margin:5px;" class="x-small-editor"><input type="text" id="search" /></div></div>
21</body>
22</html>
Note: See TracBrowser for help on using the repository browser.