⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.jsp

📁 opennms得相关源码 请大家看看
💻 JSP
字号:
<!--//// This file is part of the OpenNMS(R) Application.//// OpenNMS(R) is Copyright (C) 2002-2003 The OpenNMS Group, Inc.  All rights reserved.// OpenNMS(R) is a derivative work, containing both original code, included code and modified// code that was published under the GNU General Public License. Copyrights for modified // and included code are below.//// OpenNMS(R) is a registered trademark of The OpenNMS Group, Inc.//// Copyright (C) 2003 Networked Knowledge Systems, Inc.  All rights reserved.//// This program is free software; you can redistribute it and/or modify// it under the terms of the GNU General Public License as published by// the Free Software Foundation; either version 2 of the License, or// (at your option) any later version.//// This program is distributed in the hope that it will be useful,// but WITHOUT ANY WARRANTY; without even the implied warranty of// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the// GNU General Public License for more details.//// You should have received a copy of the GNU General Public License// along with this program; if not, write to the Free Software// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.//// For more information contact://      OpenNMS Licensing       <license@opennms.org>//      http://www.opennms.org///      http://www.opennms.com///--> <%@page language="java" contentType="text/html" session="true" %><html><head>  <title>Map | OpenNMS Web Console</title>  <base HREF="<%=org.opennms.web.Util.calculateUrlBase( request )%>" />  <link rel="stylesheet" type="text/css" href="includes/styles.css" /></head><body marginwidth="0" marginheight="0" LEFTMARGIN="0" RIGHTMARGIN="0" TOPMARGIN="0"><% String breadcrumb1 = java.net.URLEncoder.encode("Map"); %><jsp:include page="/includes/header.jsp" flush="false" >  <jsp:param name="title" value="Map" />  <jsp:param name="location" value="map" />    <jsp:param name="breadcrumb" value="<%=breadcrumb1%>" /></jsp:include><br><!-- Body --><table width="100%" cellspacing="0" cellpadding="0" border="0">  <tr>    <td>&nbsp;</td>    <td>      <h3>Mapping</h3>          <p>        <table width="50%" border="0" cellpadding="2" cellspacing="0" >          <form action="map/map.jsp" method="GET">          <tr>            <td>Map Type:</td>            <td><select name="type">                  <option value="tree">Tree-like map</option>                  <option value="boring">Just show the nodes</option>                </select></td>          </tr>          <tr>            <td>Map Format:</td>            <td><select name="format">                  <option value="svg">SVG</option>                  <option value="png">PNG Imagemap</option>                </select></td>          </tr>          <tr>            <td>View "fullscreen":</td>            <td><select name="fullscreen">                  <option value="y">Yes</option>                  <option value="n" selected>No</option>                </select></td>          </tr>          <tr>            <td>Auto-refresh:</td>            <td><select name="refresh">                  <option value="1">1 minute</option>                  <option value="2">2 minutes</option>                  <option value="3">3 minutes</option>                  <option value="5" selected>5 minutes</option>                  <option value="10">10 minutes</option>                  <option value="15">15 minutes</option>                </select></td>          </tr>          <tr>             <td colspan="2"><input type="submit" value="view map"/></td>          </tr>          </form>        </table>      </p>            <p>        <table width="50%" border="0" cellpadding="2" cellspacing="0">          <tr>            <td><a href="map/parent.jsp">Set Parent&lt;-&gt;Child Relationships</a></td>          </tr>        </table>      </p>    </td>    <td>&nbsp;</td>    <td valign="top" width="60%" >      <h3>Mapping</h3>      <p>         The mapping function retrieves nodes from the database and         generates a map for them.  It can be viewed as an SVG image         embedded in a webpage or it can be viewed as a PNG image in a         webpage if you do not have an SVG viewer for your browser.         </p>      <p>         The built-in conversion from SVG to PNG format can take quite         a bit of memory if there are a lot of nodes on your network         and there is some chance of failure.      </p>      <p>Use the "Set Parent-Child Relationships" link to establish a      heirarchy for your nodes so they do not all appear at the same      "level".</p>    </td>    <td>&nbsp;</td>  </tr></table>                                                                         <br />    <jsp:include page="/includes/footer.jsp" flush="false" >      <jsp:param name="location" value="map" />    </jsp:include>  </body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -