| | |
| | | <title>${Constants.company_name}综合管理平台</title> |
| | | <link rel="stylesheet" href="${common_static}/static/ui/css/reset.css" type="text/css"></link> |
| | | <link rel="stylesheet" href="${common_static}/static/ui/css/common.css" type="text/css"></link> |
| | | </head> |
| | | </head> |
| | | |
| | | <script> |
| | | function subForm(){ |
| | | document.getElementById('myform').submit(); |
| | | } |
| | | </script> |
| | | <body class="change-h100"> |
| | | <body class="change-h100"> |
| | | <div class="login_top clearfix"> |
| | | <a class="larks_logo"><img src="${common_static}/static/companyLogo/larks-logo1.gif" width="247" height="48" alt="" /></a> |
| | | <p> |
| | |
| | | <div class="change-pw-wrap"> |
| | | <div class="title">请选择桌面类型</div> |
| | | <ul class="choose-dt"> |
| | | <form id="myform" action="selDesk.html" method="post"> |
| | | <form id="myform" action="selDesk.html" method="post"> |
| | | [#if list??&&list?size>0] |
| | | [#list list as item] |
| | | <li> |
| | | <span class="types">${item.rolename}</span><input type="radio" name="roleId" value="${item.id}"/> |
| | | </li> |
| | | [/#list] |
| | | [/#list] |
| | | [/#if] |
| | | <li class="last"><button onclick="javascript:subForm()">提交</button></li> |
| | | </form> |
| | | |
| | | </form> |
| | | |
| | | </ul> |
| | | <div class="footer clearfix"> |
| | | <a> 意见反馈 </a><span>|</span><a> 帮助说明 </a><span>|</span><a> 关于运维 </a><span>|</span><a> 联系我们 </a> <br> |
| | | <em>Copyright © 1996-2014 ${Constants.company_name}</em> |
| | | <em>Copyright © 1996-2022 ${Constants.company_name}</em> |
| | | </div> |
| | | </div> |
| | | </body> |
| | | </body> |
| | | </html> |