|
|
Line 1: |
Line 1: |
- | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
| |
- | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
| |
- | <html xmlns="http://www.w3.org/1999/xhtml"
| |
- | xml:lang="de" lang="de" dir="ltr">
| |
- | <head>
| |
- | <title>{WikiName}: {PageName}</title>
| |
- | <meta http-equiv="Content-Type"
| |
- | content="text/html; charset={Insert:WikiCharset}">
| |
- | <meta name="creation-timestamp" content="{Insert:DateCreation}">
| |
- | <style type="text/css">
| |
- | <!--
| |
| | | |
- | body {
| |
- | color: black;
| |
- | }
| |
- |
| |
- | p { margin: 1em 0 1em 0; }
| |
- | ul { margin: 0.2em 0 0.2em 2em; }
| |
- |
| |
- | .content > pre {
| |
- | padding: 1em;
| |
- | border: 1px dashed #669966;
| |
- | background-color: #f8f8f8;
| |
- | line-height: 1.1em;
| |
- | }
| |
- |
| |
- | strong { color: {Insert:ColorStrong;#ff6600}; }
| |
- | em { color: #006633; font-family: Times Roman, serif; font-size: 12pt; }
| |
- |
| |
- | form {
| |
- | color: black;
| |
- | font-family: Courier New, monospace;
| |
- | font-size: {Insert:FontSizeBody;10pt};
| |
- | }
| |
- | .wiki {
| |
- | font-family: verdana, arial, sans-serif;
| |
- | font-size: {Insert:TemplateWikiFontSize;16pt};
| |
- | text-decoration: none;
| |
- | color: {Insert:ColorLink;#ff6600};
| |
- | }
| |
- | .navbar {
| |
- | background: #ffffff;
| |
- | color: black;
| |
- | font-family: verdana, arial, sans-serif;
| |
- | font-size: {Insert:FontSizeLinkBar;12pt};
| |
- | text-align:right;
| |
- | padding: 2pt;
| |
- | }
| |
- |
| |
- | ul {
| |
- | list-style:{Insert:ListStyle};
| |
- | }
| |
- |
| |
- | dl { margin: 0 0 0 0; }
| |
- | .titlestem {
| |
- | font-size: {Insert:FontSizeComment;10pt};
| |
- | font-weight: normal;
| |
- | background: #cccccc;
| |
- | }
| |
- | .pcom {
| |
- | font-size: {Insert:FontSizeComment;10pt};
| |
- | line-height: 20pt;
| |
- | font-weight: normal;
| |
- | }
| |
- |
| |
- | a {
| |
- | color: {Insert:ColorLink;#ff6600};
| |
- | text-decoration:none;
| |
- | border-bottom: dotted 1px #eebb99;
| |
- | }
| |
- | a:link {
| |
- | color: {Insert:ColorLink;#ff6600};
| |
- | border-bottom: dotted 1px {Insert:ColorLink;#ff6600};
| |
- | }
| |
- | a:active { color:#000; border-bottom: dotted 1px #000; }
| |
- | a:visited {
| |
- | color: {Insert:ColorLinkVisited;#444444};
| |
- | border-bottom: dotted 1px {Insert:ColorLinkVisited;#444444};
| |
- | }
| |
- | a:hover { background-color: {Insert:ColorLinkHover;#6699bb}; }
| |
- |
| |
- | a:hover .nohover { background-color: none; }
| |
- | a:active .nohover { border-bottom: solid 1px white; }
| |
- | a:link .nohover { border-bottom: solid 1px white; }
| |
- | a:visited .nohover { border-bottom: solid 1px white; }
| |
- |
| |
- | .sidebar {
| |
- | background: white;
| |
- | xtext-align: justify;
| |
- | color: black;
| |
- | font-family: verdana, arial, sans-serif;
| |
- | font-size: {Insert:FontSizeLinkBar;12pt};
| |
- | line-height: 13pt;
| |
- | }
| |
- | .content {
| |
- | background: white;
| |
- | xtext-align: justify;
| |
- | color: black;
| |
- | font-family: verdana, arial, sans-serif;
| |
- | font-size: {Insert:FontSizeBody;10pt};
| |
- | line-height: 13.5pt;
| |
- | padding: 3em 2em 5em 4em;
| |
- | }
| |
- |
| |
- | td {
| |
- | color: black;
| |
- | font-family: verdana, arial, sans-serif;
| |
- | font-size: {Insert:FontSizeBody;10pt};
| |
- | line-height: 13.5pt;
| |
- | }
| |
- |
| |
- | h1,h2,h3,h4,h5,h6 {
| |
- | font-family: "Gill Sans", "Trebuchet MS", Verdana, sans-serif;
| |
- | padding: 0.2em 0.1em 0.2em 0.1em;
| |
- | margin-left: 0em;
| |
- | border-bottom: solid medium #c00;
| |
- | color: {Insert:ColorLink;#ff6600};
| |
- | line-height: 0.9em;
| |
- | }
| |
- |
| |
- | h1 { font-size : 256%; border-bottom: solid 3px #cc0000; }
| |
- | h2 { font-size : 188%; border-bottom: solid 3px #990000; }
| |
- | h3 { font-size : 150%; border-bottom: solid 2px #000000; }
| |
- | h4 { font-size : 132%; border-bottom: solid 2px #666666; }
| |
- | h5 { font-size : 116%; border-bottom: solid 1px #000000; }
| |
- | h6 { font-size : 100%; border-bottom: solid 1px #666666; }
| |
- |
| |
- |
| |
- | .sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4,
| |
- | .sidebar h5, .sidebar h6 {
| |
- | font-family: Verdana, sans-serif;
| |
- | font-size: {Insert:FontSizeSideBarHeader;12pt};
| |
- | line-height:13pt;
| |
- | font-weight: 400;
| |
- | background-color:#cccccc;
| |
- | text-align:center;
| |
- | padding-bottom: 2px;
| |
- | border-bottom: solid 2px white;
| |
- | margin: 3px 0 0 0;
| |
- | }
| |
- |
| |
- | .sidebar {
| |
- | line-height:14pt;
| |
- | }
| |
- |
| |
- | .submitbuttons {
| |
- | font-family: verdana, arial, sans-serif;
| |
- | text-align: right;
| |
- | }
| |
- |
| |
- | .titlebanner {
| |
- | vertical-align:-7px; border: solid 1px; border-color:black;
| |
- | }
| |
- | .titletext {
| |
- | margin:1mm; font-weight:bold; line-height:10pt; font-size:9pt;
| |
- | font-family: Verdana, sans-serif; color:#ff6600;
| |
- | display:inline;
| |
- | }
| |
- |
| |
- | //-->
| |
- | </style>
| |
- | </head>
| |
- |
| |
- | <body background="{Insert:TemplateBodyBackgroundFile;/image/bg/bg_ffee99.gif}">
| |
- | <table border=0 cellspacing=0 cellpadding=0 width=100%>
| |
- | <tr>
| |
- | <td width="{Insert:SideBarWidth;195}" valign="top">
| |
- | <table cellpadding="0" cellspacing="0" border="0"
| |
- | width="{Insert:SideBarWidth;195}">
| |
- | <tr><td>
| |
- | <table cellpadding="0" cellspacing="0" border="0" width="100%" >
| |
- | <tr>
| |
- | <td width="{Insert:SideBarWidth;195}"
| |
- | height="{Insert:LogoHeight;64}" align="center">
| |
- | <img src="{Insert:LogoFileName;logo.jpg}" border="0" style="padding:5px;" />
| |
- | <a href="http://sourceforge.net/projects/prowiki" target="_blank"
| |
- | style=" background-color: transparent; border-bottom:solid 0px white;"><img
| |
- | src="http://sflogo.sourceforge.net/sflogo.php?group_id=167751&type=2"
| |
- | width="125" height="37" border="0" alt="SourceForge.net Logo"
| |
- | style="padding:5px;" /></a>
| |
- | </td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td width="{Insert:SideBarWidth;195}" valign="top"
| |
- | style="border-top:{Insert:TemplateBorderStyle};
| |
- | border-bottom:{Insert:TemplateBorderStyle};
| |
- | border-left:{Insert:TemplateBorderStyle}; padding:2px;" class="sidebar">
| |
- | {Insert:page.SideBar}
| |
- | </td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td align="right" valign=top style="padding:2px 5px 0 0;">
| |
- | <font face="Verdana,Geneva,Arial,Helvetica" size="2"
| |
- | color="{Insert:TemplateCopyRightColor;#cccccc}">{DateLastChange}</font>
| |
- | </td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td align="right" valign="top" style="padding:0 5px 0 0;">
| |
- | <font face="Verdana,Geneva,Arial,Helvetica" size="2"
| |
- | color="{Insert:TemplateCopyRightColor;#cccccc}">{WikiCopyright}</font> </td>
| |
- | </tr>
| |
- | </table>
| |
- | </td></tr>
| |
- | </table></td>
| |
- | <td style="background-color:{Insert:TemplateTitleBackground;#f7f7f7};
| |
- | border-left:{Insert:TemplateBorderStyle};" valign="top" >
| |
- | <table cellpadding="0" cellspacing="0" border="0" width=100%>
| |
- | <tr>
| |
- | <td background="logo_pers.jpg" width="100%"
| |
- | height="{Insert:TitleLogoHeight;32}" colspan="2"> </td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td style="background-color:{Insert:TemplateTitleBackground;#f7f7f7};
| |
- | padding:0 0 0 10px; " valign="center" class="wiki">{Insert:WorkspaceName}</td>
| |
- | <td style="background-color:{Insert:TemplateTitleBackground;#f7f7f7};"
| |
- | class="navbar" valign="bottom" align="right">{LinkBarTextHor}</td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td valign="top" style="border-top: {Insert:TemplateBorderStyle};
| |
- | border-bottom: {Insert:TemplateBorderStyle};
| |
- | border-right: {Insert:TemplateBorderStyle};"
| |
- | class="content" colspan="2">
| |
- | <font size=5><b>{PageTitle}</b>
| |
- | </font><font size=3><br><span class="pcom">{PageTitleComment}</span></font>
| |
- | <font size=3> <br></font>
| |
- | {PageText}
| |
- | </td>
| |
- | <td>
| |
- | <img src="image/p1trans.gif" border="0" width="1" height="600" />
| |
- | </td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td style="background-color:{Insert:TemplateTitleBackground;#f7f7f7};"
| |
- | class="navbar" align="right" valign="top" colspan="2">{LinkBarTextHor}</td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td style="background-color:{Insert:TemplateTitleBackground;#f7f7f7};"
| |
- | class="navbar" align="right" valign="top"
| |
- | colspan="2">{Insert:function.AdditionalFunctions}</td>
| |
- | </tr>
| |
- | </table>
| |
- | </td>
| |
- | </tr></table>
| |
- |
| |
- | </body>
| |
- | </html>
| |