This repository has been archived by the owner on Oct 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test of modification of Welcome panel.
See: https://wiki.eclipse.org/Triquetrum/Releng/Welcome_Pages Bug #169 Create Welcome Support #169 Signed-off-by: Christopher Brooks <[email protected]>
- Loading branch information
Showing
4 changed files
with
45 additions
and
26 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
28 changes: 28 additions & 0 deletions
28
org.eclipse.triquetrum.workflow.model.edit/intro/intro.xml
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,28 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<introContent> | ||
<extensionContent id="org.eclipse.triquetrum.workflow.model.edit" | ||
style="css/sample.css" name="Triquetrum Workflow Model Edit" path="overview/@"> | ||
<group style-id="content-group" id="workbench-group"> | ||
<link label="Triquetrum Workflow Model Edit" url="http://org.eclipse.ui.intro/showPage?id=myPageID" | ||
id="myLinkID"> | ||
<text>The o.e.triquetrum.workflow.model.edit Eclipse project has | ||
item adapters </text> | ||
</link> | ||
|
||
<page id="myPageID" style="/intro/overview.css" style-id="page"> | ||
<title style-id="intro-header">What is Bioclipse</title> | ||
<include path="overview/tutorials" /> | ||
<group id="page-content"> | ||
<group id="content-header" label="What is Bioclipse" | ||
filteredFrom="swt"> | ||
</group> | ||
<text style-id="page-title" id="page-title" filteredFrom="html">HEADER | ||
</text> | ||
<text style-id="page-description" id="page-description"> | ||
CONTENT GOES HERE | ||
</text> | ||
</group> | ||
</page> | ||
</group> | ||
</extensionContent> | ||
</introContent> |
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