summaryrefslogtreecommitdiffstats
path: root/views/import
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-07-02 17:02:07 -0700
committerraylu <raylu@mixpanel.com>2011-07-02 17:02:07 -0700
commit05a2b26d9038752a40348a3f226e44710833c49b (patch)
tree9bc3e49ac2e84b33ca5ff6e44eb7e5f2c02d13bf /views/import
parent83483a1826d1d05e2f9733746f35fef1939b8c0a (diff)
downloadotakuhub-05a2b26d9038752a40348a3f226e44710833c49b.tar.xz
pull in dev branch changes
not pulled: swiftmailer, gzip
Diffstat (limited to 'views/import')
-rw-r--r--views/import/index.html.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/views/import/index.html.php b/views/import/index.html.php
new file mode 100644
index 0000000..da0d396
--- /dev/null
+++ b/views/import/index.html.php
@@ -0,0 +1,5 @@
+<?php
+ echo $this->form->create();
+ echo $this->form->field(array('type' => 'file'));
+ echo $this->form->end();
+?> \ No newline at end of file