Rev 10186 | Rev 13443 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10186 | Rev 11636 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | !form reply |
2 | !form reply |
3 | <fieldset class="property_fields"> |
3 | <fieldset class="property_fields"> |
4 | <legend>$wims_name_properties</legend> |
4 | <legend>$wims_name_properties</legend> |
5 | <div class="field box halfwidth"> |
5 | <div class="field box halfwidth"> |
6 | <label for="oef_author">$wims_name_Author</label> |
6 | <label for="oef_author">$wims_name_Author</label> |
7 | <input size="30" maxlength="60" name="oef_author" value= |
7 | <input size="30" maxlength="60" name="oef_author" id="oef_author" value="$oef_author" placeholder="$wims_name_firstname,$wims_name_lastname" /> |
8 | </div> |
8 | </div> |
9 | <div class="field box halfwidth"> |
9 | <div class="field box halfwidth"> |
10 | <label for="oef_email">$wims_name_email</label> |
10 | <label for="oef_email">$wims_name_email</label> |
11 | <input size="30" maxlength="80" name="oef_email" value="$oef_email" /> |
11 | <input size="30" maxlength="80" name="oef_email" id="oef_email" value="$oef_email" /> |
12 | </div> |
12 | </div> |
13 | <div class="field box"> |
13 | <div class="field box"> |
14 | <label for="oef_title">$name_givetitle</label> |
14 | <label for="oef_title">$name_givetitle</label> |
15 | <input size="40" maxlength="40" name="oef_title" required="required" value="$oef_title" /> |
15 | <input size="40" maxlength="40" name="oef_title" id="oef_title" required="required" value="$oef_title" /> |
16 | </div> |
16 | </div> |
17 | <input type="hidden" name="level" value="2" /> |
17 | <input type="hidden" name="level" value="2" /> |
18 | 18 | ||
19 | !!<p> |
19 | !!<p> |
20 | !!$name_giveformat |
20 | !!$name_giveformat |