Gossamer Forum
Home : Products : Others : MySQLMan :

Customizing header.txt

Quote Reply
Customizing header.txt
Gooday,

I've been customizing mysqlman a bit for
a specific purpose, step based data entry,
but am stuck with the program flow.

I have made a modification to the header.txt
=snip=
<%if step1%>
|<A href="<%script_url%>?do=validate_precheck&data_source=<%data_source%>&table=<%table%>&page=1&action=validate_precheck">Controleer</A>
<%endif%>
<%if step2%>
|<A href="<%script_url%>?do=zip_check&data_source=<%data_source%>&table=<%table%>&page=1&action=zip_check">Postcode Check</A>
<%endif%>
<%if step3%>
|<A href="<%script_url%>?do=top_level_op&data_source=<%data_source%>&table=<%table%>&action=export">Terug naar klant</A>
<%endif%>
<%if step4%>
|<A href="<%script_url%>?do=to_multi&data_source=<%data_source%>&table=<%table%>&page=1&action=to_multi">Naar Multi Tabel</A>
|<A href="<%script_url%>?do=to_bdbdx&data_source=<%data_source%>&table=<%table%>&page=1&action=to_bdbdx">Naar Bdbx</A>
<%endif%>

=snip=

after the <%if table%> in the hope that I could
figure out where it is parsed triggering a step by
step process.

But I'm stumped....
Does mysql.cgi diffrentate these items to show
the menu items and if so where?

Any help would be much obliged.

Greetz,

Thrive
Quote Reply
Re: [thrive] Customizing header.txt In reply to
I believe you need to look at the mysql_html.pl file.
========================================
Buh Bye!

Cheers,
Me