change logo (temp)

This commit is contained in:
Amberstone 2024-10-18 22:11:27 +09:00
parent 372e389922
commit ee67a74394
Signed by: amber
GPG key ID: 094B0E55F98D8BF1
6 changed files with 392 additions and 388 deletions

View file

@ -41,7 +41,8 @@ if ($_POST['act_button'] == "선택수정") {
$exp = explode(".", $_FILES['cl_img']['name'][$k]); $exp = explode(".", $_FILES['cl_img']['name'][$k]);
$exp = $exp[count($exp) - 1]; $exp = $exp[count($exp) - 1];
$image_name = "class_" . time() . "." . $exp; $t = time();
$image_name = "class_{$k}{$t}.{$exp}";
upload_file($_FILES['cl_img']['tmp_name'][$k], $image_name, $class_path); upload_file($_FILES['cl_img']['tmp_name'][$k], $image_name, $class_path);
$image_url = $class_url . "/" . $image_name; $image_url = $class_url . "/" . $image_name;
@ -50,10 +51,10 @@ if ($_POST['act_button'] == "선택수정") {
} }
$sql = " update {$g5['class_table']} $sql = " update {$g5['class_table']}
set cl_name = '{$_POST['cl_name'][$k]}', set cl_name = '{$_POST['cl_name'][$k]}',
cl_auth = '{$_POST['cl_auth'][$k]}' cl_auth = '{$_POST['cl_auth'][$k]}'
{$sql_common} {$sql_common}
"; ";
$sql .= " where cl_id = '{$_POST['cl_id'][$k]}' "; $sql .= " where cl_id = '{$_POST['cl_id'][$k]}' ";
sql_query($sql); sql_query($sql);

View file

@ -22,7 +22,8 @@ if ($img = $_FILES['cl_img']['name']) {
$exp = explode(".", $_FILES['cl_img']['name']); $exp = explode(".", $_FILES['cl_img']['name']);
$exp = $exp[count($exp) - 1]; $exp = $exp[count($exp) - 1];
$image_name = "class_" . time() . "." . $exp; $t = time();
$image_name = "class_c{$t}.{$exp}";
upload_file($_FILES['cl_img']['tmp_name'], $image_name, $class_path); upload_file($_FILES['cl_img']['tmp_name'], $image_name, $class_path);
$image_url = $class_url . "/" . $image_name; $image_url = $class_url . "/" . $image_name;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View file

@ -41,7 +41,8 @@ if ($_POST['act_button'] == "선택수정") {
$exp = explode(".", $_FILES['si_img']['name'][$k]); $exp = explode(".", $_FILES['si_img']['name'][$k]);
$exp = $exp[count($exp) - 1]; $exp = $exp[count($exp) - 1];
$image_name = "side_" . time() . "." . $exp; $t = time();
$image_name = "side_{$k}{$t}.{$exp}";
upload_file($_FILES['si_img']['tmp_name'][$k], $image_name, $side_path); upload_file($_FILES['si_img']['tmp_name'][$k], $image_name, $side_path);
$image_url = $side_url . "/" . $image_name; $image_url = $side_url . "/" . $image_name;

View file

@ -22,7 +22,8 @@ if ($img = $_FILES['si_img']['name']) {
$exp = explode(".", $_FILES['si_img']['name']); $exp = explode(".", $_FILES['si_img']['name']);
$exp = $exp[count($exp) - 1]; $exp = $exp[count($exp) - 1];
$image_name = "side_" . time() . "." . $exp; $t = time();
$image_name = "side_s{$t}.{$exp}";
upload_file($_FILES['si_img']['tmp_name'], $image_name, $side_path); upload_file($_FILES['si_img']['tmp_name'], $image_name, $side_path);
$image_url = $side_url . "/" . $image_name; $image_url = $side_url . "/" . $image_name;

View file

@ -1,380 +1,380 @@
<?xml version="1.0" encoding="utf-8"?> <?phpxml version="1.0" encoding="utf-8"?>
<!-- <!--
// ================================================================ // ================================================================
// CHEditor Template // CHEditor Template
// ================================================================ // ================================================================
--> -->
<Template> <Template>
<Container> <Container>
<Html> <Html>
<![CDATA[ <![CDATA[
<div class="cheditor-container"> <div class="cheditor-container">
<div id="toolbar" style="padding:4px;height:47px"></div> <div id="toolbar" style="padding:4px;height:47px"></div>
<div id="editWrapper" class="cheditor-editarea-wrapper"> <div id="editWrapper" class="cheditor-editarea-wrapper">
<iframe frameborder="0" class="cheditor-editarea"></iframe> <iframe frameborder="0" class="cheditor-editarea"></iframe>
<textarea class="cheditor-editarea-text-content" spellcheck="false"></textarea> <textarea class="cheditor-editarea-text-content" spellcheck="false"></textarea>
</div> </div>
<div id="modifyBlock" class="cheditor-modify-block"></div> <div id="modifyBlock" class="cheditor-modify-block"></div>
<div id="tagPath" class="cheditor-tag-path"> <div id="tagPath" class="cheditor-tag-path">
<span class="cheditor-status-bar">&lt;html&gt; </span> <span class="cheditor-status-bar">&lt;html&gt; </span>
</div> </div>
<div id="resizeBar" class="cheditor-resizebar"></div> <div id="resizeBar" class="cheditor-resizebar"></div>
<div id="viewMode" class="cheditor-viewmode"> <div id="viewMode" class="cheditor-viewmode">
<div id="rich" class="cheditor-tab-rich" title="입력 모드" alt="">&#160;</div> <div id="rich" class="cheditor-tab-rich" title="입력 모드" alt="">&#160;</div>
<div id="code" class="cheditor-tab-code-off" title="HTML 편집" alt="">&#160;</div> <div id="code" class="cheditor-tab-code-off" title="HTML 편집" alt="">&#160;</div>
<div id="preview" class="cheditor-tab-preview-off" title="미리 보기" alt="">&#160;</div> <div id="preview" class="cheditor-tab-preview-off" title="미리 보기" alt="">&#160;</div>
</div> </div>
</div> </div>
]]> ]]>
</Html> </Html>
</Container> </Container>
<PopupWindow> <PopupWindow>
<Html> <Html>
<![CDATA[ <![CDATA[
<div class="cheditor-popup-window" onselectstart="return false"> <div class="cheditor-popup-window" onselectstart="return false">
<div class="cheditor-popup-drag-handle"> <div class="cheditor-popup-drag-handle">
<div class="cheditor-popup-titlebar"> <div class="cheditor-popup-titlebar">
<span><label class="cheditor-popup-title"></label></span> <span><label class="cheditor-popup-title"></label></span>
</div> </div>
</div> </div>
<div class="cheditor-popup-cframe" id="cheditor-popup-cframe"></div> <div class="cheditor-popup-cframe" id="cheditor-popup-cframe"></div>
</div> </div>
]]> ]]>
</Html> </Html>
</PopupWindow> </PopupWindow>
<Toolbar> <Toolbar>
<Image file="toolbar.png" /> <Image file="toolbar.png" />
<Group name="Print"> <Group name="Print">
<Button name="Print" tooltip="인쇄"> <Button name="Print" tooltip="인쇄">
<Attribute class="cheditor-tb-bg" width="24" height="23"> <Attribute class="cheditor-tb-bg" width="24" height="23">
<Icon position="0" width="16" class="cheditor-tb-icon" margin="4px" /> <Icon position="0" width="16" class="cheditor-tb-icon" margin="4px" />
<Execution method="doCmd" value="Print" /> <Execution method="doCmd" value="Print" />
</Attribute> </Attribute>
</Button> </Button>
<Button name="NewDocument" tooltip="새 문서"> <Button name="NewDocument" tooltip="새 문서">
<Attribute class="cheditor-tb-bg" width="23" height="23"> <Attribute class="cheditor-tb-bg" width="23" height="23">
<Icon position="16" width="16" class="cheditor-tb-icon" /> <Icon position="16" width="16" class="cheditor-tb-icon" />
<Execution method="doCmd" value="NewDocument" /> <Execution method="doCmd" value="NewDocument" />
</Attribute> </Attribute>
</Button> </Button>
</Group> </Group>
<Group name="Undo"> <Group name="Undo">
<Button name="Undo" tooltip="되돌리기"> <Button name="Undo" tooltip="되돌리기">
<Attribute class="cheditor-tb-bg" width="24" height="23"> <Attribute class="cheditor-tb-bg" width="24" height="23">
<Icon position="32" width="16" class="cheditor-tb-icon" margin="4px" /> <Icon position="32" width="16" class="cheditor-tb-icon" margin="4px" />
<Execution method="doCmd" value="Undo" /> <Execution method="doCmd" value="Undo" />
</Attribute> </Attribute>
</Button> </Button>
<Button name="Redo" tooltip="다시 실행"> <Button name="Redo" tooltip="다시 실행">
<Attribute class="cheditor-tb-bg" width="23" height="23"> <Attribute class="cheditor-tb-bg" width="23" height="23">
<Icon position="48" width="16" class="cheditor-tb-icon" /> <Icon position="48" width="16" class="cheditor-tb-icon" />
<Execution method="doCmd" value="Redo" /> <Execution method="doCmd" value="Redo" />
</Attribute> </Attribute>
</Button> </Button>
</Group> </Group>
<Group name="Edit"> <Group name="Edit">
<Button name="Copy" tooltip="복사하기"> <Button name="Copy" tooltip="복사하기">
<Attribute class="cheditor-tb-bg" width="24" height="23" check="1"> <Attribute class="cheditor-tb-bg" width="24" height="23" check="1">
<Icon position="64" width="16" class="cheditor-tb-icon" margin="4px" /> <Icon position="64" width="16" class="cheditor-tb-icon" margin="4px" />
<Execution method="doCmd" value="Copy" /> <Execution method="doCmd" value="Copy" />
</Attribute> </Attribute>
</Button> </Button>
<Button name="Cut" tooltip="오려두기"> <Button name="Cut" tooltip="오려두기">
<Attribute class="cheditor-tb-bg" width="23" height="23" check="1"> <Attribute class="cheditor-tb-bg" width="23" height="23" check="1">
<Icon position="80" width="16" class="cheditor-tb-icon" /> <Icon position="80" width="16" class="cheditor-tb-icon" />
<Execution method="doCmd" value="Cut" /> <Execution method="doCmd" value="Cut" />
</Attribute> </Attribute>
</Button> </Button>
<Button name="Paste" tooltip="텍스트로 붙이기"> <Button name="Paste" tooltip="텍스트로 붙이기">
<Attribute class="cheditor-tb-bg" width="23" height="23"> <Attribute class="cheditor-tb-bg" width="23" height="23">
<Icon position="96" width="16" class="cheditor-tb-icon" /> <Icon position="96" width="16" class="cheditor-tb-icon" />
<Execution method="doCmd" value="Paste" /> <Execution method="doCmd" value="Paste" />
</Attribute> </Attribute>
</Button> </Button>
<Button name="PasteFromWord" tooltip="MS 워드 붙이기"> <Button name="PasteFromWord" tooltip="MS 워드 붙이기">
<Attribute class="cheditor-tb-bg" width="23" height="23"> <Attribute class="cheditor-tb-bg" width="23" height="23">
<Icon position="112" width="16" class="cheditor-tb-icon" /> <Icon position="112" width="16" class="cheditor-tb-icon" />
<Execution method="doCmd" value="PasteFromWord" /> <Execution method="doCmd" value="PasteFromWord" />
</Attribute> </Attribute>
</Button> </Button>
<Button name="SelectAll" tooltip="전체 선택"> <Button name="SelectAll" tooltip="전체 선택">
<Attribute class="cheditor-tb-bg" width="23" height="23"> <Attribute class="cheditor-tb-bg" width="23" height="23">
<Icon position="128" width="16" class="cheditor-tb-icon" /> <Icon position="128" width="16" class="cheditor-tb-icon" />
<Execution method="doCmd" value="SelectAll" /> <Execution method="doCmd" value="SelectAll" />
</Attribute> </Attribute>
</Button> </Button>
</Group> </Group>
<Group name="Color"> <Group name="Color">
<Button name="BackColor" tooltip="형광펜"> <Button name="BackColor" tooltip="형광펜">
<Attribute class="cheditor-tb-bg30" width="30" default="#fff" height="23" check="1"> <Attribute class="cheditor-tb-bg30" width="30" default="#fff" height="23" check="1">
<Icon position="240" width="23" class="cheditor-tb-icon23" /> <Icon position="240" width="23" class="cheditor-tb-icon23" />
<Execution method="showPulldown" value="BackColor" /> <Execution method="showPulldown" value="BackColor" />
</Attribute> </Attribute>
</Button> </Button>
<Button name="ForeColor" tooltip="글자색"> <Button name="ForeColor" tooltip="글자색">
<Attribute class="cheditor-tb-bg30" width="30" default="#000" height="23" check="1"> <Attribute class="cheditor-tb-bg30" width="30" default="#000" height="23" check="1">
<Icon position="263" width="23" class="cheditor-tb-icon23" /> <Icon position="263" width="23" class="cheditor-tb-icon23" />
<Execution method="showPulldown" value="ForeColor" /> <Execution method="showPulldown" value="ForeColor" />
</Attribute> </Attribute>
</Button> </Button>
</Group> </Group>
<Group name="Format"> <Group name="Format">
<Button name="Bold" tooltip="진하게"> <Button name="Bold" tooltip="진하게">
<Attribute class="cheditor-tb-bg" width="24" height="23" check="1"> <Attribute class="cheditor-tb-bg" width="24" height="23" check="1">
<Icon position="144" width="16" class="cheditor-tb-icon" margin="4px" /> <Icon position="144" width="16" class="cheditor-tb-icon" margin="4px" />
<Execution method="doCmd" value="Bold" /> <Execution method="doCmd" value="Bold" />
</Attribute> </Attribute>
</Button> </Button>
<Button name="Italic" tooltip="기울임"> <Button name="Italic" tooltip="기울임">
<Attribute class="cheditor-tb-bg" width="23" height="23" check="1"> <Attribute class="cheditor-tb-bg" width="23" height="23" check="1">
<Icon position="160" width="16" class="cheditor-tb-icon" /> <Icon position="160" width="16" class="cheditor-tb-icon" />
<Execution method="doCmd" value="Italic" /> <Execution method="doCmd" value="Italic" />
</Attribute> </Attribute>
</Button> </Button>
<Button name="Underline" tooltip="밑줄"> <Button name="Underline" tooltip="밑줄">
<Attribute class="cheditor-tb-bg" width="23" height="23" check="1"> <Attribute class="cheditor-tb-bg" width="23" height="23" check="1">
<Icon position="176" width="16" class="cheditor-tb-icon" /> <Icon position="176" width="16" class="cheditor-tb-icon" />
<Execution method="doCmd" value="Underline" /> <Execution method="doCmd" value="Underline" />
</Attribute> </Attribute>
</Button> </Button>
<Button name="Strikethrough" tooltip="취소선"> <Button name="Strikethrough" tooltip="취소선">
<Attribute class="cheditor-tb-bg" width="23" height="23" check="1"> <Attribute class="cheditor-tb-bg" width="23" height="23" check="1">
<Icon position="192" width="16" class="cheditor-tb-icon" /> <Icon position="192" width="16" class="cheditor-tb-icon" />
<Execution method="doCmd" value="Strikethrough" /> <Execution method="doCmd" value="Strikethrough" />
</Attribute> </Attribute>
</Button> </Button>
<Button name="Superscript" tooltip="위 첨자"> <Button name="Superscript" tooltip="위 첨자">
<Attribute class="cheditor-tb-bg" width="23" height="23" use="" check="1"> <Attribute class="cheditor-tb-bg" width="23" height="23" use="" check="1">
<Icon position="208" width="16" class="cheditor-tb-icon" /> <Icon position="208" width="16" class="cheditor-tb-icon" />
<Execution method="doCmd" value="Superscript" /> <Execution method="doCmd" value="Superscript" />
</Attribute> </Attribute>
</Button> </Button>
<Button name="Subscript" tooltip="아래 첨자"> <Button name="Subscript" tooltip="아래 첨자">
<Attribute class="cheditor-tb-bg" width="23" height="23" use="" check="1"> <Attribute class="cheditor-tb-bg" width="23" height="23" use="" check="1">
<Icon position="224" width="16" class="cheditor-tb-icon" /> <Icon position="224" width="16" class="cheditor-tb-icon" />
<Execution method="doCmd" value="Subscript" /> <Execution method="doCmd" value="Subscript" />
</Attribute> </Attribute>
</Button> </Button>
</Group> </Group>
<Group name="Alignment"> <Group name="Alignment">
<Button name="JustifyLeft" tooltip="왼쪽 정렬"> <Button name="JustifyLeft" tooltip="왼쪽 정렬">
<Attribute class="cheditor-tb-bg" width="24" height="23" check="1"> <Attribute class="cheditor-tb-bg" width="24" height="23" check="1">
<Icon position="286" width="16" class="cheditor-tb-icon" margin="4px" /> <Icon position="286" width="16" class="cheditor-tb-icon" margin="4px" />
<Execution method="doCmd" value="JustifyLeft" /> <Execution method="doCmd" value="JustifyLeft" />
</Attribute> </Attribute>
</Button> </Button>
<Button name="JustifyCenter" tooltip="가운데 정렬"> <Button name="JustifyCenter" tooltip="가운데 정렬">
<Attribute class="cheditor-tb-bg" width="23" height="23" check="1"> <Attribute class="cheditor-tb-bg" width="23" height="23" check="1">
<Icon position="302" width="16" class="cheditor-tb-icon" /> <Icon position="302" width="16" class="cheditor-tb-icon" />
<Execution method="doCmd" value="JustifyCenter" /> <Execution method="doCmd" value="JustifyCenter" />
</Attribute> </Attribute>
</Button> </Button>
<Button name="JustifyRight" tooltip="오른쪽 정렬"> <Button name="JustifyRight" tooltip="오른쪽 정렬">
<Attribute class="cheditor-tb-bg" width="23" height="23" check="1"> <Attribute class="cheditor-tb-bg" width="23" height="23" check="1">
<Icon position="318" width="16" class="cheditor-tb-icon" /> <Icon position="318" width="16" class="cheditor-tb-icon" />
<Execution method="doCmd" value="JustifyRight" /> <Execution method="doCmd" value="JustifyRight" />
</Attribute> </Attribute>
</Button> </Button>
<Button name="JustifyFull" tooltip="양쪽 정렬"> <Button name="JustifyFull" tooltip="양쪽 정렬">
<Attribute class="cheditor-tb-bg" width="23" height="23" check="1"> <Attribute class="cheditor-tb-bg" width="23" height="23" check="1">
<Icon position="334" width="16" class="cheditor-tb-icon" /> <Icon position="334" width="16" class="cheditor-tb-icon" />
<Execution method="doCmd" value="JustifyFull" /> <Execution method="doCmd" value="JustifyFull" />
</Attribute> </Attribute>
</Button> </Button>
</Group> </Group>
<Group name="List"> <Group name="List">
<Button name="OrderedList" tooltip="문단 번호"> <Button name="OrderedList" tooltip="문단 번호">
<Attribute class="cheditor-tb-bg" width="24" height="23" check="1" type="combo"> <Attribute class="cheditor-tb-bg" width="24" height="23" check="1" type="combo">
<Icon position="350" width="16" class="cheditor-tb-icon" margin="4px" /> <Icon position="350" width="16" class="cheditor-tb-icon" margin="4px" />
<Execution method="doCmd" value="InsertOrderedList" /> <Execution method="doCmd" value="InsertOrderedList" />
</Attribute> </Attribute>
</Button> </Button>
<Button name="OrderedListCombo" tooltip="문단 번호 확장"> <Button name="OrderedListCombo" tooltip="문단 번호 확장">
<Attribute class="cheditor-tb-bgcombo" width="10" height="23" type="combobox" node="OrderedList"> <Attribute class="cheditor-tb-bgcombo" width="10" height="23" type="combobox" node="OrderedList">
<Icon width="10" class="cheditor-tb-combo" margin="0px" /> <Icon width="10" class="cheditor-tb-combo" margin="0px" />
<Execution method="showPulldown" value="OrderedList" /> <Execution method="showPulldown" value="OrderedList" />
</Attribute> </Attribute>
</Button> </Button>
<Button name="UnOrderedList" tooltip="글 머리표"> <Button name="UnOrderedList" tooltip="글 머리표">
<Attribute class="cheditor-tb-bg" width="23" height="23" check="1" type="combo"> <Attribute class="cheditor-tb-bg" width="23" height="23" check="1" type="combo">
<Icon position="366" width="16" class="cheditor-tb-icon" /> <Icon position="366" width="16" class="cheditor-tb-icon" />
<Execution method="doCmd" value="InsertUnOrderedList" /> <Execution method="doCmd" value="InsertUnOrderedList" />
</Attribute> </Attribute>
</Button> </Button>
<Button name="UnOrderedListCombo" tooltip="글 머리표 확장"> <Button name="UnOrderedListCombo" tooltip="글 머리표 확장">
<Attribute class="cheditor-tb-bgcombo" width="10" height="23" type="combobox" node="UnOrderedList"> <Attribute class="cheditor-tb-bgcombo" width="10" height="23" type="combobox" node="UnOrderedList">
<Icon width="10" class="cheditor-tb-combo" margin="0px" /> <Icon width="10" class="cheditor-tb-combo" margin="0px" />
<Execution method="showPulldown" value="UnOrderedList" /> <Execution method="showPulldown" value="UnOrderedList" />
</Attribute> </Attribute>
</Button> </Button>
</Group> </Group>
<Group name="Outdent"> <Group name="Outdent">
<Button name="Outdent" tooltip="왼쪽 여백 줄이기"> <Button name="Outdent" tooltip="왼쪽 여백 줄이기">
<Attribute class="cheditor-tb-bg" width="24" height="23"> <Attribute class="cheditor-tb-bg" width="24" height="23">
<Icon position="382" width="16" class="cheditor-tb-icon" /> <Icon position="382" width="16" class="cheditor-tb-icon" />
<Execution method="doCmd" value="Outdent" /> <Execution method="doCmd" value="Outdent" />
</Attribute> </Attribute>
</Button> </Button>
<Button name="Indent" tooltip="왼쪽 여백 늘이기"> <Button name="Indent" tooltip="왼쪽 여백 늘이기">
<Attribute class="cheditor-tb-bg" width="23" height="23"> <Attribute class="cheditor-tb-bg" width="23" height="23">
<Icon position="398" width="16" class="cheditor-tb-icon" /> <Icon position="398" width="16" class="cheditor-tb-icon" />
<Execution method="doCmd" value="Indent" /> <Execution method="doCmd" value="Indent" />
</Attribute> </Attribute>
</Button> </Button>
</Group> </Group>
<Group name="Split"> <Group name="Split">
</Group> </Group>
<Group name="FormatBlock"> <Group name="FormatBlock">
<Button name="FormatBlock" tooltip="스타일"> <Button name="FormatBlock" tooltip="스타일">
<Attribute class="cheditor-tb-bg55" width="55" height="23" check="1"> <Attribute class="cheditor-tb-bg55" width="55" height="23" check="1">
<Icon class="cheditor-tb-text" alt="스타일" /> <Icon class="cheditor-tb-text" alt="스타일" />
<Execution method="showPulldown" value="FormatBlock" /> <Execution method="showPulldown" value="FormatBlock" />
</Attribute> </Attribute>
</Button> </Button>
</Group> </Group>
<Group name="FontName"> <Group name="FontName">
<Button name="FontName" tooltip="글꼴"> <Button name="FontName" tooltip="글꼴">
<Attribute class="cheditor-tb-bg55" width="55" height="23" check="1"> <Attribute class="cheditor-tb-bg55" width="55" height="23" check="1">
<Icon class="cheditor-tb-text" alt="굴림" /> <Icon class="cheditor-tb-text" alt="굴림" />
<Execution method="showPulldown" value="FontName" /> <Execution method="showPulldown" value="FontName" />
</Attribute> </Attribute>
</Button> </Button>
</Group> </Group>
<Group name="FontSize"> <Group name="FontSize">
<Button name="FontSize" tooltip="글꼴 크기"> <Button name="FontSize" tooltip="글꼴 크기">
<Attribute class="cheditor-tb-bg40" width="41" height="23" check="1"> <Attribute class="cheditor-tb-bg40" width="41" height="23" check="1">
<Icon class="cheditor-tb-text" alt="9pt" /> <Icon class="cheditor-tb-text" alt="9pt" />
<Execution method="showPulldown" value="FontSize" /> <Execution method="showPulldown" value="FontSize" />
</Attribute> </Attribute>
</Button> </Button>
</Group> </Group>
<Group name="LineHeight"> <Group name="LineHeight">
<Button name="LineHeight" tooltip="줄 간격"> <Button name="LineHeight" tooltip="줄 간격">
<Attribute class="cheditor-tb-bg55" width="55" height="23" check="1"> <Attribute class="cheditor-tb-bg55" width="55" height="23" check="1">
<Icon class="cheditor-tb-text" alt="줄 간격" /> <Icon class="cheditor-tb-text" alt="줄 간격" />
<Execution method="showPulldown" value="LineHeight" /> <Execution method="showPulldown" value="LineHeight" />
</Attribute> </Attribute>
</Button> </Button>
</Group> </Group>
<Group name="RemoveFormat"> <Group name="RemoveFormat">
<Button name="RemoveFormat" tooltip="서식 지우기"> <Button name="RemoveFormat" tooltip="서식 지우기">
<Attribute class="cheditor-tb-bg" width="24" height="23"> <Attribute class="cheditor-tb-bg" width="24" height="23">
<Icon position="414" width="16" class="cheditor-tb-icon" margin="4px" /> <Icon position="414" width="16" class="cheditor-tb-icon" margin="4px" />
<Execution method="doCmd" value="RemoveFormat" /> <Execution method="doCmd" value="RemoveFormat" />
</Attribute> </Attribute>
</Button> </Button>
<Button name="ClearTag" tooltip="모든 HTML 태그 제거"> <Button name="ClearTag" tooltip="모든 HTML 태그 제거">
<Attribute class="cheditor-tb-bg" width="23" height="23"> <Attribute class="cheditor-tb-bg" width="23" height="23">
<Icon position="430" width="16" class="cheditor-tb-icon" /> <Icon position="430" width="16" class="cheditor-tb-icon" />
<Execution method="doCmd" value="ClearTag" /> <Execution method="doCmd" value="ClearTag" />
</Attribute> </Attribute>
</Button> </Button>
</Group> </Group>
<Group name="Insert"> <Group name="Insert">
<Button name="TextBlock" tooltip="글 상자"> <Button name="TextBlock" tooltip="글 상자">
<Attribute class="cheditor-tb-bg" width="24" height="23" check="1"> <Attribute class="cheditor-tb-bg" width="24" height="23" check="1">
<Icon position="446" width="16" class="cheditor-tb-icon" margin="4px" /> <Icon position="446" width="16" class="cheditor-tb-icon" margin="4px" />
<Execution method="showPulldown" value="TextBlock" /> <Execution method="showPulldown" value="TextBlock" />
</Attribute> </Attribute>
</Button> </Button>
<Button name="Symbol" tooltip="특수 문자"> <Button name="Symbol" tooltip="특수 문자">
<Attribute class="cheditor-tb-bg" width="23" height="23"> <Attribute class="cheditor-tb-bg" width="23" height="23">
<Icon position="462" width="16" class="cheditor-tb-icon" /> <Icon position="462" width="16" class="cheditor-tb-icon" />
<Execution method="windowOpen" value="Symbol" /> <Execution method="windowOpen" value="Symbol" />
</Attribute> </Attribute>
</Button> </Button>
<Button name="HR" tooltip="가로줄"> <Button name="HR" tooltip="가로줄">
<Attribute class="cheditor-tb-bg" width="23" height="23"> <Attribute class="cheditor-tb-bg" width="23" height="23">
<Icon position="478" width="16" class="cheditor-tb-icon" /> <Icon position="478" width="16" class="cheditor-tb-icon" />
<Execution method="doCmd" value="InsertHorizontalRule" /> <Execution method="doCmd" value="InsertHorizontalRule" />
</Attribute> </Attribute>
</Button> </Button>
<Button name="SmileyIcon" tooltip="표정 아이콘"> <Button name="SmileyIcon" tooltip="표정 아이콘">
<Attribute class="cheditor-tb-bg" width="23" height="23"> <Attribute class="cheditor-tb-bg" width="23" height="23">
<Icon position="494" width="16" class="cheditor-tb-icon" /> <Icon position="494" width="16" class="cheditor-tb-icon" />
<Execution method="windowOpen" value="EmotionIcon" /> <Execution method="windowOpen" value="EmotionIcon" />
</Attribute> </Attribute>
</Button> </Button>
</Group> </Group>
<Group name="Table"> <Group name="Table">
<Button name="Table" tooltip="표 만들기"> <Button name="Table" tooltip="표 만들기">
<Attribute class="cheditor-tb-bg" width="24" height="23"> <Attribute class="cheditor-tb-bg" width="24" height="23">
<Icon position="510" width="16" class="cheditor-tb-icon" margin="4px" /> <Icon position="510" width="16" class="cheditor-tb-icon" margin="4px" />
<Execution method="windowOpen" value="Table" /> <Execution method="windowOpen" value="Table" />
</Attribute> </Attribute>
</Button> </Button>
<Button name="ModifyTable" tooltip="표 수정"> <Button name="ModifyTable" tooltip="표 수정">
<Attribute class="cheditor-tb-bg" width="23" height="23"> <Attribute class="cheditor-tb-bg" width="23" height="23">
<Icon position="526" width="16" class="cheditor-tb-icon" /> <Icon position="526" width="16" class="cheditor-tb-icon" />
<Execution method="windowOpen" value="ModifyTable" /> <Execution method="windowOpen" value="ModifyTable" />
</Attribute> </Attribute>
</Button> </Button>
<Button name="Layout" tooltip="레이아웃"> <Button name="Layout" tooltip="레이아웃">
<Attribute class="cheditor-tb-bg" width="23" height="23"> <Attribute class="cheditor-tb-bg" width="23" height="23">
<Icon position="542" width="16" class="cheditor-tb-icon" /> <Icon position="542" width="16" class="cheditor-tb-icon" />
<Execution method="windowOpen" value="Layout" /> <Execution method="windowOpen" value="Layout" />
</Attribute> </Attribute>
</Button> </Button>
</Group> </Group>
<Group name="Link"> <Group name="Link">
<Button name="Link" tooltip="하이퍼링크"> <Button name="Link" tooltip="하이퍼링크">
<Attribute class="cheditor-tb-bg" width="24" height="23"> <Attribute class="cheditor-tb-bg" width="24" height="23">
<Icon position="558" width="16" class="cheditor-tb-icon" margin="4px" /> <Icon position="558" width="16" class="cheditor-tb-icon" margin="4px" />
<Execution method="windowOpen" value="Link" /> <Execution method="windowOpen" value="Link" />
</Attribute> </Attribute>
</Button> </Button>
<Button name="UnLink" tooltip="하이퍼링크 없애기"> <Button name="UnLink" tooltip="하이퍼링크 없애기">
<Attribute class="cheditor-tb-bg" width="23" height="23" check="1"> <Attribute class="cheditor-tb-bg" width="23" height="23" check="1">
<Icon position="574" width="16" class="cheditor-tb-icon" /> <Icon position="574" width="16" class="cheditor-tb-icon" />
<Execution method="doCmd" value="UnLink" /> <Execution method="doCmd" value="UnLink" />
</Attribute> </Attribute>
</Button> </Button>
</Group> </Group>
<Group name="ImageUpload"> <Group name="ImageUpload">
<Button name="Image" tooltip="내 PC 사진 넣기"> <Button name="Image" tooltip="내 PC 사진 넣기">
<Attribute class="cheditor-tb-bg44" width="50" height="23"> <Attribute class="cheditor-tb-bg44" width="50" height="23">
<Icon position="590" width="36" class="cheditor-tb-icon36" margin="6px" /> <Icon position="590" width="36" class="cheditor-tb-icon36" margin="6px" />
<Execution method="windowOpen" value="ImageUpload" /> <Execution method="windowOpen" value="ImageUpload" />
</Attribute> </Attribute>
</Button> </Button>
</Group> </Group>
<Group name="ImageWeb"> <Group name="ImageWeb">
<Button name="ImageUrl" tooltip="웹 사진"> <Button name="ImageUrl" tooltip="웹 사진">
<Attribute class="cheditor-tb-bg44" width="50" height="23"> <Attribute class="cheditor-tb-bg44" width="50" height="23">
<Icon position="626" width="36" class="cheditor-tb-icon36" margin="6px" /> <Icon position="626" width="36" class="cheditor-tb-icon36" margin="6px" />
<Execution method="windowOpen" value="ImageUrl" /> <Execution method="windowOpen" value="ImageUrl" />
</Attribute> </Attribute>
</Button> </Button>
</Group> </Group>
<Group name="Media"> <Group name="Media">
<Button name="Flash" tooltip="플래쉬 동영상"> <Button name="Flash" tooltip="플래쉬 동영상">
<Attribute class="cheditor-tb-bg" width="24" height="23"> <Attribute class="cheditor-tb-bg" width="24" height="23">
<Icon position="662" width="16" class="cheditor-tb-icon" margin="4px" /> <Icon position="662" width="16" class="cheditor-tb-icon" margin="4px" />
<Execution method="windowOpen" value="FlashMovie" /> <Execution method="windowOpen" value="FlashMovie" />
</Attribute> </Attribute>
</Button> </Button>
<Button name="Media" tooltip="미디어"> <Button name="Media" tooltip="미디어">
<Attribute class="cheditor-tb-bg" width="23" height="23"> <Attribute class="cheditor-tb-bg" width="23" height="23">
<Icon position="678" width="16" class="cheditor-tb-icon" /> <Icon position="678" width="16" class="cheditor-tb-icon" />
<Execution method="windowOpen" value="Embed" /> <Execution method="windowOpen" value="Embed" />
</Attribute> </Attribute>
</Button> </Button>
<Button name="Map" tooltip="지도"> <Button name="Map" tooltip="지도">
<Attribute class="cheditor-tb-bg" width="23" height="23"> <Attribute class="cheditor-tb-bg" width="23" height="23">
<Icon position="694" width="16" class="cheditor-tb-icon" /> <Icon position="694" width="16" class="cheditor-tb-icon" />
<Execution method="windowOpen" value="GoogleMap" /> <Execution method="windowOpen" value="GoogleMap" />
</Attribute> </Attribute>
</Button> </Button>
</Group> </Group>
<Group name="PageBreak"> <Group name="PageBreak">
<Button name="PageBreak" tooltip="인쇄 쪽 나눔"> <Button name="PageBreak" tooltip="인쇄 쪽 나눔">
<Attribute class="cheditor-tb-bg" width="24" height="23"> <Attribute class="cheditor-tb-bg" width="24" height="23">
<Icon position="710" width="16" class="cheditor-tb-icon" margin="4px" /> <Icon position="710" width="16" class="cheditor-tb-icon" margin="4px" />
<Execution method="doCmd" value="PageBreak" /> <Execution method="doCmd" value="PageBreak" />
</Attribute> </Attribute>
</Button> </Button>
</Group> </Group>
</Toolbar> </Toolbar>
</Template> </Template>