Menu

[r2330]: / trunk / Src / Res / HTML / detail.html  Maximize  Restore  History

Download this file

34 lines (28 with data), 997 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/
*
* Copyright (C) 2006-2012, Peter Johnson (www.delphidabbler.com).
*
* $Rev$
* $Date$
*
* Document used to host all HTML displayed in detail panes. References the
* required style sheet and JavaScript code.
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>detail-info</title>
<link rel="stylesheet" href="detail.css" />
<script type="text/javascript" src="external.js"></script>
<script type="text/javascript" src="detail.js"></script>
<script type="text/javascript" src="detail-consts.js"></script>
</head>
<body onunload="clearHint();">
<!-- generated content placed here -->
</body>
</html>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.