зеркало из https://github.com/mozilla/pjs.git
59 строки
1.8 KiB
Cheetah
59 строки
1.8 KiB
Cheetah
[%# ***** BEGIN LICENSE BLOCK *****
|
|
# Version: MPL 1.1
|
|
#
|
|
# The contents of this file are subject to the Mozilla Public License Version
|
|
# 1.1 (the "License"); you may not use this file except in compliance with
|
|
# the License. You may obtain a copy of the License at
|
|
# http://www.mozilla.org/MPL/
|
|
#
|
|
# Software distributed under the License is distributed on an "AS IS" basis,
|
|
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
# for the specific language governing rights and limitations under the
|
|
# License.
|
|
#
|
|
# The Original Code is the Hendrix Feedback System.
|
|
#
|
|
# The Initial Developer of the Original Code is
|
|
# Gervase Markham.
|
|
# Portions created by the Initial Developer are Copyright (C) 2004
|
|
# the Initial Developer. All Rights Reserved.
|
|
#
|
|
# Contributor(s):
|
|
#
|
|
# The Initial Developer wrote this software to the Glory of God.
|
|
# ***** END LICENSE BLOCK ***** %]
|
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
"http://www.w3.org/TR/html4/loose.dtd">
|
|
|
|
<html>
|
|
<head>
|
|
<title>[% title %]</title>
|
|
<link rel="stylesheet" href="[% stylesheet FILTER html %]">
|
|
<script language="JavaScript" type="text/javascript">
|
|
[% script %]
|
|
</script>
|
|
</head>
|
|
|
|
<body onload="[% onload %]">
|
|
<div id="mozilla-org"><a href="http://www.mozilla.org/" title="Visit mozilla.org">Visit mozilla.org</a></div>
|
|
[% IF NOT h1 AND title %]
|
|
[% h1 = title %]
|
|
[% END %]
|
|
|
|
[% IF h1 %]
|
|
<h1>[% h1 %]</h1>
|
|
[% END %]
|
|
|
|
<div class="sidebar">
|
|
<div>
|
|
<img id="header-img" src="skin/hendrix.jpg">
|
|
<p class="caption">
|
|
Why "Hendrix"? The late
|
|
<a href="http://en.wikipedia.org/wiki/Jimi_Hendrix">Jimi Hendrix</a>
|
|
is credited with making popular the technique of using feedback
|
|
in the creation of music.
|
|
</p>
|
|
</div>
|
|
</div>
|