Skip to content

Instantly share code, notes, and snippets.

@noromanba
Created August 31, 2011 16:48
Show Gist options
  • Save noromanba/1184027 to your computer and use it in GitHub Desktop.
Save noromanba/1184027 to your computer and use it in GitHub Desktop.
Nwhois Deadline Timer
<!--
Nwhois Deadline Timer.
Copyright (c) 2011 noromanba
@author noromanba
@see http://d.hatena.ne.jp/noromanba/20110901/1314811130
@see http://countdown.reportitle.com/
@see https://groups.google.com/group/nwhois
@date 2011-09-03T02:00:20+09:00
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<title>Nwhois Deadline Timer</title>
</head>
<body>
<!-- ----- Auto Gen ----- -->
<script type="text/javascript">
var year = "2011";var month = "9";var day = "1";var hour = "9";var minute = "0";var centi = "1";
var roop = "";
var cnt1 = "day ";var cnt2 = ":";var cnt3 = ":";var cnt4 = ".";
var br1 = "<br />";var br2 = "";var br3 = "";var br4 = "";
var com1 = "Nwhois Deadline (UTC)";var com2 = "";var com3 = "";var com4 = "Nwhois is Over. Good-Bye";var end = "2";
var width = "250";var height = "100";
var font = "tahoma,arial,helvetica,sans-serif";var size = "24";var l_height = "30";var bold = "1";var italic = "";var line = "";
var space = "0px 0px 0px 0px";
var align = "2";var img = "";
var color1 = "FF0000";var color2 = "FFFFFF";var color3 = "000000";
</script>
<script type="text/javascript" src="http://countdown.reportitle.com/js/neo1.js"></script><a href="http://countdown.reportitle.com/">カウントダウンタイマー</a><script type="text/javascript" src="http://countdown.reportitle.com/js/neo2.js"></script>
<!-- ----- Auto Gen ----- -->
<script type="text/javascript">
// Notice: Resize Problem. occur screen flicker on start-up.
// -Do not call this function from window.onload().
// -This resize method must be put in upper <hta:> tag.
function initWindow() {
// minimum width: 100
var width = 250;
var height = 120;
window.resizeTo(width, height);
}
initWindow();
</script>
<style type="text/css">
<!--
body {
margin: 0;
padding: 0;
overflow: hidden;
border-style: none;
}
-->
</style>
<hta:application
applicationName="NDT"
border="thin"
contextMenu="no"
icon="http://d.hatena.ne.jp/images/diary/noromanba/favicon.ico"
id="kssNdt"
scroll="no"
selection="no"
singleInstance="yes"
maximizeButton="no"
version="0.0.1" />
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment