TPU-Sound Project
The user interface - Static part
This second part regards all the buttons for the management of the songs during the play mode. The code used in this case is the following:

Here the code is very simple: we have the declaration of each button name and the name of the corresponding picture. Even in this case, the code is referred to the " format.css " file, under the div "controlPanel";
The third part, shown in the following picture, is referred to the time bar:

In this case the code is composed by just one single line, that represents the element progressbar, which is described in the " format.css " file and in " jquery-ui.css " file too; at this tag will be binded the seek event calls.