~ubuntu-branches/ubuntu/saucy/sflphone/saucy

« back to all changes in this revision

Viewing changes to sflphone-client-gnome/webkit/im/im.html

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2010-12-24 16:33:55 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20101224163355-tkvvikqxbrbav6up
Tags: 0.9.11-1
* New upstream release
* Add new build dependencies on libwebkit-dev and libyaml-dev

* Bump Standards-Version up to 3.9.1
* Bump debhelper compatibility to 8
* Patch another typo in the upstream code (lintian notice)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
        <head>
 
3
                <script src="im.js"></script>
 
4
                <link rel="stylesheet" type="text/css" href="im.css" />
 
5
        </head>
 
6
        <body>
 
7
                <div class='page'>
 
8
                        <div id="header">
 
9
                                <div id="call-info">
 
10
                                        <h2> Calling <span id='peer-number'></span></h2>
 
11
                                        <p>Nom: <span id='peer-name'></span></p>
 
12
                                </div>
 
13
                                <div id="logo"><a href="http://www.sflphone.org" title="sflphone" alt="sflphone"><img src="sflphone.png"/></a></div>
 
14
                </div>
 
15
                        <div id="messages">
 
16
                        </div>
 
17
                </div>
 
18
                <a id="bottom"></a>
 
19
        </body>
 
20
</html>