-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdiary.htm
88 lines (84 loc) · 2.65 KB
/
diary.htm
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html lang="ja">
<head>
<title>業務日誌</title>
<meta http-equiv="imagetoolbar" content="no"/>
<meta charset=utf-8"/>
<meta http-equiv="pragma" content="no-cache"/>
<meta http-equiv="cache-control" content="no-cache"/>
<link rel="stylesheet" type="text/css" href="staff/bootstrap/css/bootstrap.css"/>
<link rel="stylesheet" type="text/css" href="staff/prettify.css"/>
<link rel="stylesheet" type="text/css" href="staff/readme.css"/>
<link rel="stylesheet" type="text/css" href="staff/print.css" media="print"/>
<script type="text/javascript" src="staff/html5.js" charset="utf-8"></script>
<script type="text/javascript" src="staff/prototype.js" charset="utf-8"></script>
<script type="text/javascript" src="staff/jquery.js" charset="utf-8"></script>
<script type="text/javascript" src="staff/prettify.js" charset="utf-8"></script>
<script type="text/javascript" src="staff/hft.js" charset="utf-8"></script>
<script type="text/javascript" src="staff/readme.js" charset="utf-8"></script>
<script type="text/javascript">
<!--
var T = Readme.T;
function init(){
new Readme({
isDiary:true,
srcDir:"readmesrc/diary",
//useBootstrap: false,
//isRefFromSrc:true,
//isHeadListNumber:false,
//isAjax:false,
terop:[
//T("2012/3/2 17:00", "YK MTG"),
//"<b>JP会 予約</b>"
],
//page:{
// memo:{},
// 201005:{},
// 201006:{isRefFromSrc:true}
//},
page:[
"memo",
201206,
201207
],
button:{
"README":"readme.htm"
}
});
}
Event.observe(window, "load", init);
//-->
</script>
</head>
<body>
<div id="terop"></div>
<!-- Google -->
<form method=get action="http://www.google.co.jp/search" style="float:right;" target="_blank" class="form-search"
><a href="http://www.google.co.jp/" target="_blank"
><img src="http://www.google.com/logos/Logo_40wht.gif"
border="0" alt="Google" align="absmiddle" style="width:80px;"
></a
><input type=hidden name=ie value=UTF-8
><input type=hidden name=oe value=UTF-8
><input type=hidden name=hl value="ja"
><input type=hidden name=nfpr value="1"
><span class="input-append"
><input type=text name=q maxlength=255 value="" class="search-query"
><input type=submit name=btnG value="検索" class="btn"
></span
></form>
<!-- Google -->
<h1 class="title"><span id="title"></span><br /><span id="date"></span></h1>
<div class="clear"></div>
<div id="menu" class="btn-toolbar"></div>
<hr class="clear"/>
<div id="index">
<div id="indexRemark"></div></div>
<div id="base"></div>
<div id="debug"></div>
<!--
<button onclick="document.getElementById('src').value = document.body.parentNode.innerHTML">TEST</button>
<textarea id="src"></textarea>
-->
</body>
</html>