look_jindu.html
2.5 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta content="yes" name="apple-mobile-web-app-capable">
<meta content="yes" name="apple-touch-fullscreen">
<meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,maximum-scale=1, minimum-scale=1, user-scalable=no">
<title>查看进度</title>
<link rel="stylesheet" href="/static/css/common.css">
<link rel="stylesheet" href="/static/css/style.css">
</head>
<body style="background-color: #f6f6f6;">
<div class="box">
<div class="Myorder">
<div class="orderList">
<h1>
<b>{$yuyue.status|yuyue_status_name}</b>
<i>{$yuyue.yuyue_day1}</i>
</h1>
<div class="yList_info">
<img src="{$yuyue.headimgurl}" class="yu_user_head"/>
<div class="yu_user_info">
<b class="user_name">{$yuyue.user_nickname}</b>
<i class="user_fun">{$yuyue.gname}</i>
</div>
<div class="yu_date">
<b class="yu_week">{$yuyue.yuyue_week}</b>
<i class="yu_times">{$yuyue.yuyue_hour1}</i>
</div>
</div>
<div class="order_details">
<a href="tel:/{$yuyue.mobile}">
<img src="/static/image/tell_stu.png">
</a>
</div>
</div>
</div>
<div class="ping_show study_detail">
<div class="ping_title">
<img src="/static/image/ping_icon.png"/>
<b>学车情况</b>
</div>
<empty name="cdata">
<div class="no_yuyue">
暂无评价
</div>
<else />
<volist name="cdata" id="vo">
<div class="studyList">
<h1>{$vo.comment}</h1>
<h2>
<b>{$vo.user_nickname}</b>
<i>{$vo.create_time|date='Y-m-d',###}</i>
</h2>
</div>
</volist>
</empty>
</div>
</div>
<script type="text/javascript" src="/static/js/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="/static/js/common.js"></script>
<script type="text/javascript" src="/static/js/study_car.js"></script>
<script>
</script>
</body>
</html>