~ubuntu-branches/ubuntu/wily/ntopng/wily-proposed

« back to all changes in this revision

Viewing changes to .pc/rickshaw.patch/httpdocs/inc/header.inc

  • Committer: Package Import Robot
  • Author(s): Ludovico Cavedon
  • Date: 2014-07-27 16:13:47 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140727161347-0i8n5upu69ibq5d2
Tags: 1.2.0+dfsg1-1
* Imported Upstream version 1.2.0+dfsg1
* Update watch rule for new upstream naming convention.
* get-roig-source: Support both +svn and ~svn in version.
* Remove external hiredis from orig tarball.
* Remove Rickshaw from orig tarball.
* Remove documentation without source from orig tarball and insert an http
* Remove corrupted unused serializeCFJSON-0.1.js from orig tarball.
  link to it in README.Debian.
* Remove nDPI from orig tarball.
* Remove all debian/missing-sources files that are now included not-minified
  by upstream. Remove build-deps on node-uglify and cleancss.
* Remove references to third-party/redis-lua (removed upstream).
* Update copyright.
* Refresh patches and remove those merged upstream.
* Add external-hiredis.patch to use system libhiredis.
* Add rickshaw-keep-one.patch to remove references to additional rickshaw
  library.
* Add no-svn.patch to drop requirement on SVN.
* Add manpage.patch to fix usage of minus signs, hyphens, and dashes,
  missing space and line breaks.
* Add rickshaw.patch to use single rickshaw.{css,js} files.
* Split library removing part of build-flags.patch into remove-libs.patch.
* Rename debian-defaults.patch to path-defaults.patch and use installation
  path from configure.
* Use dh-autoreconf instead of autotools-dev.
* Add build-dep on libsqlite3-dev.
* Update build-dep on newer libndpi-dev.
* Cleanup of dh_install rules.
* Fix typo in font-awesome symlink path and remove and updates symlink links
  in ntopng-data/
* Remove executable bit to non executable files.
* Use system linjs-jquery tablesorter and form.
* Add Build-Dep on libhiredis-dev.
* Remove empty httpdocs/ssl directory.
* Add systemd support.
* Stop supporting ENABLED in /etc/default/ntopng and debian/NEWS to notify
  users.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html>
 
2
<html>
 
3
  <head>
 
4
    <title>Welcome to ntopng</title>
 
5
    <meta name="viewport" content="width=device-width, initial-scale=1">
 
6
    <link href="/bootstrap/css/bootstrap.css" rel="stylesheet" media="screen">
 
7
    <link href="/bootstrap/css/bootstrap-theme.css" rel="stylesheet">
 
8
    <link href="/font-awesome/css/font-awesome.css" rel="stylesheet">
 
9
    <script src="/js/jquery.js"></script>
 
10
    <script src="/bootstrap/js/bootstrap.js"></script>
 
11
    <script src="/js/bootstrap-datatable.js"></script>
 
12
    <script src="/js/bootstrap3-typeahead.js"></script>
 
13
    <script charset="utf-8" src="/js/d3.v3.js"></script>
 
14
    <script src="/js/jquery.peity.js"></script>
 
15
 
 
16
    <link type="text/css" rel="stylesheet" href="/css/jquery-ui.css">
 
17
    <link type="text/css" rel="stylesheet" href="/css/Rickshaw/graph.css">
 
18
    <link type="text/css" rel="stylesheet" href="/css/Rickshaw/detail.css">
 
19
    <link type="text/css" rel="stylesheet" href="/css/Rickshaw/legend.css">
 
20
 
 
21
    <script src="/js/jquery-ui.js"></script>
 
22
    <script src="/js/Rickshaw/Rickshaw.js"></script>
 
23
    <script src="/js/Rickshaw/Rickshaw.Class.js"></script>
 
24
    <script src="/js/Rickshaw/Rickshaw.Compat.ClassList.js"></script>
 
25
    <script src="/js/Rickshaw/Rickshaw.Graph.js"></script>
 
26
    <script src="/js/Rickshaw/Rickshaw.Graph.Renderer.js"></script>
 
27
    <script src="/js/Rickshaw/Rickshaw.Graph.Renderer.Area.js"></script>
 
28
    <script src="/js/Rickshaw/Rickshaw.Graph.Renderer.Line.js"></script>
 
29
    <script src="/js/Rickshaw/Rickshaw.Graph.Renderer.Bar.js"></script>
 
30
    <script src="/js/Rickshaw/Rickshaw.Graph.Renderer.ScatterPlot.js"></script>
 
31
    <script src="/js/Rickshaw/Rickshaw.Graph.Renderer.Stack.js"></script>
 
32
    <script src="/js/Rickshaw/Rickshaw.Graph.RangeSlider.js"></script>
 
33
    <script src="/js/Rickshaw/Rickshaw.Graph.RangeSlider.Preview.js"></script>
 
34
    <script src="/js/Rickshaw/Rickshaw.Graph.HoverDetail.js"></script>
 
35
    <script src="/js/Rickshaw/Rickshaw.Graph.Annotate.js"></script>
 
36
    <script src="/js/Rickshaw/Rickshaw.Graph.Legend.js"></script>
 
37
    <script src="/js/Rickshaw/Rickshaw.Graph.Axis.Time.js"></script>
 
38
    <script src="/js/Rickshaw/Rickshaw.Graph.Behavior.Series.Toggle.js"></script>
 
39
    <script src="/js/Rickshaw/Rickshaw.Graph.Behavior.Series.Order.js"></script>
 
40
    <script src="/js/Rickshaw/Rickshaw.Graph.Behavior.Series.Highlight.js"></script>
 
41
    <script src="/js/Rickshaw/Rickshaw.Graph.Smoother.js"></script>
 
42
    <script src="/js/Rickshaw/Rickshaw.Fixtures.Time.js"></script>
 
43
    <script src="/js/Rickshaw/Rickshaw.Fixtures.Time.Local.js"></script>
 
44
    <script src="/js/Rickshaw/Rickshaw.Fixtures.Number.js"></script>
 
45
    <script src="/js/Rickshaw/Rickshaw.Fixtures.Color.js"></script>
 
46
    <script src="/js/Rickshaw/Rickshaw.Color.Palette.js"></script>
 
47
    <script src="/js/Rickshaw/Rickshaw.Graph.Axis.Y.js"></script>
 
48
 
 
49
    <script src="/js/pie-chart.js"></script>
 
50
    <script src="/js/gauge.js"></script>
 
51
    <script src="/js/crossfilter.js"></script>
 
52
    <script src="/js/dc.js"></script>
 
53
    <link href="/css/dc.css" rel="stylesheet">
 
54
    <link href="/css/flags.css" rel="stylesheet">
 
55
    <link href="/css/pie-chart.css" rel="stylesheet">
 
56
    <link href="/css/rickshaw.css" rel="stylesheet">
 
57
    <!-- http://kamisama.github.io/cal-heatmap/v2/ -->
 
58
    <script src="/js/cal-heatmap.js"></script>
 
59
    <link href="/css/cal-heatmap.css" rel="stylesheet">
 
60
    <script src="/js/springy-ntop.js"></script>
 
61
    <script src="/js/springyui-ntop.js"></script>
 
62
 
 
63
    <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
 
64
    <!--[if lt IE 9]>
 
65
      <script src="/js/html5shiv.js"></script>
 
66
    <![endif]-->
 
67
 
 
68
    <link href="/css/ntopng.css" rel="stylesheet">
 
69
 
 
70
    <script type="text/javascript" src="/js/moment.js"></script>
 
71
    <script type="text/javascript" src="/js/bootstrap-datetimepicker.js"></script> 
 
72
    <link rel="stylesheet" href="/css/bootstrap-datetimepicker.css" />  
 
73
  </head>
 
74
<body>
 
75
 
 
76
  <div class="container-narrow">
 
77
 
 
78