iodb.js 458 B

1234567891011
  1. newDBTableIfNotExists("PhotoSlideShow");
  2. writeDBItem("PhotoSlideShow", "folder", path);
  3. writeDBItem("PhotoSlideShow", "interval", interval);
  4. /*
  5. writeDBItem("PhotoSlideShow", "folder", "user:/Photo/Photo/uploads/");
  6. writeDBItem("PhotoSlideShow", "interval", "200000");
  7. */
  8. HTTP_HEADER = "text/html";
  9. sendResp('<meta http-equiv="refresh" content="0; URL=/Slideshow/setting.html?c=c">Completed. Click <a href="/Slideshow/setting.html?c=c">here</p> to return');