This file is indexed.

/usr/share/dx/java/htmlpages/ThunderGlyphSheet.htm is in dxsamples 4.4.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<html><head>
		<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
		<title>Thunderstorm Simulation</title>
</head>
<body>
		<h2><img src="javadx-smhd.gif" alt="Java Explorer" height="60" width="240" border="0"></h2>
		<hr>
		<h2>Wind Velocity in a Storm</h2>
		<table border = 0>
<tr>
<td>
This example visual program uses data which was 
supplied courtesy of NCSA at the University of 
Illinois, Urbana-Champaign.  The data are a simulation 
of a severe thunderstorm.  An isosurface shows 
cloudwater density, a colored plane shows temperature 
(and is in addition deformed by an amount proportional 
to the temperature), while red glyphs show the wind 
velocity near the base of the storm. You can control 
the isosurface value, the opacity of the isosurface, 
the vertical position of the plane showing temperature, 
and the magnitude of deformation of the plane.
</td>
<td>
<APPLET
	CODE="ThunderGlyphSheet.class" width = 420 height = 350
	CODEBASE="../"
	ARCHIVE="htmlpages/dx.jar,htmlpages/samples.jar"
	MAYSCRIPT
>
	<PARAM NAME="name" VALUE="ThunderGlyphSheet">
	<PARAM NAME=NETNAME VALUE="ThunderGlyphSheet.net">
	<PARAM NAME=DXUIVERS VALUE="4.3.3">
	<PARAM NAME=BACKGROUND VALUE="[1.0, 1.0, 1.0]">
</APPLET>
</td>
</tr>
</table>
		<p>
<APPLET
	CODE="imageWindow.class" WIDTH = 605 HEIGHT = 32
	CODEBASE="../"
	ARCHIVE="htmlpages/dx.jar,htmlpages/samples.jar"
	MAYSCRIPT
>
	<PARAM NAME=IMAGE_NODE VALUE="Image_3">
	<PARAM NAME=INITIAL_IMAGE VALUE="htmlpages/ThunderGlyphSheet3.0.0.gif">
</APPLET>
		<div align="center">
			<hr>
			<b>[ <a href="Status.html">Java Explorer</a> | <a href="http://www.opendx.org/">OpenDX home page</a> | <a href="http://www.opendx.org/support.html">Help</a> ] </b></div>
	</body>
</html>