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 | e9ae80694875f869892f13f4fcaf1170a00dea41 (patch) | |
tree | aa2f8d8a217e2d376224c8d46b7397b68d35de2d /quanta/data/doc/template.html | |
download | tdewebdev-e9ae80694875f869892f13f4fcaf1170a00dea41.tar.gz tdewebdev-e9ae80694875f869892f13f4fcaf1170a00dea41.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/kdewebdev@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'quanta/data/doc/template.html')
-rw-r--r-- | quanta/data/doc/template.html | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/quanta/data/doc/template.html b/quanta/data/doc/template.html new file mode 100644 index 00000000..07a20c76 --- /dev/null +++ b/quanta/data/doc/template.html @@ -0,0 +1,81 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> +<html> +<!-- $Id$--> +<head> + <title></title> + <link rel="stylesheet" href="quanta.css" type="text/css" /> + <style> + BODY {background-image: url(qcenter2.png); background-repeat: no-repeat; + background-attachment: fixed; background-position: center;} + </style> +</head> +<body bgcolor="white" text="black"> + + <table height="98%" width="100%"> + + <tr valign="top"> + <td align="center"> + <table bgcolor="#8B92BF" width="100%" align="center" background="head_bg.gif"> + <tr> + <td align="center"> + <b><font color="white">Quanta Documentation</font></b> + </td> + </tr> + </table> + </td> + </tr> + + <tr> + <td align="center"> + <table width="80%"> + <tr> + <td> + <!--Content entry section--> + <p class="minihdr">Documentation</p> + + <p><!--Using span firstchar on paragraph openings--> + <span class="firstchar">Q</span>uanta Plus + </p> + <!--end main content section, minor one below--> + <br><br> + </td> + </tr> + </table> + </tr> + + + <tr valign="bottom"> + <td align="center"> + <table align="center" width="80%"> + <tr valign="top"> + <td> + <!--Optional close page section at bottom--> + <p class="minihdr">Close Page</p> + + <p><span class="firstchar">Q</span>uanta Plus + </p> + <!--End optional section--> + <br><br> + </td> + <td> + </td> + <td align="right" valign="center"> + <a href="http://kdewebdev.org/"><img src="minilogo.jpg"></a> + </table> + </table> + + <table bgcolor="#8B92BF" width="100%" align="center" background="head_bg.gif"> + <tr> + <td align="center"> + <b><font color="white">Quanta Documentation</font></b> + </td> + </tr> + </table> + </td> + </tr> + + + </table> + +</body> +</html> |