|
Revision 261, 1.0 kB
(checked in by bob, 3 years ago)
|
- Source highlighting in all examples, moved to a view-source example
|
- Property svn:mime-type set to
text/html
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
|---|
| 2 |
<html> |
|---|
| 3 |
<head> |
|---|
| 4 |
<title>MochiKit Example Source Viewer</title> |
|---|
| 5 |
<script type="text/javascript" src="../../MochiKit/MochiKit.js"></script> |
|---|
| 6 |
<link href="view-source.css" rel="stylesheet" type="text/css" /> |
|---|
| 7 |
<link href="lib/SyntaxHighlighter/SyntaxHighlighter.css" rel="stylesheet" type="text/css" /> |
|---|
| 8 |
<script type="text/javascript" src="view-source.js"></script> |
|---|
| 9 |
<script type="text/javascript" src="lib/SyntaxHighlighter/shCore.js"></script> |
|---|
| 10 |
<script type="text/javascript" src="lib/SyntaxHighlighter/shBrushJScript.js"></script> |
|---|
| 11 |
<script type="text/javascript" src="lib/SyntaxHighlighter/shBrushXml.js"></script> |
|---|
| 12 |
</head> |
|---|
| 13 |
<body onload="viewSource();"> |
|---|
| 14 |
<h3 id="filename"></h3> |
|---|
| 15 |
<div id="codeview" class="invisible"> |
|---|
| 16 |
<textarea name="code" id="code"></textarea> |
|---|
| 17 |
</div> |
|---|
| 18 |
</body> |
|---|
| 19 |
</html> |
|---|