From 581d67eee33280ced1bab6545dfbb563fd649fa1 Mon Sep 17 00:00:00 2001 From: Seth Meranda <smeranda2@unl.edu> Date: Wed, 16 Sep 2009 17:54:08 +0000 Subject: [PATCH] markup for the page sections. --- plugins/globe/views/default/globe/content.php | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/plugins/globe/views/default/globe/content.php b/plugins/globe/views/default/globe/content.php index 5fa48931..c5b704e8 100644 --- a/plugins/globe/views/default/globe/content.php +++ b/plugins/globe/views/default/globe/content.php @@ -22,6 +22,13 @@ <div id="globeInner" style="opacity:1 !important; display: block !important;width:940px;height:705px;background-color:#000;"></div> - - - \ No newline at end of file +<div id="plotMe"></div> +<div class="col left" id="plotFriends"> +<h3 class="sec_header">Your Friends</h3> +</div> +<div class="col middle" id="plotGroups"> +<h3 class="sec_header">Your Groups</h3></div> +<div class="col middle" id="plotRoles"> +<h3 class="sec_header">Other <Roles></h3></div> +<div class="col right" id="plotXXX"> +<h3 class="sec_header">Room for something else</h3></div> \ No newline at end of file -- GitLab