/home/mjc1/public_html/html/m/customermovie_improvement.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?php include_once("./_common2.php"); ?>

<style>
input:focus {
    outline: none;
}
textarea:focus {
    outline: none;
}
textarea {
    width: 520px;
    height: auto;
    resize: none;
    border: 1px solid #999;
    border-radius: 8px;
    padding: 7px;
}
form {
    margin: 0 auto;
    width: 520px;
}
.ui-dialog .ui-dialog-buttonpane {
    display: block;
}
</style>

<form name="impromovieform" style="width: 90%;">
    <input type="hidden" name="type" value="impromovie">
    <textarea id="impromovietext" name="impromovietext" rows="10" cols="50" placeholder="동영상강의 내용중 수정되어야 할 사항을 접수해주세요 (내용,음성, 자막 등)"></textarea>
</form>