Difference between revisions of "Form:Organization"

From Protege Wiki
Jump to: navigation, search
(adding css styles)
(fixed semantic forms syntax)
 
(2 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 class="formGreenLight">
 
<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 class="formGreenDark">
 
<tr class="formGreenDark">
 
<td align="right"><strong>phone:</strong></td>
 
<td align="right"><strong>phone:</strong></td>
<td>{{{field|Phone}}}</td>
+
<td>{{{field|Phone|size=40}}}</td>
 
<td>A phone number, e.g., +49 721 000000</td>
 
<td>A phone number, e.g., +49 721 000000</td>
 
</tr>
 
</tr>
  
<tr style="background:#D1FFA4;">
+
<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>
Line 28: Line 28:
 
</tr>
 
</tr>
  
<tr style="background:#D1FFA4;">
+
<tr class="formGreenDark">
 
<td align="right" valign="top"><strong>description:</strong></td>
 
<td align="right" valign="top"><strong>description:</strong></td>
 
<td>{{{field|Description|input type=textarea}}}</td>
 
<td>{{{field|Description|input type=textarea}}}</td>

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.