summaryrefslogtreecommitdiff
path: root/docs/_layouts/default.html
blob: 484640202d2e308f8bb9b2edb3838874c7c46c36 (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
---
---
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html>
<html>
  <head>
    <title>libsigc++ -- The Typesafe Callback Framework for C++: {{page.title}}</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <link rel="stylesheet" href="style.css" type="text/css" />
  </head>

  <body>
    <div id="rightbox">
      <div id="coloredbox">
        <a class="menu" href="index.html">Main</a><br />
        <a class="menu" href="license.html">License</a><br />
        <a class="menu" href="doc.html">Documentation</a><br />
        <a class="menu" href="download.html">Download</a><br />
        <a class="menu" href="devel.html">Development</a><br />
      </div>
    </div>

    <div id="contents">
      <table border="0" width="90%" cellpadding="0">
        <tr>
          <td><img src="pix/logo.gif" width="280" height="85" alt="libsigc++" /></td>
          <td align="center">
            <b>Callback Framework for C++</b>
          </td>
        </tr>
      </table>

      <hr></hr>

      <h1>{{page.title}}</h1>
      {{ content }}
    </div>
    <hr></hr>
    <div class="right">

      <a href="mailto:libsigc-list@gnome.org">libsigc++ mailing list</a>
      |
      <a href="https://github.com/GNOME/libsigcplusplus/tree/master/docs">website source</a>
    </div>
  </body>
</html>