Snippet 4 - DTML Method value_add_form
<form name="form1" method="post" action="value_add">
<dtml-if "_.len(examiners[0])>0">
<b>This article has been rated by: </b>
<dtml-in examiners prefix="seq">
<dtml-var "glean_name_from_login(seq_item)"><dtml-unless sequence-end>, </dtml-unless>
</dtml-in>
</dtml-if>
|