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)
Line 5: Line 5:
 
<h2>Organization: {{{field|page title}}}</h2>
 
<h2>Organization: {{{field|page title}}}</h2>
  
  <p>Please provide information about this organization in the form below.
+
<p style="font-size: 14px;">Please provide information about this organization in the form below.</p>
<br />
 
</p>
 
  
 
{{{for template|Organization}}}
 
{{{for template|Organization}}}
  
<table border="0" cellpadding="5" cellspacing="10">
+
<table border="0" cellpadding="7" cellspacing="5">
 +
 
 
<tr style="background:#e6ffcc;">
 
<tr style="background:#e6ffcc;">
  <td valign="top" align="right"><strong>Email:</strong></td> <td valign="top">{{{field|Email}}}</td>
+
<td valign="top" align="right"><strong>email:</strong></td>
 +
<td valign="top">{{{field|Email}}}</td>
 
</tr>
 
</tr>
 +
 
<tr style="background:#D1FFA4;">
 
<tr style="background:#D1FFA4;">
  <td align="right"><strong>Website URL:</strong></td> <td>{{{field|HomepageURL|size=70}}}</td>
+
<td align="right"><strong>homepage:</strong></td>
  <td>Organization homepage.</td>
+
<td>{{{field|HomepageURL|size=70}}}</td>
 +
<td>Organization homepage.</td>
 
</tr>
 
</tr>
 +
 
<tr style="background:#e6ffcc;">
 
<tr style="background:#e6ffcc;">
  <td align="right"><strong>Phone number:</strong></td> <td>{{{field|Phone}}}</td>
+
<td align="right"><strong>phone:</strong></td>
  <td>A phone number e.g. +49 721 000000</td>
+
<td>{{{field|Phone}}}</td>
 +
<td>A phone number, e.g., +49 721 000000</td>
 
</tr>
 
</tr>
 +
 
<tr style="background:#D1FFA4;">
 
<tr style="background:#D1FFA4;">
  <td align="right"><strong>Description:</strong></td> <td>{{{field|Description}}}</td>
+
<td align="right"><strong>description:</strong></td>
  <td>A short description of this organization.</td>
+
<td>{{{field|Description}}}</td>
 +
<td>A short description of this organization</td>
 
</tr>
 
</tr>
  
Line 32: Line 38:
 
{{{end template}}}
 
{{{end template}}}
  
  <fieldset><legend>More details</legend>
+
<p>
  <p>You can add more information here and use standard MediaWiki formatting options.</p>
+
<span style="font-size:14px;">Please use the text area below to enter any additional information about this organization. ''(Please note that you must use MediaWiki formatting).''</span>
  {{{field|free text|rows=20}}}
+
</p>
  </fieldset>
+
 
 +
{{{field|free text|rows=20}}}
 
</includeonly>
 
</includeonly>

Revision as of 13:00, March 19, 2008

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