-
Notifications
You must be signed in to change notification settings - Fork 0
/
discussion.html
137 lines (111 loc) · 4.64 KB
/
discussion.html
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="generator" content="pandoc">
<meta name="description" content="Lesson Title">
<title></title>
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="css/bootstrap/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="css/bootstrap/bootstrap-theme.css" />
<link rel="stylesheet" type="text/css" href="css/general.css" />
<meta charset="UTF-8" />
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body class="lesson">
<!-- global navigation -->
<div id="globalNavigation">
<!-- global navigation links -->
<a href="#content"><img src="img/spacer.gif" alt="skip to content" height="1" width="1"></a> <img src="img/spacer.gif" alt=" " height="1" width="1">
<span><a href="http://www.sheffield.ac.uk/cics/research/" accesskey="1">Home</a> |</span>
<span><a href="https://sites.google.com/a/sheffield.ac.uk/hpchub/home" accesskey="c"> HPChub </a> |</span>
<span><a href="https://www.sheffield.ac.uk/muse/login" accesskey="m">Log in to MUSE</a></span>
<!-- // global navigation links -->
<!-- search engine -->
<form name="gs" method="get" action="http://google.shef.ac.uk/search" id="searchBox">
<p>
<label for="searchterms">Search for</label>
<input name="q" size="20" maxlength="100" value=" your search" id="searchterms" onfocus="value=''" type="text">
<!-- <input name="Go" type="submit" value="Go" /> -->
<input name="btnG" value="Search" class="submit" type="submit">
</p>
<input name="sort" value="date:D:L:d1" type="hidden">
<input name="output" value="xml_no_dtd" type="hidden">
<input name="ie" value="UTF-8" type="hidden">
<input name="oe" value="UTF-8" type="hidden">
<input name="client" value="default_frontend" type="hidden">
<input name="proxystylesheet" value="default_frontend" type="hidden">
<input name="site" value="default_collection" type="hidden">
</form>
<!-- // search engine -->
</div>
<!-- // global navigation -->
<div class="container card">
<table summary="Header Table"><tbody><tr>
<td id="headerLeft">
<div id="headerCrest">
<a href="http://www.shef.ac.uk/"><img src="img/crest-l.gif" alt="The University of Sheffield"></a>
</div>
</td>
<td id="headerRight">
<!-- page heading -->
<div id="headerTitle">
<h1 id="pageTitle"></h1>
</div>
<!-- // page heading -->
</td>
</tr>
</tbody></table>
<article>
<div class="row">
<div class="col-md-10 col-md-offset-1">
<a href="index.html"><h1 class="title">Lesson Title</h1></a>
<h2 class="subtitle">Discussion</h2>
<ul>
<li><p>First point of general discussion.</p>
<p>This may span several paragraphs.</p></li>
<li><p>Second point of general discussion.</p></li>
</ul>
</div>
</div>
</article>
<div class="footer">
<p align="RIGHT">
</p><table align="RIGHT">
<tbody><tr>
<!----<TD width="150"><A HREF="http://www.sheffield.ac.uk/wrgrid">
<IMG SRC="../images/crest-l.gif" BORDER="0" ,ALIGN="left"> <BR>
Home </A>
</TD> ----->
<td width="170"><b>A</b>uthor : <br>
<b>E</b>-mail : <br>
<b>L</b>ast updated : </td>
<td> <i> Research Computing Group, CiCS Dept. <br>
<a href="mailto:[email protected]">[email protected]</a> <br>
</i>
<script>
<!-- comment
// document.write('<B> ' + document.lastModified + '</B>')
var zdate = document.lastModified;
var zzobj = new Date(zdate);
var zzstr = zzobj.toGMTString();
var zzind = zzstr.indexOf( ':', 0 ) - 3;
document.write('<I>' + zzstr.substring(0,zzind) + '</I>' );
// disengage comment -->
</script>
</td>
</tr>
</tbody></table>
</div>
</div>
<!-- Javascript placed at the end of the document so the pages load faster -->
<script src="js/jquery-1.9.1.min.js"></script>
<script src="css/bootstrap/bootstrap-js/bootstrap.js"></script>
</body>
</html>