1 <!DOCTYPE html
PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
6 <title
><?php
echo $this->title
; ?
></title
>
7 <link rel
="icon" href
="/favicon.ico" type
="image/png">
8 <link href
='/includes/style.css' rel
='stylesheet' type
='text/css'>
9 <script type
='text/javascript' src
='/includes/syntax/scripts/shCore.js'></script
>
10 <script type
='text/javascript' src
='/includes/syntax/scripts/shAutoloader.js'></script
>
11 <link type
='text/css' rel
='stylesheet' href
='/includes/syntax/styles/shCore.css'>
12 <link type
='text/css' rel
='stylesheet' href
='/includes/syntax/styles/shThemeDefault.css'>
13 <script type
='text/javascript'>
14 function highlight() {
15 SyntaxHighlighter
.autoloader(
16 'js /includes/syntax/scripts/shBrushJScript.js',
17 'bash /includes/syntax/scripts/shBrushBash.js',
18 'sql /includes/syntax/scripts/shBrushSql.js',
19 'cpp /includes/syntax/scripts/shBrushCpp.js');
20 SyntaxHighlighter
.defaults
['gutter'] = false;
21 SyntaxHighlighter
.defaults
['toolbar'] = false;
22 SyntaxHighlighter
.all();
25 <script type
='text/javascript' src
='http://www.google.com/recaptcha/api/js/recaptcha_ajax.js'></script
>
26 <script type
='text/javascript' src
='/includes/comment.js'></script
>
29 <body onload
="return typeof highlight == 'function' ? highlight() : true">
32 <a href
="<?php echo $this->home_link ?>">
33 <img src
="/images/dylansserver.png" alt
="dylansserver"
39 <?php
$this->display_notes() ?
>
44 $previous_page = $this->page
- 1;
45 echo "<a href='/notes/page/$previous_page'>prev</a>";
47 if($this->page
< $this->number_of_pages
) {
48 $forward_page = $this->page +
1;
49 echo " <a href='/notes/page/$forward_page'>next</a>";
53 <div id
="contact_me"><h1
><a href
=
54 "mailto:dylan@psu.edu">dylan
</a
></h1
><a href
=
55 "mailto:dylan@psu.edu">@psu
.edu
</a
>