Subversion Repositories LCARS

Rev

Rev 129 | Rev 151 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 129 Rev 138
Line 1... Line 1...
1
<?php
1
<?php
2
2
-
 
3
if (!function_exists('_'))
-
 
4
{
-
 
5
  function _($s) { return $s; }
-
 
6
}
-
 
7
3
$encoding = 'UTF-8';
8
$encoding = 'UTF-8';
4
header("Content-Type: text/html" . ($encoding ? "; charset=$encoding" : ""));
9
header("Content-Type: text/html" . ($encoding ? "; charset=$encoding" : ""));
5
10
6
$modi = max(array(
11
$modi = max(array(
7
  @filemtime(__FILE__),
12
  @filemtime(__FILE__),
Line 68... Line 73...
68
    <meta name="DCTERMS.rights"
73
    <meta name="DCTERMS.rights"
69
          content="<?php echo _("All rights reserved."); ?> <?php echo _("The author is not responsible for the availability and the content of websites referred by this site, and not responsible for the availability and the content of websites referred by those sites. Whereever outsourced material is used, copyright or trademark infringement is not intended. Third parties who claim copyrights or trademarks used herein are asked to send an informal email to webmaster@PointedEars.de for immediate removal or modification of the respective material on the website instead of reminding the author of usage of this material. Thank you."); ?>">
74
          content="<?php echo _("All rights reserved."); ?> <?php echo _("The author is not responsible for the availability and the content of websites referred by this site, and not responsible for the availability and the content of websites referred by those sites. Whereever outsourced material is used, copyright or trademark infringement is not intended. Third parties who claim copyrights or trademarks used herein are asked to send an informal email to webmaster@PointedEars.de for immediate removal or modification of the respective material on the website instead of reminding the author of usage of this material. Thank you."); ?>">
70
<?php /*
75
<?php /*
71
    <!-- <link rel="stylesheet" type="text/css" href="styles/lcars21.css"> -->
76
    <!-- <link rel="stylesheet" type="text/css" href="styles/lcars21.css"> -->
72
*/ ?>
77
*/ ?>
73
    <link rel="stylesheet" type="text/css"
78
    <link rel="stylesheet" type="text/css" href="styles/lcars-basic.css">
74
          href="scripts/builder?type=text/css&amp;prefix=../styles/&amp;src=lcars-basic">
-
 
75
    <link rel="stylesheet" type="text/css"
79
    <link rel="stylesheet" type="text/css" href="styles/lcars22">
76
          href="scripts/builder?type=text/css&amp;prefix=../styles/&amp;src=lcars22">
-
 
77
    <style type="text/css">
80
    <style type="text/css">
78
      <!--
81
      <!--
79
      a {
82
      a {
80
        text-decoration: none;
83
        text-decoration: none;
81
      }
84
      }