@layout("/common/_container.html"){
|
<style type="text/css">
|
tr{
|
height: 40px;
|
}
|
td{
|
width: 200px;
|
}
|
h4{
|
color: #1AB394;
|
}
|
img{
|
height: 80px;
|
}
|
</style>
|
<div class="ibox float-e-margins">
|
<div class="ibox-content">
|
<input type="hidden" id="driverId" value="${id}">
|
<input type="hidden" id="language" value="${language}">
|
<div class="form-horizontal" id="content">
|
|
</div>
|
</div>
|
</div>
|
<script src="${ctxPath}/netCarInfo.js"></script>
|
@}
|