|
Revision 1008, 1.2 kB
(checked in by ray, 4 years ago)
|
|
merging new-dialogs and trunk via intermediate branch
|
| Line | |
|---|
| 1 | <h1 id="[h1]"><l10n>Insert/Modify Link</l10n></h1> |
|---|
| 2 | <table border="0" style="margin-top:10px;width: 100%;"> |
|---|
| 3 | <tr> |
|---|
| 4 | <td class="label"><l10n>URL:</l10n></td> |
|---|
| 5 | <td style="width: 70%"><input type="text" id="[f_href]" name="[f_href]" style="width: 90%" /></td> |
|---|
| 6 | </tr> |
|---|
| 7 | <tr> |
|---|
| 8 | <td class="label"><l10n>Title (tooltip):</l10n></td> |
|---|
| 9 | <td><input type="text" id="[f_title]" name="[f_title]" style="width: 90%" /></td> |
|---|
| 10 | </tr> |
|---|
| 11 | <tr> |
|---|
| 12 | <td class="label"><span id="[f_target_label]"><l10n>Target:</l10n></span></td> |
|---|
| 13 | <td><select id="[f_target]" name="[f_target]"> |
|---|
| 14 | <option value=""><l10n>None (use implicit)</l10n></option> |
|---|
| 15 | <option value="_blank"><l10n>New window (_blank)</l10n></option> |
|---|
| 16 | <option value="_self"><l10n>Same frame (_self)</l10n></option> |
|---|
| 17 | <option value="_top"><l10n>Top frame (_top)</l10n></option> |
|---|
| 18 | <option value="_other"><l10n>Other</l10n></option> |
|---|
| 19 | </select> |
|---|
| 20 | <input type="text" name="[f_other_target]" id="[f_other_target]" size="10" style="visibility: hidden" /> |
|---|
| 21 | </td> |
|---|
| 22 | </tr> |
|---|
| 23 | </table> |
|---|
| 24 | |
|---|
| 25 | <div class="buttons" id="[buttons]"> |
|---|
| 26 | <input type="button" id="[ok]" value="_(OK)" /> |
|---|
| 27 | <input type="button" id="[cancel]" value="_(Cancel)" /> |
|---|
| 28 | </div> |
|---|