|
@@ -45,6 +45,14 @@ window.location.href="<%=basePath%>main/<%=id%>_0/news_xxjb.html";
|
|
|
<script src="<s:property value="#application['basePath']"/>/ligerui/lib/ligerUI/js/plugins/ligerDrag.js" type="text/javascript"></script>
|
|
|
<script src="<s:property value="#application['basePath']"/>/ligerui/lib/ligerUI/js/plugins/ligerDialog.js" type="text/javascript"></script>
|
|
|
<script src="<s:property value="#application['basePath']"/>/ligerui/lib/ligerUI/js/plugins/ligerResizable.js" type="text/javascript"></script>
|
|
|
+<style>
|
|
|
+ body {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ background: #f5f7fa;
|
|
|
+ min-height: 1040px;
|
|
|
+ }
|
|
|
+</style>
|
|
|
<script>
|
|
|
function changePassword(){
|
|
|
var username='<%=session.getAttribute("username")%>';
|