Annotation of ECHO_content/zpt/ChangeECHO_institution.zpt, revision 1.1
1.1 ! jdamerow 1: <html>
! 2: <body>
! 3: <h2>
! 4: Change Partner Information
! 5: </h2>
! 6: <form name="form" action="changeECHO_institution">
! 7:
! 8: <table>
! 9: <tr>
! 10: <td>
! 11: <b>
! 12: url:
! 13: </b>
! 14: </td>
! 15: <td>
! 16: <input type="text" name="url" tal:attributes="value here/url" size=45>
! 17: </td>
! 18: </tr>
! 19:
! 20: <tr>
! 21: <td>
! 22: <b>
! 23: Director:
! 24: </b>
! 25: </td>
! 26: <td>
! 27:
! 28: <input type="text" name="person" tal:attributes="value python:getattr(here, 'person','')" size=45>
! 29:
! 30: </td>
! 31: </tr>
! 32:
! 33: <tr>
! 34: <td>
! 35: <b>
! 36: Email:
! 37: </b>
! 38: </td>
! 39: <td>
! 40:
! 41: <input type="text" name="email" tal:attributes="value python:getattr(here, 'email','')" size=45>
! 42:
! 43: </td>
! 44: </tr>
! 45:
! 46: <tr>
! 47: <td>
! 48: <b>
! 49: Country:
! 50: </b>
! 51: </td>
! 52: <td>
! 53:
! 54: <input type="text" name="country" tal:attributes="value python:getattr(here, 'country','')" size=45>
! 55:
! 56: </td>
! 57: </tr>
! 58:
! 59: </form>
! 60: </body>
! 61: </html>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>