~gctaa/bottlezoo/trunk

« back to all changes in this revision

Viewing changes to 08_matrixoperations/boxtemplate.tpl

  • Committer: jeff at elkner
  • Date: 2013-07-31 11:35:39 UTC
  • Revision ID: jeff@elkner.net-20130731113539-4sxmkkeyynoip64b
Small edits to Owen's contributions from yesterday.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html><html><head><title>Matrix Calculator</title><style type="text/css">
 
1
<!DOCTYPE html>
 
2
<html lang="en">
 
3
<head>
 
4
<meta charset="utf-8">
 
5
<title>Matrix Calculator</title>
 
6
<style type="text/css">
2
7
td.a {
3
8
    border: 1px dotted #777;
4
9
}
15
20
body {
16
21
  text-align: center;
17
22
}
18
 
</style></head><body><div>
 
23
</style>
 
24
</head>
 
25
<body>
 
26
<div>
19
27
%A_C = str(len(A))
20
28
%A_R = str(len(A[0]))
21
29
%if B == None:
88
96
    </tr>
89
97
%end
90
98
</table>
 
99
 
91
100
<hr>
92
101
<a href="/mm"><button>Go Back To Beginning</button></a></div>
93
102
<footer>
96
105
<a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">
97
106
<strong> CSS </strong> Valid! </a>
98
107
</footer>
99
 
</body></html>
 
 
b'\\ No newline at end of file'
 
108
</body></html>