home *** CD-ROM | disk | FTP | other *** search
/ PSION CD 2 / PsionCDVol2.iso / Programs / 229 / HTML.SIS (.txt) next >
EPOC Installation Package  |  1998-08-13  |  17KB  |  789 lines

  1.  4 Sm
  2. C:\Sistemp\HTML!:\Psion5CD1\HTML\HTMLC:\Sistemp\Bis.txt!:\Psion5CD1\HTML\Bis.txtHTML 15.3 kBP
  3. "DATA.APP
  4. Table1
  5. ColA1
  6. ColB1
  7. ColA2
  8. ColB2
  9. ColA3
  10. ColB3
  11. ColA4
  12. ColB4
  13. Index1
  14. ColA2
  15. jjvpjf>
  16. jU:Compiled for PSIONtm Series 5 by Igor Akaev (akaev@aha.ru)
  17. "Copyright information"LCopyright 
  18. 1995, 1996 Kevin Werbach. Noncommercial redistribution permitted.bThis Guide is not a product of Bare Bones Software; the similarity of names is purely coincidental
  19. BASIC ELEMENTS <BODY></BODY> (bulk of the page)
  20. Document Type
  21. BASIC ELEMENTS)<HTML></HTML> (beginning and end of file)
  22. Header
  23. BASIC ELEMENTS/<HEAD></HEAD> (descriptive info, such as title)
  24. Title
  25. BASIC ELEMENTS"<TITLE></TITLE>(must be in header)U
  26. Active Link
  27. Bkgrounds & Colors
  28. <BODY ALINK="#$$$$$$">8(More info at http://werbach.com/web/wwwhelp.html#color)U
  29. Bkground Color
  30. Bkgrounds & Colors
  31. <BODY BGCOLOR="#$$$$$$">
  32. (order is red/green/blue)
  33. Link Color
  34. Bkgrounds & Colors
  35. <BODY LINK="#$$$$$$">
  36. Text Color
  37. Bkgrounds & Colors
  38. <BODY TEXT="#$$$$$$">
  39. Tiled Bkground
  40. Bkgrounds & Colors
  41. <BODY BACKGROUND="URL">
  42. Visited Link
  43. Bkgrounds & Colors
  44. <BODY VLINK="#$$$$$$">
  45. Align Text
  46. Dividers
  47. <P ALIGN=LEFT|CENTER|RIGHT></P>
  48. Clear Textwrap
  49. Dividers
  50. <BR CLEAR=LEFT|RIGHT|ALL>
  51. Horizontal Rule
  52. Dividers
  53. Horizontal Rule Alignment
  54. Dividers
  55. <HR ALIGN=LEFT|RIGHT|CENTER>
  56. Line Break
  57. Dividers
  58. <BR> (a single carriage return)
  59. zx~XR
  60. No Break
  61. Dividers
  62. <NOBR></NOBR>
  63. N1.0 (prevents line breaks)U    Paragraph
  64. Dividers
  65. <P></P>
  66. (closing tag often unnecessary)U
  67. Solid Line
  68. Dividers
  69. <HR NOSHADE>
  70. (without the 3D cutout look)
  71.     Thickness
  72. Dividers
  73. <HR SIZE=?> (in pixels)
  74. Width
  75. Dividers
  76. <HR WIDTH=?> (in pixels)U
  77. Width Percent
  78. Dividers.<HR WIDTH="%"> (as a percentage of page width)
  79. N1.0U
  80. Word Break
  81. Dividers
  82. <WBR>&N1.0 (where to break a line if needed)U
  83. Base Font Size
  84. Formatting*<BASEFONT SIZE=?> (from 1-7; default is 3)
  85. N1.0U
  86. Blinking
  87. Formatting
  88. <BLINK></BLINK> N1.0 (the most derided tag ever)
  89. Formatting
  90. <B></B>U
  91. Center
  92. Formatting
  93. <CENTER></CENTER>
  94. (for both text and images)
  95. Change Font Size
  96. Formatting
  97. <FONT SIZE="+|-?"></FONT>U
  98. Column Gutter
  99. Formatting5<MULTICOL GUTTER=?></MULTICOL> (default is 10 pixels)
  100. N3.0bU
  101. Column Width
  102. Formatting
  103. <MULTICOL WIDTH=?></MULTICOL>
  104. N3.0b
  105. Font Color
  106. Formatting
  107. <FONT COLOR="#$$$$$$"></FONT>
  108.     Font Size
  109. Formatting&<FONT SIZE=?></FONT> (ranges from 1-7)
  110. Italic
  111. Formatting
  112. <I></I>U
  113. Multi-Column Text
  114. Formatting
  115. <MULTICOL COLS=?></MULTICOL>
  116. N3.0bU
  117. Preformatted
  118. Formatting
  119. <PRE></PRE>
  120. (display text spacing as-is)U
  121. Select Font
  122. Formatting
  123. <FONT FACE="***"></FONT>
  124. N3.0bU
  125. Spacer
  126. Formatting
  127. <SPACER>
  128. N3.0bU
  129. Spacer Alignment
  130. Formatting <SPACER ALIGN=left|right|center>
  131. N3.0bU
  132. Spacer Dimensions
  133. Formatting
  134. <SPACER WIDTH=? HEIGHT=?>
  135. N3.0bU
  136. Spacer Size
  137. Formatting
  138. <SPACER SIZE=?>
  139. N3.0bU
  140. Spacer Type
  141. Formatting(<SPACER TYPE=horizontal| vertical|block>
  142. N3.0bU    Strikeout
  143. Formatting8<STRIKE></STRIKE> or <S></S>(not widely implemented yet)
  144. N3.0b
  145.     Subscript
  146. Formatting
  147. <SUB></SUB>
  148. Superscript
  149. Formatting
  150. <SUP></SUP>U
  151. Typewriter
  152. Formatting    <TT></TT>
  153. (displays in a monospaced font)U    Underline
  154. Formatting$<U></U> (not widely implemented yet)
  155. N3.0b
  156. Width
  157. Formatting#<PRE WIDTH=?></PRE> (in characters)
  158. # of Options
  159. Forms
  160. <SELECT SIZE=?></SELECT>
  161. zP|JbN
  162. Checked?
  163. Forms
  164. <INPUT CHECKED>
  165. (checkboxes and radio boxes)
  166. Default Option
  167. Forms
  168. <OPTION SELECTED>
  169. Define Form
  170. Forms*<FORM ACTION="URL" METHOD=GET|POST></FORM>
  171. Field Name
  172. Forms
  173. <INPUT NAME="***">
  174. Field Size
  175. Forms
  176. <INPUT SIZE=?> (in characters)
  177. Field Value
  178. Forms
  179. <INPUT VALUE="***">U
  180. File Upload
  181. Forms+<FORM ENCTYPE="multipart/form-data"></FORM>
  182. Input Box Size
  183. Forms#<TEXTAREA ROWS=? COLS=?></TEXTAREA>
  184. Input Field
  185. FormsF<INPUT TYPE="TEXT|PASSWORD|CHECKBOX|RADIO| IMAGE|HIDDEN|SUBMIT|RESET">
  186. Max Length
  187. Forms#<INPUT MAXLENGTH=?> (in characters)U
  188. Multiple Choice
  189. Forms
  190. <SELECT MULTIPLE>
  191. (can select more than one)
  192. Name of Box
  193. Forms <TEXTAREA NAME="***"></TEXTAREA>
  194. Name of List
  195. Forms
  196. <SELECT NAME="***"></SELECT>U
  197. Option
  198. Forms
  199. <OPTION>
  200. (items that can be selected)
  201. Selection List
  202. Forms
  203. <SELECT></SELECT>U    Wrap Text
  204. Forms.TEXTAREA WRAP=OFF|VIRTUAL|PHYSICAL></TEXTAREA>
  205. xr^lf
  206. Border Color
  207. Frames <FRAMESET BORDERCOLOR="#$$$$$$">
  208. N3.0bU
  209. Border Color
  210. Frames
  211. <FRAME BORDERCOLOR="#$$$$$$">
  212. N3.0bU
  213. Border Width
  214. Frames
  215. <FRAMESET BORDER=?>
  216. N3.0bU
  217. Borders
  218. Frames
  219. <FRAMESET FRAMEBORDER="yes|no">
  220. N3.0bU
  221. Borders
  222. Frames
  223. <FRAME FRAMEBORDER="yes|no">
  224. N3.0bU
  225. Column Widths
  226. Frames,<FRAMESET COLS=,,,></FRAMESET> (pixels or %)
  227. N2.0U
  228. Column Widths
  229. Frames0<FRAMESET COLS=*></FRAMESET> (* = relative size)
  230. N2.0U
  231. Define Frame
  232. Frames)<FRAME> (contents of an individual frame)
  233. N2.0U
  234. Display Document
  235. Frames
  236. <FRAME SRC="URL">
  237. N2.0U
  238. Frame Document
  239. Frames)<FRAMESET></FRAMESET> (instead of <BODY>)
  240. N2.0U
  241. Frame Name
  242. Frames-<FRAME NAME="***"|_blank|_self| _parent|_top>
  243. N2.0U
  244. Margin Height
  245. Frames/<FRAME MARGINHEIGHT=?> (top and bottom margins)
  246. N2.0U
  247. Margin Width
  248. Frames.<FRAME MARGINWIDTH=?> (left and right margins)
  249. N2.0U
  250. Not Resizable
  251. Frames
  252. <FRAME NORESIZE>
  253. N2.0U
  254. Row Heights
  255. Frames,<FRAMESET ROWS=,,,></FRAMESET> (pixels or %)
  256. N2.0U
  257. Row Heights
  258. Frames0<FRAMESET ROWS=*></FRAMESET> (* = relative size)
  259. \pxV|
  260. Scrollbar?
  261. Frames
  262. <FRAME SCROLLING="YES|NO|AUTO">
  263. N2.0U
  264. Unframed Content
  265. Frames/<NOFRAMES></NOFRAMES> (for non-frames browsers)
  266. N2.0U
  267. Alternative Text
  268. <APPLET ALT="***">
  269. (for non-Java browsers)
  270. Applet
  271. <APPLET></APPLET>
  272. Applet Alignment
  273. Java"<APPLET ALIGN="LEFT|RIGHT|CENTER">
  274. Applet File Name
  275. <APPLET CODE="***">U
  276. Applet Identifier
  277. <APPLET NAME="***">&(for references elsewhere in the page)
  278. Applet Location
  279. <APPLET CODEBASE="URL">
  280. Applet Size
  281. Java%<APPLET WIDTH=? HEIGHT=?> (in pixels)
  282. Applet Spacing
  283. Java&<APPLET HSPACE=? VSPACE=?> (in pixels)
  284. Parameters
  285. <APPLET PARAM NAME="***">
  286. Border
  287. Links & Graphics$<IMG SRC="URL" BORDER=?> (in pixels)U
  288. Client Pull
  289. Links & Graphics0<META HTTP-EQUIV="Refresh" CONTENT="?; URL=URL">
  290. Client-Side Imagemap
  291. Links & Graphics
  292. <IMG SRC="URL" USEMAP="URL">
  293. Define Target in Document
  294. Links & Graphics
  295. <A NAME="***"></A>
  296. Dimensions
  297. Links & Graphics,<IMG SRC="URL" WIDTH=? HEIGHT=?> (in pixels)
  298. Display Image
  299. Links & Graphics
  300. <IMG SRC="URL">U
  301. Embed Object
  302. Links & Graphics+<EMBED SRC="URL"> (insert object into page)
  303. Image Alignment
  304. Links & Graphics2<IMG SRC="URL" ALIGN=TOP|BOTTOM|MIDDLE|LEFT|RIGHT>U
  305. Image Alignment
  306. Links & Graphics;<IMG SRC="URL" ALIGN=TEXTTOP| ABSMIDDLE|BASELINE|ABSBOTTOM>
  307. N1.0U
  308. Imagemap
  309. Links & Graphics
  310. <IMG SRC="URL" ISMAP>
  311. (requires a script)
  312. Link Something
  313. Links & Graphics
  314. <A HREF="URL"></A>U
  315. Link to Target
  316. Links & Graphics
  317. <A HREF="URL#***"></A>
  318. (if in another document)U
  319. Link to Target
  320. Links & Graphics
  321. <A HREF="#***"></A>
  322. (if in current document)U
  323. Low-Res Proxy
  324. Links & Graphics
  325. <IMG SRC="URL" LOWSRC="URL">
  326. Map Description
  327. Links & Graphics
  328. <MAP NAME="***"></MAP>
  329. Map Sections
  330. Links & Graphics2<AREA SHAPE="RECT" COORDS=",,," HREF="URL"|NOHREF>U
  331. Object Size
  332. Links & Graphics"<EMBED SRC="URL" WIDTH=? HEIGHT=?>
  333. N2.0U
  334. Relationship
  335. Links & Graphics
  336. <A REL="***"></A>
  337. (not widely implemented)U
  338. Reverse Relationship
  339. Links & Graphics
  340. <A REV="***"></A>
  341. (not widely implemented)
  342. Runaround Space
  343. Links & Graphics-<IMG SRC="URL" HSPACE=? VSPACE=?> (in pixels)U
  344. Target Window
  345. Links & Graphics;<A HREF="URL" TARGET="***| |_blank|_self|_parent|_top"></A>
  346. ^~|~\rp
  347. U    Alternate
  348. Links & Graphics
  349. <IMG SRC="URL" ALT="***">
  350. (if image not displayed)U
  351. Bullet Type
  352. Lists
  353. <UL TYPE=DISC|CIRCLE|SQUARE>
  354. (for the whole list)U
  355. Bullet Type
  356. Lists
  357. <LI TYPE=DISC|CIRCLE|SQUARE>
  358. (this & subsequent)
  359. Definition List
  360. Lists
  361. <DL><DT><DD></DL>
  362. Definition List Compact
  363. Lists
  364. <DL COMPACT></DL>U
  365. Directory List
  366. Lists
  367. <DIR><LI></DIR>
  368. (<LI> before each list item)
  369. Directory List Compact
  370. Lists
  371. <DIR COMPACT></DIR>U    Menu List
  372. Lists
  373. <MENU><LI></MENU>
  374. (<LI> before each list item)
  375. Menu List Compact
  376. Lists
  377. <MENU COMPACT></MENU>U
  378. Numbering Type
  379. Lists
  380. <OL TYPE=A|a|I|i|1>
  381. (for the whole list)U
  382. Numbering Type
  383. Lists
  384. <LI TYPE=A|a|I|i|1>
  385. (this & subsequent)U
  386. Ordered List
  387. Lists
  388. <OL><LI></OL>
  389. (<LI> before each list item)
  390. Ordered List Compact
  391. Lists
  392. <OL COMPACT></OL>U
  393. Starting Number
  394. Lists
  395. <OL START=?>
  396. (for the whole list)U
  397. Starting Number
  398. Lists
  399. <LI VALUE=?>
  400. (this & subsequent)U
  401. Unordered List
  402. Lists
  403. <UL><LI></UL>
  404. (<LI> before each list item)eC
  405. |z8644
  406. Unordered List Compact
  407. Lists
  408. <UL COMPACT></UL>U
  409. Base Window Name
  410. <BASE TARGET="***">
  411. N2.0 (must be in header)U
  412. Comment
  413.  *** 
  414. (not displayed by the browser)
  415. HTML 3.2 Prologue
  416. Misc1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">U
  417. Meta Information
  418. <META>
  419. (must be in header)U
  420. Prompt
  421. <ISINDEX PROMPT="***">
  422. (text to prompt input)U
  423. Relationship
  424. Misc%<LINK REV="***" REL="***" HREF="URL">
  425. (must be in header)U
  426. Scripts
  427. <SCRIPT></SCRIPT>
  428. (not yet widely supported)U
  429. Searchable
  430. Misc    <ISINDEX>
  431. (indicates a searchable index)U
  432. Send Search
  433. <A HREF="URL?***"></a>
  434. (use a real question mark)U
  435. Style Sheets
  436. <STYLE></STYLE>
  437. (not yet widely supported)U
  438. URL of This File
  439. <BASE HREF="URL">
  440. (must be in header)
  441. Special Character
  442. "
  443. Special Character
  444. &
  445. Special Character
  446. Special Character
  447. jtxxNP
  448. Non-Breaking Space
  449. Special Character
  450.  
  451. Registered TM
  452. Special Character
  453. ®U
  454. Special Character
  455. Special Character
  456. &#?;e(these must all be in lower case, complete list at http://www.uni-passau.de/%7Eramsch/iso8859-1.html)
  457.     Copyright
  458. Special Characters
  459. ©
  460. Align Heading
  461. STRUCTURAL DEFINITION!<H? ALIGN=LEFT|CENTER|RIGHT></H?>
  462. Division
  463. STRUCTURAL DEFINITION
  464. <DIV></DIV>
  465. Heading
  466. STRUCTURAL DEFINITION&<H?></H?> (the spec. defines 6 levels)
  467. Align Division
  468. STRUCTURAL#<DIV ALIGN=LEFT|RIGHT|CENTER></DIV>
  469. Author's Address
  470. STRUCTURAL
  471. <ADDRESS></ADDRESS>
  472. Block Quote
  473. STRUCTURAL9<BLOCKQUOTE></BLOCKQUOTE> (usually displayed as indented)
  474. Citation
  475. STRUCTURAL
  476. <CITE></CITE> (usually italics)
  477. STRUCTURAL(<CODE></CODE> (for source code listings)
  478. Definition
  479. STRUCTURAL$<DFN></DFN> (not widely implemented)
  480. Emphasis
  481. STRUCTURAL&<EM></EM>(usually displayed as italic)
  482. Keyboard Input
  483. STRUCTURAL
  484. <KBD></KBD>
  485. Large Font Size
  486. STRUCTURAL
  487. <BIG></BIG>
  488. B``VVNNJhhdDD
  489. Sample Output
  490. STRUCTURAL
  491. <SAMP></SAMP>
  492. Small Font Size
  493. STRUCTURAL
  494. <SMALL></SMALL>
  495. Strong Emphasis
  496. STRUCTURAL-<STRONG></STRONG> (usually displayed as bold)
  497. Variable
  498. STRUCTURAL
  499. <VAR></VAR>U
  500. Cell Color
  501. Tables
  502. <TD BGCOLOR="#$$$$$$">
  503. N3.0bU
  504. Cell Color
  505. Tables
  506. <TH BGCOLOR="#$$$$$$">
  507. N3.0b
  508. Cell Padding
  509. Tables
  510. <TABLE CELLPADDING=?>
  511. Cell Spacing
  512. Tables
  513. <TABLE CELLSPACING=?>
  514. Columns to Span
  515. Tables
  516. <TD COLSPAN=?>
  517. Columns to Span
  518. Tables
  519. <TH COLSPAN=?>
  520. Define Table
  521. Tables
  522. <TABLE></TABLE>U
  523. Desired Width
  524. Tables
  525. <TH WIDTH=?> (in pixels)
  526. N1.1U
  527. Desired Width
  528. Tables
  529. <TD WIDTH=?> (in pixels)
  530. Desired Width
  531. Tables
  532. <TABLE WIDTH=?> (in pixels)
  533. No linebreaks
  534. Tables
  535. <TD NOWRAP>
  536. No Linebreaks
  537. Tables
  538. <TH NOWRAP>
  539. ?HH\T
  540. Rows to Span
  541. Tables
  542. <TD ROWSPAN=?>
  543. Rows to Span
  544. Tables
  545. <TH ROWSPAN=?>
  546. Table Border
  547. Tables
  548. <TABLE BORDER=?></TABLE>
  549. Table Caption
  550. Tables
  551. <CAPTION></CAPTION>U
  552. Table Caption Alignment
  553. Tables
  554. <CAPTION ALIGN=TOP|BOTTOM>
  555. (above/below table)U
  556. Table Cell
  557. Tables    <TD></TD>
  558. (must appear within table rows)
  559. Table Cell Alignment
  560. TablesD<TD ALIGN=LEFT|RIGHT| CENTER|MIDDLE|BOTTOM VALIGN=TOP|BOTTOM|MIDDLE>U
  561. Table Header
  562. Tables    <TH></TH>$(same as data, except bold centered)
  563. Table Header Alignment
  564. TablesD<TH ALIGN=LEFT|RIGHT| CENTER|MIDDLE|BOTTOM VALIGN=TOP|BOTTOM|MIDDLE>
  565.     Table Row
  566. Tables    <TR></TR>
  567. Table Row Alignment
  568. TablesD<TR ALIGN=LEFT|RIGHT| CENTER|MIDDLE|BOTTOM VALIGN=TOP|BOTTOM|MIDDLE>
  569. Width Percent
  570. Tables&<TABLE WIDTH="%"> (percentage of page)U
  571. Width Percent
  572. Tables$<TD WIDTH="%"> (percentage of table)
  573. N1.1U
  574. Width Percent
  575. Tables$<TH WIDTH="%"> (percentage of table)
  576. Forma
  577. Lists
  578. STRUC
  579. STRUC
  580. STRUC
  581. STRUC
  582. STRUC
  583. STRUC
  584. STRUC
  585. Table
  586. Table
  587. Table
  588. Table
  589. Table
  590. Table
  591. Table
  592. Table
  593. Table
  594. Table
  595. Table
  596. Table
  597. Table
  598. Table
  599. Table
  600. Table
  601. Table
  602. Table
  603. Table
  604. Table
  605. Table
  606. Table
  607. Table
  608. Table
  609. Table
  610. Table
  611. Table
  612. Table
  613. Table
  614. Table
  615. Table
  616. Table
  617. Table
  618. Table
  619. Table
  620. Table
  621. Lists
  622. Lists
  623. Lists
  624. Speci
  625. Speci
  626. Speci
  627. Speci
  628. Speci
  629. Speci
  630. Speci
  631. Speci
  632. STRUC
  633. STRUC
  634. STRUC
  635. STRUC
  636. STRUC
  637. STRUC
  638. STRUC
  639. STRUC
  640. STRUC
  641. STRUC
  642. STRUC
  643. STRUC
  644. STRUC
  645. STRUC
  646. STRUC
  647. STRUC
  648. Table
  649. Table
  650. Table
  651. Table
  652. Links
  653. Links
  654. Links
  655. Links
  656. Links
  657. Links
  658. Links
  659. Links
  660. Links
  661. Links
  662. Links
  663. Links
  664. Links
  665. Links
  666. Links
  667. Links
  668. Links
  669. Links
  670. Links
  671. Links
  672. Links
  673. Links
  674. Lists
  675. Lists
  676. Lists
  677. Lists
  678. Lists
  679. Lists
  680. Lists
  681. Lists
  682. Lists
  683. Lists
  684. Lists
  685. Lists
  686. Lists
  687. Forma
  688. Forma
  689. Forma
  690. Forma
  691. Forma
  692. Forms
  693. Forms
  694. Forms
  695. Forms
  696. Forms
  697. Forms
  698. Forms
  699. Forms
  700. Forms
  701. Forms
  702. Forms
  703. Forms
  704. Forms
  705. Forms
  706. Forms
  707. Forms
  708. Forms
  709. Frame
  710. Frame
  711. Frame
  712. Frame
  713. Frame
  714. Frame
  715. Frame
  716. Frame
  717. Frame
  718. Frame
  719. Frame
  720. Frame
  721. Frame
  722. Frame
  723. Frame
  724. Frame
  725. Frame
  726. Frame
  727. "Copy
  728. BASIC
  729. BASIC
  730. BASIC
  731. BASIC
  732. Bkgro
  733. Bkgro
  734. Bkgro
  735. Bkgro
  736. Bkgro
  737. Bkgro
  738. Divid
  739. Divid
  740. Divid
  741. Divid
  742. Divid
  743. Divid
  744. Divid
  745. Divid
  746. Divid
  747. Divid
  748. Divid
  749. Divid
  750. Forma
  751. Forma
  752. Forma
  753. Forma
  754. Forma
  755. Forma
  756. Forma
  757. Forma
  758. Forma
  759. Forma
  760. Forma
  761. Forma
  762. Forma
  763. Forma
  764. Forma
  765. Forma
  766. Forma
  767. Forma
  768. Forma
  769. Table1
  770. Arial
  771. This SIS-file is designed from BISON Software. 
  772. Bison Software doesn't accept any liability for the 
  773. function of the programme to be installed. 
  774. Please pay attention to the comment in the README file
  775. of the author.
  776. Before installing this software please make a
  777. B A C K U P  of your Psion Series 5.
  778. Have a lot of fun!
  779. Diese SIS-Datei wurde von Bison Software erstellt.
  780. Bison Software 
  781. bernimmt keinerlei Garantie f
  782. r die 
  783. Funktion des zu installierenden Programmes. 
  784. Bitte beachten Sie die Hinweise in der README Datei des
  785. Autors.
  786. Bevor Sie das Programm installieren machen Sie ein  
  787. B A C K U P  Ihres Psion Serie 5.
  788. Viel Spa
  789.