mirror of
https://github.com/Mibew/java.git
synced 2025-01-23 01:50:34 +03:00
53258ad278
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@216 c66351dc-e62f-0410-b875-e3a5c0b9693f
17 lines
507 B
OpenEdge ABL
17 lines
507 B
OpenEdge ABL
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
<html>
|
|
<head>
|
|
<title><?php echo getlocal("title") ?></title>
|
|
<link rel="stylesheet" type="text/css" href="styles.css">
|
|
<link rel="stylesheet" type="text/css" href="niftyCorners.css">
|
|
<script type="text/javascript" src="niftycube.js"></script>
|
|
<script type="text/javascript">
|
|
window.onload=function(){
|
|
Nifty("ul#nav a","small transparent top");
|
|
Nifty("div#side","");
|
|
Nifty("div#downl","");
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|