Internal:TestPage

From InterBase

This a page for showing examples of styles, will be deleted.

Text Content

Lorem ipsum dolor sit amet, consectetur adipiscing elit. CREATE TABLE Integer semper gravida libero, CLOSE eget mattis lorem bibendum sed. Sed vulputate lacus enim. Nulla facilisi. Aenean ac ipsum ut eros commodo efficitur. Sed aliquet justo nec maximus scelerisque. Nunc volutpat elementum leo eget viverra. In non dui dolor. Donec in turpis tincidunt lectus rutrum vehicula. gpre Integer ut auctor urna, sed fermentum nibh.

Pellentesque imperdiet urna luctus blandit sagittis. CHECKPOINT LENGTH Phasellus sed dolor vel risus luctus malesuada. Etiam posuere et velit id viverra. Sed condimentum lectus ut ante commodo commodo. Donec a accumsan nisi, non volutpat arcu. Donec nec mauris tincidunt, maximus diam id, cursus risus. Pellentesque sit amet nunc a augue scelerisque volutpat. Maecenas porta urna in est efficitur sagittis. Etiam at dolor risus. CHECKPOINT LENGTH Nullam non orci eget nisi viverra ultrices vel non orci. Curabitur pulvinar auctor magna, et congue risus dapibus sit amet. Proin ultrices ipsum condimentum venenatis mattis.

Boxes

Note:
This is an example of how a Note box would look like.
Tip:
This is an example of how a Note box would look like.
Warning:
This is an example of how a Note box would look like.
Important:
This is an example of how a Note box would look like.

Tables

Header text Another Header text Last Header text
Example 1 Normal text inside cell. Example
Example 2 Text followed by a list:
  • Item 1
  • Item 2
  • Item 3
Example Text
Example 3 Text followed by a code sample CREATE TABLE and normal text. Example
Example 4 Code sample inside cell:
 CREATE {DATABASE | SCHEMA} '<filespec>'
 [USER '<username>' [PASSWORD '<password>']]
 [PAGE_SIZE [=] <int>]
 [LENGTH [=] <int> [PAGE[S]]]
 [WITH ADMIN OPTION]
 [DEFAULT CHARACTER SET <charset>]
 [secondary_file];
Note:
This is an example of a Note box inside a table.

Lists

Bullet lists:

  • List item one
  • List item two
  • List item three
    • List Subitem one
    • List Subitem two

Numbered lists:

  1. List item one
    1. List Subitem two
  2. List item two
  3. List item three
    • List Subitem one

Code Sample

EXEC SQL
BEGIN DECLARE SECTION;
BASED ON EMPLOYEE.SALARY salary;
EXEC SQL
END DECLARE SECTION;

Preformatted text

+----------------------------------+---------+------------------------+----------------+
|               Col1               |  Col2   |          Col3          | Numeric Column |
+----------------------------------+---------+------------------------+----------------+
| Value 1                          | Value 2 | 123                    |           10.0 |
| Separate                         | cols    | with a tab or 4 spaces |       -2,027.1 |
| This is a row with only one cell |         |                        |                |
+----------------------------------+---------+------------------------+----------------+


See Also:

  • Link to resource 1
  • Link to resource 2