69 lines
2.6 KiB
Plaintext
69 lines
2.6 KiB
Plaintext
|
<!-- This ia an example page that illustrate how a CEPT TCD 6-1
|
||
|
looks when it is formatted in the btxml hypertext language
|
||
|
|
||
|
Propose: How to use the different character sets -->
|
||
|
|
||
|
<cept> <!-- Open CEPT page -->
|
||
|
<head> <!-- This is the header, it contains meta information for service control -->
|
||
|
<meta name="next_page" content="*0#"> <!-- Define the page that is loaded when '#' is pressed -->
|
||
|
</head> <!-- Close the header -->
|
||
|
<body> <!-- Open page body segment -->
|
||
|
|
||
|
|
||
|
<!-- First we care about a White/Blue ambient -->
|
||
|
<cs> <!-- Clear screen -->
|
||
|
<csi><0x31><0x40> <!-- Invoke 2nd color table (to get deep blue) -->
|
||
|
<esc><0x23><0x20><fblb> <!-- Makes the background blue -->
|
||
|
<esc><0x28><0x40> <!-- Invoke G0 set -->
|
||
|
|
||
|
|
||
|
<!-- Headline -->
|
||
|
<esc><0x22><0x41> <!-- Invoke C1P set -->
|
||
|
<csi><0x30><0x40> <!-- Invoke 1nd color table -->
|
||
|
<trb><whf> <!-- Select Transparent background with white foreground -->
|
||
|
<aph> <!-- Set cursor to home position -->
|
||
|
Bildschirmtrix<apd><apr>
|
||
|
<csi><0x30><0x40> <!-- Invoke 1nd color table (to get a real white) -->
|
||
|
<esc><0x23><0x21><fwhb> <!-- Maks a white full row -->
|
||
|
<apd>
|
||
|
<esc><0x23><0x21><fwhb> <!-- Maks a white full row -->
|
||
|
<csi><0x31><0x40> <!-- Invoke 2nd color table (to get deep blue) -->
|
||
|
<trb><blf> <!-- Select Transparent background with blue foreground -->
|
||
|
|
||
|
<csi><0x31><0x40> <!-- Invoke 2nd color table -->
|
||
|
<dbs><apr>Hilfe<sp><sp><sp><sp><sp><sp><sp><sp>*hilfe#<apd><apr>
|
||
|
<csi><0x30><0x40> <!-- Invoke 1nd color table -->
|
||
|
|
||
|
<trb><whf> <!-- Select Transparent background with white foreground -->
|
||
|
<nsz> <!-- Select normal size font -->
|
||
|
|
||
|
|
||
|
<!-- Text -->
|
||
|
<apd><apr>
|
||
|
<dbh>Die<sp>wichtigsten<sp>codes:<nsz><apd><apr>
|
||
|
<sp>#<sp><sp><sp><sp>=<sp>Weiter<sp><sp><sp><sp>*0#<sp><sp>=<sp><ss2>HUbersichtsseite<!-- apd apr -->
|
||
|
<sp>*#<sp><sp><sp>=<sp>Zur<ss2>Huck<sp><sp><sp><sp>*00#<sp>=<sp>Neu<sp>laden<apd><apr>
|
||
|
<apd><apr>
|
||
|
<dbh>Direktaufruf<sp>von<sp>Seiten:<nsz><apd><apr>
|
||
|
<sp>*seitenname#<sp>oder<sp>*seitennummer#<apd><apr>
|
||
|
<sp>z.B.:<sp>*wtf#<apd><apr>
|
||
|
<apd><apr>
|
||
|
<dbh>Aufruf<sp>von<sp>Verkn<ss2>Hupfungen:<nsz><apd><apr>
|
||
|
<sp>Einfach<sp>die<sp>entsprechende<sp>zweistellige<apd><apr>
|
||
|
<sp>Zahl<sp>eingeben<sp>(<ss2>HAhnlich<sp>Videotext)<apd><apr>
|
||
|
<apd><apr>
|
||
|
<dbh>Eingabe:<nsz><apd><apr>
|
||
|
<sp>Taste<sp><ss3>\<sp>korrigiert<sp>Eingabe<apd><apr>
|
||
|
<sp>Nicht<sp>zu<sp>schnell<sp>tippen!<apd><apr>
|
||
|
<sp>Ung<ss2>Hultige<sp>Eingaben<sp>werden<sp>ignoriert.<apd><apr>
|
||
|
<apd><apr>
|
||
|
|
||
|
<!-- Input prompt -->
|
||
|
<esc><0x28><0x40> <!-- Invoke G0 set -->
|
||
|
#<sp>um<sp>naechste<sp>Testseite<sp>abzurufen<apd><apr>
|
||
|
Eingabe<sp>==><sp>
|
||
|
|
||
|
|
||
|
</body> <!-- Close page body segment -->
|
||
|
</cept> <!-- Close CEPT page -->
|