 |
|
ss
Oracle Tips by Burleson |
Modifying the New Inventory
Management Page Template
After the new template has been created, it must
be modified so it can be used on the group of Inventory Management
pages. You will already be on the Templates page, so click on the
link for the new Inventory Management template.
1.
Scroll down to the section where the Body is defined. That is
where the #LOGO# substitution string will be found. Figure 13.9 shows
how it looks before any modifications.
2.
The next step is to modify the <td> containing #LOGO# and add a
custom banner. Since the global Logo from the application should not
display on this page, the #LOGO# substitution string will no longer be
included.
3.
Figure 13.10 shows the Body of the template after
modifications. The height of the <tr> tag has been modified, a font
tag with Inline CSS has been added as has the text Inventory
Management. This will now display in the banner of every application
that uses the new Inventory Management template.
Using the information from this section and the
section on Cascading Style Sheets, it should be possible to create a
custom CSS class to use for the banners created above. In that case,
the text would be replaced:
<font
style="color:#CC0000;font-weight:bold;font-size:24px;font-face:verdana;">
with
<font class=”inventory”>
The above book excerpt is from:
Easy HTML-DB
Oracle Application Express
Create
Dynamic Web Pages with OAE
ISBN 0-9761573-1-4
Michael Cunningham & Kent Crotty
http://www.rampant-books.com/book_2005_2_html_db.htm
|