File:  [Repository] / ECHO_content / zpt / AddECHO_sqlElement.zpt
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Sun Apr 4 14:56:05 2004 UTC (21 years, 2 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
major change: content_type change to contentType, patchContentType patches old versions.

<html>
<body>
<h2>Add an SQL Element</h2>

<form action="manage_addECHO_sqlElement" method="post">
<b>ID</b><input name="id"><br>
<b>Title</b><input name="title"><br>
<b>Query</b><input name="query" size="50"><br>
<b>Field</b><input name="field" size="50"><br>
<i>Field for search with base url (default= Field)</i><input name="searchField" size="50"><br>
<b>BaseUrl</b><input name="baseUrl" size="50"><br>
<b>Weight</b><input name="weight" size="50"><br>
<b>Content Type</b><input name="contentType" size="50"><br>
<input type="submit">
</form>

</body>
</html>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>