mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +02:00
Bug 249586 - Welcome Page on Solaris: Missing Icon
This commit is contained in:
parent
7d3fbffa1a
commit
b44954c965
11 changed files with 18 additions and 7 deletions
|
@ -1,6 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<introContent>
|
||||
<extensionContent id="orgeclipsecdtdocuserwelcome-introExtension" style="css/sample.css"
|
||||
alt-style="swt/overview.properties"
|
||||
name="CDT intro overview page" path="overview/@">
|
||||
<group style-id="content-group" id="orgeclipsecdtdocuserwelcome-introLink-group">
|
||||
<link label="C/C++ Development"
|
||||
|
@ -13,4 +14,4 @@
|
|||
</extensionContent>
|
||||
|
||||
|
||||
</introContent>
|
||||
</introContent>
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<introContent>
|
||||
<extensionContent id="orgeclipsecdtdocuserwelcome-introExtension" style="css/sample.css" name="Sample Extension" path="tutorials/@">
|
||||
<extensionContent id="orgeclipsecdtdocuserwelcome-introExtension"
|
||||
alt-style="swt/tutorial.properties"
|
||||
style="css/sample.css" name="Sample Extension" path="tutorials/@">
|
||||
<group style-id="content-group" id="orgeclipsecdtdocuserwelcome-introLink-group">
|
||||
<link label="C/C++ Development"
|
||||
url="http://org.eclipse.ui.intro/showHelpTopic?id=/org.eclipse.cdt.doc.user/getting_started/cdt_o_tutorial.htm"
|
||||
|
|
|
@ -1,12 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<introContent>
|
||||
<extensionContent id="orgeclipsecdtdocuserwelcome-introExtension" style="css/sample.css" name="Sample Extension" path="whatsnew/@">
|
||||
<extensionContent id="orgeclipsecdtdocuserwelcome-introExtension"
|
||||
alt-style="swt/tutorial.properties"
|
||||
style="css/sample.css" name="Sample Extension" path="whatsnew/@">
|
||||
<group style-id="content-group" id="orgeclipsecdtdocuserwelcome-introLink-group">
|
||||
<link label="C/C++ Development"
|
||||
url="http://org.eclipse.ui.intro/showHelpTopic?id=/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm"
|
||||
id="orgeclipsecdtdocuserwelcome-introLink" style-id="content-link">
|
||||
<text>Learn about what's new in CDT 4.0</text>
|
||||
<text>Learn about what's new in CDT 5.0</text>
|
||||
</link>
|
||||
</group>
|
||||
</extensionContent>
|
||||
</introContent>
|
||||
</introContent>
|
||||
|
|
BIN
doc/org.eclipse.cdt.doc.user/intro/css/graphics/c_dev.png
Normal file
BIN
doc/org.eclipse.cdt.doc.user/intro/css/graphics/c_dev.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
BIN
doc/org.eclipse.cdt.doc.user/intro/css/graphics/c_dev_hov.png
Normal file
BIN
doc/org.eclipse.cdt.doc.user/intro/css/graphics/c_dev_hov.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.5 KiB |
|
@ -1,3 +1,3 @@
|
|||
|
||||
a#orgeclipsecdtdocuserwelcome-introLink img { background-image : url(graphics/sample.gif); }
|
||||
a#orgeclipsecdtdocuserwelcome-introLink:hover img { background-image : url(graphics/sample_hov.gif); }
|
||||
a#orgeclipsecdtdocuserwelcome-introLink img { background-image : url(graphics/c_dev.png); }
|
||||
a#orgeclipsecdtdocuserwelcome-introLink:hover img { background-image : url(graphics/c_dev_hov.png); }
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
overview.orgeclipsecdtdocuserwelcome-introLink.link-icon = intro/css/graphics/c_dev.png
|
||||
overview.orgeclipsecdtdocuserwelcome-introLink.hover-icon = intro/css/graphics/c_dev_hov.png
|
|
@ -0,0 +1,2 @@
|
|||
tutorial.orgeclipsecdtdocuserwelcome-introLink.link-icon = intro/css/graphics/c_dev.png
|
||||
tutorial.orgeclipsecdtdocuserwelcome-introLink.hover-icon = intro/css/graphics/c_dev_hov.png
|
|
@ -0,0 +1,2 @@
|
|||
whatsnew.orgeclipsecdtdocuserwelcome-introLink.link-icon = intro/css/graphics/c_dev.png
|
||||
whatsnew.orgeclipsecdtdocuserwelcome-introLink.hover-icon = intro/css/graphics/c_dev_hov.png
|
Loading…
Add table
Reference in a new issue