Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(911)

Delta Between Two Patch Sets: lib/godoc/codewalk.html

Issue 1008042: code review 1008042: godoc: add codewalk support (Closed)
Left Patch Set: Created 14 years, 10 months ago
Right Patch Set: code review 1008042: godoc: add codewalk support Created 14 years, 10 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « doc/style.css ('k') | lib/godoc/codewalkdir.html » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 <!-- 1 <!--
2 Copyright 2010 The Go Authors. All rights reserved. 2 Copyright 2010 The Go Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style 3 Use of this source code is governed by a BSD-style
4 license that can be found in the LICENSE file. 4 license that can be found in the LICENSE file.
5
6 TODO BEFORE REVIEW: HTML escaping
7
8 --> 5 -->
9 6
10 <script type='text/javascript' src='http://jqueryjs.googlecode.com/files/jquery- 1.3.2.min.js'></script> 7 <script src="http://www.google.com/jsapi"></script>
8 <script>google.load("jquery", "1.3.2");</script>
11 <style type='text/css'>@import "/doc/codewalk/codewalk.css";</style> 9 <style type='text/css'>@import "/doc/codewalk/codewalk.css";</style>
12 <script type="text/javascript" src="/doc/codewalk/codewalk.js"></script> 10 <script type="text/javascript" src="/doc/codewalk/codewalk.js"></script>
13 11
14 <div id="codewalk-main"> 12 <div id="codewalk-main">
15 <div class="left" id="code-column"> 13 <div class="left" id="code-column">
16 <div id='sizer'></div> 14 <div id='sizer'></div>
17 <div id="code-area"> 15 <div id="code-area">
18 <div id="code-header" align="center"> 16 <div id="code-header" align="center">
19 <a id="code-popout-link" href="" target="_blank"> 17 <a id="code-popout-link" href="" target="_blank">
20 <img title="View code in new window" alt="Pop Out Code" src="popout.pn g" style="display: block; float: right;"/> 18 <img title="View code in new window" alt="Pop Out Code" src="popout.pn g" style="display: block; float: right;"/>
(...skipping 30 matching lines...) Expand all
51 </div> 49 </div>
52 {.end} 50 {.end}
53 </div> 51 </div>
54 <div id="comment-options" class="setting"> 52 <div id="comment-options" class="setting">
55 <a id="prev-comment" href="#"><span class="hotkey">p</span>revious step</a > 53 <a id="prev-comment" href="#"><span class="hotkey">p</span>revious step</a >
56 &bull; 54 &bull;
57 <a id="next-comment" href="#"><span class="hotkey">n</span>ext step</a> 55 <a id="next-comment" href="#"><span class="hotkey">n</span>ext step</a>
58 </div> 56 </div>
59 </div> 57 </div>
60 </div> 58 </div>
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b