15 lines
419 B
PHP
15 lines
419 B
PHP
<div id="mjointbox">
|
|
|
|
<div class="title">
|
|
이 모듈(통합검색)을 연결하시겠습니까?
|
|
</div>
|
|
|
|
<input type="button" value="연결" class="btn btn-light" onclick="dropJoint('<?php echo $g['s']?>/?r=<?php echo $r?>&m=<?php echo $smodule?>');" />
|
|
|
|
</div>
|
|
|
|
<style type="text/css">
|
|
#mjointbox {}
|
|
#mjointbox .title {border-bottom:#dfdfdf dashed 1px;padding:0 0 10px 0;margin:0 0 20px 0;}
|
|
</style>
|