중간반영
This commit is contained in:
@@ -98,6 +98,8 @@ function drawLetter(letterObj){
|
|||||||
|
|
||||||
//TODO: 국가명, 수뇌명 입력
|
//TODO: 국가명, 수뇌명 입력
|
||||||
$letter.find('.date').text(letterObj.date);
|
$letter.find('.date').text(letterObj.date);
|
||||||
|
$letter.find('.letterNo').text('#'+letterObj.no);
|
||||||
|
$letter.find('.srcNation').text(letterObj.aux[''])
|
||||||
$letter.find('.brief').html(nl2br(escapeHtml(letterObj.brief)));
|
$letter.find('.brief').html(nl2br(escapeHtml(letterObj.brief)));
|
||||||
$letter.find('.detail').html(nl2br(escapeHtml(letterObj.detail)));
|
$letter.find('.detail').html(nl2br(escapeHtml(letterObj.detail)));
|
||||||
//TODO: 바꿀 것
|
//TODO: 바꿀 것
|
||||||
|
|||||||
+45
-1
@@ -27,4 +27,48 @@ if ($permission < 1) {
|
|||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
|
|
||||||
$nation = $db->queryFirstRow('SELECT secretlimit, msg, scoutmsg FROM nation WHERE nation = %i', $me['nation']);
|
?>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title><?=UniqueConst::$serverName?>: 외교부</title>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<meta name="viewport" content="width=1024" />
|
||||||
|
<?=WebUtil::printCSS('../e_lib/bootstrap.min.css')?>
|
||||||
|
<!--<?=WebUtil::printCSS('../e_lib/tui.editor/tui-editor.min.css')?>-->
|
||||||
|
<!--<?=WebUtil::printCSS('../e_lib/tui.editor/tui-editor-contents.min.css')?>-->
|
||||||
|
<?=WebUtil::printCSS('../d_shared/common.css')?>
|
||||||
|
<?=WebUtil::printCSS('../css/config.css')?>
|
||||||
|
<?=WebUtil::printCSS('css/common.css')?>
|
||||||
|
<?=WebUtil::printCSS('css/diplomacy.css')?>
|
||||||
|
<script>
|
||||||
|
var permissionLevel = <?=$permission?>; //
|
||||||
|
</script>
|
||||||
|
<?=WebUtil::printJS('../d_shared/common_path.js')?>
|
||||||
|
<?=WebUtil::printJS('../e_lib/jquery-3.3.1.min.js')?>
|
||||||
|
<?=WebUtil::printJS('../e_lib/bootstrap.bundle.min.js')?>
|
||||||
|
<!--<?=WebUtil::printJS('../e_lib/tui.editor/tui-editor-Editor-all.min.js')?>-->
|
||||||
|
<?=WebUtil::printJS('js/common.js')?>
|
||||||
|
<?=WebUtil::printJS('js/board.js')?>
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<template id='diplomacyTemplate'>
|
||||||
|
<div class='diplomacyFrame'>
|
||||||
|
<div><span class='articleTitle'></span></div>
|
||||||
|
<div class='authorPlate'><span class='authorIcon'></span><span class='authorName'><span><span class='date'></span></div>
|
||||||
|
<div class='boardArticle'>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<div style='width=1000px;' class='tb_layout bg0'>
|
||||||
|
<?=backButton()?><br>
|
||||||
|
<?=banner()?>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user