blob: b06ece02addf66744ccfcfab4d0ce61e1f1dd3d7 (
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="編輯個人廣告" name="panel_edit_classified">
<panel.string name="location_notice">
(儲存後將會更新)
</panel.string>
<string name="publish_label">
發布
</string>
<string name="save_label">
儲存
</string>
<text name="title">
編輯個人廣告
</text>
<scroll_container name="profile_scroll">
<panel name="scroll_content_panel">
<panel name="snapshot_panel">
<icon label="" name="edit_icon" tool_tip="點按以選擇圖像"/>
</panel>
<text name="Name:">
標題:
</text>
<text name="description_label">
描述:
</text>
<text name="location_label">
位置:
</text>
<text name="classified_location">
載入中...
</text>
<button label="設定為目前位置" name="set_to_curr_location_btn"/>
<text name="category_label" value="分類:"/>
<text name="content_type_label" value="內容類型:"/>
<icons_combo_box label="一般普級內容" name="content_type">
<icons_combo_box.item label="適度成人內容" name="mature_ci" value="適度成人"/>
<icons_combo_box.item label="一般普級內容" name="pg_ci" value="一般普級"/>
</icons_combo_box>
<check_box label="每星期自動續訂" name="auto_renew"/>
<text name="price_for_listing_label" value="刊登費:"/>
<spinner label="L$" name="price_for_listing" tool_tip="刊登費。" value="50"/>
</panel>
</scroll_container>
<panel label="bottom_panel" name="bottom_panel">
<layout_stack name="bottom_panel_ls">
<layout_panel name="save_changes_btn_lp">
<button label="[LABEL]" name="save_changes_btn"/>
</layout_panel>
<layout_panel name="show_on_map_btn_lp">
<button label="取消" name="cancel_btn"/>
</layout_panel>
</layout_stack>
</panel>
</panel>
|