mirror of https://gitee.com/jeecg/jeecg.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
822 B
28 lines
822 B
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
|
<%@include file="/context/mytags.jsp"%>
|
|
<!DOCTYPE html >
|
|
<html>
|
|
<head>
|
|
<t:base type="jquery-webos,easyui,tools,DatePicker,autocomplete"></t:base>
|
|
<link href="plug-in/sliding/css/main.css" rel="stylesheet" type="text/css" />
|
|
|
|
<script>
|
|
|
|
$(function(){
|
|
$(".menuSearch_Info").live("click",function(){
|
|
//$(this).blur();
|
|
var url=$(this).attr("url");
|
|
var icon=$(this).attr("icon");
|
|
var id=$(this).attr("id");
|
|
var title=$(this).attr("title");
|
|
//window.parent.close();
|
|
createwindow(title,url,1000,500);
|
|
})
|
|
});
|
|
|
|
</script>
|
|
</head>
|
|
<body>
|
|
${menuListMap }
|
|
</body>
|
|
</html> |