Skip to content

Commit

Permalink
Bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
oiuv committed Apr 4, 2018
1 parent 55154b5 commit b36bce0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/exam/tpls/app/index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<div class="main box itembox">
<h4 class="title" style="padding:10px;">我的考场<a href="index.php?exam-app-basics-open" class="btn btn-primary pull-right"><em class="glyphicon glyphicon-plus-sign"></em> 开通新考场</a></h4>
<div class="col-xs-12" style="padding-left:0px;">
{x2;if:is_array($basics)}
{x2;tree:$basics,basic,bid}
<div class="col-xs-3" style="width:20%">
<a href="index.php?{x2;$_app}-app-index-setCurrentBasic&basicid={x2;v:basic['basicid']}" class="thumbnail ajax">
Expand All @@ -17,6 +18,7 @@
<div class="col-xs-12"><hr /></div>
{x2;endif}
{x2;endtree}
{x2;endif}
</div>
</div>
</div>
Expand Down

0 comments on commit b36bce0

Please sign in to comment.