home *** CD-ROM | disk | FTP | other *** search
- <include layout/heilay.hei>
-
- <heitmlpage title="heitml - Demos" banner="dbcity.gif">
-
- <let f = default(ff.f,"normal");
- if f=="normal";
- defenv h3><p><b><defbody></b> </defenv;
- /if;
- if f=="numbered";
- defenv h3> <p><b><font color="red"><? gl.n>. <defbody></font></b> <let gl.n=gl.n+1;> </defenv;
- gl.n=1;
- /if;
- if f=="big";
- defenv h3> <\h3><defbody><\/h3></defenv
- /if
- if f=="box";
- defenv h3> <p><box><b><defbody></b></box><p></defenv
- /if
- >
-
-
- <table cellspacing=20>
- <tr><td valign="top" width="50%">
- <h2> Welcome to the <mheitml> demos </h2>
-
- Here you'll find applications that demonstrate the power of
- <mheitml>. The <sa href="tutor.hei">Quick Tutorial</sa>, however is better
- suited if your goal is to learn how to use <mheitml> and create your own applications.
-
- <h3> Layout Redefinition </h3> allows you to redefine
- the well known HTML headlines, to
- <sa href=SrvLocalUrl urlpar="f=big"> big </sa>,
- <sa href=SrvLocalUrl urlpar="f=numbered"> numbered </sa>,
- <sa href=SrvLocalUrl urlpar="f=box"> box </sa>, or
- <sa href=SrvLocalUrl urlpar="f=normal"> normal </sa>.
- Click on any of the preceding links to see what effect they have on this page.
-
- <form action="demodyn.hei">
- <h3> Dynamic Content </h3> adapts your Web Pages to suit User needs. Please
- enter your first name <input name="name"
- size="10">.<sessionhidden></form>
-
-
- <h3> Email Forms </h3> are amazingly simple to create, yet more powerful
- than with CGI.
- <sa href="emailex.hei"> What do you think about <mheitml> ? </sa>
-
-
- <h3> Outline Mode </h3> structures your Web Site.
- The menu you see on the left is autmatically produced
- by Outline Mode. You just specify the structure of your Web
- Site, and all the menus, next, back and prev buttons work
- automatically. You can view the Web Site with <sa href="olFrame.hei">
- Frames </sa> or combine the pages together to form a single
- <sa href="demoout.hei">large document</sa>.
-
- <p>
- <box>
- <b> View the Source Codes </b> <hr>
- <sa href="demorsrc.hei"> Layout Redefinition </sa>,
- <sa href="demodyn.hei" urlpar="$debug=pp"> Dynamic Content </sa>,
- <sa href="emailex.hei" urlpar="$debug=pp"> Email Form </sa>,
- <sa href="gbdisp.hei" urlpar="$debug=pp"> Guestbook Display </sa>,
- <sa href="gdba.hei" urlpar="$debug=pp"> Guestbook </sa>,
- <sa href="dbqdemo.hei" urlpar="$debug=pp"> Guestbook Search </sa>,
- <sa href="dbsdemo.hei" urlpar="$debug=pp"> SQL Search </sa>
- </box>
- </td>
- <td valign="top">
-
- <h2> Database Demos </h2>
- <h3> Data Display Demo </h3> show the content of our guestbook database.
- There are many ways to present data in an attractive and coherent
- manner. The <sa href="gbdisp.hei">Guestbook Display</sa> shows some of the
- possibilities. Please bear in mind that, besides guestbook entries, your
- favorite database could be shown.
-
- <h3> Database Registration Demo: </h3> in this case a guestbook. You can <sa
- href="gdba.hei?first=t">browse the guestbook database</sa>, scroll the screen,
- or have a look at the individual records. Anyone can <sa
- href="gdba.hei?empty=t">create entries</sa> and lock them with passwords. An
- entry can be changed at anytime using the password. <p>
-
- This is an instance of one very common kind of application, but address books,
- order entry forms, self registration kind of applications, open calenders,
- mailing list administrators, data entry forms, etc. all work the same
- way. When necessary, part of the functionality can be locked for internal use only
- (e.g. for an order entry form, the browse functionality would be internal
- only).
- <p>
-
-
- <h3> Database Search Demo </h3>
- Your users sometimes want to search the database using
- self-defined queries. They can do that giving <sa href="dbsdemo.hei"> SQL
- queries explicitely</sa>, but this is too complex and inconvenient for most
- applications. In that case, specially designed query forms prove to be most
- helpful as can be seen in the <sa href="dbqdemo.hei"> Guestbook Query Form
- </sa>. Make sure to click on the advanced search button, to see the complete
- query form.
-
-
-
- </td></tr>
- </table>
-
- <sa href="index.hei"> back </sa>
- </heitmlpage>
-