chengkun
2025-05-20 4c1f0f659384d71ce28be1fc0343e56e75568fe1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>提示信息 - {yun:}$config.sy_webname{/yun}</title>
<META content="{yun:}$msg{/yun}" name=Keywords>
<META content="{yun:}$msg{/yun}" name=Description>
<link href="{yun:}$config.sy_weburl{/yun}/app/template/member/style/msg.css?v={yun:}$config.cachecode{/yun}" rel="stylesheet" type="text/css" />
</head>
<script>
document.onkeydown = function()
{
    if(event.keyCode==116) {
      event.keyCode=0;
      event.returnValue = false;
    }
}
document.oncontextmenu = function() {event.returnValue = false;}
</script>
<body>
{yun:}include file="$tplstyle/header.htm"{/yun}
<div class="content" style="background:f5f5f5;">
  <div class="content-title"><span>{yun:}$msg{/yun}</span></div>
  <div style="border:1px solid #ccc; float:left;width:448px;">
    <dl>
        <dd class="dl_1"><a href="{yun:}$job_url{/yun}">{yun:}$job_thisname{/yun}</a></dd>
        <dd class="dl_2"><a href="{yun:}$job_next_url{/yun}">{yun:}$job_nextname{/yun}</a></dd>
    </dl>
</div>
</div>
{yun:}include file="$tplstyle/footer.htm"{/yun}