-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadDetailedNeed.xhtml
More file actions
80 lines (69 loc) · 4.7 KB
/
readDetailedNeed.xhtml
File metadata and controls
80 lines (69 loc) · 4.7 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
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://xmlns.jcp.org/jsf/html"
xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
<h:head>
<title>Facelet Title</title>
<h:outputStylesheet library="css" name="style.css"/>
<h:outputStylesheet library="css" name="bootstrap.min.css" />
<h:outputScript library="js" name="jquery-3.2.1.min.js" />
<h:outputScript library="js" name="bootstrap.min.js" />
<h:outputScript library="js" name="script.js" />
</h:head>
<h:body>
<ui:decorate template="template.xhtml">
<ui:define name="centerContent">
<h:form>
<div class="center-block liu5" style="width: 70%; margin-top: 50px;margin-bottom: 100px;">
<br/> <br/>
<div>
<div class="text-center">
<p>
<h2>2019年春季支教志愿者招募公告</h2>
<br/><br/>
<address>
<strong>发布时间:</strong>
2018-11-15 22:49:19
</address>
<br/>
<address style="margin-left: 140px;">
<strong>招募时间:</strong>
2018-11-15 23:00:00 - 2019-01-31 23:55:00
</address>
</p>
</div>
<br/> <br/>
<div>
<p style="font-size: 20px;">
往里教学点位于从江县贯洞镇东南方向,距镇所在地12公里,坐落半山半岭之间。
全村总户数为163户,全村总人口为800人,全村分为8个小组,分散居住,
生源来源于这8 个小组之中。2018-2019学年度新学期该教学点学生数78人,
1-4年级55人,学前幼儿园班23人,开设4个教学班,只有2位教师。
往里教学点位于从江县贯洞镇东南方向,距镇所在地12公里,坐落半山半岭之间。
全村总户数为163户,全村总人口为800人,全村分为8个小组,分散居住,
生源来源于这8 个小组之中。2018-2019学年度新学期该教学点学生数78人,
1-4年级55人,学前幼儿园班23人,开设4个教学班,只有2位教师。
往里教学点位于从江县贯洞镇东南方向,距镇所在地12公里,坐落半山半岭之间。
全村总户数为163户,全村总人口为800人,全村分为8个小组,分散居住,
生源来源于这8 个小组之中。2018-2019学年度新学期该教学点学生数78人,
1-4年级55人,学前幼儿园班23人,开设4个教学班,只有2位教师。</p>
<div class="row">
<div class="col-sm-6 col-md-3" style="width: 500px;">
<a class="thumbnail"> <img class="center-block" height="500px" src="resources/images/M06.jpg"></img></a>
</div>
<div class="col-sm-6 col-md-3" style="width: 500px;">
<a class="thumbnail"> <img class="center-block" height="500px" src="resources/images/M06.jpg"></img></a>
</div>
<div class="col-sm-6 col-md-3" style="width: 500px;">
<a class="thumbnail"> <img class="center-block" height="500px" src="resources/images/M06.jpg"></img></a>
</div>
</div>
</div>
</div>
</div>
</h:form>
</ui:define>
</ui:decorate>
</h:body>
</html>