summaryrefslogtreecommitdiff
path: root/tpl/social.php
blob: b7e876c82f144e9b79b516fe9eb66d289c0b8317 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html>
    <head>
        <title><?php echo section('title'); ?> &mdash; GNU social</title>


   <link rel="stylesheet" href="/theme/gnusocial/css/combo.css" type="text/css">
   <link rel="stylesheet" href="/theme/gnusocial/css/social.css" type="text/css">
        <?php echo section('scripts'); ?>
        <?php echo section('search'); ?>
        <?php echo section('feeds'); ?>
        <?php echo section('description'); ?>
        <?php echo section('head'); ?>
        </head>
    <body id="<?php echo section('action'); ?>">
        <div id="custom-doc" class="yui-t2">
           <div id="hd">
                <h1><a href="/">GNU social</a></h1>            
                <?php echo section('nav'); ?>
            </div>
            <div id="bd">
                <div id="yui-main">
                    <div class="yui-b" id="social">
                        <div class="yui-gc">
                            <div class="yui-u first">
                                <?php echo section('noticeform'); ?>
                                <?php echo section('bodytext'); ?>

                            </div>


                            <div class="yui-u" id="right-nav">
                                <div id="aside_primary" class="aside">
                                    <?php echo section('subscriptions'); ?>
                                    <?php echo section('subscribers'); ?>
                                    <?php echo section('groups'); ?>
                                    <?php echo section('cloud'); ?>
                                    <?php echo section('popular'); ?>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="yui-b" id="sidebar">
                    <?php echo section('localnav'); ?>
                </div>
            </div>
            <div id="ft">
							 <p>This is <a href="http://www.gnu.org/software/social">GNU social</a> &mdash; licensed under the <a href="http://www.gnu.org/licenses/agpl-3.0.html">GNU Affero General Public License</a> version 3.0 or later. <a href="http://gitorious.org/+socialites/statusnet/gnu-social">Get the code</a>.</p>
            </div>
        </div>
    </body>
</html>