<br /> <span class="error-msg">* </span><strong><?php echo h(_T('ui_m_university')); ?> :</strong> <?php html_textbox('university', $member['university'], 30, 24); ?> <br /> <br /> <span class="error-msg">* </span><strong><?php echo h(_T('ui_m_experience')); ?> :</strong> <?php html_textbox('experiences', $member['experiences'], 30, 24); ?> <br /> <br /> <span class="error-msg">* </span><strong><?php echo h(_T('ui_m_headimg')); ?> :</strong> <input name="headimg" type="file" size="60" /><br /> <span style="color: red"><?php echo t(_T('ui_m_headimg_note')); ?> </span> <br /> <br /> <span class="error-msg">* </span><strong><?php
<div id="content"> <h3><?php echo h(_T('ui_c_post')); ?> </h3> <br /> <form action="<?php echo $this->_url('save'); ?> " method="post" name="form1" id="form1" onsubmit="return fnOnSubmit(this);"> <span class="error-msg">* </span><strong><?php echo h(_T('ui_c_title')); ?> </strong><br /> <?php html_textbox('title', $post['title'], 80, 120); ?> <br /> <br /> <span class="error-msg">* </span><strong><?php echo h(_T('ui_c_body')); ?> </strong><br /> <?php html_textarea('body', $post['body'], 60, 10); ?> <br /> <br /> <input name="Save" class="btn" type="submit" id="Save" value="<?php echo h(_T('ui_g_submit')); ?>
<br /> <span class="error-msg">* </span><strong><?php echo h(_T('ui_p_introduction')); ?> </strong><br /> <?php html_textarea('introduction', $project['introduction'], 60, 10); ?> <br /> <br /> <span class="error-msg">* </span><strong><?php echo h(_T('ui_p_status')); ?> </strong><br /> <?php html_textbox('status', $project['status'], 80, 120); ?> <br /> <br /> <input name="Save" class="btn" type="submit" id="Save" value="<?php echo h(_T('ui_g_submit')); ?> " /> <input name="Cancel" class="btn" type="button" id="Cancel" value="<?php echo h(_T('ui_g_cancel')); ?> " onclick="fnOnBack();" /> <input name="project_id" type="hidden" id="project_id" value="<?php echo $project['project_id']; ?>