~ubuntu-branches/debian/sid/chessx/sid

« back to all changes in this revision

Viewing changes to data/templates/notation-default.template

  • Committer: Package Import Robot
  • Author(s): Niklas Fiekas
  • Date: 2013-10-31 17:02:37 UTC
  • Revision ID: package-import@ubuntu.com-20131031170237-wghf5j9jlv28gmls
Tags: upstream-1.0.0
ImportĀ upstreamĀ versionĀ 1.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[OPTIONSDEFINITIONS]
 
2
#Name - Name of the option. Use @Name@ in header, footer and markup
 
3
#       tags to substitute the value.
 
4
#Type - Can be one of String, Boolean, Integer, Color
 
5
#Allow Values - The values that are allowed for this option. Ignored
 
6
#               for type Boolean(1|0|true|false) and Color. Values are
 
7
#               are a | seperated list of values. For Integer types a
 
8
#               range is allowed, specified as in 1:200
 
9
#Default - The default to be used. Must be in allowed values (duh)
 
10
#Description - Short description, will be used in the GUI to change the
 
11
#              option.
 
12
#Name , Type  ,  Allow Values , Default  , Description
 
13
MainLineFontWeight,String,Bold|Normal,Bold,The weight of the font
 
14
[OPTIONS]
 
15
[OUTPUTHEADER]
 
16
<!DOCTYPE HTML>
 
17
<html>
 
18
<head>
 
19
<title>ChessX Output</title>
 
20
<META HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=utf-8">
 
21
<style type="text/css">
 
22
  p      {margin-top: 0; margin-bottom: 0}\n
 
23
  p.var  {margin-left: 20px}\n
 
24
  p.comment  {margin-left: 20px}\n
 
25
  p.precomment  {margin-left: 0}\n
 
26
  a      {font-family:'Arial Unicode MS',Menlo; text-decoration: none}\n
 
27
  a.main {color: @MainLineMoveColor@; font-weight: 600}\n
 
28
  a.var  {color: @VariationColor@}\n
 
29
  a.comment  {color: @CommentColor@}\n
 
30
  a.nag  {color: @NagColor@}\n
 
31
  td.mainline {padding-left: 10px; padding-right: 10px; color: @MainLineMoveColor@; width:50%}\n
 
32
  .diagram-indent {lfloat: right; margin-top: 8px;}\n
 
33
  .mainline {margin-left: 20px; color: @MainLineMoveColor@}\n
 
34
  table,th,td {border: 0px;}\n
 
35
</style>\n
 
36
</head>\n
 
37
<body>
 
38
[OUTPUTFOOTER]
 
39
</body>
 
40
</html>
 
41
[MARKUPTAGS]
 
42
MarkupHeaderBlock=,<br>\n
 
43
MarkupNotationBlock=,
 
44
MarkupResult=<b>,</b>
 
45
MarkupDiagram=<br><br>,<br>
 
46
MarkupMainLineMove=<a class="main" href="move:%1">,</a>
 
47
MarkupVariationMove=<a class="var" href="move:%1">,</a>
 
48
MarkupMainLine=,
 
49
MarkupVariationInline=<span class="var">(,)</span>
 
50
MarkupVariationIndent=<p class="var">(,)</p>\n
 
51
MarkupNag=<a class="nag">,</a>
 
52
MarkupColumnStyleMove=<td class="mainline">,</td>\n
 
53
MarkupColumnStyleRow=<tr class="mainline">,</tr>\n
 
54
MarkupColumnStyleMainline=<table>,</table>\n
 
55
MarkupAnnotationInline= <a class="comment" href="cmt:%1">,</a>\n
 
56
MarkupAnnotationIndent=<p class="comment"><a class="comment" href="cmt:%1">,</a></p>
 
57
MarkupPreAnnotationInline= <a class="comment" href="precmt:%1">,</a>\n
 
58
MarkupPreAnnotationIndent=<p class="precomment"><a class="comment" href="precmt:%1">,</a></p>
 
59
MarkupHeaderLine=<b>,</b><br>\n
 
60
MarkupHeaderTagName=[,
 
61
MarkupHeaderTagValue=","]