File: tab-playlist.htd

package info (click to toggle)
bitpim 1.0.7%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 31,384 kB
  • sloc: python: 267,746; cpp: 2,076; perl: 600; ansic: 409; sh: 226; makefile: 152; sed: 1
file content (17 lines) | stat: -rw-r--r-- 433 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include "pagestart.h"

SCREENSHOT(screen-playlisttab.jpg,)

<p>This page allows users to retrieve, edit, and send their mp3 playlists from/to the phone.

#define DESC(title,desc) \
   <p><b>title</b>: desc

<h2>Buttons</h2>

DESC(Add,Add the selected song to the current playlist.)
DESC(Save,Save the changes made to the current playlist.)
DESC(Help,Bring up this help page.)
DESC(Revert,Discard all changes.)

#include "pageend.h"