wzp
2021-07-19 e65183d31755a0e5fae4bf428435d2e0fd6afdc5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh-CN">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
    <title>源码</title>
    <style type="text/css">
        td.source {
            font-size: 1.2em;
            font-weight: 700;
            color: #555;
        }
 
        td.source a {
            color: #555;
        }
    </style>
</head>
<body>
<table style="width: 710px;">
    <tr>
        <td class="source">
            <a href="https://github.com/baishui2004/jquery.bsgrid" target="_blank">Github</a>
            与
            <a href="http://git.oschina.net/bs2004/jquery.bsgrid" target="_blank">Git@OSC</a>
            同步更新!
        </td>
    </tr>
    <tr>
        <td style="height: 10px;"></td>
    </tr>
    <tr>
        <td>
            <script src="../examples/pagination/jquery-1.7.2.min.js"
                    type="text/javascript"></script>
            <script src="http://www.oschina.net/js/jquery/jquery.githubRepoWidget.js?t=1"
                    type="text/javascript"></script>
            <div class="github-widget" data-repo="baishui2004/jquery.bsgrid"></div>
        </td>
    </tr>
    <tr>
        <td>&nbsp;</td>
    </tr>
    <tr>
        <td>
            <script src="http://git.oschina.net/bs2004/jquery.bsgrid/preview"></script>
        </td>
    </tr>
</table>
</body>
</html>