| | |
| | | #example tbody { |
| | | display:block; |
| | | height:595px; |
| | | overflow-y:scroll; |
| | | |
| | | } |
| | | #example thead,#example tbody tr { |
| | | display:table; |
| | |
| | | table-layout:fixed; |
| | | } |
| | | #example thead { |
| | | width: calc(100% - 1em); |
| | | } |
| | | #example thead th { |
| | | background:#ccc; |
| | |
| | | </div> |
| | | <form method="post" class="form-horizontal" |
| | | action="${ctx}/identifymachine/modify/${groups}"> |
| | | <div class="modal-body"> |
| | | <div class="modal-body" style="height: 600px;overflow: auto;"> |
| | | <div class="control-group"> |
| | | <table id="example" class="table table-striped table-hover" style='font-size:20px;text-align: center;'> |
| | | |
| | |
| | | |
| | | <div class="modal fade" id="delete-fix-info" tabindex="-1" role="dialog" |
| | | aria-labelledby="myModalLabel" aria-hidden="true"> |
| | | <div class="modal-dialog"> |
| | | <div class="modal-content"> |
| | | <div class="modal-dialog" style="width:1200px;"> |
| | | <div class="modal-content" style="width:1200px;"> |
| | | <div class="modal-header"> |
| | | <button type="button" class="close" data-dismiss="modal" |
| | | aria-hidden="true" data-backdrop="static">×</button> |
| | |
| | | style="font-weight: bolder;">ç ´æéæ©</h3> |
| | | </div> |
| | | <form method="post" class="form-horizontal" action="${ctx}/identifymachine/modifyy/${groups}"> |
| | | <div class="modal-body"> |
| | | <div class="modal-body" style="height: 600px;overflow: auto;"> |
| | | <div class="control-group"> |
| | | <table class="table table-striped table-hover" style='font-size:20px;'> |
| | | <table class="table table-striped table-hover" style='font-size:20px;text-align: center;'> |
| | | <tbody> |
| | | <thead> |
| | | <tr> |
| | | <th>äººå·¥éæ©</th> |
| | | <th>#</th> |
| | | <th>é«</th> |
| | | <th>宽</th> |
| | | <th style='text-align: center;'>éæ©</th> |
| | | <th style='text-align: center;'>ID</th> |
| | | <th style='text-align: center;'>é«</th> |
| | | <th style='text-align: center;'>宽</th> |
| | | <th style='text-align: center;'>æµç¨å¡</th> |
| | | <th style='text-align: center;'>çå¾å·</th> |
| | | <th style='text-align: center;'>å·¥ç¨å·</th> |
| | | |
| | | </tr> |
| | | </thead> |
| | | <c:forEach items="${glassLists}" var="glass" varStatus="status"> |
| | | <tr> |
| | | <td><input type="radio" name="glassid2" |
| | | <td><input type="radio" name="glassid" |
| | | value="${glass.id}" /></td> |
| | | <td>${glass.id}</td> |
| | | <td>${glass.height}</td> |
| | | <td>${glass.width}</td> |
| | | <td >${glass.id}</td> |
| | | <td >${glass.height}</td> |
| | | <td >${glass.width}</td> |
| | | <td>${glass.processcardId}</td> |
| | | <td>${glass.patternTask.rank}</td> |
| | | <td>${glass.engineeringId}</td> |
| | | </tr> |
| | | </c:forEach> |
| | | </table> |