Commit f739a26f2ad5d12401eb8a26a8a5c9505e0ccad7

Authored by Adhidarma Hadiwinoto
1 parent a3472a346d
Exists in master

DASHBOARD: kapital STOK

Showing 1 changed file with 1 additions and 1 deletions Inline Diff

lib/modem-dashboard/views/template.html
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html lang="en"> 2 <html lang="en">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 5 <meta http-equiv="X-UA-Compatible" content="IE=edge">
6 <meta name="viewport" content="width=device-width, initial-scale=1"> 6 <meta name="viewport" content="width=device-width, initial-scale=1">
7 <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> 7 <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
8 8
9 <meta name="description" content=""> 9 <meta name="description" content="">
10 <meta name="author" content=""> 10 <meta name="author" content="">
11 <link rel="icon" href="/favicon.ico"> 11 <link rel="icon" href="/favicon.ico">
12 12
13 <title> 13 <title>
14 {% if page_title %} 14 {% if page_title %}
15 {{ page_title }} 15 {{ page_title }}
16 - 16 -
17 {% endif %} 17 {% endif %}
18 18
19 Modem Dashboard 19 Modem Dashboard
20 20
21 {% if site_name %} 21 {% if site_name %}
22 - 22 -
23 {{ site_name }} 23 {{ site_name }}
24 {% endif %} 24 {% endif %}
25 25
26 </title> 26 </title>
27 27
28 <!-- Latest compiled and minified CSS --> 28 <!-- Latest compiled and minified CSS -->
29 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> 29 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
30 30
31 <!-- Optional theme --> 31 <!-- Optional theme -->
32 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous"> 32 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
33 33
34 34
35 35
36 <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> 36 <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
37 <link href="/ie10-viewport-bug-workaround.css" rel="stylesheet"> 37 <link href="/ie10-viewport-bug-workaround.css" rel="stylesheet">
38 38
39 <!-- Custom styles for this template --> 39 <!-- Custom styles for this template -->
40 <link href="starter-template.css" rel="stylesheet"> 40 <link href="starter-template.css" rel="stylesheet">
41 41
42 <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> 42 <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
43 <!--[if lt IE 9]> 43 <!--[if lt IE 9]>
44 <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> 44 <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
45 <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> 45 <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
46 <![endif]--> 46 <![endif]-->
47 47
48 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> 48 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
49 49
50 {% block head %} 50 {% block head %}
51 {% endblock %} 51 {% endblock %}
52 </head> 52 </head>
53 53
54 <body> 54 <body>
55 55
56 <nav class="navbar navbar-inverse navbar-fixed-top"> 56 <nav class="navbar navbar-inverse navbar-fixed-top">
57 <div class="container"> 57 <div class="container">
58 <div class="navbar-header"> 58 <div class="navbar-header">
59 <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> 59 <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
60 <span class="sr-only">Toggle navigation</span> 60 <span class="sr-only">Toggle navigation</span>
61 <span class="icon-bar"></span> 61 <span class="icon-bar"></span>
62 <span class="icon-bar"></span> 62 <span class="icon-bar"></span>
63 <span class="icon-bar"></span> 63 <span class="icon-bar"></span>
64 </button> 64 </button>
65 <a class="navbar-brand" href="/"> 65 <a class="navbar-brand" href="/">
66 {% if site_name %} 66 {% if site_name %}
67 {{ site_name}} 67 {{ site_name}}
68 {% else %} 68 {% else %}
69 Modem Dashboard 69 Modem Dashboard
70 {% endif %} 70 {% endif %}
71 </a> 71 </a>
72 </div> 72 </div>
73 <div id="navbar" class="collapse navbar-collapse"> 73 <div id="navbar" class="collapse navbar-collapse">
74 <ul class="nav navbar-nav"> 74 <ul class="nav navbar-nav">
75 <li><a href="/sms">SMS</a></li> 75 <li><a href="/sms">SMS</a></li>
76 <li><a href="/ussd">USSD</a></li> 76 <li><a href="/ussd">USSD</a></li>
77 <li><a href="/stocks">Stok</a></li> 77 <li><a href="/stocks">STOK</a></li>
78 </ul> 78 </ul>
79 </div><!--/.nav-collapse --> 79 </div><!--/.nav-collapse -->
80 </div> 80 </div>
81 </nav> 81 </nav>
82 82
83 <div class="container"> 83 <div class="container">
84 84
85 <div class="starter-template"> 85 <div class="starter-template">
86 86
87 <div style="text-align: right;"> 87 <div style="text-align: right;">
88 <img src="/img/{{ signal_strength_image }}" alt="Signal: {{ signal_strength_title }}" title="Signal: {{ signal_strength_title }} ({{ signal_strength }})"> 88 <img src="/img/{{ signal_strength_image }}" alt="Signal: {{ signal_strength_title }}" title="Signal: {{ signal_strength_title }} ({{ signal_strength }})">
89 </div> 89 </div>
90 90
91 {% if page_title%} 91 {% if page_title%}
92 <h1> {{ page_title }} </h1> 92 <h1> {{ page_title }} </h1>
93 {% endif %} 93 {% endif %}
94 94
95 {% block content %} 95 {% block content %}
96 96
97 &nbsp; 97 &nbsp;
98 98
99 {% endblock %} 99 {% endblock %}
100 100
101 </div> 101 </div>
102 102
103 </div><!-- /.container --> 103 </div><!-- /.container -->
104 104
105 105
106 <!-- Bootstrap core JavaScript 106 <!-- Bootstrap core JavaScript
107 ================================================== --> 107 ================================================== -->
108 <!-- Placed at the end of the document so the pages load faster --> 108 <!-- Placed at the end of the document so the pages load faster -->
109 <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script> 109 <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
110 <!-- Latest compiled and minified JavaScript --> 110 <!-- Latest compiled and minified JavaScript -->
111 <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> 111 <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
112 112
113 <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> 113 <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
114 <script src="/ie10-viewport-bug-workaround.js"></script> 114 <script src="/ie10-viewport-bug-workaround.js"></script>
115 </body> 115 </body>
116 </html> 116 </html>
117 117