diff options
Diffstat (limited to 'template/default/help.html')
-rw-r--r-- | template/default/help.html | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/template/default/help.html b/template/default/help.html deleted file mode 100644 index 6ccc542..0000000 --- a/template/default/help.html +++ /dev/null @@ -1,44 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html> - -<head> - <meta http-equiv="content-type" content="text/html;<%! charset=ISO-8859-1 !%>" /> - <title><%! Help !%></title> - <script type="text/javascript" language="JavaScript1.2" src="library.js"></script> - <link href="style.css" rel="stylesheet" media="screen" type="text/css" /> - <tmpl_if usercss> - <link href="user.css" rel="stylesheet" media="screen" type="text/css" /> - </tmpl_if> -</head> - -<body id="rec_list" class="help" onload="window.focus()"> - <table width="100%" border="0" cellspacing="0" cellpadding="0" id="help" class="group"> - <tr class="heading"> - <td class="col_left"></td> - <td><h2><%! Getting Help and Reporting Bugs !%></h2></td> - <td class="col_right"></td> - </tr> - <tr class="row_spacer"> - <td class="col_left"></td> - <td></td> - <td class="col_right"></td> - </tr> - <tr class="row_even"> - <td class="col_left"></td> - <td> - <ul> - <li><%! If you need help please first try to use the online help you'll find on some pages. You can access it by clicking <img src="bilder/help.gif"/>. !%></li> - <li><%! If this doesn't provide the information you need you can try to get help at <a href="http://www.vdrportal.de" target="_blank">VDR-Portal</a> if you understand German language. Please use the announcement thread if possible, search for: !%> "[ANNOUNCE] <tmpl_var myversion>"</li> - <li><%! If you think you have found a bug please check that it's a new one and report it in the <a href="http://www.vdr-developer.org/mantisbt/main_page.php" target="_blank">VDRAdmin-AM BugTracking system</a>. !%></li> - </td> - <td class="col_right"></td> - </tr> - <tr class="footer"> - <td class="col_left"></td> - <td></td> - <td class="col_right"></td> - </tr> - </table> -</body> - -</html> |