You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

All Gigaset pro DECT Systems are able to view XHTML pages. 

You are able to create your own DECT App.  Gigaset pro is using xhtml for a PBX Manager.

Visual voice / Call Lists / Directories / DND / Login / Logoff / Call Forwarding are feature which can be programmed.

 

XHTML Reference :

<body>
<p>Left aligned is default.</p>
<p style="text-align:center">Centered is also
possible.</p>
<p style="text-align:right">And even right
aligned text works.</p>
</body>
</html>

Alignments.html

<body>
<p style="font-weight:bold">All paragraphs can be
shown with a bold font.</p>
<p>Default setting is non bold.</p>
</body>

Bold.html

<body>
<p style="text-decoration:blink">All paragraphs
can blink.</p>
<p>Default setting is not blinking.</p>
</body>

Blink.html

<body>
<p>Long words like this
supercalifragilisticexpialidocious will be
wrapped, no syllable division.Long words like this
supercalifragilisticexpialidocious will be
wrapped, no syllable division.</p>
</body>

LongText.html

<body>
<p>Hyperlinks will be shown inside triangle
characters.
<a href="examples.html">this is a link</a>
</p>
</body>

Hyperlink.html

<body>
<p>Here is the first
<a href="hyperlinks_01.html">link</a> and
<a href="hyperlinks_02.html">this is the
second one</a>
</p>
</body>

Hyperlink1.html

<body>
<p style="float:left; width:50%;">left</p>
<p style="float:right; width:49%;
text-align:right">right</p>
<p style="text-align:center">centered</p>
<p style="float:left; width:50%;">left</p>
<p style="float:right; width:49%;
text-align:right">right</p>
<p style="text-align:center">centered</p>
</body>

Columns.html

<body>
<p style="float:left; width:50%;">left</p>
<p style="float:right; width:49%;
text-align:right">right</p>
<p style="text-align:center">centered</p>
<p style="float:left; width:50%;">left</p>
<p style="float:right; width:49%;
text-align:right">right</p>
<p style="text-align:center">centered</p>
<p style="float:left; width:50%;">much too long
text left</p>
<p style="float:right; width:49%;
text-align:right">Right but too long</p>
</body>

ColumnsNOK.html

<body>
<ul>
<li><a href="?">02146912426<br/>
20.07.2007 20:07</a></li>
<li><a href="?">01371617556</a></li>
</ul>
</body>

MultilineLink.html

<body>
<form method="get" action="edit_result.html">
<p>Name:<input type="text" name="name"
maxlength="32" /></p>
<p>ZIP code:<input type="text" name="zip" maxlength="5" /></p>
<p>Text:
<input type="text" name="input1" maxlength="12"
value="default" /></p>
<p>Password:
<input type="password" name="input2" maxlength="12" /></p>
<input type="submit" value="Search" />
</form>
</body>

Editor.html

<body>
<form method="get" action="select_result.html">
<p>Select: <select name="s1">
<option value="1">WertA</option>
<option value="2" selected="selected">WertB</option>
<option value="3">WertC</option></select></p>
<input type="submit" value="Save" />
</form>
</body>

Selection.html

<body>
<form method="get" action="edit_result.jsp">
<textarea name="s1">
The quick brown fox jumps over the lazy dog.
</textarea>
<input type="submit" value="Search"/>
</form>
</body>

SubmitButton.html

<body>
<form method="get" action="edit_result.jsp">
<textarea name="s1">
The quick brown fox jumps over the lazy dog.
</textarea>
<input type="submit" value="Send"/>
</form>
</body>

TextArea.html

<body>
<form method="get" action="radio_result.html">
<p>Radio 1<input type="radio" name="r1" value="1"/>
Radio 2<input type="radio" name="r1" value="2"
checked="checked" />
Radio 3 with long text<input type="radio"
name="r1" value="3"/>
</p>
<input type="submit" value="Send" />
</form>
</body>

Radiobutton.html

<body>
<form method="get" action="checkbox_result.html">
<p>Check 1<input type="checkbox" name="C1"
checked="checked"/>
Check 2<input type="checkbox" name="C2" />
Check 3 with long text<input type="checkbox"
name="C3"
checked="checked"/></p>
<input type="submit" value="Send" />
</form>
</body>

Checkbox.html

<body>
<p>To make a call, just press the right softkey
or the send key.
<a href="wtai://wp/mc;02871912526">
02871 91-2526</a>
</p>
</body>

MakeACall.html

<body>
<p>To copy the number to the directory, press
the right softkey.
<a href="wtai://wp/ap;028719186477">
02871 9186477</a>
</p>
</body>

CopyToDir.html

 

Documents : 

xhtml-gp http.pdf 

1 Introduction...........................................................................................................4
1.1 Purpose of the Document..................................................................................4
1.2 Validity of the document....................................................................................4
2 HTTP reference...................................................................................................5
2.1 Authorization.....................................................................................................5
2.2 Redirection........................................................................................................5
2.3 HTTP Methods..................................................................................................5
2.4 HTTP Parameters.............................................................................................6
2.4.1 Header Parameters.......................................................................................6
2.4.2 URL Parameters............................................................................................7

xhtml-gp uas.pdf

1 Introduction ................................................................................................... 4
1.1 Purpose of the Document .......................................................................... 4
1.2 Validity of the document............................................................................. 4
2 XHTML Reference ....................................................................................... 5
2.1 Overview.................................................................................................... 5
2.2 General principles...................................................................................... 5
2.2.1 Basics .................................................................................................... 5
2.2.2 Navigation.............................................................................................. 5
2.3 Info Displays ........................................................................................... . 7
<title> ............................................................................................................. 7
<p>................................................................................................................. 8
<a>............................................................................................................... 11
2.4 Menus and Lists......................................................................................13
<ul>.............................................................................................................. 13
<li> ............................................................................................................... 13
2.5 Forms .....................................................................................................15
<form>.......................................................................................................... 15
<input> ......................................................................................................... 15
<select> / <option>.......................................................................................  18
<textarea>....................................................................................................  19
3 HTTP reference.........................................................................................  20
3.1 Digest Authentication............................................................................... 20
4 Device Capabilities.....................................................................................  21
4.1 Handsets ................................................................................................. 21
4.1.1 Display Capabilities..............................................................................  21
4.1.2 Fonts and Character sets.....................................................................  21
4.1.3 Form capabilities..................................................................................  21
4.2 Base Stations........................................................................................... 22
5 Annex...........................................................................................................23
A. Fonts ......................................................................................................... 23
A.1. Basic Latin .............................................................................................. 23
A.2. Latin 1 Supplement ................................................................................. 24
A.3. Special Characters................................................................................... 24

 

xhtml-gp 2.1.pdf

 

1 Introduction 
1.1 Purpose of the Document 
1.2 Validity of the document
2 XHTML Reference 
2.1 XHTML-GP Markup Rules
2.2 Prologue Components
2.2.1 Xml declaration
2.2.2 Doctype declaration .....................................................................................7
3 XHTML-GP Reference........................................................................................8
3.1 Overview .........................................................................................................8
3.1.1 Elements and Attributes...............................................................................8
3.1.2 CSS Styles ..................................................................................................9
3.2 Classification of Elements................................................................................9
3.2.1 Block Elements ............................................................................................9
3.2.2 Inline Elements ............................................................................................9
3.3 Structure and Header Elements.....................................................................10
<html> ................................................................................................................10
<head>...............................................................................................................11
<title> .................................................................................................................11
<body> ...............................................................................................................11
<meta>...............................................................................................................12
3.4 Text Elements................................................................................................14
<p>.....................................................................................................................14
<br>....................................................................................................................15
3.5 Multimedia elements......................................................................................16
<object> .............................................................................................................16
3.6 Hypertext .......................................................................................................18
<a>.....................................................................................................................18
3.7 List.................................................................................................................20
<ul> ....................................................................................................................20
<li> .....................................................................................................................21
3.8 Basic Forms...................................................................................................22
<form>................................................................................................................22
<input> ...............................................................................................................22
<select>..............................................................................................................24
<option> .............................................................................................................24
<textarea> ..........................................................................................................25

  • No labels