2010-03-16 15:17:42 -06:00
|
|
|
<!--
|
|
|
|
Copyright 2009 The Go Authors. All rights reserved.
|
|
|
|
Use of this source code is governed by a BSD-style
|
|
|
|
license that can be found in the LICENSE file.
|
|
|
|
-->
|
|
|
|
|
|
|
|
<script src="http://www.google.com/jsapi"></script>
|
|
|
|
<script src="/doc/popups.js"></script>
|
|
|
|
<script>
|
2010-08-13 11:42:18 -06:00
|
|
|
{# IdList is HTML-escaped by godoc}
|
|
|
|
var popup_data = {IdList}
|
2010-03-16 15:17:42 -06:00
|
|
|
|
|
|
|
google.load("jquery", "1");
|
|
|
|
google.setOnLoadCallback(function() {.meta-left}
|
|
|
|
godocs_bindPopups(popup_data);
|
|
|
|
{.meta-right});
|
|
|
|
</script>
|
|
|
|
|
2010-08-13 11:42:18 -06:00
|
|
|
{# Source is HTML-escaped by godoc}
|
2010-03-16 15:17:42 -06:00
|
|
|
<pre>{Source}</pre>
|