Files
Lehrlingsparcours/_archiv/LPWeb/.svn/pristine/80/80278a0c9a4a945e9b3a36c0600a57566a4a4d43.svn-base
2019-12-21 10:58:30 +01:00

45 lines
1.3 KiB
Plaintext

<%@ Control Inherits="CuteEditor.EditorUtilityCtrl" Language="c#" AutoEventWireup="false" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<fieldset><legend>[[InsertForm]]</legend>
<table class="normal" width="98%">
<tr>
<td style="width:100px">[[Action]]:</td>
<td><input type="text" id="inp_action" style="width:300px" /></td>
</tr>
<tr>
<td>[[Method]]:</td>
<td>
<select id="sel_Method" style="width:200px">
<option value="post">post</option>
<option value="get">get</option>
</select>
</td>
</tr>
<tr>
<td>[[Name]]:</td>
<td><input type="text" id="inp_name" style="width:200px" /></td>
</tr>
<tr>
<td>[[ID]]:</td>
<td><input type="text" id="inp_id" style="width:200px" /></td>
</tr>
<tr>
<td>[[EncodingType]]:</td>
<td><input type="text" id="inp_encode" style="width:200px" /></td>
</tr>
<tr>
<td>[[Target]]:</td>
<td>
<select id="sel_target" name="sel_target">
<option value=""></option>
<option value="_blank">_blank</option>
<option value="_self">_self</option>
<option value="_top">_top</option>
<option value="_parent">_parent</option>
</select>
</td>
</tr>
</table>
</fieldset>
<script type="text/javascript" src="Load.ashx?type=dialogscript&verfix=1006&file=Dialog_Tag_Form.js"></script>