Skip to content

Instantly share code, notes, and snippets.

@eban
Created January 7, 2009 05:51
Show Gist options
  • Save eban/44190 to your computer and use it in GitHub Desktop.
Save eban/44190 to your computer and use it in GitHub Desktop.
現在の気温
<?xml version="1.0" encoding="UTF-8" ?>
<Module>
<ModulePrefs title="現在の気温"
height="200"
description="livedoor 天気情報(現在の気温)1.01"
author="みやけむし"
author_email="miya.mail@gmail.com"
author_location="http://www7.plala.or.jp/miyake/"
screenshot="http://www7.plala.or.jp/miyake/Gadget/Temperature.png"
thumbnail="http://www7.plala.or.jp/miyake/Gadget/Temperature_thumbnail.png"
author_photo="http://www7.plala.or.jp/miyake/Gadget/author_photo.png"
title_url="http://weather.livedoor.com/amedas/temp/">
<Require feature="analytics"/>
</ModulePrefs>
<Content type="html">
<![CDATA[
<script language="JavaScript">
url1="http://image.weather.livedoor.com/component/amedas_img/now/pref_11_temp.jpg"
url3='" name="war" with=152 height=120>';
Rnd1=(Math.round(Math.random()*10000));//Cacheから読み込ませない
document.write("<img src="+'"'+url1+"?"+Rnd1+url3+"</br>");
</script>
<br>
<font size=-3>
以下<font color="#002eff">■</font>
-10<font color="#1489ff">■</font>
-5<font color="#00c6d7">■</font>
0<font color="#00c600">■</font>
5<font color="#c5c600">■</font>
10<font color="#c56200">■</font>
15<font color="#c50808">■</font>
20<font color="#ff0000">■</font>
以上
</font>
]]>
</Content>
</Module>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment