commit
authorChris <chris@roojs.com>
Wed, 20 Nov 2013 05:21:50 +0000 (13:21 +0800)
committerChris <chris@roojs.com>
Wed, 20 Nov 2013 05:21:50 +0000 (13:21 +0800)
examples/grid/get-images.php [deleted file]
examples/layout/viewpanel.html.html [deleted file]

diff --git a/examples/grid/get-images.php b/examples/grid/get-images.php
deleted file mode 100644 (file)
index 25bc8f0..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php\r
-$dir = dirname(__FILE__) ."/../view/images/thumbs/";\r
-\r
-$images = array();\r
-$d = dir($dir);\r
-while($name = $d->read()){\r
-    if(!preg_match('/\.(jpg|gif|png)$/', $name)) continue;\r
-    \r
-    \r
-    $size = filesize($dir.$name);\r
-    $lastmod = filemtime($dir.$name)*1000;\r
-    $images[] = array('name'=>$name, 'size'=>$size, \r
-                       'lastmod'=>$lastmod, 'url'=>"images/thumbs/".$name);\r
-}\r
-$d->close();\r
-$o = array('images'=>$images);\r
-\r
-echo json_encode($o);\r
diff --git a/examples/layout/viewpanel.html.html b/examples/layout/viewpanel.html.html
deleted file mode 100644 (file)
index 6bd86f2..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<!--
-To change this template, choose Tools | Templates
-and open the template in the editor.
--->
-<!DOCTYPE html>
-<html>
-    <head>
-        <title></title>
-        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-    </head>
-    <body>
-        <div>TODO write content</div>
-    </body>
-</html>