blob: fcda31eb0fba02c0d8c461fd21656b2e7cc19f02 (
plain)
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="Classified" title="광고">
<line_editor name="given_name_editor"
tool_tip="이름은 문장 부호가 아닌 문자 또는 숫자로 시작되어야 합니다." />
<line_editor name="location_editor"
tool_tip="현재 광고에 대한 위치를 현재 위치로 설정합니다." />
<button label="장소 설정" name="set_location_btn" />
<button label="텔리포트" name="classified_teleport_btn" />
<button label="지도" name="classified_map_btn" />
<combo_box label="" name="classified_category_combo" />
<check_box label="성인용" name="classified_mature_check" />
<text name="classified_info_text"
tool_tip="광고에 대한 지불액이 높을수록 목록에서 더 위에 표시됩니다.">
게재 광고: 게시 예정
</text>
<text name="click_through_text"
tool_tip="광고가 게재된 이후 각 버튼을 클릭한 전체 수.">
클릭:
</text>
<button label="게시..." name="classified_update_btn" />
<check_box label="매주 자동 갱신" name="auto_renew_check" />
<text name="ad_placed_paid">
광고 공고: [DATE], 광고 기제를 위해 L$[AMT] 지불.
</text>
</panel>
|