Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 68111 | Differences between
and this patch

Collapse All | Expand All

(-)home/project_info/releaseinfo/4.1/support.html (-1 / +1 lines)
Lines 7-13 Link Here
7
<link rel="stylesheet" type="text/css" href="../table.css"/>
7
<link rel="stylesheet" type="text/css" href="../table.css"/>
8
<script src="http://www.eclipse.org/tptp/resources/transform.js"></script>
8
<script src="http://www.eclipse.org/tptp/resources/transform.js"></script>
9
</head>
9
</head>
10
<body onload="Initialize();
10
<body onload="Initialize('support41.xml');
11
			  SetTarget('target_content'); 
11
			  SetTarget('target_content'); 
12
			  SetInput('support41.xml'); 
12
			  SetInput('support41.xml'); 
13
			  SetStylesheet('support.xsl'); 
13
			  SetStylesheet('support.xsl'); 
(-)home/project_info/releaseinfo/4.1/support41.xml (+1 lines)
Lines 1-4 Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<?xml-stylesheet type="text/xsl" href="../support_summary.xsl" ?>
2
<!DOCTYPE TPTP SYSTEM "support.dtd" >
3
<!DOCTYPE TPTP SYSTEM "support.dtd" >
3
<TPTP>
4
<TPTP>
4
	<TOOL type="release">
5
	<TOOL type="release">
(-)home/project_info/releaseinfo/4.2/support.html (-1 / +1 lines)
Lines 7-13 Link Here
7
<link rel="stylesheet" type="text/css" href="../table.css"/>
7
<link rel="stylesheet" type="text/css" href="../table.css"/>
8
<script src="http://www.eclipse.org/tptp/resources/transform.js"></script>
8
<script src="http://www.eclipse.org/tptp/resources/transform.js"></script>
9
</head>
9
</head>
10
<body onload="Initialize();
10
<body onload="Initialize('support42.xml');
11
			  SetTarget('target_content'); 
11
			  SetTarget('target_content'); 
12
			  SetInput('support42.xml'); 
12
			  SetInput('support42.xml'); 
13
			  SetStylesheet('../support_summary.xsl'); 
13
			  SetStylesheet('../support_summary.xsl'); 
(-)home/project_info/releaseinfo/4.2/support42.xml (+1 lines)
Lines 1-4 Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<?xml-stylesheet type="text/xsl" href="../support_summary.xsl" ?>
2
<TPTP>
3
<TPTP>
3
	<TOOL type="release">
4
	<TOOL type="release">
4
		<name>Profile tooling</name>
5
		<name>Profile tooling</name>
(-)home/project_info/releaseinfo/4.3/support.html (-1 / +1 lines)
Lines 7-13 Link Here
7
<link rel="stylesheet" type="text/css" href="../table.css"/>
7
<link rel="stylesheet" type="text/css" href="../table.css"/>
8
<script src="http://www.eclipse.org/tptp/resources/transform.js"></script>
8
<script src="http://www.eclipse.org/tptp/resources/transform.js"></script>
9
</head>
9
</head>
10
<body onload="Initialize();
10
<body onload="Initialize('support43.xml');
11
			  SetTarget('target_content'); 
11
			  SetTarget('target_content'); 
12
			  SetInput('support43.xml'); 
12
			  SetInput('support43.xml'); 
13
			  SetStylesheet('../support_summary.xsl'); 
13
			  SetStylesheet('../support_summary.xsl'); 
(-)home/project_info/releaseinfo/4.3/support43.xml (+1 lines)
Lines 1-4 Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<?xml-stylesheet type="text/xsl" href="../support_summary.xsl" ?>
2
<TPTP>
3
<TPTP>
3
	<TOOL type="release">
4
	<TOOL type="release">
4
		<name>Profile tooling</name>
5
		<name>Profile tooling</name>
(-)home/project_info/releaseinfo/4.4/support.html (-1 / +1 lines)
Lines 7-13 Link Here
7
<link rel="stylesheet" type="text/css" href="../table.css"/>
7
<link rel="stylesheet" type="text/css" href="../table.css"/>
8
<script src="http://www.eclipse.org/tptp/resources/transform.js"></script>
8
<script src="http://www.eclipse.org/tptp/resources/transform.js"></script>
9
</head>
9
</head>
10
<body onload="Initialize();
10
<body onload="Initialize('support44.xml');
11
			  SetTarget('target_content'); 
11
			  SetTarget('target_content'); 
12
			  SetInput('support44.xml'); 
12
			  SetInput('support44.xml'); 
13
			  SetStylesheet('../support_summary.xsl'); 
13
			  SetStylesheet('../support_summary.xsl'); 
(-)home/project_info/releaseinfo/4.4/support44.xml (+1 lines)
Lines 1-4 Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<?xml-stylesheet type="text/xsl" href="../support_summary.xsl" ?>
2
<TPTP>
3
<TPTP>
3
	<TOOL type="release">
4
	<TOOL type="release">
4
		<name>Profile tooling</name>
5
		<name>Profile tooling</name>
(-)resources/transform.js (-4 / +21 lines)
Lines 89-94 Link Here
89
89
90
//  platformMoz:  http://www.mozilla.org/projects/xslt/js-interface.html
90
//  platformMoz:  http://www.mozilla.org/projects/xslt/js-interface.html
91
//  platformIE6:  http://www.perfectxml.com/articles/xml/XSLTInMSXML.asp
91
//  platformIE6:  http://www.perfectxml.com/articles/xml/XSLTInMSXML.asp
92
//  platformSafari: http://developer.apple.com/internet/safari/faq.html#anchor21 
93
//                  http://developer.apple.com/internet/webcontent/xmlhttpreq.html
92
94
93
var platformMoz = (document.implementation && document.implementation.createDocument);
95
var platformMoz = (document.implementation && document.implementation.createDocument);
94
var platformIE6 = (!platformMoz && document.getElementById && window.ActiveXObject);
96
var platformIE6 = (!platformMoz && document.getElementById && window.ActiveXObject);
Lines 117-122 Link Here
117
119
118
function Initialize()
120
function Initialize()
119
{
121
{
122
	// Test
120
	if (noXSLT)
123
	if (noXSLT)
121
	{
124
	{
122
		FatalError();
125
		FatalError();
Lines 125-135 Link Here
125
	Defaults();
128
	Defaults();
126
}
129
}
127
130
131
function Initialize(backupURL)
132
{
133
	// Test
134
	if (noXSLT)
135
	{
136
		FatalError(backupURL);
137
		return;
138
	}
139
	Defaults();
140
}
141
128
function Defaults()
142
function Defaults()
129
{
143
{
130
	SetTarget('target_content');
144
	SetTarget('target_content');
131
//	SetInput('hyadesfeatures.xml');
132
//	SetStylesheet('tptpofficialplan.xsl');
133
}
145
}
134
146
135
function SetTarget(id)
147
function SetTarget(id)
Lines 168-179 Link Here
168
180
169
function FatalError()
181
function FatalError()
170
{
182
{
171
	alert("Sorry, this doesn't work in your browser");
183
	document.write("Sorry, this doesn't work in your browser. This page needs to be viewed in a browser that supports XSLT processing via JavaScript.");
184
}
185
186
function FatalError(backupURL)
187
{
188
	document.write("Sorry, this doesn't work in your browser. This page needs to be viewed in a browser that supports XSLT processing via JavaScript. You can try viewing the <a href='" + backupURL + "'>alternate page</a> instead.");
172
}
189
}
173
190
174
function NoSuchParam(name)
191
function NoSuchParam(name)
175
{
192
{
176
	alert("There is no " + name + " parameter");
193
	document.write("There is no " + name + " parameter");
177
}
194
}
178
195
179
function CreateDocument()
196
function CreateDocument()

Return to bug 68111