-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Remove blank N&N isv documentation and the link to it"
This reverts commit 13d57c8.
- Loading branch information
1 parent
13d57c8
commit 0e212b9
Showing
4 changed files
with
68 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | ||
<meta name="copyright" content="Copyright (c) Eclipse contributors and others 2018, 2019. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page."/> | ||
<meta http-equiv="Content-Language" content="en-us"/> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> | ||
<link rel="STYLESHEET" href="news.css" type="text/css"/> | ||
<style type="text/css"> | ||
body {max-width: 900px;} | ||
table.news col.title {width: 30%;} | ||
/*img {max-width: 520px;}*/ | ||
table.news {table-layout: fixed; border-collapse: collapse; width: 100%;} | ||
table.news td {border-top: solid thin black; padding: 10px; overflow: visible;} | ||
table.news tr {vertical-align: top;} | ||
table.news tr td.section {font-size: 20px; font-weight: bold;} | ||
table.news tr td.title {vertical-align: top; font-weight: bold;} | ||
table.news tr td.content {vertical-align: top;} | ||
ul {padding-left: 13px;} | ||
</style> | ||
<title>Eclipse Project 4.x - New and Noteworthy</title> | ||
</head> | ||
|
||
<body> | ||
<h2>Platform and Equinox API</h2> | ||
<ul> | ||
<li><a href="#Platform">Platform Changes</a></li> | ||
<li><a href="#SWT">SWT Changes</a></li> | ||
</ul> | ||
|
||
<!-- ****************** START OF N&N TABLE****************** --> | ||
<table class="news"> | ||
<colgroup> | ||
<col class="title" /> | ||
<col /> | ||
</colgroup> | ||
<tbody> | ||
<!-- ******************** Platform ********************** --> | ||
<tr> | ||
<td id="Platform" class="section" colspan="2"><h2>Platform Changes</h2></td> | ||
</tr> | ||
<!-- ******************** End of Platform ********************** --> | ||
|
||
<!-- *********************** SWT *********************** --> | ||
<tr> | ||
<td id="SWT" class="section" colspan="2"><h2>SWT Changes</h2></td> | ||
</tr> | ||
<!-- *********************** End of SWT *********************** --> | ||
<tr><td colspan="2"/></tr> | ||
</tbody> | ||
</table> | ||
<!-- ****************** END OF N&N TABLE ****************** --> | ||
|
||
<script type="text/javascript" src="scripts.js"></script> | ||
<p style="text-align:center"> | ||
<a href="jdt.php">Previous</a> <a style="margin:1em" href=".">Up</a> <a href="pde.php">Next</a> | ||
</p> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?php | ||
require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php"); | ||
require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); | ||
require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); | ||
$App = new App(); | ||
$Nav = new Nav(); | ||
$Menu = new Menu(); | ||
$right_nav = FALSE; | ||
$keyword = 'news, new and noteworthy, eclipse'; | ||
require("newsCommon.php"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters