Ignore:
Timestamp:
2007/07/20 15:58:59 (17 years ago)
Author:
nanasess
Message:

r15064 から svn cp
とりあえず暫定コミット.

  • UTF-8 に変更
  • slib.php, glib.php のクラス化
  • LC_Page の抽象化(一部)
Location:
branches/feature-module-update
Files:
1 edited
2 copied

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update

    • Property svn:ignore set to
      .cache

      .settings

      .projectOptions
  • branches/feature-module-update/html/js/flash.js

    r12157 r15078  
    55 */ 
    66 
    7 // **************  ÀßÄêÉôʬ ******************* 
     7// **************  設定部分 ******************* 
    88 
    9     // Flash¥Õ¥¡¥¤¥ë¤Ø¤ÎÁêÂХѥ¹ 
     9    // Flashファイルへの相対パス 
    1010    var flashFilePath = "swf/index.swf"; 
    1111 
    12     // Flash²£Éý 
     12    // Flash横幅 
    1313    var flashWidth = "400"; 
    1414 
    15     // Flash½ÄÉý 
     15    // Flash縦幅 
    1616    var flashHeight = "279"; 
    1717 
    18     // Flash¤ÎɬÍץС¼¥¸¥ç¥ó 
     18    // Flashの必要バージョン 
    1919    var reqVersion = 6; 
    2020 
    21     // Flash¤¬¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤Ê¤¤¤È¤­¤Ëɽ¼¨¤¹¤ë¥á¥Ã¥»¡¼¥¸ 
     21    // Flashがインストールされていないときに表示するメッセージ 
    2222    var noFlashMsg = 
    2323        "<table width=\"400\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" summary=\" \">" 
     
    3232 
    3333 
    34 // ************** ¥á¥¤¥ó ********************* 
     34// ************** メイン ********************* 
    3535 
    3636    var maxVersion = 7; 
Note: See TracChangeset for help on using the changeset viewer.