-
Notifications
You must be signed in to change notification settings - Fork 5
/
bookings_item_select_chx.html
108 lines (88 loc) · 1.75 KB
/
bookings_item_select_chx.html
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!--{toplogo}-->
<div class="pageContentInner">
<div style="margin-bottom: 20px;" id="formLinks">
<!--{prevpage}-->
</div>
<h1 class="pageHeader">
<!--{record_info}-->
</h1>
<!--{iferr}-->
<div class="errormessage">
<!--{error_msg}-->
</div>
<!--{xif}-->
<div id="accessibleForm" class="form2Part bookingForm">
<!--{formbegin}-->
<div class="formLeft">
<!-- these next 4 only apply if BOOKINGS_REPEAT = true -->
<!--{ifrepeat}-->
<!--{repeat}-->
<!--{duration}-->
<!--{xif}-->
<!--{ifitemlist}-->
<fieldset>
<div class="formEntryArea">
<!--{itemlist}-->
</div>
</fieldset>
<!--{xif}-->
<div class="formEntryArea">
开始:
<!--{book_from}-->
</div>
<div class="formEntryArea">
<!--{iflocation}-->
<h2>选择一个地点:</h2>
<!--{location}-->
<!--{xif}-->
</div>
</fieldset>
<!--{ifrepeat}-->
<fieldset>
<div class="formEntryArea">
重覆:
<!--{repeat}-->
</div>
<div class="formEntryArea">
<!--{duration}-->
</div>
</fieldset>
<!--{xif}-->
<!--{ifendtime}-->
<fieldset>
<div class="formEntryArea">
<!--{endtimedayhour}-->
</div>
</fieldset>
<!--{xif}-->
<!--{ifneednote}-->
<fieldset>
<div class="formEntryArea">
<h2>笔记:</h2>
<!--{note}-->
</div>
</fieldset>
<!--{xif}-->
<div class="formButtonArea">
<!--{submit}-->
<!--{cancel}-->
</div>
</div><!-- formLeft -->
<div class="formRight">
<div class="formEntryArea">
<p>
<!--{calendar_legend}-->
</p>
<div class="bookingsCalendar">
<!--{calendar}-->
</div>
<!--{calendar_type}-->
</div>
</div><!-- formRight -->
<!--{formend}-->
<div class="clear"></div>
</div><!-- accessibleForm -->
</div><!-- pageContentInner -->
<!--{botlogo}-->
</body>
</html>