window_state_test.jsp.svn-base

来自「portal越来越流行了」· SVN-BASE 代码 · 共 59 行

SVN-BASE
59
字号
<%--Licensed to the Apache Software Foundation (ASF) under one or morecontributor license agreements.  See the NOTICE file distributed withthis work for additional information regarding copyright ownership.The ASF licenses this file to You under the Apache License, Version 2.0(the "License"); you may not use this file except in compliance withthe License.  You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, softwaredistributed  under the  License is distributed on an "AS IS" BASIS,WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  orimplied.See the License for the specific language governing permissions andlimitations under the License.--%><%@ page import="javax.portlet.WindowState"%><%@ taglib uri='http://java.sun.com/portlet_2_0' prefix='portlet'%><portlet:defineObjects/><TABLE style="font-size: -1"><TR><TH colspan="2" style="background-color:blue;color:white;">MANUAL TEST</TH></TR><TR><TH></TH>    <TH>Window State Test</TH></TR><TR><TD colspan="2">This test requires manual intervention        to ensure that it passes.  Click on the links below        and make sure that the specified state is displayed.</TD></TR><portlet:actionURL windowState="<%=WindowState.MAXIMIZED.toString()%>" secure='<%=renderRequest.isSecure()?"True":"False"%>' var="url">	<portlet:param name="testId" value='<%=renderRequest.getParameter("testId")%>'/></portlet:actionURL><TR><TD style="font-size: 12px" valign="top"><A href="<%=url%>">Max</A></TD>    <TD style="font-size: 10px;">The help mode provides help info.  Click to ensure that help info is        displayed.</TD></TR><portlet:actionURL windowState="<%=WindowState.MINIMIZED.toString()%>" secure='<%=renderRequest.isSecure()?"True":"False"%>' var="url">	<portlet:param name="testId" value='<%=renderRequest.getParameter("testId")%>'/></portlet:actionURL><TR><TD style="font-size: 12px" valign="top"><A href="<%=url%>">Min</A></TD>    <TD style="font-size: 10px;">The edit mode allows you to edit preferences. Click to view all preferences    currently stored in this portlet.</TD></TR><portlet:actionURL windowState="<%=WindowState.NORMAL.toString()%>" secure='<%=renderRequest.isSecure()?"True":"False"%>' var="url">	<portlet:param name="testId" value='<%=renderRequest.getParameter("testId")%>'/></portlet:actionURL><TR><TD style="font-size: 12px" valign="top"><A href="<%=url%>">Nor</A></TD>    <TD style="font-size: 10px;">You are currently looking at the view.  Verify that clicking on this link    simply refreshes this page.</TD></TR></TABLE><%@ include file="navigation.inc" %>

⌨️ 快捷键说明

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