Form:Labs: Difference between revisions
From CSDMS
No edit summary |
No edit summary |
||
Line 31: | Line 31: | ||
{{{for template|LabContributorData|multiple|label=|add button text=Add contributor information}}} | {{{for template|LabContributorData|multiple|label=|add button text=Add contributor information}}} | ||
<div class="row mt-2"> | <div class="row mt-2"> | ||
<div class="col-sm-3 my-auto"><span class="float-right">''' | <div class="col-sm-3 my-auto"><span class="float-right">'''Full name'''</span></div> | ||
<div class="col-sm-9 my-auto">{{{field|LabContributorName|mandatory}}}</div></div> | <div class="col-sm-9 my-auto">{{{field|LabContributorName|size=75%|mandatory}}}</div></div> | ||
<div class="row mt-2"> | <div class="row mt-2"> | ||
<div class="col-sm-3 my-auto"><span class="float-right">'''Institute'''</span></div> | <div class="col-sm-3 my-auto"><span class="float-right">'''Institute'''</span></div> | ||
<div class="col-sm-9 my-auto">{{{field|LabContributorInstitute|mandatory}}}</div></div> | <div class="col-sm-9 my-auto">{{{field|LabContributorInstitute|size=75%|mandatory}}}</div></div> | ||
<div class="row mt-2"> | <div class="row mt-2"> | ||
<div class="col-sm-3 my-auto"><span class="float-right">'''URL of contributor'''</span></div> | <div class="col-sm-3 my-auto"><span class="float-right">'''URL of contributor'''</span></div> | ||
<div class="col-sm-9 my-auto">{{{field|LabContributorURLPersonal}}}</div></div> | <div class="col-sm-9 my-auto">{{{field|LabContributorURLPersonal|size=75%}}}</div></div> | ||
{{{end template}}} | {{{end template}}} | ||