投稿ボタンテスト開始

This commit is contained in:
Your Name
2018-10-31 14:28:42 +09:00
parent b06dd8ba70
commit 8047a69322

View File

@@ -23,22 +23,30 @@ $(document).ready(function(){
}); });
}); });
$(function () {
$('#rpost').load('rpost');
});
</script>"; </script>";
$b .= '<p id="button"><a href="rpost"><span></span></a></p> $b .= '
<span id=bottombar> <div class="superpost">
<a href="network" class="p"> <div id="rpost"></div>
<img src="./home.png" width=60%> </div>
<br>ホーム</a> /*G+風ダウンエリア*/
<a href="connections" class="p"> <p id="button"><a href="rpost"><span></span></a></p>
<img src="./people.png" width=50%> <span id=bottombar>
<br>フォロワー</a> <a href="network" class="p">
<a href="notifications" class="p"> <img src="./home.png" width=60%>
<img src="./noti.png" width=50%> <br>ホーム</a>
<br>お知らせ</a> <a href="connections" class="p">
<a href="mail/combined" class="p"> <img src="./people.png" width=50%>
<img src="./mail.png" width=70%> <br>フォロワー</a>
<br>D M</a> <a href="notifications" class="p">
</span> <img src="./noti.png" width=50%>
'; <br>お知らせ</a>
<a href="mail/combined" class="p">
<img src="./mail.png" width=70%>
<br>D M</a>
</span>
';
} }