mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-24 12:11:18 +00:00
compiles without warning cleanup, removed logs, added exceptions * GSWDatabase/WODisplayGroup.h cleanup includes * Examples/WebBookStore1/Main.m removed create and drop tables. * Examples/WebBookStore1/WebBookStore1_main.m adapt to WO naming * Examples/WebBookStore1/Main.gswc -> Main.wo * Examples/WebBookStore1/GNUmakefile updated * Examples/WebBookStore1/Application.h * Examples/WebBookStore1/DirectAction.h * Examples/WebBookStore1/DirectAction.m * Examples/WebBookStore1/Session.h * Examples/WebBookStore1/Main.h WO naming * Examples/WebBookStore1/README new file * Examples/WebBookStore1/BookStore.eomodeld/index.eomodeld added more sample data to connection dictionary * GNUmakefile add GSWDatabase to main project makefile git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@30643 72102866-910b-0410-8b05-ffd578937521
53 lines
1.5 KiB
HTML
53 lines
1.5 KiB
HTML
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>Authors</title>
|
|
</head>
|
|
<body>
|
|
<!-- Query section -->
|
|
<center>
|
|
<h2>Search for Authors</h2>
|
|
<p>Specify which authors to display below:</p>
|
|
<webobject name=QueryForm>
|
|
<p>
|
|
First Name: <webobject name=firstNameQueryField></webobject> <BR/>
|
|
Last Name: <webobject name=lastNameQueryField></webobject> <BR/>
|
|
</p>
|
|
<webobject name=ExecuteQuery></webobject>
|
|
</webobject>
|
|
</center>
|
|
|
|
<!-- Selection section -->
|
|
<center>
|
|
<p>Click a link to select that author.</p>
|
|
<p><webobject name=SelectionList>
|
|
<webobject name=SelectObjectLink>
|
|
<webobject name=ObjectIdentifier></webobject>
|
|
</webobject>
|
|
<BR>
|
|
</webobject></p>
|
|
</center>
|
|
<HR>
|
|
|
|
<!-- Displayed objects section -->
|
|
<webobject name=ModificationForm>
|
|
<table border=0>
|
|
<tr><td>First Name: </td> <td> <webobject name=firstNameField></webobject> </td></tr>
|
|
<tr><td>Last Name: </td> <td> <webobject name=lastNameField></webobject> </td></tr>
|
|
</table>
|
|
<center>
|
|
<webobject name=InsertButton></webobject>
|
|
<webobject name=UpdateButton></webobject>
|
|
<webobject name=DeleteButton></webobject>
|
|
</center>
|
|
<center>
|
|
<!--
|
|
<webobject name=CreateTablesButton></webobject>
|
|
<webobject name=DropTablesButton></webobject>
|
|
-->
|
|
</center>
|
|
</webobject>
|
|
<HR>
|
|
|
|
</body>
|
|
</html>
|