| | |
| | | <script src="http://code.jquery.com/jquery-1.6.4.min.js"></script> |
| | | <script type="text/javascript"> |
| | | // On double-click, reformat <pre class="screen"> for easy copying. |
| | | $(document).ready(function() { |
| | | $(".screen").attr("title", "Double-click to unwrap lines."); |
| | | }); |
| | | $(".screen").live("dblclick", function() { |
| | | $(this).replaceWith( |
| | | "<pre class=\"flat\">" + |
| | | "<pre class=\"flat\" title=\"Double-click to wrap long lines.\">" + |
| | | $(this).text().replace(/\n /g," ") + "\n<!--" + $(this).text() + "-->" + |
| | | "</pre>"); |
| | | }); |
| | | $(".flat").live("dblclick", function() { |
| | | $(this).replaceWith( |
| | | "<pre class=\"screen\">" + |
| | | "<pre class=\"screen\" title=\"Double-click to unwrap lines.\">" + |
| | | $(this).html().replace(/(.|\n)+<!\-\-/m,"").replace(/\-\-\>/,"") + |
| | | "</pre>"); |
| | | </script> |
| | |
| | | <script src="http://code.jquery.com/jquery-1.6.4.min.js"></script> |
| | | <script type="text/javascript"> |
| | | // On double-click, reformat <pre class="screen"> for easy copying. |
| | | $(document).ready(function() { |
| | | $(".screen").attr("title", "Double-click to unwrap lines."); |
| | | }); |
| | | $(".screen").live("dblclick", function() { |
| | | $(this).replaceWith( |
| | | "<pre class=\"flat\">" + |
| | | "<pre class=\"flat\" title=\"Double-click to wrap long lines.\">" + |
| | | $(this).text().replace(/\n /g," ") + "\n<!--" + $(this).text() + "-->" + |
| | | "</pre>"); |
| | | }); |
| | | $(".flat").live("dblclick", function() { |
| | | $(this).replaceWith( |
| | | "<pre class=\"screen\">" + |
| | | "<pre class=\"screen\" title=\"Double-click to unwrap lines.\">" + |
| | | $(this).html().replace(/(.|\n)+<!\-\-/m,"").replace(/\-\-\>/,"") + |
| | | "</pre>"); |
| | | });</script> |
| | | </script> |
| | | <link rel="shortcut icon" href="http://forgerock.org/favicon.ico"> |
| | | </head></replacevalue> |
| | | </replace> |