19
|
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
2 |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
3 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
4 |
<head>
|
|
5 |
<title></title>
|
|
6 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
7 |
<script type="text/javascript" src="WRTKit/WRTKit.js"></script>
|
|
8 |
<script type="text/javascript" src="main.js"></script>
|
|
9 |
<script type="text/javascript" src="utils.js"></script>
|
|
10 |
<script type="text/javascript" src="autoupdate.js"></script>
|
|
11 |
<script type="text/javascript" src="session.js"></script>
|
|
12 |
<script type="text/javascript" src="schedule.js"></script>
|
|
13 |
<script type="text/javascript" src="twitter.js"></script>
|
|
14 |
<link rel="stylesheet" href="WRTKit/Resources/UI.css" id="stylesheet">
|
|
15 |
<link rel="stylesheet" href="style.css" type="text/css">
|
|
16 |
</head>
|
|
17 |
<body onload="javascript:init();" onShow="javascript:SetViewMode();" onResize="javascript:SetViewMode();" >
|
|
18 |
<div id="main" style="margin: 0px 0px; padding: 0px 0px; border: none; overflow: hidden;"></div>
|
|
19 |
<div id="mini" style="margin: 0px 0px; padding: 0px 0px; border: none; overflow: hidden;"></div>
|
|
20 |
</body>
|
|
21 |
</html> |