language_order_option.tpl 409 字节
		<li class="prisna_wp_translate_language_order_item" id="prisna_wp_translate_language_order_item_{{ option }}">
			<table border="0" cellspacing="0" cellpadding="0">
				<tr>
					<td><img src="{{ base_url }}{{ value_formatted }}.gif" alt="{{ value }}" /></td>
					<td>{{ value }}</td>
				</tr>
			</table>
			<input name="{{ id }}_{{ collection_item_index }}" type="hidden" value="{{ option }}" />
		</li>