| 1 |
<form action="http://groups.google.com/group/<?php echo check_plain($group_id); ?>/boxsubscribe">
|
| 2 |
<div class="gg-subscribe-form">
|
| 3 |
<p>
|
| 4 |
<label for="google-groups-email" ><?php print t('Email:'); ?></label>
|
| 5 |
<input id="google-groups-email" class="input-text" type="text" name="email" />
|
| 6 |
</p>
|
| 7 |
<p><input class="input-submit" type="submit" name="sub" value="<?php print t('Subscribe'); ?>" /></p>
|
| 8 |
<p><img src="http://groups.google.com/groups/img/3nb/groups_bar.gif" height="26" width="132" alt="<?php print t('Google Groups'); ?>" /></p>
|
| 9 |
<p><?php print l(t('Visit this group'), 'http://groups.google.com/group/' . check_plain($group_id)); ?></p>
|
| 10 |
</div>
|
| 11 |
</form>
|