aboutsummaryrefslogtreecommitdiff
path: root/views/default/pageshells
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-05-09 00:29:53 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-05-09 00:29:53 +0000
commitee3f793908dd34b3aa9e6e96ba5c53b4b1500732 (patch)
tree1cc0172e199c55bf60cba34df1e988a96d293c86 /views/default/pageshells
parenta86dd9c535dba4ff5985744e24c42db78d274213 (diff)
downloadelgg-ee3f793908dd34b3aa9e6e96ba5c53b4b1500732.tar.gz
elgg-ee3f793908dd34b3aa9e6e96ba5c53b4b1500732.tar.bz2
drag n drop interface test
git-svn-id: https://code.elgg.org/elgg/trunk@637 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/pageshells')
-rw-r--r--views/default/pageshells/pageshell.php52
1 files changed, 49 insertions, 3 deletions
diff --git a/views/default/pageshells/pageshell.php b/views/default/pageshells/pageshell.php
index d0c043e03..3e800e468 100644
--- a/views/default/pageshells/pageshell.php
+++ b/views/default/pageshells/pageshell.php
@@ -40,11 +40,57 @@
<div id="sidebar_menu">
<?php echo elgg_view("navigation/toolbox", $vars); ?>
</div>
+
+<div id="sidebar_right" class="ui-sortable">
+
+ <div class="sort">
+ <div class="content">
+ <!-- top/left PNG -->
+ <div class="t"></div>
+ <!-- box content -->
+ <a href="#" class="togglepanel">[-]</a>
+ <a href="#" class="button_editpanel">Edit</a>
+ <h1>title in here</h1>
+
+ <div class="editpanel">
+ <p>Here's the edit controls for this widget</p>
+ </div>
+ <div class="panelcontent">
+ <?php echo $vars['body']; ?>
+ </div>
+ </div>
+ <!-- bottom PNG -->
+ <div class="b"><div></div></div>
+ </div>
+
+</div><!-- /sidebar_right -->
- <!-- get the main body -->
- <div id="mainContent">
- <?php echo $vars['body']; ?>
+<!-- get the main body -->
+<div id="mainContent" class="ui-sortable">
+
+ <div class="sort">
+ <div class="content">
+ <!-- top/left PNG -->
+ <div class="t"></div>
+ <!-- box content -->
+ <a href="#" class="togglepanel">[-]</a>
+ <a href="#" class="button_editpanel">Edit</a>
+ <h1>title in here</h1>
+
+ <div class="editpanel">
+ <p>Here's the edit controls for this widget</p>
+ </div>
+ <div class="panelcontent">
+ <?php echo $vars['body']; ?>
+ </div>
+ </div>
+ <!-- bottom PNG -->
+ <div class="b"><div></div></div>
</div>
+
+</div><!-- /mainContent -->
+
+
<!-- include the footer -->
<?php echo elgg_view('page_elements/footer', $vars); ?> \ No newline at end of file