Line | |
---|
1 | <table align="center">
|
---|
2 | <form action="index.php?nav=pad" method="post" accept-charset="utf-8">
|
---|
3 | <tr>
|
---|
4 | <td>
|
---|
5 | <? echo $lang_newtopic; ?>:
|
---|
6 | </td>
|
---|
7 | </tr>
|
---|
8 | <tr>
|
---|
9 | <td><? echo $lang_topic; ?>:</td>
|
---|
10 | </tr>
|
---|
11 | <tr>
|
---|
12 | <td>
|
---|
13 | <textarea name="topic" rows="1" cols="<? echo $lang_cols; ?>"></textarea>
|
---|
14 | </td>
|
---|
15 | </tr>
|
---|
16 | <tr>
|
---|
17 | <td><? echo $lang_text; ?>:</td>
|
---|
18 | </tr>
|
---|
19 | <tr>
|
---|
20 | <td>
|
---|
21 | <textarea name="detail" cols="<? echo $lang_cols; ?>" rows="6"></textarea>
|
---|
22 | </td>
|
---|
23 | </tr>
|
---|
24 | </table>
|
---|
25 | <input type="submit" name="Submit" value="<? echo $lang_add; ?>"/>
|
---|
26 | <input type="reset" name="Submit2" value="<? echo $lang_clear; ?>"/>
|
---|
27 | </form>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.