add footer to html v0.1.0
authorChristian Weiske <cweiske@cweiske.de>
Fri, 18 Apr 2014 20:10:14 +0000 (22:10 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Fri, 18 Apr 2014 20:10:14 +0000 (22:10 +0200)
www/css/phancap.css
www/index.php
www/setup.php

index 3c20afc1e51cb2ab36a59ea5499346fd7e4fe42e..049f6482c278103df6052c12e21316cdbb8a6926 100644 (file)
@@ -1,3 +1,11 @@
 h2 {
     margin-top: 3ex;
 h2 {
     margin-top: 3ex;
-}
\ No newline at end of file
+}
+.footer {
+    margin-top: 3ex;
+    margin-bottom: 0px;
+    border-top: 1px solid #DDD;
+    color: #999;
+    text-align: center;
+    clear: both;
+}
index ee69271485c68e44182559710a539b14c4705371..d2580be1a99e1b261aec8ba12ba74f06f065ba59 100644 (file)
@@ -145,5 +145,13 @@ foreach ($options->options as $name => $option) {
     </div>
    </div>
   </div>
     </div>
    </div>
   </div>
+
+  <div class="container footer">
+   <a href="http://cweiske.de/phancap.htm">phancap</a>,
+   the self-hosted website screenshot service is available under the
+   <a href="http://www.gnu.org/licenses/agpl-3.0.html">
+    <abbr title="GNU Affero General Public License">AGPL</abbr></a>.
+  </div>
+
  </body>
 </html>
  </body>
 </html>
index 3107769fef44b5b85bece1e5b374675c4a77cf87..a49a7ae0e25067a410f5d57a88be8046696eac98 100644 (file)
@@ -159,6 +159,14 @@ $out .= <<<HTM
     </div>
    </div>
   </div>
     </div>
    </div>
   </div>
+
+  <div class="container footer">
+   <a href="http://cweiske.de/phancap.htm">phancap</a>,
+   the self-hosted website screenshot service is available under the
+   <a href="http://www.gnu.org/licenses/agpl-3.0.html">
+    <abbr title="GNU Affero General Public License">AGPL</abbr></a>.
+  </div>
+
  </body>
 </html>
 HTM;
  </body>
 </html>
 HTM;