]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add copyright
authorSeven Du <dujinfang@gmail.com>
Mon, 22 Apr 2013 12:07:27 +0000 (20:07 +0800)
committerTravis Cross <tc@traviscross.com>
Fri, 7 Jun 2013 04:53:15 +0000 (04:53 +0000)
htdocs/portal/index.html

index d860c427ddc10c7a328da69eaacfbf4dadb966ef..476d2a12db274e53cc79376c2e1fb6b7689838e9 100644 (file)
        <!-- Le styles -->
        <link href="assets/bootstrap/css/bootstrap.css" rel="stylesheet">
        <style>
-       body {
-               padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
-       }
+               body {
+                       padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
+               }
+               #container {
+                       min-height: 500px;
+               }
+               #footer {
+                       text-align: center;
+               }
        </style>
        <link href="assets/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
 
        </div>
 
        <div class="container" id="container">
-               <div id="calls" style="display:none"></div>
-               <div id="channels" style="display:none"></div>
+               <div id="main">
+                       <div id="calls" style="display:none"></div>
+                       <div id="channels" style="display:none"></div>
+               </div>
        </div> <!-- /container -->
 
-       <div id="aa"></div>
+
+       <div class="container" id="footer">
+               &copy; <a href="http://www.freeswitch.org">FreeSWITCH.org</a>
+               Join us on <a href="http://www.cluecon.com">ClueCon</a>!
+       </div>
+
        <script type="text/x-handlebars" data-template-name="index">
                <h1>Welcome to FreeSWITCH Portal</h1>
                Welcome