ABC Catalog was developped to allow user to promtly create various
databases like product catalogs, price-lists, specifications and other
information in table form.
As the source of the your data a Microsoft Excel 97/2000/XP file is used.
In order to create a catalog you just need to indicate the Excel file
on your local computer and press [Parse] button.
You may create as many catalogs as you need by using various Excel files.
Note:
Only the first Excel file sheet is being parsed, the next sheets are ignored.
Cannot be parsed Excel files created on Macintosh.
Software installation
All you need to do is to copy all program files into required directory
on your WEB server. This directory should have the right for writing enabled.
System requirements
You need to have PHP 4.x installed on your WEB server.
Change Password
In order to maintain security you'll need to change Login and Password after the first launch of software.
Default values are:
Login: admin
Password: admin
Open file 'secure.inc' and change the values for variables of login and password.
$LOGIN = 'admin';
$PASSWORD = 'admin';
Select Template
If you launch this program for the first time you already have a preloaded
Temlate. The Template determines the external look of the web-pages that
are created during the parsing process. The template file is 'table.html'
In order to customize the design of created pages according to your requirements, you'll need to:
1. In any HTML editor create an HTML file according to your design needs and requirements.
2. By using Select Template command, choose this HTML from your local
disk. The software includes Demo Template (demo_temlate.html).
You may wish tio examine its structure and modify it to suit your needs.
You may also use any other HTML file - but it must always include special tags responsible for page generation.
Here are these tags:
<%PREVPAGE%> - previous page
<%PAGENO%> - current page number
<%PAGECOUNT%> - total pages
<%NEXTPAGE%> - next tage
<%TABLE%> - shows tables with data
<%NAVIGATOR%> - pages navigation block
You may use only that tags that you need.
But the main tag, <%TABLE%>, used for dispaying data tables, must always be included.
Select Excel file
You must select an Excel file with information from your local disk.
Directory name
The name of the directory, where HTML pages, created from Excel file, will
be stored. The directory is created directly on your server.
Rows on page
You may indicate the quantity of rows, which will be accessible on each created HTML page.
By default there are 30 rows on a page.
Pages navigator
You may indicate the quatity of elements for navigation on cretated HTML pages.
By default there are 10 elements per page.
After all the above mentioned actions have been performed, press the [Parse] button.
The program will automatically create HTML pages from your Excel file.
After successful comletion of parsing you'll receive a message, like File 1/index.htm generated from price.xls.
Change Styles
Table border option. You can change the color and width of data table border.
Category colors option. You can change the Font Color and Background Color for category headers of data tables.
The information is stored in 'style.rc' file.
The changes will take effect only after all the necessary settings on the main page have been done
and the [Parse] button have been pushed.
View Catalog
On this page is displayed the list of catalogs which you've created.
You are able to view the information from catalog.
|