|
10 | 10 | <title>ympd</title> |
11 | 11 |
|
12 | 12 | <!-- Bootstrap core CSS --> |
13 | | - <link href="css/bootstrap.css" rel="stylesheet"> |
| 13 | + <link href="css/bootstrap.min.css" rel="stylesheet"> |
| 14 | + <link href="css/bootstrap-theme.min.css" rel="stylesheet"> |
14 | 15 |
|
15 | 16 | <!-- Custom styles for this template --> |
16 | | - <link href="css/mpd.css" rel="stylesheet"> |
| 17 | + <link href="css/mpd.min.css" rel="stylesheet"> |
17 | 18 | <link href="assets/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon"> |
18 | 19 |
|
19 | 20 | <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> |
|
37 | 38 | <div class="collapse navbar-collapse"> |
38 | 39 |
|
39 | 40 | <ul id="nav_links" class="nav navbar-nav"> |
40 | | - <li id="playlist"><a href="#/">Playlist</a></li> |
| 41 | + <li id="queue"><a href="#/">Queue</a></li> |
41 | 42 | <li id="browse"><a href="#/browse/">Browse database</a></li> |
42 | | - <li><a href="#" data-toggle="modal" data-target="#about">About</a></li> |
43 | 43 | <li><a href="#" data-toggle="modal" data-target="#settings" onclick="getHost();">Settings</a></li> |
44 | 44 | </ul> |
45 | 45 |
|
|
65 | 65 | </div> |
66 | 66 | </div> |
67 | 67 | </div> |
| 68 | + <form id="search" class="navbar-form navbar-right" role="search"> |
| 69 | + <div class="form-group"> |
| 70 | + <input type="text" class="form-control" placeholder="Search"> |
| 71 | + </div> |
| 72 | + </form> |
68 | 73 | </div><!--/.nav-collapse --> |
69 | 74 | </div> |
70 | 75 | </div> |
|
77 | 82 |
|
78 | 83 | <div class="panel panel-primary"> |
79 | 84 | <!-- Default panel contents --> |
80 | | - <div id="panel-heading" class="panel-heading">Playlist</div> |
| 85 | + <div id="panel-heading" class="panel-heading">Queue</div> |
81 | 86 | <div class="panel-body"> |
82 | 87 | <h1> |
83 | 88 | <span id="track-icon" class="glyphicon glyphicon-play"></span> |
@@ -150,42 +155,21 @@ <h4> |
150 | 155 | </div><!-- /.container --> |
151 | 156 |
|
152 | 157 | <!-- Modal --> |
153 | | - <div class="modal fade" id="about" tabindex="-1" role="dialog" aria-labelledby="aboutLabel" aria-hidden="true"> |
| 158 | + <div class="modal fade" id="settings" tabindex="-1" role="dialog" aria-labelledby="settingsLabel" aria-hidden="true"> |
154 | 159 | <div class="modal-dialog"> |
155 | 160 | <div class="modal-content"> |
156 | 161 | <div class="modal-header"> |
157 | 162 | <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> |
158 | | - <h2 class="modal-title" id="aboutLabel">About</h2> |
| 163 | + <h2 class="modal-title" id="settingsLabel"><span class="glyphicon glyphicon-wrench"></span> Settings</h2> |
159 | 164 | </div> |
160 | 165 | <div class="modal-body"> |
161 | 166 | <h4><a href="http://www.ympd.org"><span class="glyphicon glyphicon-play-circle"></span> ympd</a> <small>MPD Web GUI - written in C, utilizing Websockets and Bootstrap/JS</small></h4> |
162 | 167 | <p> |
163 | 168 | ympd is a lightweight MPD (Music Player Daemon) web client that runs without a dedicated werbserver or interpreters like PHP, NodeJS or Ruby. It's tuned for minimal resource usage and requires only very litte dependencies.</p> |
164 | | - <p class="text-muted"> |
165 | | - ympd <span id="ympd_version"></span><br/> |
166 | | - libmpdclient <span id="mpd_version"></span><br/> |
167 | | - </p> |
168 | 169 | <h5>ympd uses following excellent software:</h5> |
169 | | - <h6><a href="http://libwebsockets.org">libWebSockets</a> <small>LGPL2.1 + static link exception</small></h6> |
| 170 | + <h6><a href="http://cesanta.com/docs.html">Mongoose</a> <small>GPLv2</small></h6> |
170 | 171 | <h6><a href="http://www.musicpd.org/libs/libmpdclient/">libMPDClient</a> <small>BSD License</small></h6> |
171 | | - <br/> |
172 | | - </div> |
173 | | - <div class="modal-footer"> |
174 | | - <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> |
175 | | - </div> |
176 | | - </div><!-- /.modal-content --> |
177 | | - </div><!-- /.modal-dialog --> |
178 | | - </div><!-- /.modal --> |
179 | | - |
180 | | - <!-- Modal --> |
181 | | - <div class="modal fade" id="settings" tabindex="-1" role="dialog" aria-labelledby="settingsLabel" aria-hidden="true"> |
182 | | - <div class="modal-dialog"> |
183 | | - <div class="modal-content"> |
184 | | - <div class="modal-header"> |
185 | | - <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> |
186 | | - <h2 class="modal-title" id="settingsLabel"><span class="glyphicon glyphicon-wrench"></span> Settings</h2> |
187 | | - </div> |
188 | | - <div class="modal-body"> |
| 172 | + <hr /> |
189 | 173 | <form role="form"> |
190 | 174 | <div class="row"> |
191 | 175 | <div class="form-group col-md-9"> |
|
0 commit comments