tweetcast/nodejs/client/index.html
author Raphael Velt <raph.velt@gmail.com>
Wed, 30 Nov 2011 12:11:59 +0100
changeset 403 dd1686ae5506
parent 340 a99a04556e3b
permissions -rw-r--r--
minor changes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
333
4389fd4ae58f Reorganisation branche node
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     1
<!doctype html>
4389fd4ae58f Reorganisation branche node
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     2
<html>
338
60dff8a71024 Added alternate configuration
Raphael Velt <raph.velt@gmail.com>
parents: 336
diff changeset
     3
    <head>
60dff8a71024 Added alternate configuration
Raphael Velt <raph.velt@gmail.com>
parents: 336
diff changeset
     4
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
60dff8a71024 Added alternate configuration
Raphael Velt <raph.velt@gmail.com>
parents: 336
diff changeset
     5
        <title>Polemic Tweet “TweetCast”</title>
340
a99a04556e3b Added conversation mode
Raphael Velt <raph.velt@gmail.com>
parents: 339
diff changeset
     6
        <script type="text/javascript" src="js/jquery-1.6.4.min.js"></script>
338
60dff8a71024 Added alternate configuration
Raphael Velt <raph.velt@gmail.com>
parents: 336
diff changeset
     7
        <script type="text/javascript" src="/config"></script>
60dff8a71024 Added alternate configuration
Raphael Velt <raph.velt@gmail.com>
parents: 336
diff changeset
     8
        <script type="text/javascript" src="/socket.io/socket.io.js"></script>
60dff8a71024 Added alternate configuration
Raphael Velt <raph.velt@gmail.com>
parents: 336
diff changeset
     9
        <script type="text/javascript" src="js/raphael-min.js"></script>
60dff8a71024 Added alternate configuration
Raphael Velt <raph.velt@gmail.com>
parents: 336
diff changeset
    10
        <script type="text/javascript" src="js/jquery.mousewheel.min.js"></script>
60dff8a71024 Added alternate configuration
Raphael Velt <raph.velt@gmail.com>
parents: 336
diff changeset
    11
        <script type="text/javascript" src="js/script.js"></script>
60dff8a71024 Added alternate configuration
Raphael Velt <raph.velt@gmail.com>
parents: 336
diff changeset
    12
        <link rel="stylesheet" href="css/style.css" type="text/css" />
60dff8a71024 Added alternate configuration
Raphael Velt <raph.velt@gmail.com>
parents: 336
diff changeset
    13
    </head>
60dff8a71024 Added alternate configuration
Raphael Velt <raph.velt@gmail.com>
parents: 336
diff changeset
    14
    <body>
60dff8a71024 Added alternate configuration
Raphael Velt <raph.velt@gmail.com>
parents: 336
diff changeset
    15
        <div id="container">
339
6a073c4a8578 Minor changes and bug fixes
Raphael Velt <raph.velt@gmail.com>
parents: 338
diff changeset
    16
            <div id="modeselector">Mode Flux</div>
338
60dff8a71024 Added alternate configuration
Raphael Velt <raph.velt@gmail.com>
parents: 336
diff changeset
    17
            <ul id="tweetlist">
60dff8a71024 Added alternate configuration
Raphael Velt <raph.velt@gmail.com>
parents: 336
diff changeset
    18
            </ul>
60dff8a71024 Added alternate configuration
Raphael Velt <raph.velt@gmail.com>
parents: 336
diff changeset
    19
            <div id="timeline"></div>
60dff8a71024 Added alternate configuration
Raphael Velt <raph.velt@gmail.com>
parents: 336
diff changeset
    20
            <div id="timewindow"></div>
60dff8a71024 Added alternate configuration
Raphael Velt <raph.velt@gmail.com>
parents: 336
diff changeset
    21
        </div>
60dff8a71024 Added alternate configuration
Raphael Velt <raph.velt@gmail.com>
parents: 336
diff changeset
    22
    </body>
333
4389fd4ae58f Reorganisation branche node
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    23
</html>