Files
Lehrlingsparcours/_archiv/LPWeb - Kopie/.svn/pristine/0d/0d7d0ddbc3cbc04e66c3fb458f244fcfd99d45bc.svn-base
2019-12-21 10:58:30 +01:00

58 lines
2.3 KiB
Plaintext

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>[[InsertAnchor]] </title>
<meta http-equiv="Page-Enter" content="blendTrans(Duration=0.1)" />
<meta http-equiv="Page-Exit" content="blendTrans(Duration=0.1)" />
<link href='Load.ashx?type=themecss&file=dialog.css&theme=[[_Theme_]]' type="text/css" rel="stylesheet" />
<!--[if IE]>
<link href="Load.ashx?type=style&file=IE.css" type="text/css" rel="stylesheet" />
<![endif]-->
<script type="text/javascript" src="Load.ashx?type=dialogscript&verfix=1006&file=DialogHead.js"></script>
<style type="text/css">
html, body,#ajaxdiv {height: 100%;}
.btn {border: 1px solid buttonface;padding: 1px;cursor: default;width:14px;height: 12px;vertical-align: middle;}
select,input,td {font-family: MS Sans Serif; font-size: 9pt; vertical-align: top; cursor: hand;}
</style>
</head>
<body>
<div id="ajaxdiv">
<table border="0" cellspacing="2" cellpadding="5" width="100%">
<tr>
<td style="white-space:nowrap">
<div>
<fieldset style="padding:2px">
<legend>[[InsertAnchor]]</legend>
<table border="0" cellpadding="5" cellspacing="0">
<tr>
<td style="width:100%">
<select size="5" name="allanchors" style="width: 255" id="allanchors" onchange="selectAnchor(this.value);">
</select>
</td>
<td>
</td>
</tr>
</table>
<br />
<br />
<table border="0" cellpadding="5" cellspacing="0">
<tr>
<td style='vertical-align:middle'>[[Name]]:</td>
<td style='vertical-align:middle'><input type="text" id="anchor_name" style="width:210" /></td>
</tr>
</table>
</fieldset>
</div>
<div style="margin-top:8px;width:90%; text-align:center">
<input class="formbutton" type="button" value="[[Insert]]" style="width:80px" onclick="insert_link()" />&nbsp;&nbsp;
<input class="formbutton" type="button" value="[[Cancel]]" style="width:80px" onclick="(top.close||top.closeeditordialog)()" />
</div>
</td>
</tr>
</table>
</div>
</body>
<script type="text/javascript" src="Load.ashx?type=dialogscript&verfix=1006&file=DialogFoot.js"></script>
<script type="text/javascript" src="Load.ashx?type=dialogscript&verfix=1006&file=Dialog_InsertAnchor.js"></script>
</html>