From 29422fa55379aa61a61019b832c83dab6d450264 Mon Sep 17 00:00:00 2001 From: cweiske Date: Sat, 3 Oct 2009 14:00:33 +0000 Subject: move files to new locations git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@386 b3834d28-1941-0410-a4f8-b48e95affb8f --- ajax/getadminlinkedtags.php | 64 --------------------------------------------- ajax/getadmintags.php | 44 ------------------------------- ajax/getcontacttags.php | 44 ------------------------------- ajax/getlinkedtags.php | 64 --------------------------------------------- ajax/gettags.php | 44 ------------------------------- 5 files changed, 260 deletions(-) delete mode 100644 ajax/getadminlinkedtags.php delete mode 100644 ajax/getadmintags.php delete mode 100644 ajax/getcontacttags.php delete mode 100644 ajax/getlinkedtags.php delete mode 100644 ajax/gettags.php (limited to 'ajax') diff --git a/ajax/getadminlinkedtags.php b/ajax/getadminlinkedtags.php deleted file mode 100644 index 75aae9a..0000000 --- a/ajax/getadminlinkedtags.php +++ /dev/null @@ -1,64 +0,0 @@ -getAdminLinkedTags($tag, '>'); - if(count($linkedTags) > 0) { - $output.= ', children: ['; - foreach($linkedTags as $linkedTag) { - $output.= displayTag($linkedTag, $uId); - } - $output = substr($output, 0, -1); // remove final comma avoiding IE6 Dojo bug - $output.= "]"; - } - - $output.= '},'; - return $output; -} - -?> - -{ label: 'name', identifier: 'id', items: [ - -] } diff --git a/ajax/getadmintags.php b/ajax/getadmintags.php deleted file mode 100644 index e3d8025..0000000 --- a/ajax/getadmintags.php +++ /dev/null @@ -1,44 +0,0 @@ - - -{identifier:"tag", -items: [ -getAdminTags(1000, $userservice->getCurrentUserId()); - foreach($listTags as $t) { - echo "{tag: \"".$t['tag']."\"},"; - } -?> -]} - - - - diff --git a/ajax/getcontacttags.php b/ajax/getcontacttags.php deleted file mode 100644 index 9c25e1a..0000000 --- a/ajax/getcontacttags.php +++ /dev/null @@ -1,44 +0,0 @@ - - -{identifier:"tag", -items: [ -getContactTags($userservice->getCurrentUserId(), 1000, $userservice->getCurrentUserId()); - foreach($listTags as $t) { - echo "{tag: \"".$t['tag']."\"},"; - } -?> -]} - - - - diff --git a/ajax/getlinkedtags.php b/ajax/getlinkedtags.php deleted file mode 100644 index a34805b..0000000 --- a/ajax/getlinkedtags.php +++ /dev/null @@ -1,64 +0,0 @@ -getLinkedTags($tag, '>', $uId); - if(count($linkedTags) > 0) { - $output.= ', children: ['; - foreach($linkedTags as $linkedTag) { - $output.= displayTag($linkedTag, $uId); - } - $output = substr($output, 0, -1); // remove final comma avoiding IE6 Dojo bug - $output.= "]"; - } - - $output.= '},'; - return $output; -} - -?> - -{ label: 'name', identifier: 'id', items: [ - -] } diff --git a/ajax/gettags.php b/ajax/gettags.php deleted file mode 100644 index 7b8b33a..0000000 --- a/ajax/gettags.php +++ /dev/null @@ -1,44 +0,0 @@ - - -{identifier:"tag", -items: [ -getPopularTags($userservice->getCurrentUserId(), 1000, $userservice->getCurrentUserId()); - foreach($listTags as $t) { - echo "{tag: \"".$t['tag']."\"},"; - } -?> -]} - - - - -- cgit v1.2.3-54-g00ecf