aboutsummaryrefslogtreecommitdiff
path: root/views/default/pageshells/pageshell.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/pageshells/pageshell.php')
-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