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

Delta Between Two Patch Sets: templates/patch.html

Issue 3270: Show images in Rietveld (Closed) Base URL: http://rietveld.googlecode.com/svn/trunk/
Left Patch Set: Created 16 years, 7 months ago
Right Patch Set: latest update Created 16 years, 6 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 | « templates/diff2.html ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 {%extends "issue_base.html"%} 1 {%extends "issue_base.html"%}
2 {%block body%} 2 {%block body%}
3 3
4 <script language="JavaScript" type="text/javascript"><!-- 4 <script language="JavaScript" type="text/javascript"><!--
5 function keyPressIntermediary(evt) { 5 function keyPressIntermediary(evt) {
6 return M_keyPress(evt); 6 return M_keyPress(evt);
7 } 7 }
8 document.onkeypress = keyPressIntermediary; 8 document.onkeypress = keyPressIntermediary;
9 {%if user%} 9 {%if user%}
10 logged_in = true; 10 logged_in = true;
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 var old_snapshot = "old"; 160 var old_snapshot = "old";
161 var new_snapshot = "new"; 161 var new_snapshot = "new";
162 var intraLineDiff = new M_IntraLineDiff(); 162 var intraLineDiff = new M_IntraLineDiff();
163 var hookState = new M_HookState(window); 163 var hookState = new M_HookState(window);
164 hookState.updateHooks(); 164 hookState.updateHooks();
165 165
166 166
167 // --> 167 // -->
168 </script> 168 </script>
169 {%endblock%} 169 {%endblock%}
LEFTRIGHT

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