Commit fda7542f authored by 神楽坂玲奈's avatar 神楽坂玲奈

index

parent f7e35b38
var menu=function(){
var t=15,z=50,s=6,a;
function dd(n){this.n=n; this.h=[]; this.c=[]}
dd.prototype.init=function(p,c){
a=c; var w=document.getElementById(p), s=w.getElementsByTagName('ul'), l=s.length, i=0;
for(i;i<l;i++){
var h=s[i].parentNode; this.h[i]=h; this.c[i]=s[i];
h.onmouseover=new Function(this.n+'.st('+i+',true)');
h.onmouseout=new Function(this.n+'.st('+i+')');
}
}
dd.prototype.st=function(x,f){
var c=this.c[x], h=this.h[x], p=h.getElementsByTagName('a')[0];
clearInterval(c.t); c.style.overflow='hidden';
if(f){
p.className+=' '+a;
if(!c.mh){c.style.display='block'; c.style.height=''; c.mh=c.offsetHeight; c.style.height=0}
if(c.mh==c.offsetHeight){c.style.overflow='visible'}
else{c.style.zIndex=z; z++; c.t=setInterval(function(){sl(c,1)},t)}
}else{p.className=p.className.replace(a,''); c.t=setInterval(function(){sl(c,-1)},t)}
}
function sl(c,f){
var h=c.offsetHeight;
if((h<=0&&f!=1)||(h>=c.mh&&f==1)){
if(f==1){c.style.filter=''; c.style.opacity=1; c.style.overflow='visible'}
clearInterval(c.t); return
}
var d=(f==1)?Math.ceil((c.mh-h)/s):Math.ceil(h/s), o=h/c.mh;
c.style.opacity=o; c.style.filter='alpha(opacity='+(o*100)+')';
c.style.height=h+(d*f)+'px'
}
return{dd:dd}
}();
/*ul.menu {list-style:none; margin:0; padding:0}
ul.menu li {position:relative; float:left; margin-right:2px}
ul.menu ul {position:absolute; top:46px; left:0; background:#d1d1d1; display:none; opacity:0; list-style:none}
ul.menu ul li {position:relative; border:1px solid #aaa; border-top:none; width:148px; margin:0}
ul.menu ul li a {display:block; padding:3px 7px 5px; background-color:#d1d1d1}
ul.menu ul li a:hover {background-color:#c5c5c5}
ul.menu ul ul {left:148px; top:-1px}
ul.menu .sub {background:#d1d1d1 image-url("dropdown/arrow.gif") 136px 8px no-repeat}
ul.menu .topline {border-top:1px solid #aaa}*/
/* line 12, ../../app/assets/stylesheets/dropdown.css.scss */
ul.menu {
list-style: none;
margin: 0;
padding: 0;
}
/* line 14, ../../app/assets/stylesheets/dropdown.css.scss */
ul.menu li {
position: relative;
float: left;
height: 50px;
border-right: 1px solid rgba(255, 255, 255, 0.15);
}
/* line 16, ../../app/assets/stylesheets/dropdown.css.scss */
ul.menu li:hover {
background: rgba(38, 60, 123, 0.9);
}
/* line 17, ../../app/assets/stylesheets/dropdown.css.scss */
ul.menu li:first-child {
border-left: 1px solid rgba(255, 255, 255, 0.15);
}
/* line 19, ../../app/assets/stylesheets/dropdown.css.scss */
ul.menu ul {
position: absolute;
top: 50px;
left: 0;
background-color: #263c7b;
display: none;
opacity: 0;
list-style: none;
}
/* line 21, ../../app/assets/stylesheets/dropdown.css.scss */
ul.menu ul li {
position: relative;
border-top: none;
width: 148px;
margin: 0;
display: block;
padding: 3px 7px 5px;
height: 20px;
}
/* line 26, ../../app/assets/stylesheets/dropdown.css.scss */
ul.menu ul ul {
left: 148px;
top: -1px;
}
/* line 28, ../../app/assets/stylesheets/dropdown.css.scss */
ul.menu .sub {
background: #d1d1d1 url(assets/images/dropdown/arrow.gif) 136px 8px no-repeat;
}
/* line 29, ../../app/assets/stylesheets/dropdown.css.scss */
ul.menu .topline {
border-top: 1px solid #aaa;
}
/*
*/
/* line 14, ../../app/assets/stylesheets/mycard.css.scss */
* {
margin: 0;
padding: 0;
}
/* line 18, ../../app/assets/stylesheets/mycard.css.scss */
body {
background: #244470 url(../images/index/background.png);
font-family: "\5FAE\8F6F\96C5\9ED1";
}
/* line 22, ../../app/assets/stylesheets/mycard.css.scss */
a {
text-shadow: 1px 1px 1px #0C2549;
text-decoration: none;
}
/* line 26, ../../app/assets/stylesheets/mycard.css.scss */
#nav a {
transition: all .3s ease-in-out;
text-decoration: none;
}
/* line 30, ../../app/assets/stylesheets/mycard.css.scss */
#nav a:link {
color: white;
}
/* line 33, ../../app/assets/stylesheets/mycard.css.scss */
#nav a:hover {
color: white;
}
/* line 36, ../../app/assets/stylesheets/mycard.css.scss */
#nav a:visited {
color: white;
}
/* line 40, ../../app/assets/stylesheets/mycard.css.scss */
#nav {
width: 900px;
height: 50px;
background: #244470;
border-width: 0 1px 1px 0;
border-style: solid;
border-color: #5B82B7;
border-radius: 0 0 5px 5px;
color: white;
margin: 0 auto;
font: small-caps 12px "\5FAE\8F6F\96C5\9ED1";
text-shadow: 1px 1px 2px #0C2549;
background: #3966ae;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3966ae), to(#263c7b));
background: -webkit-linear-gradient(#3966ae, #263c7b);
background: -moz-linear-gradient(#3966ae, #263c7b);
background: -ms-linear-gradient(#3966ae, #263c7b);
background: -o-linear-gradient(#3966ae, #263c7b);
background: linear-gradient(#3966ae, #263c7b);
}
/* line 54, ../../app/assets/stylesheets/mycard.css.scss */
.nav_logo {
width: 120px;
height: 30px;
margin: 0 0 0 5px;
padding: 10px 0 10px 5px;
border-width: 0 1px 0 0;
border-style: solid;
border-color: rgba(0, 0, 0, 0.2);
display: block;
font: 25px bold 'Nunito',sans-serif;
float: left;
font-size: 24px;
}
/* line 67, ../../app/assets/stylesheets/mycard.css.scss */
.nav_link {
min-width: 60px;
height: 30px;
padding: 10px;
border-width: 0 1px 0 0;
border-style: solid;
border-color: rgba(0, 0, 0, 0.2);
display: block;
font: 15px/30px "\5FAE\8F6F\96C5\9ED1";
float: left;
text-align: center;
}
/* line 80, ../../app/assets/stylesheets/mycard.css.scss */
#main {
width: 99.99%;
height: 310px;
margin: 60px 0 0 0;
background: rgba(243, 243, 243, 0.6);
border-width: 1px 0 0 1px;
border-style: solid;
border-color: #e1e1e1;
}
/* line 89, ../../app/assets/stylesheets/mycard.css.scss */
#main_sub {
width: 900px;
margin: 0 auto;
padding: 30px 0 0 0;
height: 280px;
}
/* line 95, ../../app/assets/stylesheets/mycard.css.scss */
#information {
width: 390px;
float: left;
}
/* line 99, ../../app/assets/stylesheets/mycard.css.scss */
.title {
font-size: 45px;
font-weight: bold;
font-family: 'Nunito',sans-serif;
}
/* line 104, ../../app/assets/stylesheets/mycard.css.scss */
.subtitle {
font: 30px "\5FAE\8F6F\96C5\9ED1";
}
/* line 107, ../../app/assets/stylesheets/mycard.css.scss */
.subinc {
font-size: 15px;
color: #525252;
text-shadow: 1px 1px 1px #f1f1f1;
margin: 0 0 0 140px;
}
/* line 113, ../../app/assets/stylesheets/mycard.css.scss */
#download {
width: 200px;
height: 60px;
background: #AA7B2D;
border: rgba(255, 255, 255, 0.3) solid 3px;
border-radius: 10px;
margin: 50px auto 0 auto;
}
/* line 121, ../../app/assets/stylesheets/mycard.css.scss */
.download_active {
color: white;
text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.6);
font-size: 25px;
text-align: center;
margin: 5px 0 0 0;
display: block;
}
/* line 129, ../../app/assets/stylesheets/mycard.css.scss */
.download_information {
color: #f1f1f1;
text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.4);
font-size: 10px;
display: block;
text-align: center;
}
/* line 136, ../../app/assets/stylesheets/mycard.css.scss */
#slider {
clear: both;
width: 500px;
padding: 0;
margin: 0 auto;
z-index: 0;
clear: both;
display: block;
float: right;
top: -212px;
*top: 0;
}
/* line 148, ../../app/assets/stylesheets/mycard.css.scss */
.show1 {
width: 500px;
height: 275px;
background: url(../images/index/01.png);
border-radius: 10px;
}
/* line 155, ../../app/assets/stylesheets/mycard.css.scss */
.show2 {
width: 500px;
height: 275px;
background: url(../images/index/02.png);
border-radius: 10px;
}
/* line 162, ../../app/assets/stylesheets/mycard.css.scss */
.show3 {
width: 500px;
height: 275px;
background: url(../images/index/03.png);
border-radius: 10px;
}
/* line 169, ../../app/assets/stylesheets/mycard.css.scss */
footer {
width: 900px;
margin: 0 auto;
}
/* line 173, ../../app/assets/stylesheets/mycard.css.scss */
footer h2 {
font: bold 15px/130% "\5FAE\8F6F\96C5\9ED1";
color: #2e2e2e;
text-shadow: 1px 1px 1px #dedede;
}
/* line 178, ../../app/assets/stylesheets/mycard.css.scss */
#footer1 {
height: 200px;
width: 300px;
border-right: 1px #bfbfbf dashed;
margin-top: 10px;
float: left;
}
/* line 185, ../../app/assets/stylesheets/mycard.css.scss */
#footer1 a {
font: 12px/130% "\5FAE\8F6F\96C5\9ED1";
color: #2a2a2a;
text-shadow: 1px 1px 1px #dedede;
}
/* line 190, ../../app/assets/stylesheets/mycard.css.scss */
#footer2 {
height: 200px;
width: 300px;
border-right: 1px #bfbfbf dashed;
margin-top: 10px;
float: left;
}
/* line 197, ../../app/assets/stylesheets/mycard.css.scss */
#footer3 {
width: 280px;
float: left;
margin-top: 10px;
padding-left: 10px;
}
/* line 203, ../../app/assets/stylesheets/mycard.css.scss */
#footer3 a {
font: 12px/130% "\5FAE\8F6F\96C5\9ED1";
color: #2a2a2a;
text-shadow: 1px 1px 1px #dedede;
}
/*
*/
/* line 14, ../../app/assets/stylesheets/mycard.css.scss */
* {
margin: 0;
padding: 0;
}
/* line 18, ../../app/assets/stylesheets/mycard.css.scss */
body {
background: #244470 url(/assets/images/index/background.png);
font-family: "\5FAE\8F6F\96C5\9ED1";
}
/* line 22, ../../app/assets/stylesheets/mycard.css.scss */
a {
text-shadow: 1px 1px 1px #0C2549;
text-decoration: none;
}
/* line 26, ../../app/assets/stylesheets/mycard.css.scss */
#nav a {
transition: all .3s ease-in-out;
text-decoration: none;
}
/* line 30, ../../app/assets/stylesheets/mycard.css.scss */
#nav a:link {
color: white;
}
/* line 33, ../../app/assets/stylesheets/mycard.css.scss */
#nav a:hover {
color: white;
}
/* line 36, ../../app/assets/stylesheets/mycard.css.scss */
#nav a:visited {
color: white;
}
/* line 40, ../../app/assets/stylesheets/mycard.css.scss */
#nav {
width: 900px;
height: 50px;
background: #244470;
border-width: 0 1px 1px 0;
border-style: solid;
border-color: #5B82B7;
border-radius: 0 0 5px 5px;
color: white;
margin: 0 auto;
font: small-caps 12px "\5FAE\8F6F\96C5\9ED1";
text-shadow: 1px 1px 2px #0C2549;
background: #3966ae;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3966ae), to(#263c7b));
background: -webkit-linear-gradient(#3966ae, #263c7b);
background: -moz-linear-gradient(#3966ae, #263c7b);
background: -ms-linear-gradient(#3966ae, #263c7b);
background: -o-linear-gradient(#3966ae, #263c7b);
background: linear-gradient(#3966ae, #263c7b);
}
/* line 54, ../../app/assets/stylesheets/mycard.css.scss */
.nav_logo {
width: 120px;
height: 30px;
margin: 0 0 0 5px;
padding: 10px 0 10px 5px;
border-width: 0 1px 0 0;
border-style: solid;
border-color: rgba(0, 0, 0, 0.2);
display: block;
font: 25px bold 'Nunito',sans-serif;
float: left;
font-size: 24px;
}
/* line 67, ../../app/assets/stylesheets/mycard.css.scss */
.nav_link {
min-width: 60px;
height: 30px;
padding: 10px;
border-width: 0 1px 0 0;
border-style: solid;
border-color: rgba(0, 0, 0, 0.2);
display: block;
font: 15px/30px "\5FAE\8F6F\96C5\9ED1";
float: left;
text-align: center;
}
/* line 80, ../../app/assets/stylesheets/mycard.css.scss */
#main {
width: 99.99%;
height: 310px;
margin: 60px 0 0 0;
background: rgba(243, 243, 243, 0.6);
border-width: 1px 0 0 1px;
border-style: solid;
border-color: #e1e1e1;
}
/* line 89, ../../app/assets/stylesheets/mycard.css.scss */
#main_sub {
width: 900px;
margin: 0 auto;
padding: 30px 0 0 0;
height: 280px;
}
/* line 95, ../../app/assets/stylesheets/mycard.css.scss */
#information {
width: 390px;
float: left;
}
/* line 99, ../../app/assets/stylesheets/mycard.css.scss */
.title {
font-size: 45px;
font-weight: bold;
font-family: 'Nunito',sans-serif;
}
/* line 104, ../../app/assets/stylesheets/mycard.css.scss */
.subtitle {
font: 30px "\5FAE\8F6F\96C5\9ED1";
}
/* line 107, ../../app/assets/stylesheets/mycard.css.scss */
.subinc {
font-size: 15px;
color: #525252;
text-shadow: 1px 1px 1px #f1f1f1;
margin: 0 0 0 140px;
}
/* line 113, ../../app/assets/stylesheets/mycard.css.scss */
#download {
width: 200px;
height: 60px;
background: #AA7B2D;
border: rgba(255, 255, 255, 0.3) solid 3px;
border-radius: 10px;
margin: 50px auto 0 auto;
}
/* line 121, ../../app/assets/stylesheets/mycard.css.scss */
.download_active {
color: white;
text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.6);
font-size: 25px;
text-align: center;
margin: 5px 0 0 0;
display: block;
}
/* line 129, ../../app/assets/stylesheets/mycard.css.scss */
.download_information {
color: #f1f1f1;
text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.4);
font-size: 10px;
display: block;
text-align: center;
}
/* line 136, ../../app/assets/stylesheets/mycard.css.scss */
#slider {
clear: both;
width: 500px;
padding: 0;
margin: 0 auto;
z-index: 0;
clear: both;
display: block;
float: right;
top: -212px;
*top: 0;
}
/* line 148, ../../app/assets/stylesheets/mycard.css.scss */
.show1 {
width: 500px;
height: 275px;
background: url(/assets/images/index/01.png);
border-radius: 10px;
}
/* line 155, ../../app/assets/stylesheets/mycard.css.scss */
.show2 {
width: 500px;
height: 275px;
background: url(/assets/images/index/02.png);
border-radius: 10px;
}
/* line 162, ../../app/assets/stylesheets/mycard.css.scss */
.show3 {
width: 500px;
height: 275px;
background: url(/assets/images/index/03.png);
border-radius: 10px;
}
/* line 169, ../../app/assets/stylesheets/mycard.css.scss */
footer {
width: 900px;
margin: 0 auto;
}
/* line 173, ../../app/assets/stylesheets/mycard.css.scss */
footer h2 {
font: bold 15px/130% "\5FAE\8F6F\96C5\9ED1";
color: #2e2e2e;
text-shadow: 1px 1px 1px #dedede;
}
/* line 178, ../../app/assets/stylesheets/mycard.css.scss */
#footer1 {
height: 200px;
width: 300px;
border-right: 1px #bfbfbf dashed;
margin-top: 10px;
float: left;
}
/* line 185, ../../app/assets/stylesheets/mycard.css.scss */
#footer1 a {
font: 12px/130% "\5FAE\8F6F\96C5\9ED1";
color: #2a2a2a;
text-shadow: 1px 1px 1px #dedede;
}
/* line 190, ../../app/assets/stylesheets/mycard.css.scss */
#footer2 {
height: 200px;
width: 300px;
border-right: 1px #bfbfbf dashed;
margin-top: 10px;
float: left;
}
/* line 197, ../../app/assets/stylesheets/mycard.css.scss */
#footer3 {
width: 280px;
float: left;
margin-top: 10px;
padding-left: 10px;
}
/* line 203, ../../app/assets/stylesheets/mycard.css.scss */
#footer3 a {
font: 12px/130% "\5FAE\8F6F\96C5\9ED1";
color: #2a2a2a;
text-shadow: 1px 1px 1px #dedede;
}
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>zh99998/mycard @ GitHub</title>
<style type="text/css">
body {
margin-top: 1.0em;
background-color: #6eabcf;
font-family: Helvetica, Arial, FreeSans, san-serif;
color: #000000;
}
#container {
margin: 0 auto;
width: 700px;
}
h1 { font-size: 3.8em; color: #915430; margin-bottom: 3px; }
h1 .small { font-size: 0.4em; }
h1 a { text-decoration: none }
h2 { font-size: 1.5em; color: #915430; }
h3 { text-align: center; color: #915430; }
a { color: #915430; }
.description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
.download { float: right; }
pre { background: #000; color: #fff; padding: 15px;}
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
.footer { text-align:center; padding-top:30px; font-style: italic; }
</style>
<meta charset="UTF-8">
<!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js" type="text/javascript"></script>
<script src="http://malsup.github.com/jquery.cycle.lite.js" type="text/javascript"></script>
<script src="assets/javascripts/dropdown.js" type="text/javascript"></script>
<link href='http://fonts.googleapis.com/css?family=Nunito:700' rel='stylesheet' type='text/css'>
<link href="assets/stylesheets/mycard.css" media="screen" rel="stylesheet" type="text/css" />
<link href="assets/stylesheets/dropdown.css" media="screen" rel="stylesheet" type="text/css" />
<title>Mycard - 萌卡</title>
<script type="text/javascript">
jQuery(document).ready(function($) {
$('#slider').cycle({
fx: 'fade', //特效 speed: 7500,
timeout: 7200,
random: 1
});
}); </script>
</head>
<body>
<a href="https://github.com/zh99998/mycard"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
<div id="container">
<div class="download">
<a href="https://github.com/zh99998/mycard/zipball/master">
<img border="0" width="90" src="https://github.com/images/modules/download/zip.png"></a>
<a href="https://github.com/zh99998/mycard/tarball/master">
<img border="0" width="90" src="https://github.com/images/modules/download/tar.png"></a>
<header>
<nav id="nav">
<a class="nav_logo">MyCard</a>
<ul class="menu" id="menu">
<li><a href="/rooms" class="nav_link">在线大厅</a></li>
<li><a href="/users" class="nav_link">竞技场</a>
<ul>
<li><a href="/users" class="nav_sub">排行榜</a></li>
<li><a href="/duels" class="nav_sub">决斗记录</a></li>
<li><a href="/login" class="nav_sub">我的中心</a></li>
</ul>
</li>
<li>
<a href="/decks" class="nav_link">卡组统计</a>
<ul>
<li><a href="/decks" class="nav_sub">卡组排行</a></li>
<li><a href="/cards" class="nav_sub">单卡排行</a></li>
</ul>
</li>
<li><a href="/boards" class="nav_link">论坛</a></li>
<li>
<a href="http://www.duelist.cn/" class="nav_link">《DUELIST》</a>
<ul>
<li><a href="http://www.duelist.cn/vol.1/" class="nav_sub">第一期</a></li>
<li><a href="http://www.duelist.cn/vol.2/" class="nav_sub">第二期</a></li>
<li><a href="http://www.duelist.cn/vol.3/" class="nav_sub">第三期</a></li>
<li><a href="http://www.duelist.cn/vol.4/online/online-1.html" class="nav_sub">第四期</a></li>
<li><a href="http://www.duelist.cn/vol.5/online/online-1.html" class="nav_sub">第五期</a></li>
<li><a href="http://www.duelist.cn/sp1/online/online-1.html" class="nav_sub">SP1</a></li>
<li><a href="http://www.duelist.cn/vol.6/online/index.html" class="nav_sub">第六期</a></li>
<li><a href="http://www.duelist.cn/vol.7/" class="nav_sub">第七期</a></li>
<li><a href="http://www.duelist.cn/vol.8/reader.html" class="nav_sub">第八期</a></li>
</ul>
</li>
</ul>
<script type="text/javascript">
var menu=new menu.dd("menu");
menu.init("menu","menuhover");
</script>
</nav>
</header>
<div id="main">
<div id="main_sub">
<div id="information">
<div>
<a class="title">Mycard</a>
<a class="subtitle">萌卡</a>
</br>
<a class="subinc">程序在开发中 bug什么的要淡定哦</a>
<div id="download">
<a href="https://nodeload.github.com/zh99998/mycard/zipball/win32" class="download_active">立即下载</a>
<a class="download_information">推荐使用迅雷下载</a>
</div>
</div>
</div>
<div id="slider">
<div class="show1"></div>
<div class="show2"></div>
<div class="show3"></div>
</div>
</div>
<h1><a href="https://github.com/zh99998/mycard">mycard</a>
<span class="small">by <a href="https://github.com/zh99998">zh99998</a></span></h1>
<div class="description">
a card game
</div>
<footer>
<div id="footer1">
<h2>其他服务</h2>
<a href="/api">API</a>
<a href="mailto:zh99998@gmail.com">联系作者</a>
</div>
<h2>Authors</h2>
<p>zh99998 (zh99998@gmail.com)<br/> </p>
<h2>Contact</h2>
<p>zh99998 (zh99998@gmail.com)<br/> </p>
<h2>Download</h2>
<p>
You can download this project in either
<a href="https://github.com/zh99998/mycard/zipball/master">zip</a> or
<a href="https://github.com/zh99998/mycard/tarball/master">tar formats.
</p>
<p>You can also clone the project with <a href="http://git-scm.com">Git</a>
by running:
<pre>$ git clone git://github.com/zh99998/mycard</pre>
</p>
<div class="footer">
get the source code on GitHub : <a href="https://github.com/zh99998/mycard">zh99998/mycard</a>
<div id="footer2">
<h2>合作伙伴</h2>
<a href="http://fh-sky.5d6d.com/"><img alt="游戏王-凤凰(FH)战队" height="31" src="/images/links/fh.jpg" width="88" /></a><a href="http://www.ocgsoft.cn/"><img alt="中国OCG工作室" height="31" src="http://www.ocgsoft.cn/s/themes/default/images/pic/footer_logo.jpg" width="88" /></a><a href="http://www.ygopro-ocg.com/"><img alt="游戏王YGOCORE-享受自动的轻松" height="31" src="http://www.ygopro-ocg.com/logo.gif" width="88" /></a><a href="http://www.66rpg.com/"><img alt="66RPG" height="31" src="http://bbs.66rpg.com/logo.gif" width="88" /></a>
</div>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-29603321-1");
pageTracker._trackPageview();
} catch(err) {}</script>"
<div id="footer3">
<h2>版权申明</h2>
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/cn/"><img alt="知识共享许可协议" src="http://i.creativecommons.org/l/by-nc-sa/2.5/cn/88x31.png" /></a>
<a rel="license" href="http://www.gnu.org/licenses/gpl-3.0.html"><img alt="知识共享许可协议" src="http://gplv3.fsf.org/gplv3-88x31.png" /></a>
</div>
</footer>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment