version 1.1.2.1, 2005/10/12 19:35:38
|
version 1.1.2.4, 2005/10/20 14:04:43
|
Line 1
|
Line 1
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
<html metal:use-macro="here/mainEditFile/macros/page"> |
<html metal:use-macro="here/mainEditFile/macros/page"> |
|
<body> |
|
<tal:block metal:fill-slot="navsel" tal:define="global menusel string:image"/> |
|
|
<tal:block metal:fill-slot="body" tal:define="yes_no_list python:'yes\nno'"> |
<tal:block metal:fill-slot="body" tal:define="yes_no_list python:'yes\nno'"> |
<form action="updateImage" method="post" enctype="multipart/form-data"> |
<form action="updateImage" method="post" enctype="multipart/form-data"> |
<p>Show image at the homepage: <span tal:replace="structure python:here.ZSQLSelectionFromCRList( |
<p>Show photo at the homepage: <span tal:replace="structure python:here.ZSQLSelectionFromCRList( |
'publishImage', |
'publishImage', |
yes_no_list, |
yes_no_list, |
boxType='radio', |
boxType='radio', |
Line 19
|
Line 23
|
<input type="submit"> |
<input type="submit"> |
|
|
</tal:block> |
</tal:block> |
|
</body> |
</html> |
</html> |
|
|