/translate/add.php
https://bitbucket.org/yterajima/seezoo-translate · PHP · 12 lines · 12 code · 0 blank · 0 comment · 0 complexity · e865737e26b9b86ae2d104548db3ec2f MD5 · raw file
- <div class="sz_block_separator" style="width:480px;">
- 翻訳言語を選択:
- <?php echo form_dropdown('lang', $controller->lang_list());?><br />
- 翻訳したい文章を入力してください。
- <?php echo form_textarea(array(
- 'name' => 'body',
- 'cols' => 1,
- 'rows' => 1,
- 'style' => 'width:480px;height:370px'
- ));
- ?>
- </div>