From daaa8560a34a262c21db4e8a33b4e8c042042860 Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 15 Apr 2009 16:07:56 +0000 Subject: Rolled in Kevin's file store enhancements and upload code. git-svn-id: https://code.elgg.org/elgg/trunk@3211 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/js/upload_js.php | 53 +++++++++++++ views/default/upload/upload_form_content.php | 114 +++++++++++++++++++++++++++ 2 files changed, 167 insertions(+) create mode 100644 views/default/js/upload_js.php create mode 100644 views/default/upload/upload_form_content.php (limited to 'views/default') diff --git a/views/default/js/upload_js.php b/views/default/js/upload_js.php new file mode 100644 index 000000000..389228e11 --- /dev/null +++ b/views/default/js/upload_js.php @@ -0,0 +1,53 @@ + \ No newline at end of file diff --git a/views/default/upload/upload_form_content.php b/views/default/upload/upload_form_content.php new file mode 100644 index 000000000..c2476e7d8 --- /dev/null +++ b/views/default/upload/upload_form_content.php @@ -0,0 +1,114 @@ + +title; + $description = $vars['entity']->description; + $tags = $vars['entity']->tags; + $access_id = $vars['entity']->access_id; +} else { + $title = ""; + $description = ""; + $tags = ""; + $access_id = get_default_access(); +} + +$plugin = $vars['plugin']; + +if (!$vars['entity']) { + +?> +
+

+ +

+

+ +

+
+

">

+ +

+ +

+ +

+ +

+
+

+

+ + +

+ +

+ + +

+ +

+ +"; + if (isset($vars['entity'])) + echo "getGUID()}\" />"; + +?> -- cgit v1.2.3