frame.tpl.php
1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
<TITLE><?=_('The Spirit of Freedom')?></TITLE>
<META HTTP-EQUIV="content-type" CONTENT="text/html;charset=utf-8">
<LINK REL="stylesheet" TYPE="text/css" HREF="css/style.css">
<SCRIPT TYPE="text/javascript" SRC="js/common.js"></SCRIPT>
<SCRIPT TYPE="text/javascript" SRC="js/dialog.js"></SCRIPT>
<SCRIPT TYPE="text/javascript" SRC="js/menu.js"></SCRIPT>
<SCRIPT TYPE="text/javascript" SRC="js/content.js"></SCRIPT>
<SCRIPT TYPE="text/javascript" SRC="js/gnuru.js"></SCRIPT>
<SCRIPT TYPE="text/javascript" SRC="js/buttons.js"></SCRIPT>
</HEAD>
<BODY onLoad="contentDynWidth ();">
<!-- page headline -->
<DIV CLASS="headline">
<IMG SRC="images/headline.png" ALT="">
<DIV CLASS="headlineText">
<H1><?=_('The Spirit of Freedom')?></H1></DIV></DIV>
<!-- end page headline -->
<!-- menu -->
<? include $this->loadTemplate ('menu.tpl.php') ?>
<!-- end menu -->
<!-- content -->
<DIV ID='CONTENT' CLASS="content" STYLE="width: 680px">
<IMG SRC="images/content-bg.png" ALT="">
<DIV CLASS="contentText">
<H2><?=$this->contentHead?></H2>
<? include $this->loadTemplate ($this->contentTpl) ?>
</DIV>
</DIV>
<!-- end content -->
<!-- the gnuru online wisdom -->
<? include $this->loadTemplate ('gnuru.tpl.php') ?>
<!-- end the gnuru online wisdom -->
<!-- infomercial buttons -->
<DIV ID="BUTTONS" CLASS="buttons">
<A onClick="javascript: buttonsHide ();"
CLASS="buttons" HREF="#"><?=_('hide')?></A><BR>
<IMG SRC="images/dbd_lg_btn.gif" ALT="defective by design"><BR>
<IMG SRC="images/elim_lg_btn.gif" ALT="eliminate DRM">
</DIV>
<!-- end infomercial buttons -->
</BODY>
</HTML>