File: pagestart.h

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 (56 lines) | stat: -rw-r--r-- 1,404 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<html>
<head><title>_HELP_TITLE</title>
#ifdef APPLETITLE
<META NAME="AppleTitle" CONTENT=APPLETITLE>
#endif
<LINK rel="stylesheet"
      href="../bitpim.css"
      type="text/css">
</head>

<body>

#define URL(link,desc) <a href=\"link\" target="bitpimhelpexternallink">desc</a>

#define CONCAT #1#2

#define BEGIN_TOC <p>

#define END_TOC <br>

#define TOC_0 <ul>
#define ENDTOC_0 </ul>
#define TOCITEM_0(text,link) <li><a href=\"link\">text</a>

#define TOC_1 TOC_0
#define TOC_2 TOC_1
#define TOCITEM_1 TOCITEM_0
#define TOCITEM_2 TOCITEM_1

#define ENDTOC_1 ENDTOC_0
#define ENDTOC_2 ENDTOC_1




#define BUTTON(file, title, icon) \
   <a HREF=\"file\"> \
   <img align=center height="30" width="30" src=\"CONCAT(icon,.png)\" BORDER=0 ALT=\"title\"></A>

#define BLANKBUTTON(file) \
   <img align=center height="30" width="30" src=\"CONCAT(file,.png)\" BORDER=0 ALT="">

#define SCREENSHOT(file, description) \
   <p align="center" class="screenshot"><img align=center src=\"file\" BORDER=0 ALT=\"description\"></p>

#define IMAGE(file,description) \
   <p align="center" class="screenshot"><img align=center src=\"file\" BORDER=0 ALT=\"description\"></p>

#define TEXTLINK(file,title,desc) \
   <b>desc:</b> <a href=\"file\">title</a>&nbsp;&nbsp;

#define TABLE <table cellspacing=5 cellpadding=5>
#define TABLE_GRID <table cellspacing=5 cellpadding=5 border=1 class="grid">

<h1>_HELP_TITLE</h1>