チェンジセット 65

差分発生行の前後
無視リスト:
更新日時:
2009/07/11 18:36:41 (3 年 前)
更新者:
h
ログメッセージ:

fixes #8
一応クローズ。他にアイデアが出てこない。orz

パス:
branches/release-1.0/chrome/content/about
ファイル:
2 変更

凡例:

変更なし
追加
削除
  • branches/release-1.0/chrome/content/about/icecream.html

    r45 r65  
    33<title>about:icecream</title> 
    44</head> 
    5 <body> 
     5<script type="application/x-javascript"> 
     6//<![CDATA[ 
     7function openBackOriginal(){ 
     8        window.open("http://piapro.jp/content/s8n7cjbce8daos25", "_blank"); 
     9} 
     10 
     11function openForeOriginal(){ 
     12        window.open("http://piapro.jp/content/l0h36weerzyhi9j8", "_blank"); 
     13} 
     14 
     15function showBack(){ 
     16        var back = document.getElementById("back"); 
     17        var fore = document.getElementById("fore"); 
     18        back.style.display = "inline"; 
     19        fore.style.display = "none"; 
     20} 
     21 
     22function showFore(){ 
     23        var back = document.getElementById("back"); 
     24        var fore = document.getElementById("fore"); 
     25        back.style.display = "none"; 
     26        fore.style.display = "inline"; 
     27} 
     28//]]> 
     29</script> 
     30<body onload="showFore();"> 
    631<div align="center"> 
    7 <img src="chrome://vocalofx/content/about/icecream2.jpg"/> 
     32<img id="fore" ondblclick="openForeOriginal();" oncontextmenu="showBack();return false;" src="chrome://vocalofx/content/about/icecream1.jpg"/> 
     33<img id="back" ondblclick="openBackOriginal();" oncontextmenu="showFore();return false;" src="chrome://vocalofx/content/about/icecream2.jpg"/> 
    834</div> 
    935</body> 
  • branches/release-1.0/chrome/content/about/onecup.html

    r45 r65  
    33<title>about:onecup</title> 
    44</head> 
    5 <body> 
     5<script type="application/x-javascript"> 
     6//<![CDATA[ 
     7function openBackOriginal(){ 
     8        window.open("http://piapro.jp/content/3i9jtce75cboogba", "_blank"); 
     9} 
     10 
     11function openForeOriginal(){ 
     12        window.open("http://piapro.jp/content/28zzpr8guwbm68rl", "_blank"); 
     13} 
     14 
     15function showBack(){ 
     16        var back = document.getElementById("back"); 
     17        var fore = document.getElementById("fore"); 
     18        back.style.display = "inline"; 
     19        fore.style.display = "none"; 
     20} 
     21 
     22function showFore(){ 
     23        var back = document.getElementById("back"); 
     24        var fore = document.getElementById("fore"); 
     25        back.style.display = "none"; 
     26        fore.style.display = "inline"; 
     27} 
     28//]]> 
     29</script> 
     30<body onload="showFore();"> 
    631<div align="center"> 
    7 <img src="chrome://vocalofx/content/about/onecup2.jpg"/> 
     32<img id="fore" ondblclick="openForeOriginal();" oncontextmenu="showBack();return false;" src="chrome://vocalofx/content/about/onecup1.jpg"/> 
     33<img id="back" ondblclick="openBackOriginal();" oncontextmenu="showFore();return false;" src="chrome://vocalofx/content/about/onecup2.jpg"/> 
    834</div> 
    935</body>