1 |
<!DOCTYPE html SYSTEM> |
2 |
<html xmlns="http://www.w3.org/1999/xhtml"> |
3 |
<head> |
4 |
<title lang="en">Object Viewer</title> |
5 |
</head> |
6 |
<frameset cols="40%,*"> |
7 |
<frame name="treeFrame" src="tree.html"/> |
8 |
<frame name="contentFrame" src="/"/> |
9 |
</frameset> |
10 |
</html> |
11 |
|
12 |
<!-- Revision: $Date: 2005/03/13 10:24:13 $ --> |
13 |
|
14 |
<!-- ***** BEGIN LICENSE BLOCK ***** |
15 |
- Version: MPL 1.1/GPL 2.0/LGPL 2.1 |
16 |
- |
17 |
- The contents of this file are subject to the Mozilla Public License Version |
18 |
- 1.1 (the "License"); you may not use this file except in compliance with |
19 |
- the License. You may obtain a copy of the License at |
20 |
- <http://www.mozilla.org/MPL/> |
21 |
- |
22 |
- Software distributed under the License is distributed on an "AS IS" basis, |
23 |
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License |
24 |
- for the specific language governing rights and limitations under the |
25 |
- License. |
26 |
- |
27 |
- The Original Code is Object Viewer code. |
28 |
- |
29 |
- The Initial Developer of the Original Code is Wakaba. |
30 |
- Portions created by the Initial Developer are Copyright (C) 2005 |
31 |
- the Initial Developer. All Rights Reserved. |
32 |
- |
33 |
- Contributor(s): |
34 |
- Wakaba <w@suika.fam.cx> |
35 |
- |
36 |
- Alternatively, the contents of this file may be used under the terms of |
37 |
- either the GNU General Public License Version 2 or later (the "GPL"), or |
38 |
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), |
39 |
- in which case the provisions of the GPL or the LGPL are applicable instead |
40 |
- of those above. If you wish to allow use of your version of this file only |
41 |
- under the terms of either the GPL or the LGPL, and not to allow others to |
42 |
- use your version of this file under the terms of the MPL, indicate your |
43 |
- decision by deleting the provisions above and replace them with the notice |
44 |
- and other provisions required by the LGPL or the GPL. If you do not delete |
45 |
- the provisions above, a recipient may use your version of this file under |
46 |
- the terms of any one of the MPL, the GPL or the LGPL. |
47 |
- |
48 |
- ***** END LICENSE BLOCK ***** --> |