Difference between revisions of "Form:Organization"

From Protege Wiki
Jump to: navigation, search
m
(adding css styles)
Line 11: Line 11:
 
<table border="0" cellpadding="7" cellspacing="5">
 
<table border="0" cellpadding="7" cellspacing="5">
  
<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}}}</td>
 +
</tr>
 +
 +
<tr class="formGreenDark">
 +
<td align="right"><strong>phone:</strong></td>
 +
<td>{{{field|Phone}}}</td>
 +
<td>A phone number, e.g., +49 721 000000</td>
 
</tr>
 
</tr>
  
Line 20: Line 26:
 
<td>{{{field|HomepageURL|size=70}}}</td>
 
<td>{{{field|HomepageURL|size=70}}}</td>
 
<td>URL of this organization's 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>
  

Revision as of 13:07, March 19, 2008

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