File:  [Repository] / ECHO_content / Attic / changeECHO_sqlElement.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Tue Feb 3 16:58:31 2004 UTC (20 years, 4 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
ngetemplate

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

<form action="changeECHO_sqlElement" method="post">

<b>Title</b><input name="title" tal:attributes="value here/title"><br>
<b>Query</b><input name="query"  tal:attributes="value here/query" size="50">
<b>Field</b><input name="field"  tal:attributes="value here/field" size="50">
<b>BaseUrl</b><input name="baseUrl"  tal:attributes="value here/baseUrl" size="50">
<b>Weight</b><input name="weight"  tal:attributes="value here/getWeight" size="50">
<input type="submit">
</form>

</body>
</html>

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