blob: 14e04d5691d0cd92fb06a049a31a6194215221ef (
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
26
27
28
29
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="panel_classified_info">
<panel.string name="type_mature">
控えめ
</panel.string>
<panel.string name="type_pg">
一般コンテンツ
</panel.string>
<panel.string name="l$_price">
L$ [PRICE]
</panel.string>
<text name="title" value="クラシファイド広告情報"/>
<scroll_container name="profile_scroll">
<panel name="scroll_content_panel">
<text_editor name="classified_name" value="[name]"/>
<text_editor name="classified_location" value="[loading...]"/>
<text_editor name="content_type" value="[content type]"/>
<text_editor name="category" value="[category]"/>
<check_box label="毎週自動更新" name="auto_renew"/>
<text_editor name="price_for_listing" tool_tip="掲載価格"/>
<text_editor name="classified_desc" value="[description]"/>
</panel>
</scroll_container>
<panel name="buttons">
<button label="テレポート" name="teleport_btn"/>
<button label="地図" name="show_on_map_btn"/>
<button label="編集" name="edit_btn"/>
</panel>
</panel>
|