|
Lines 6-43
Link Here
|
| 6 |
# Optional: defaults to system theme |
6 |
# Optional: defaults to system theme |
| 7 |
# miasma |
7 |
# miasma |
| 8 |
$theme = "Phoenix"; |
8 |
$theme = "Phoenix"; |
| 9 |
|
9 |
$App->AddExtraHtmlHeader("<link rel=\"stylesheet\" type=\"text/css\" href=\"/webtools/wtpphoenix.css\">\n"); |
|
|
10 |
|
| 10 |
# Define your project-wide Nav bars here. |
11 |
# Define your project-wide Nav bars here. |
| 11 |
# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3) |
12 |
# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3) |
| 12 |
# these are optional |
13 |
# these are optional |
| 13 |
$Nav->addNavSeparator("WTP Home", "index.php"); |
14 |
$Nav->addNavSeparator("WTP Home", "/webtools/index1.php"); |
| 14 |
$Nav->addCustomNav("Subprojects", "", "_self", 1); |
15 |
$Nav->addCustomNav("Subprojects", "", "_self", 1); |
| 15 |
$Nav->addCustomNav("WST", "wst/main.html", "_self", 2); |
16 |
$Nav->addCustomNav("WST", "/webtools/wst/main.php", "_self", 2); |
| 16 |
$Nav->addCustomNav("JST", "jst/main.html", "_self", 2); |
17 |
$Nav->addCustomNav("JST", "/webtools/jst/main.php", "_self", 2); |
| 17 |
$Nav->addCustomNav("JSF", "jsf/index.html", "_self", 2); |
18 |
$Nav->addCustomNav("ATF", "/webtools/atf/main.php", "_self", 2); |
|
|
19 |
$Nav->addCustomNav("Dali", "/webtools/dali/main.php", "_self", 2); |
| 20 |
$Nav->addCustomNav("JSF", "/webtools/jsf/main.php", "_self", 2); |
| 18 |
$Nav->addCustomNav("Documentation", "http://help.eclipse.org/help31/topic/org.eclipse.wst.doc.user/topics/overview.html", "_self", 1); |
21 |
$Nav->addCustomNav("Documentation", "http://help.eclipse.org/help31/topic/org.eclipse.wst.doc.user/topics/overview.html", "_self", 1); |
| 19 |
$Nav->addCustomNav("User Documentation", "http://help.eclipse.org/help31/topic/org.eclipse.wst.doc.user/topics/overview.html", "_self", 2); |
22 |
$Nav->addCustomNav("User Documentation", "http://help.eclipse.org/help31/topic/org.eclipse.wst.doc.user/topics/overview.html", "_self", 2); |
| 20 |
$Nav->addCustomNav("WST ISV Documentation", "http://help.eclipse.org/help31/topic/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/wst.html", "_self", 2); |
23 |
$Nav->addCustomNav("WST ISV Documentation", "http://help.eclipse.org/help31/topic/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/wst.html", "_self", 2); |
| 21 |
$Nav->addCustomNav("JST ISV Documentation", "http://help.eclipse.org/help31/topic/org.eclipse.jst.doc.isv/html/plugin_descriptions_JST/jst.html", "_self", 2); |
24 |
$Nav->addCustomNav("JST ISV Documentation", "http://help.eclipse.org/help31/topic/org.eclipse.jst.doc.isv/html/plugin_descriptions_JST/jst.html", "_self", 2); |
| 22 |
$Nav->addCustomNav("Downloads", "http://download.eclipse.org/webtools/downloads/", "_self", 1); |
25 |
$Nav->addCustomNav("Downloads", "http://download.eclipse.org/webtools/downloads/", "_self", 1); |
| 23 |
$Nav->addCustomNav("Community", "community/community.html", "_self", 1); |
26 |
$Nav->addCustomNav("Community", "/webtools/community/community.html", "_self", 1); |
| 24 |
$Nav->addCustomNav("Articles", "community/communityresources.html#articles", "_self", 2); |
27 |
$Nav->addCustomNav("Articles", "/webtools/community/communityresources.html#articles", "_self", 2); |
| 25 |
$Nav->addCustomNav("Books", "community/communityresources.html#books", "_self", 2); |
28 |
$Nav->addCustomNav("Books", "/webtools/community/communityresources.html#books", "_self", 2); |
| 26 |
$Nav->addCustomNav("Presentation Archive", "community/presentations.html", "_self", 2); |
29 |
$Nav->addCustomNav("Presentation Archive", "/webtools/community/presentations.html", "_self", 2); |
| 27 |
$Nav->addCustomNav("Tutorials", "community/communityresources.html#tutorials", "_self", 2); |
30 |
$Nav->addCustomNav("Tutorials", "/webtools/community/communityresources.html#tutorials", "_self", 2); |
| 28 |
$Nav->addCustomNav("Upcoming Presentations", "community/community.html", "_self", 2); |
31 |
$Nav->addCustomNav("Upcoming Presentations", "/webtools/community/community.html", "_self", 2); |
| 29 |
$Nav->addCustomNav("White Papers", "community/communityresources.html#whitepapers", "_self", 2); |
32 |
$Nav->addCustomNav("White Papers", "/webtools/community/communityresources.html#whitepapers", "_self", 2); |
| 30 |
$Nav->addCustomNav("Milestone Specific Resources", "community/milestonespecificresources.html", "_self", 2); |
33 |
$Nav->addCustomNav("Milestone Specific Resources", "/webtools/community/milestonespecificresources.html", "_self", 2); |
| 31 |
#$Nav->addCustomNav("Installation", "install.php", "_self", 1); |
34 |
#$Nav->addCustomNav("Installation", "install.php", "_self", 1); |
| 32 |
$Nav->addCustomNav("Adopters", "adopters/", "_self", 1); |
35 |
$Nav->addCustomNav("Adopters", "/webtools/adopters/main.php", "_self", 1); |
| 33 |
$Nav->addCustomNav("Development", "development/main.html", "_self", 1); |
36 |
$Nav->addCustomNav("Development", "/webtools/development/main.html", "_self", 1); |
| 34 |
#$Nav->addCustomNav("Help Wanted", "plans/1.5/reports/help-wanted.html", "_self", 2); |
37 |
#$Nav->addCustomNav("Help Wanted", "plans/1.5/reports/help-wanted.html", "_self", 2); |
| 35 |
$Nav->addCustomNav("Bug Reports", "development/bugs/bugs.html", "_self", 2); |
38 |
$Nav->addCustomNav("Bug Reports", "/webtools/development/bugs/bugs.php", "_self", 2); |
| 36 |
$Nav->addCustomNav("CVS", "http://dev.eclipse.org/viewcvs/index.cgi/?cvsroot=WebTools_Project", "_self", 2); |
39 |
$Nav->addCustomNav("CVS", "http://dev.eclipse.org/viewcvs/index.cgi/?cvsroot=WebTools_Project", "_self", 2); |
| 37 |
$Nav->addCustomNav("Status Telecons", "development/status-telecons/index.html", "_self", 2); |
40 |
$Nav->addCustomNav("Status Telecons", "/webtools/development/status-telecons/main.php", "_self", 2); |
| 38 |
$Nav->addCustomNav("Documents", "development/main.html", "_self", 2); |
41 |
$Nav->addCustomNav("Documents", "/webtools/development/main.html", "_self", 2); |
| 39 |
$Nav->addCustomNav("Committers/Contributors", "people/contributors.html", "_self", 2); |
42 |
$Nav->addCustomNav("Committers/Contributors", "/webtools/people/contributors.html", "_self", 2); |
| 40 |
$Nav->addCustomNav("FAQ", "faq/main.html", "_self", 1); |
43 |
$Nav->addCustomNav("FAQ", "/webtools/faq/main.html", "_self", 1); |
| 41 |
$Nav->addCustomNav("Newsgroup", "/newsgroups/main.html#wtp", "_self", 1); |
44 |
$Nav->addCustomNav("Newsgroup", "/newsgroups/main.html#wtp", "_self", 1); |
| 42 |
|
45 |
|
| 43 |
?> |
46 |
?> |