| Revision 3,
982 bytes
checked in by francois.harvey, 2 years ago
(diff) |
|
Importation initial de wiki web help. Version 0.2.5 de Richard Bondi licensié sous license MIT.
|
| Line | |
|---|
| 1 | <?php include('language.php') ; ?>
|
|---|
| 2 |
|
|---|
| 3 | <div class="header"><?php echo $language->menu->register; ?></div>
|
|---|
| 4 |
|
|---|
| 5 | <div class="label"><?php echo $language->username; ?>:</div>
|
|---|
| 6 | <div class="field"><input id="user" name="user" /></div>
|
|---|
| 7 | <div class="clear"></div>
|
|---|
| 8 |
|
|---|
| 9 | <div class="label"><?php echo $language->password; ?>:</div>
|
|---|
| 10 | <div class="field"><input type="password" id="pass" name="pass" /></div>
|
|---|
| 11 | <div class="clear"></div>
|
|---|
| 12 |
|
|---|
| 13 | <div class="label"><?php echo $language->confirm; ?>:</div>
|
|---|
| 14 | <div class="field"><input type="password" id="confirm" name="confirm" /></div>
|
|---|
| 15 | <div class="clear"></div>
|
|---|
| 16 |
|
|---|
| 17 | <div class="label"><?php echo $language->email; ?>:</div>
|
|---|
| 18 | <div class="field"><input id="email" name="email" /></div>
|
|---|
| 19 | <div style="height:20px;clear:both;"></div>
|
|---|
| 20 |
|
|---|
| 21 | <div style="text-align:center;">
|
|---|
| 22 | <input type="submit" value="<?php echo $language->menu->register; ?>"/>
|
|---|
| 23 | </div>
|
|---|
Note: See
TracBrowser
for help on using the repository browser.