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 --- templates/about.tpl.php | 34 --- templates/admin.tpl.php | 35 --- templates/bookmarkcommondescriptionedit.tpl.php | 57 ---- templates/bookmarks.tpl.php | 344 ------------------------ templates/bottom.inc.php | 34 --- templates/dojo.inc.php | 35 --- templates/dynamictags.inc.php | 141 ---------- templates/editbookmark.tpl.php | 177 ------------ templates/editprofile.tpl.php | 73 ----- templates/error.404.tpl.php | 9 - templates/error.500.tpl.php | 9 - templates/importDelicious.tpl.php | 42 --- templates/importNetscape.tpl.php | 50 ---- templates/importStructure.tpl.php | 42 --- templates/login.tpl.php | 41 --- templates/password.tpl.php | 26 -- templates/profile.tpl.php | 74 ----- templates/register.tpl.php | 49 ---- templates/rss.tpl.php | 28 -- templates/sidebar.block.common.php | 28 -- templates/sidebar.block.linked.php | 105 -------- templates/sidebar.block.menu.php | 80 ------ templates/sidebar.block.menu2.php | 58 ---- templates/sidebar.block.popular.php | 44 --- templates/sidebar.block.recent.php | 39 --- templates/sidebar.block.related.php | 40 --- templates/sidebar.block.search.php | 34 --- templates/sidebar.block.tagactions.php | 35 --- templates/sidebar.block.users.php | 34 --- templates/sidebar.block.watchlist.php | 60 ----- templates/sidebar.block.watchstatus.php | 28 -- templates/sidebar.linkedtags.inc.php | 84 ------ templates/sidebar.tpl.php | 19 -- templates/tag2tagadd.tpl.php | 57 ---- templates/tag2tagdelete.tpl.php | 49 ---- templates/tag2tagedit.tpl.php | 73 ----- templates/tagcommondescriptionedit.tpl.php | 48 ---- templates/tagdelete.tpl.php | 20 -- templates/tagedit.tpl.php | 34 --- templates/tagrename.tpl.php | 41 --- templates/tags.tpl.php | 31 --- templates/toolbar.inc.php | 35 --- templates/top.inc.php | 61 ----- templates/users.tpl.php | 26 -- 44 files changed, 2463 deletions(-) delete mode 100644 templates/about.tpl.php delete mode 100644 templates/admin.tpl.php delete mode 100644 templates/bookmarkcommondescriptionedit.tpl.php delete mode 100644 templates/bookmarks.tpl.php delete mode 100644 templates/bottom.inc.php delete mode 100644 templates/dojo.inc.php delete mode 100644 templates/dynamictags.inc.php delete mode 100644 templates/editbookmark.tpl.php delete mode 100644 templates/editprofile.tpl.php delete mode 100644 templates/error.404.tpl.php delete mode 100644 templates/error.500.tpl.php delete mode 100644 templates/importDelicious.tpl.php delete mode 100644 templates/importNetscape.tpl.php delete mode 100644 templates/importStructure.tpl.php delete mode 100644 templates/login.tpl.php delete mode 100644 templates/password.tpl.php delete mode 100644 templates/profile.tpl.php delete mode 100644 templates/register.tpl.php delete mode 100644 templates/rss.tpl.php delete mode 100644 templates/sidebar.block.common.php delete mode 100644 templates/sidebar.block.linked.php delete mode 100644 templates/sidebar.block.menu.php delete mode 100644 templates/sidebar.block.menu2.php delete mode 100644 templates/sidebar.block.popular.php delete mode 100644 templates/sidebar.block.recent.php delete mode 100644 templates/sidebar.block.related.php delete mode 100644 templates/sidebar.block.search.php delete mode 100644 templates/sidebar.block.tagactions.php delete mode 100644 templates/sidebar.block.users.php delete mode 100644 templates/sidebar.block.watchlist.php delete mode 100644 templates/sidebar.block.watchstatus.php delete mode 100644 templates/sidebar.linkedtags.inc.php delete mode 100644 templates/sidebar.tpl.php delete mode 100644 templates/tag2tagadd.tpl.php delete mode 100644 templates/tag2tagdelete.tpl.php delete mode 100644 templates/tag2tagedit.tpl.php delete mode 100644 templates/tagcommondescriptionedit.tpl.php delete mode 100644 templates/tagdelete.tpl.php delete mode 100644 templates/tagedit.tpl.php delete mode 100644 templates/tagrename.tpl.php delete mode 100644 templates/tags.tpl.php delete mode 100644 templates/toolbar.inc.php delete mode 100644 templates/top.inc.php delete mode 100644 templates/users.tpl.php (limited to 'templates') diff --git a/templates/about.tpl.php b/templates/about.tpl.php deleted file mode 100644 index 4a93d75..0000000 --- a/templates/about.tpl.php +++ /dev/null @@ -1,34 +0,0 @@ -includeTemplate($GLOBALS['top_include']); -?> - -
-getLastTagDescription($currenttag)) {
- $cDescription = $cdservice->getLastTagDescription($currenttag);
- echo nl2br(filter($cDescription['cdDescription']));
-} elseif(isset($hash) && $cdservice->getLastBookmarkDescription($hash)) {
- $cDescription = $cdservice->getLastBookmarkDescription($hash);
- echo nl2br(filter($cDescription['cdTitle'])). "
";
- echo nl2br(filter($cDescription['cdDescription'])). "
";
-}
-
-//common tag description edit
-if($userservice->isLoggedOn()) {
- if($currenttag!= '' && ($GLOBALS['enableCommonTagDescriptionEditedByAll'] || $currentUser->isAdmin())) {
- echo ' ';
- echo !is_array($cDescription) || strlen($cDescription['cdDescription'])==0?T_('Edit the common description of this tag'):'';
- echo '
';
- } elseif(isset($hash)) {
- echo ' (';
- echo T_('Edit the common description of this bookmark').')';
- }
-}
-?>
getDescription($currenttag, $userObject['uId']);
-echo nl2br(filter($pDescription['tDescription']));
-
-//personal tag description edit
-if($userservice->isLoggedOn()) {
- if($currenttag!= '') {
- echo ' ';
- echo strlen($pDescription['tDescription'])==0?T_('Edit your personal description of this tag'):'';
- echo '
';
- }
-}
-?>
- - -/ -/ '; - echo T_('Bookmarks from other users for this tag').''; - //echo T_(' for these tags'); - } else if($userservice->isLoggedOn()){ - echo ' - '; - echo ''; - echo T_('Only your bookmarks for this tag').''; - //echo T_(' for these tags'); - } -} -?>
- -'. T_('First') .''; - $bprev = ''. T_('Previous') .''; - } else { - $prev = $page - 1; - $prev = 'page='. $prev; - $start = ($page - 1) * $perpage; - $bfirst= ''. T_('First') .''; - $bprev = ''. T_('Previous') .''; - } - - // Next - $next = $page + 1; - $totalpages = ceil($total / $perpage); - if (count($bookmarks) < $perpage || $perpage * $page == $total) { - $bnext = ''. T_('Next') .''; - $blast = ''. T_('Last') ."\n"; - } else { - $bnext = ''. T_('Next') .''; - $blast = ''. T_('Last') ."\n"; - } - - // RSS - $brss = ''; - $size = count($rsschannels); - for ($i = 0; $i < $size; $i++) { - $brss = ''. $bfirst .' / '. $bprev .' / '. $bnext .' / '. $blast .' / '. sprintf(T_('Page %d of %d'), $page, $totalpages) ." ". $brss ."
\n"; - - if(getPerPageCount($currentUser) > 10) { - echo $pagesBanner; // display a page banner if too many bookmarks to manage - } - - -?> - - - -
';
- } else {
- $adminBgClass = '';
- $adminStar = '';
- }
-
- // Private Note (just visible by the owner and his/her contacts)
- if($userservice->isLoggedOn() && ($currentUser->getId() == $row['uId'] || in_array($row['username'], $userservice->getWatchNames($currentUser->getId(), true)))) {
- $privateNoteField = $row['bPrivateNote'];
- } else {
- $privateNoteField = '';
- }
-
- // Output
- echo ''.T_('No bookmarks available').'
'; -} -$this->includeTemplate('sidebar.tpl'); -$this->includeTemplate($GLOBALS['bottom_include']); -?> diff --git a/templates/bottom.inc.php b/templates/bottom.inc.php deleted file mode 100644 index a1b65bf..0000000 --- a/templates/bottom.inc.php +++ /dev/null @@ -1,34 +0,0 @@ - -