forked from sshwsfc/xadmin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathletter.html
More file actions
110 lines (110 loc) · 6.32 KB
/
letter.html
File metadata and controls
110 lines (110 loc) · 6.32 KB
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
109
110
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<link href="dist/css/bootstrap.css" rel="stylesheet">
<title>英语作文模板轻松背</title>
<style type="text/css">
.segment {
margin: 15px 0;
}
textarea.form-control {font-size: 20px;}
p.help-block {font-size: 18px;}
p.help-block i {color: #CCC;}
</style>
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery.js"></script>
<script src="dist/js/bootstrap.min.js"></script>
<script src="english.js" type="text/javascript"></script>
</head>
<body style="margin: 20px;">
<h2>跟田老师背诵英语模板</h2>
<ul class="nav nav-tabs">
<li class="active"><a href="#invite" data-toggle="tab">Invite</a></li>
<li><a href="#inquiry" data-toggle="tab">Inquiry</a></li>
<li><a href="#complaint" data-toggle="tab">Complaint</a></li>
</ul>
<div class="tab-content">
<div class="tab-pane active" id="invite">
<div class="form-group">
<div class="segment">
<p class="help-block">I am writing the letter on behalf of the <i>Department</i> to invite you to give a <i>lecture in our college</i>.</p>
<textarea class="form-control" rows='2'></textarea>
</div>
<div class="segment">
<p class="help-block">We know that you are an expert on <i>History</i> and have well known both at home and abroad. Therefore, we are expecting to benefit from your experience and wisdom. We would be very grateful if you could give a talk on <i>American History</i> to <i>the students of the Department</i> on <i>Sunday, June 4</i>.</p>
<textarea class="form-control" rows='3'></textarea>
</div>
<div class="segment">
<p class="help-block">It would be highly appreciated if you could confirm your participation at your earliest convenience. We are looking forward to your early reply.</p>
<textarea class="form-control" rows='2'></textarea>
</div>
</div>
</div>
<div class="tab-pane" id="inquiry">
<div class="form-group">
<div class="segment">
<p class="help-block">I am <i>who</i>. I am writing the letter for the purpose of inquiring about some necessary information regarding <i>some thing</i></p>
<textarea class="form-control" rows='2'></textarea>
</div>
<div class="segment">
<p class="help-block">Frist of all, I'm eager to known <i>what kind of ...</i>. Secondly, could you please give me a brief introduction of <i>some thing</i>? Thirdly, I want to enquire about whether <i>A</i> or <i>B</i>. It would be highly appreciated if your could send me some relevant on the above-mentioned aspects.</p>
<textarea class="form-control" rows='3'></textarea>
</div>
<div class="segment">
<p class="help-block">Taking all these factors into consideration, we may reasonably predict that with the rapid and further development of technology, the number of people who _ will continue to climb in the forthcoming years. Therefore, we can safely come to the conclusion that this trend will continue in the future, for it is beneficial not only to individuals but also to the countries.</p>
<textarea class="form-control" rows='7'></textarea>
</div>
</div>
</div>
<div class="tab-pane" id="complaint">
<div class="form-group">
<div class="segment">
<p class="help-block">I am writing the letter for the purpose of makeing a complaint about <i>your pruduct</i>. It was somewhat irritating to find that <i>the product</i> was totally unacceptable.</p>
<textarea class="form-control" rows='2'></textarea>
</div>
<div class="segment">
<p class="help-block">There are mainly three reasons for my dissatisfaction with <i>the product</i>. For one thing, <i>one thing</i>. For another thing, <i>other thing</i>. What's more, <i>other thing</i>. Therefore, I wish to exchange it for another <i>product</i> or declare a refund.</p>
<textarea class="form-control" rows='3'></textarea>
</div>
<div class="segment">
<p class="help-block">It would be highly appreciated if you could take my problems into careful consideration and give your due attation. I'm looking forward to your prompt reply.</p>
<textarea class="form-control" rows='2'></textarea>
</div>
</div>
</div>
<div class="tab-pane" id="suggestion">
<div class="form-group">
<div class="segment">
<p class="help-block">I am writing to express my views concerning <i>some thing</i>. In the first place, I would like to express my thanks to you for everything you have been given to us. Meanwhile, I also want to make some proposals to better <i>improve some thing</i>.</p>
<textarea class="form-control" rows='2'></textarea>
</div>
<div class="segment">
<p class="help-block">First and foremost, we are in urgent need of <i>some thing</i>. Beside, it is necessary to <i>some thing</i>. Last but not least, <i>some thing</i> should be provided.</p>
<textarea class="form-control" rows='3'></textarea>
</div>
<div class="segment">
<p class="help-block">It would be highly appreciate it if my proposals could be kindly considered and further improvements could be make in this regards. I'm looking forward to your early reply.</p>
<textarea class="form-control" rows='2'></textarea>
</div>
</div>
</div>
<div class="tab-pane" id="apologizing">
<div class="form-group">
<div class="segment">
<p class="help-block">I'm writing this letter for the purpose of apologizing to you for <i>some thing</i>. Had I paid more attation then, I wouldn't have made such a stupid mistake.</p>
<textarea class="form-control" rows='2'></textarea>
</div>
<div class="segment">
<p class="help-block">Now somethine must be done to solve the problem. First of all,...</p>
<textarea class="form-control" rows='3'></textarea>
</div>
<div class="segment">
<p class="help-block">I sincerely wish you could understand my situation and accept my apology, and I apologize in advance for any inconvenience thus caused.</p>
<textarea class="form-control" rows='2'></textarea>
</div>
</div>
</div>
</div>
</body>
</html>