메시지 코드 준비
This commit is contained in:
@@ -16,6 +16,23 @@
|
|||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body style="background-color: black;">
|
<body style="background-color: black;">
|
||||||
|
<div id="message_board">
|
||||||
|
<div class="float_left">
|
||||||
|
<section class="public_message">
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section class="private_message">
|
||||||
|
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
<div class="float_left">
|
||||||
|
<section class="diplomacy_message">
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section class="national_message">
|
||||||
|
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
jQuery(function($){
|
||||||
|
|
||||||
|
var generalID=1;
|
||||||
|
var sequence =null;
|
||||||
|
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
|
function refreshMsg(){
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user