From 9e79ac25dbf5a38cb64d2bda878c222b0516c035 Mon Sep 17 00:00:00 2001 From: nitromaster101 Date: Thu, 18 Jun 2009 23:37:50 +0000 Subject: add appengine example -- freebase-images.appspot.com git-svn-id: http://freebase-python.googlecode.com/svn/trunk@104 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2 --- examples/freebase-images-appengine/index.html | 76 +++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 examples/freebase-images-appengine/index.html (limited to 'examples/freebase-images-appengine/index.html') diff --git a/examples/freebase-images-appengine/index.html b/examples/freebase-images-appengine/index.html new file mode 100644 index 0000000..95a044e --- /dev/null +++ b/examples/freebase-images-appengine/index.html @@ -0,0 +1,76 @@ + + Freebase Images + + + + + + + + + + +
+
+

Search:

+
+ {% if user %} + {% if searches_avail %} + Your Recent Searches: + {% for search in searches %} + {{ search.name }}{% if not forloop.last %},{% endif %} + {% endfor %} + {% endif %} + {% else %} + Login to Google to keep track of your recent searches. + {% endif %} +
+
+
+ +
+ Get more information about everything on Freebase! +
+ +
+ +
+ + + + \ No newline at end of file -- cgit v1.3.1