five-for-the-future/plugins/wporg-5ftf/views/metabox-org-info.php

40 lines
987 B
PHP
Raw Normal View History

<table>
<tbody>
url
total # employees
# employees pledged at least part time
total # hours pleged
what else was there?
<?php /*
<tr>
<th>
<label for="_5ftf_wporg_username">
<?php _e( 'WordPress.org Username:', 'wordpressorg' ); ?>
</label>
</th>
<td>
<input id="_5ftf_wporg_username" name="_5ftf_wporg_username" type="text" value="<?php echo esc_attr( $company->_5ftf_wporg_username ); ?>" required class="regular-text" />
<?php if ( $avatar_url ) : ?>
<img src="<?php echo esc_url( $avatar_url ); ?>" width="95" height="95" />
<?php endif; ?>
</td>
</tr>
<tr>
<th>
<label for="_5ftf_hours_per_month">
<?php _e( 'Hours per Month:', 'wordpressorg' ); ?>
</label>
</th>
<td>
<input id="_5ftf_hours_per_month" name="_5ftf_hours_per_month" type="number" value="<?php echo esc_attr( $company->_5ftf_hours_per_month ); ?>" required class="regular-text" />
</td>
</tr>
*/ ?>
</tbody>
</table>