diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 4aed2c8219774f5d797760606b8489a92ddc5163 (patch) | |
tree | 3f8c130f7d269626bf6a9447407ef6c35954426a /khelpcenter/intro.html.in | |
download | tdebase-4aed2c8219774f5d797760606b8489a92ddc5163.tar.gz tdebase-4aed2c8219774f5d797760606b8489a92ddc5163.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'khelpcenter/intro.html.in')
-rw-r--r-- | khelpcenter/intro.html.in | 141 |
1 files changed, 141 insertions, 0 deletions
diff --git a/khelpcenter/intro.html.in b/khelpcenter/intro.html.in new file mode 100644 index 000000000..66ec04ccd --- /dev/null +++ b/khelpcenter/intro.html.in @@ -0,0 +1,141 @@ +<HTML> + +<HEAD> + <title>%1</title> + <link rel="stylesheet" href="file:%1" type="text/css" /> +</HEAD> + +<BODY BGCOLOR=#3679AD LEFTMARGIN=0 TOPMARGIN=5> +<div style="position:absolute; left: 0px; top: 5px; right: 0px; bottom: 500px;"> +<TABLE BORDER=0 WIDTH=100% CELLPADDING=0 CELLSPACING=0 CELLPADDING=0> + <COLGROUP> + <COL WIDTH=156> + <COL WIDTH=20> + <COL WIDTH=282> + <COL WIDTH=*> + </COLGROUP> + <TR HEIGHT=24> + <TD BGCOLOR=#505050 ALIGN=RIGHT><IMG WIDTH=70 HEIGHT=22 SRC="file:%1"></TD> + <TD BGCOLOR=#505050 COLSPAN=3></TD> + </TR> + <TR> + <TD WIDTH=176 COLSPAN=2 ROWSPAN=2> </TD> + <TD CLASS="caption" ALIGN="center" WIDTH=282 HEIGHT=77 BACKGROUND="file:%1">%1</TD> + <TD BGCOLOR=#DDDDDD BACKGROUND="file:%1"> </TD> + </TR> + + <TR> + + <TD COLSPAN=2 BGCOLOR=#505050 ALIGN=RIGHT HEIGHT=22> + +<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 CELLPADDING=0> + <TR> + <TD HEIGHT=20 class="menu"> </TD> + </TR> +</TABLE> + </TD> + </TR> + + <TR> + <TD COLSPAN=2 WIDTH=176></TD> + <TD COLSPAN=2 class="shadow1" HEIGHT=9 COLSPAN=4></TD> + </TR> + <TR> + <TD COLSPAN=2 WIDTH=176></TD> + <TD COLSPAN=2 HEIGHT=46 COLSPAN=4></TD> + </TR> +</TABLE> + +<!-- end of header --> + + +<TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0 CELLPADDING=0> +<TR> + <TD WIDTH=114></TD> + <TD class="trans" BGCOLOR=#D0DFEC> + + <TABLE WIDTH= 100% BORDER=0 CELLPADDING=0 CELLSPACING=0 CELLPADDING=0> + <TR> + <TD HEIGHT=20 WIDTH=20> </TD> + <TD> </TD> + </TR> + <TR> + <TD WIDTH=20> </TD> + <TD VALIGN=TOP> + +<!-- here comes the content --> + + +<h1>%1</h1> <!-- Welcome to the K Desktop Environment --> + +<p><i>%1</i></p> <!-- The KDE team welcomes you to user-friendly UNIX computing --> + +<p>%1</p><!-- KDE is a powerful graphical desktop environment for Unix workstations. A +KDE desktop combines ease of use, contemporary functionality and outstanding +graphical design with the technological superiority of the Unix operating +system. --> + +<ul> +<li><p><a href="help:/khelpcenter/index.html?anchor=whatiskde">%1</a></p></li> +<li><p><a href="help:/khelpcenter/index.html?anchor=contact">%1</a></p></li> <!-- Contacting the KDE Project --> +<li><p><a href="help:/khelpcenter/index.html?anchor=support">%1</a></p></li> <!-- Supporting the KDE Project --> +<li><p><a href="help:/khelpcenter/index.html?anchor=links">%1</a></p></li> <!-- Useful links --> +</ul> + +<h2>%1</h2> <!-- Getting the most out of KDE --> + +<h3>%1</h3> <!-- General Documentation --> + +<ul> +<li><p><a href="help:/khelpcenter/quickstart/index.html" target="_top">%1</a></p></li> +<li><p><a href="help:/khelpcenter/userguide/index.html" target="_top">%1</a></p></li> +<li><p><a href="help:/khelpcenter/faq/index.html" target="_top">%1</a></p></li> +</ul> + +<h3>%1</h3> + +<ul> +<li><p><a href="help:/kicker/index.html" target="_top">%1</a></p></li> +<li><p><a href="help:/kcontrol/index.html" target="_top">%1</a></p></li> +<li><p><a href="help:/konqueror/index.html" target="_top">%1</a></p></li> +</ul> + + + + + +<!-- End of text --> + + + </TD> + <TD WIDTH=20> </TD> + </TR> + <TR> + <TD HEIGHT=20 WIDTH=20> </TD> + <TD> </TD> + </TR> + +</TABLE> + + </TD> + <TD WIDTH=20> </TD> + </TR> + <TR> + <TD HEIGHT=44 COLSPAN=3> </TD> + </TR> +</TR> +</TABLE> +<TABLE WIDTH=100% BORDER=0 CELLSPACING=0 CELLPADDING=0> +<TR> +<TD class="end" WIDTH=*> </TD> +<TD WIDTH=204><A HREF="http://www.kde.org"> <IMG WIDTH=204 BORDER=0 +HEIGHT=57 +SRC="file:%1"></A></TD> +</TR> +<TR> + <TD HEIGHT=50 COLSPAN=2> </TD> +</TR> +</TABLE> +</div> +</BODY> +</HTML> |