Imported Upstream version 3.2.0
This commit is contained in:
60
templates/admin/mutdialog.tpl.htm
Normal file
60
templates/admin/mutdialog.tpl.htm
Normal file
@@ -0,0 +1,60 @@
|
||||
<!-- (c) 2005-2012 by Martin Willisegger -->
|
||||
<!-- -->
|
||||
<!-- Project : NagiosQL -->
|
||||
<!-- Component : mutation dialog template -->
|
||||
<!-- Website : http://www.nagiosql.org -->
|
||||
<!-- Date : $LastChangedDate: 2012-02-21 14:10:41 +0100 (Tue, 21 Feb 2012) $ -->
|
||||
<!-- Author : $LastChangedBy: martin $ -->
|
||||
<!-- Version : 3.2.0 -->
|
||||
<!-- Revision : $LastChangedRevision: 1229 $ -->
|
||||
<!-- BEGIN header -->
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>none</title>
|
||||
<link href="{BASE_PATH}config/main.css" rel="stylesheet" type="text/css">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head>
|
||||
<body>
|
||||
<table width="100%" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td>
|
||||
<!-- END header -->
|
||||
<!-- BEGIN datainsert -->
|
||||
<div id="content_main">
|
||||
<form name="frmDataInsert_{OPENER_FIELD}" method="post" action="{ACTION_INSERT}">
|
||||
<table border="0" cellpadding="0">
|
||||
<tr>
|
||||
<td colspan="2" valign="top">
|
||||
<table border="0" class="content_formtable" style="top:0px;">
|
||||
<tr>
|
||||
<td>{AVAILABLE}</td>
|
||||
<td> </td>
|
||||
<td>{SELECTED}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td rowspan="3">
|
||||
<select name="{OPENER_FIELD}Avail[]" size="12" multiple id="{OPENER_FIELD}Avail" class="selectborder" style="width:300px; height:200px;">
|
||||
</select></td>
|
||||
<td style="width:75px;"> </td>
|
||||
<td rowspan="3">
|
||||
<select name="{OPENER_FIELD}Selected[]" size="12" multiple id="{OPENER_FIELD}Selected" class="selectborder" style="width:300px; height:200px;">
|
||||
</select></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:center;" valign="middle"><img src="{IMAGE_PATH}pfeil_l.gif" height="21" width="40" alt="<-" onClick="desValue('{OPENER_FIELD}')" style="cursor:pointer"><br><br><img src="{IMAGE_PATH}pfeil_r.gif" height="21" width="40" alt="->" onClick="selValue('{OPENER_FIELD}')" style="cursor:pointer">{DISABLE_HTML_BEGIN}<br><br><img src="{IMAGE_PATH}exclude_01.gif" height="21" width="40" alt="!->" onClick="selValueEx('{OPENER_FIELD}')" style="cursor:pointer">{DISABLE_HTML_END}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!-- END datainsert -->
|
||||
Reference in New Issue
Block a user