~bakkerl/xibo/1.6

« back to all changes in this revision

Viewing changes to server/manual/content/install/troubleshooting.php

  • Committer: Dan Garner
  • Date: 2014-01-19 14:06:56 UTC
  • mfrom: (292.1.48 server-160rc1)
  • Revision ID: dan@xibo.org.uk-20140119140656-4xqs9tjqlgcbaaq9
Merged 1.6.0rc1 manual branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
 
<?php include('../../template.php'); ?>
3
 
<html>
4
 
<head>
5
 
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6
 
        <title><?php echo PRODUCT_NAME; ?> Documentation</title>
7
 
        <link rel="stylesheet" type="text/css" href="../../css/doc.css">
8
 
        <meta name="keywords" content="digital signage, signage, narrow-casting, <?php echo PRODUCT_NAME; ?>, open source, agpl" />
9
 
        <meta name="description" content="<?php echo PRODUCT_NAME; ?> is an open source digital signage solution. It supports all main media types and can be interfaced to other sources of data using CSV, Databases or RSS." />
10
 
        <link href="img/favicon.ico" rel="shortcut icon">
11
 
        <!-- Javascript Libraries -->
12
 
        <script type="text/javascript" src="lib/jquery.pack.js"></script>
13
 
        <script type="text/javascript" src="lib/jquery.dimensions.pack.js"></script>
14
 
        <script type="text/javascript" src="lib/jquery.ifixpng.js"></script>
15
 
</head>
16
1
 
17
 
<body>
18
2
        <h1>Troubleshooting</h1>
19
3
 
20
4
        <p>Please head over to our Support page if you have problems installing <?php echo PRODUCT_NAME; ?>.</p>
21
5
        <p><a href="<?php echo PRODUCT_SUPPORT_URL; ?>" target="_blank"><?php echo PRODUCT_SUPPORT_URL; ?></a>
22
6
        <p>Be sure to checkout the FAQs too.</p>
23
 
        <p><a href="<?php echo PRODUCT_FAQ_URL; ?>" target="_blank"><?php echo PRODUCT_FAQ_URL; ?></a></p>
24
 
 
25
 
        <?php include('../../template/footer.php'); ?>
26
 
</body>
27
 
</html>
 
7
        <p><a href="<?php echo PRODUCT_FAQ_URL; ?>" target="_blank"><?php echo PRODUCT_FAQ_URL; ?></a></p>
 
 
b'\\ No newline at end of file'