Difference between revisions of "Form:Organization"

From Protege Wiki
Jump to: navigation, search
(removed spaces from beginning of all lines and also removed fieldset and legend tags. both of these things cause problems with semantic forms with smw 1.0 and above)
(fixed semantic forms syntax)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
This is the 'Organization' form; edit the page to see the source code. You can add data with this form [[Special:AddPage/Form:Organization|here]].
+
This is the 'Organization' form; edit the page to see the source code. You can add data with this form [[Special:FormStart/Organization|here]].
 
</noinclude>
 
</noinclude>
 
<includeonly>
 
<includeonly>
Line 9: Line 9:
 
{{{for template|Organization}}}
 
{{{for template|Organization}}}
  
<table border="0" cellpadding="7" cellspacing="5">
+
<table border="0" cellpadding="7" cellspacing="5" width="100%">
  
<tr style="background:#e6ffcc;">
+
<tr class="formGreenLight">
 
<td valign="top" align="right"><strong>email:</strong></td>
 
<td valign="top" align="right"><strong>email:</strong></td>
<td valign="top">{{{field|Email}}}</td>
+
<td valign="top">{{{field|Email|size=40}}}</td>
 
</tr>
 
</tr>
  
<tr style="background:#D1FFA4;">
+
<tr class="formGreenDark">
 +
<td align="right"><strong>phone:</strong></td>
 +
<td>{{{field|Phone|size=40}}}</td>
 +
<td>A phone number, e.g., +49 721 000000</td>
 +
</tr>
 +
 
 +
<tr class="formGreenLight">
 
<td align="right"><strong>homepage:</strong></td>
 
<td align="right"><strong>homepage:</strong></td>
 
<td>{{{field|HomepageURL|size=70}}}</td>
 
<td>{{{field|HomepageURL|size=70}}}</td>
<td>Organization homepage.</td>
+
<td>URL of this organization's homepage</td>
</tr>
 
 
 
<tr style="background:#e6ffcc;">
 
<td align="right"><strong>phone:</strong></td>
 
<td>{{{field|Phone}}}</td>
 
<td>A phone number, e.g., +49 721 000000</td>
 
 
</tr>
 
</tr>
  
<tr style="background:#D1FFA4;">
+
<tr class="formGreenDark">
<td align="right"><strong>description:</strong></td>
+
<td align="right" valign="top"><strong>description:</strong></td>
<td>{{{field|Description}}}</td>
+
<td>{{{field|Description|input type=textarea}}}</td>
<td>A short description of this organization</td>
+
<td valign="top">A short description of this organization</td>
 
</tr>
 
</tr>
  
</table>
+
</table><br />
  
 
{{{end template}}}
 
{{{end template}}}
Line 42: Line 42:
 
</p>
 
</p>
  
{{{field|free text|rows=20}}}
+
{{{field|free text|rows=10}}}
 
</includeonly>
 
</includeonly>

Latest revision as of 15:37, September 1, 2010

This is the 'Organization' form; edit the page to see the source code. You can add data with this form here.