From 38ec65d2409704756389ff0806c57cc0deb98671 Mon Sep 17 00:00:00 2001 From: anyv <anyu@bronet.cn> Date: Tue, 4 Jun 2019 09:49:32 +0800 Subject: [PATCH] 6 --- public/themes/simpleboot3/portal/school/add_school.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/public/themes/simpleboot3/portal/school/add_school.html b/public/themes/simpleboot3/portal/school/add_school.html index 587908b..2da8baa 100644 --- a/public/themes/simpleboot3/portal/school/add_school.html +++ b/public/themes/simpleboot3/portal/school/add_school.html @@ -29,8 +29,8 @@ <div class="log_top_co"> <!-- 顶部 --> <div class=" order_top log_top_co"> - <a href=""> - <img src="img/left.png" alt="" /> + <a href="javascript:history.back(-1)"> + <img src="__TMPL__/public/assets/images/left.png" alt="" /> </a> <p>添加学校</p> </div> @@ -45,7 +45,7 @@ <input type="text" placeholder="请选择" id="city_text"/> </div> <div class="log_four_input_one_right"> - <img src="./img/29.png" alt="" /> + <img src="__TMPL__/public/assets/images/29.png" alt="" /> </div> </div> <div class="log_four_input_one"> @@ -56,7 +56,7 @@ <input type="text" placeholder="请录入" /> </div> <div class="log_four_input_one_right"> - <img src="./img/29.png" alt="" /> + <img src="__TMPL__/public/assets/images/29.png" alt="" /> </div> </div> <div class="log_four_input_one"> @@ -67,7 +67,7 @@ <input type="text" id="four_inp" placeholder="小学" /> </div> <div class="log_four_input_one_right log_four_input_select_type"> - <img src="./img/29.png" alt="" /> + <img src="__TMPL__/public/assets/images/29.png" alt="" /> </div> </div> </div> @@ -76,19 +76,19 @@ <div class="log_four_contant"> <div class="log_four_contant_one"> <div class="log_four_contant_left"> - <img src="./img/73.png" alt="" /> + <img src="__TMPL__/public/assets/images/73.png" alt="" /> </div> <div class="log_four_contant_right">小学</div> </div> <div class="log_four_contant_one"> <div class="log_four_contant_left"> - <img src="./img/39_0.png" alt="" /> + <img src="__TMPL__/public/assets/images/39_0.png" alt="" /> </div> <div class="log_four_contant_right">初中</div> </div> <div class="log_four_contant_one"> <div class="log_four_contant_left"> - <img src="./img/39_0.png" alt="" /> + <img src="__TMPL__/public/assets/images/39_0.png" alt="" /> </div> <div class="log_four_contant_right">高中</div> </div> -- libgit2 0.24.0