<#include "project_tabs.html" /> <@tabs2 tab="project" /> <@row> <@columns> <@tform class='form-horizontal' action='jsp/site/Portal.jsp?page=project'>
#i18n{example.modify_project.title} <@messages errors=errors /> <@formGroup labelFor='name' labelKey='#i18n{example.modify_project.labelName}' mandatory=true> <@input type='text' id='name' name='name' maxlength=50 value='${project.name}' tabIndex='0' /> <@formGroup labelFor='description' labelKey='#i18n{example.modify_project.labelDescription}' mandatory=true> <@input type='text' id='description' name='description' maxlength=255 value='${project.description}' tabIndex='1' /> <@formGroup labelFor='image_url' labelKey='#i18n{example.modify_project.labelImageUrl}' mandatory=true> <@input type='text' id='image_url' name='image_url' maxlength=255 value='${project.imageUrl}' tabIndex='2' /> <@formGroup> <@button name='action_modifyProject' type='submit' tabIndex='3' title='#i18n{portal.util.labelModify}' buttonIcon='plus' /> <@button name='view_manageProjects' type='submit' title='#i18n{portal.util.labelCancel}' buttonIcon='close' color='btn-secondary' />