source: companies/serpro/calendar/templates/edge-it/form_button_dropdown.tpl @ 903

Revision 903, 421 bytes checked in by niltonneto, 15 years ago (diff)

Importacao inicial do Expresso do Serpro

Line 
1<form action="{form_link}" method="post" name="{form_name}form">
2<td width="{form_width}%" align="center" valign="top" style="padding-top:16px">
3        <span style="font-size:10px"><b>{title}:</b>
4    {hidden_vars}   
5    <select name="{form_name}" onchange="document.{form_name}form.submit()">
6                {form_options}
7        </select>
8    <noscript>
9        <input type="submit" value="{button_value}">
10    </noscript>
11        </span>
12</td>
13</form>
Note: See TracBrowser for help on using the repository browser.