cookies067

Members
  • Compteur de contenus

    3
  • Inscrit(e) le

  • Dernière visite

  • Days Won

    1

Messages posté(e)s par cookies067

  1. bonjour, je m'incruste un peu dans la conversation car j'ai un soucie quand jouvre le ficher LockBackground.html je ne vois pas la meme chose que vous

    <?xml version="1.0" encoding="UTF-16"?>

    <html>

    <head>

    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>

    <link rel="stylesheet" href="Resources/Css/Lock.css" type="text/css" media="screen" />

    <script type="text/javascript" charset="utf-8" src="Setup/Config.js"/></script>

    <script type="text/javascript" charset="utf-8" src="Resources/JavaScript/ClockWeather.js"/></script>

    </head>

    <body bgcolor="Transparent" onload="init()">

    <img id="Layer" src="Resources/Images/Layer.png" class="stretch"></img>

    <img id="Wall" src="/var/mobile/Library/SpringBoard/LockBackgroundThumbnail.jpg"></img>

    <div id="Lock"></div>

    <div class="ClockWidget">

    <span id="clock"></span>

    <span id="second"></span>

    <span id="ampm"></span>

    </div>

    <div id="WeatherContainer">

    <div id="TextContainer"> <p id="city">...</p> <p id="temp">...°</p> <p id="sunrise"></p> <p id="sunset"></p> <p id="low">...°</p> <p id="high">...°</p> <p id="desc">...</p> </div>

    <img id="weatherIcon" src="Resources/Icon Sets/Custom/dunno.png"></img>

    <img id="sunsetPNG" src="Resources/Icon Sets/SunsetSunrise/blank.png"></img>

    <img id="sunrisePNG" src="Resources/Icon Sets/SunsetSunrise/blank.png"></img>

    </div>

    <div class="CalendarWidget">

    <script type="text/javascript">

    var todaydate=new Date();

    var curmonth=todaydate.getMonth()+1;

    var curyear=todaydate.getFullYear();

    document.write(buildCal(curmonth ,curyear, "main", "month", "daysofweek", "days"));

    </script>

    </div>

    </body>

    </html>

    :mellow:voila c tout

    je peu pas faire les changements comme indiqué ( var locale par exemple)

  2. bonjour, je m'incruste un peu dans la conversation car j'ai un soucie quand jouvre le ficher LockBackground.html je ne vois pas la meme chose que vous

    <?xml version="1.0" encoding="UTF-16"?>

    <html>

    <head>

    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>

    <link rel="stylesheet" href="Resources/Css/Lock.css" type="text/css" media="screen" />

    <script type="text/javascript" charset="utf-8" src="Setup/Config.js"/></script>

    <script type="text/javascript" charset="utf-8" src="Resources/JavaScript/ClockWeather.js"/></script>

    </head>

    <body bgcolor="Transparent" onload="init()">

    <img id="Layer" src="Resources/Images/Layer.png" class="stretch"></img>

    <img id="Wall" src="/var/mobile/Library/SpringBoard/LockBackgroundThumbnail.jpg"></img>

    <div id="Lock"></div>

    <div class="ClockWidget">

    <span id="clock"></span>

    <span id="second"></span>

    <span id="ampm"></span>

    </div>

    <div id="WeatherContainer">

    <div id="TextContainer"> <p id="city">...</p> <p id="temp">...°</p> <p id="sunrise"></p> <p id="sunset"></p> <p id="low">...°</p> <p id="high">...°</p> <p id="desc">...</p> </div>

    <img id="weatherIcon" src="Resources/Icon Sets/Custom/dunno.png"></img>

    <img id="sunsetPNG" src="Resources/Icon Sets/SunsetSunrise/blank.png"></img>

    <img id="sunrisePNG" src="Resources/Icon Sets/SunsetSunrise/blank.png"></img>

    </div>

    <div class="CalendarWidget">

    <script type="text/javascript">

    var todaydate=new Date();

    var curmonth=todaydate.getMonth()+1;

    var curyear=todaydate.getFullYear();

    document.write(buildCal(curmonth ,curyear, "main", "month", "daysofweek", "days"));

    </script>

    </div>

    </body>

    </html>

    :mellow:voila c tout