틀 일부 수정

This commit is contained in:
2019-01-26 06:36:48 +09:00
parent 64b79d6af5
commit c243ccbdce
+7 -2
View File
@@ -57,6 +57,9 @@ var permissionLevel = <?=$permission?>; //
</head> </head>
<body> <body>
<table style='width:1000px;margin:auto;' class='tb_layout bg0'>
<tr><td style='text-align:left;'>외 교 부<br><?=backButton()?></td></tr>
</table>
<table id='newLetter' class='bg0' style='display:none;'> <table id='newLetter' class='bg0' style='display:none;'>
<thead> <thead>
@@ -112,9 +115,11 @@ var permissionLevel = <?=$permission?>; //
</table> </table>
</div> </div>
<div style='width=1000px;' class='tb_layout bg0'> <table style='width:1000px;margin:auto;' class='tb_layout bg0'>
<tr><td style='text-align:left;'>
<?=backButton()?><br> <?=backButton()?><br>
<?=banner()?> <?=banner()?>
</div> </td></tr>
</table>
</body> </body>
</html> </html>