Difference between revisions of "Form:ModelVersionForm"

From IMAGE
Jump to: navigation, search
(25 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
if a page with that name already exists, you will be sent to a form to edit that page.
 
if a page with that name already exists, you will be sent to a form to edit that page.
  
''Naming convention: <Model name> <version nr>, e.g. TIMER 3.0''
 
  
 
{{#forminput:form=ModelVersionForm}}
 
{{#forminput:form=ModelVersionForm}}
Line 13: Line 12:
 
{| class="formtable"
 
{| class="formtable"
 
!
 
!
| ''Enter a short description of this version''
+
|<i>If not current version, enter the pdf-file containing  description of this version:</i>
 
|-
 
|-
! Short description:
+
! Model version pdf:
| {{{field|hasDescription|property=HasDescription}}}
+
| {{{field|hasVersionDocument|property=HasVersionDocument|input type=text}}}
 
|-
 
|-
!
+
! Is version of:
| ''Enter the namespace of this version, use 'main' for the current version ''
+
| {{{field|isVersionOf|values from concept=ModelWithVersion|input type=text with autocomplete}}}
 +
|-
 +
! Version number:
 +
| {{{field|versionNumber|property=HasVersionNumber|input type=text}}}
 
|-
 
|-
! Has namespace:
+
! Description:
| {{{field|hasNamespace|mandatory|property=HasNamespace|default=main|size=20}}}
+
| {{{field|hasDescription|input type=textarea|rows=3|cols=80}}}
<!--|-
 
! Is part of IMAGE version:
 
| {{{field|isPartOfFrameworkVersion|mandatory|property=isPartOfFrameworkVersion|default=IMAGE 3.0|values from category=FrameworkVersion}}}-->
 
 
|-
 
|-
! Is version of model:
+
! Is current version:
| {{{field|isVersionOf|mandatory|values from category=ComputerModelAndDatabase}}}
+
| {{{field|isCurrentVersion|property=IsCurrentVersion|input type=checkbox}}}
 
|}
 
|}
 
{{{end template}}}
 
{{{end template}}}
  
 
+
{{{for template|ModelChangeTemplate|multiple|add button text=Add change }}}
{{{for template|ModelChangeTemplate|label=Model changes realised in this version |multiple|add button text=add change}}}
+
{| class="formtable"
'''Has description:''' {{{field|hasDescription|mandatory|property=HasDescription|rows=3|cols=120|autogrow}}}
+
! Description:
 
+
| {{{field|hasChangeDescription|input type=textarea|rows=3|cols=80}}}
'''Is change of model component:''' {{{field|isChangeOf|property=IsChangeOf|values from concept=AllComponentLevels|list|delimiter=;}}}
+
|-
 
+
! Is change of component:
 +
| {{{field|isChangeOf|values from concept=AllComponentLevels|list|delimiter=;|input type=text with autocomplete}}}
 +
|}
 
{{{end template}}}
 
{{{end template}}}
  
  
{{{standard input|save}}} {{{standard input|cancel}}}
+
{{{standard input|save}}} {{{standard input|cancel}}}
 
</includeonly>
 
</includeonly>

Revision as of 10:22, 1 August 2017

This is the "ModelVersionForm" form. To create a page with this form, enter the page name below; if a page with that name already exists, you will be sent to a form to edit that page.