Return-Path: X-Original-To: apmail-flink-commits-archive@minotaur.apache.org Delivered-To: apmail-flink-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9E15F10BF3 for ; Thu, 18 Dec 2014 18:45:51 +0000 (UTC) Received: (qmail 26764 invoked by uid 500); 18 Dec 2014 18:45:51 -0000 Delivered-To: apmail-flink-commits-archive@flink.apache.org Received: (qmail 26693 invoked by uid 500); 18 Dec 2014 18:45:51 -0000 Mailing-List: contact commits-help@flink.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.incubator.apache.org Delivered-To: mailing list commits@flink.incubator.apache.org Received: (qmail 26620 invoked by uid 99); 18 Dec 2014 18:45:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Dec 2014 18:45:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD,WEIRD_QUOTING X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 18 Dec 2014 18:45:23 +0000 Received: (qmail 20293 invoked by uid 99); 18 Dec 2014 18:44:59 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Dec 2014 18:44:59 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 219009579E0; Thu, 18 Dec 2014 18:44:59 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: trohrmann@apache.org To: commits@flink.incubator.apache.org Date: Thu, 18 Dec 2014 18:45:31 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [35/82] [abbrv] incubator-flink git commit: Moved WebInfoServer and WebInterfaceServer resources into resource folders of respective projects. Jetty uses the jar as base directory. X-Virus-Checked: Checked by ClamAV on apache.org http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/76d603c0/flink-clients/src/main/resources/web-docs/css/graph.css ---------------------------------------------------------------------- diff --git a/flink-clients/src/main/resources/web-docs/css/graph.css b/flink-clients/src/main/resources/web-docs/css/graph.css new file mode 100644 index 0000000..f4365cc --- /dev/null +++ b/flink-clients/src/main/resources/web-docs/css/graph.css @@ -0,0 +1,48 @@ +/*! + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this 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 + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +g.type-TK > rect { + fill: #00ffd0; +} + +svg { + border: 0px solid #999; + overflow: hidden; +} + +text { + font-weight: 300; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serf; + font-size: 14px; +} + +.node rect { + stroke: #999; + stroke-width: 0px; + fill: #fff; +} + +.edgeLabel rect { + fill: #fff; +} + +.edgePath path { + stroke: #333; + stroke-width: 3px; + fill: none; +} http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/76d603c0/flink-clients/src/main/resources/web-docs/css/nephelefrontend.css ---------------------------------------------------------------------- diff --git a/flink-clients/src/main/resources/web-docs/css/nephelefrontend.css b/flink-clients/src/main/resources/web-docs/css/nephelefrontend.css new file mode 100755 index 0000000..3ca1837 --- /dev/null +++ b/flink-clients/src/main/resources/web-docs/css/nephelefrontend.css @@ -0,0 +1,198 @@ +/*! + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this 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 + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +* +{ + padding: 0px; + margin: 0px; +} + +html, body +{ + height: 100%; + position: relative; + overflow: auto; +} + +h1 +{ + font-family: verdana; + font-size: 36px; + font-weight: normal; + font-decoration: none; + font-style: normal; + font-variant: small-caps; +} + +h1 img { + vertical-align: middle; + margin-right: 50px; +} + +h3 +{ + font-family: verdana; + font-size: 20px; + font-weight: normal; + font-decoration: none; + font-style: italic; + font-variant: normal; + text-align: center; + color: #666666; + margin: 10px 10px 20px 10px; +} + +h4 +{ + font-family: Verdana; + font-size: 16px; + font-weight: normal; + font-decoration: none; + font-style: italic; + font-variant: normal; + text-align: left; + color: #000000; + margin: 5px 5px 10px 5px; + padding: 2px 2px 5px 2px; + border-bottom: 1px dashed #444444; +} + +input +{ + font-family: verdana, Sans-Serif; + font-size: 13px; + + border: solid 1.5px #333333; + background-color: #eeeeee; + color: #333333; + + padding: 5px; + margin: 5px; +} + +.fadedPropertiesText +{ + font-family: verdana; + font-size: 18px; + color: #AAAAAA; + font-style: italic; +} + + +.mainHeading +{ + border: 1px solid #262A37; + margin: 5px; + text-align: left; + background-color: white; + background-repeat: no-repeat; + background-position: right; + height: 100px; + overflow: hidden; +} + + +.boxed +{ + border: 1px solid #262A37; + margin: 5px; +} + +.spaced +{ + margin: 5px; +} + +.footer +{ + position: absolute; + left: 0px; + right: 0px; + bottom: 0px; +} + +.error_text +{ + font-family: verdana; + font-size: 14px; + font-weight: normal; + font-decoration: none; + font-style: italic; + font-variant: normal; + text-align: center; + color: #DF0101; +} + +.translucent +{ + -moz-opacity:0 ; + filter:alpha(opacity: 0); + opacity: 0; +} + +.formLabel +{ + + font-family: verdana; + font-size: 14px; + font-weight: normal; + font-decoration: none; + font-style: normal; + font-variant: normal; + text-align: right; + color: #000000; +} + +.jobListItem +{ + border: 1px dashed #262A37; + height: 30px; + word-wrap: break-word; + + font-family: verdana; + font-size: 14px; + font-variant: normal; + font-decoration: none; + + margin: 10px; + padding: 10px; +} + +.jobListItemName +{ + text-align: left; + font-weight: bold; + font-style: normal; + +} + +.jobListItemDate +{ + text-align: right; + font-weight: normal; + font-style: italic; + margin-right: 10px; +} + +.layoutTable +{ + border: none; + margin: 0px; + padding: 0px; +} + http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/76d603c0/flink-clients/src/main/resources/web-docs/css/overlay.css ---------------------------------------------------------------------- diff --git a/flink-clients/src/main/resources/web-docs/css/overlay.css b/flink-clients/src/main/resources/web-docs/css/overlay.css new file mode 100644 index 0000000..9da0280 --- /dev/null +++ b/flink-clients/src/main/resources/web-docs/css/overlay.css @@ -0,0 +1,47 @@ +/*! + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this 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 + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +.simple_overlay { + + /* must be initially hidden */ + display:none; + + /* place overlay on top of other elements */ + z-index:10000; + + /* styling */ + background-color:#333; + + width:750px; + border:1px solid #666; + + /* CSS3 styling for latest browsers */ + -moz-box-shadow:0 0 90px 5px #000; + -webkit-box-shadow: 0 0 90px #000; +} + +/* close button positioned on upper right corner */ +.simple_overlay .close { + background-image:url(../img/overlay/close.png); + position:absolute; + right:-15px; + top:-15px; + cursor:pointer; + height:35px; + width:35px; +} http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/76d603c0/flink-clients/src/main/resources/web-docs/css/pactgraphs.css ---------------------------------------------------------------------- diff --git a/flink-clients/src/main/resources/web-docs/css/pactgraphs.css b/flink-clients/src/main/resources/web-docs/css/pactgraphs.css new file mode 100644 index 0000000..e13382b --- /dev/null +++ b/flink-clients/src/main/resources/web-docs/css/pactgraphs.css @@ -0,0 +1,294 @@ +/*! + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this 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 + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +.draggable +{ + position: absolute; +} + +.connector_feedback +{ + background-color: #336699; + padding: 3px; +} + +.connector +{ + background-color: #FF9900; + padding: 1.5px; +} + +.iteration-box +{ + border: 3px dashed #262A37; + margin: 5px; + height: 350px; + overflow: visible; +} + +.iteration-name-label +{ + margin-top: -25px; + margin-left: 10px; + padding: 3px; + float: left; + + border: 1px solid #262A37; + background-color: #FFFFFF; + + font-family: verdana; + font-weight: normal; + font-style: italic; + font-size: 20px; + color: #000000; +} + +.iteration-set-box +{ + background-color: #DDDDDD; + border: 2px solid #000000; + + position: absolute; + width: 50px; + height: 50px; + + font-family: Arial; + font-weight: bold; + font-size: 16px; + color: #333333; + text-align: center; + line-height: 50px; +} + +.iteration-set-box-left +{ + left: -25px; +} + +.iteration-set-box-right +{ + right: -25px; +} + +.middle-label { + background-color: #E0E8FF; + border: 1px solid #9DA3B3; + + font-family: verdana; + font-size: 13px; + text-align: center; + + padding: 5px; + border-radius: 5px; + + margin-left: -50px; + width: 100px; + z-index: 2; +} + +.source-label +{ + background-color: #E0E8FF; + border: 1px solid #9DA3B3; + + font-family: verdana; + font-size: 13px; + text-align: center; + + padding: 5px; + border-radius: 5px; + + margin-top: -10px; + margin-left: 5px; + + z-index: 2; +} + +div.canvas +{ + background-color: white; + background-repeat: no-repeat; + background-position: top right; + padding: 0px; + margin-bottom: 10px; +} + +div.propertyCanvas +{ + background-color: white; + background-repeat: no-repeat; + background-position: top right; + + border-top: 1px solid #262A37; + border-right: 1px solid #262A37; + + margin: 5px; + padding: 10px; + min-height: 250px; + + overflow: auto; +} + +span.shippingStrategy +{ + font-weight: normal; + font-style: normal; +} + +span.localStrategy +{ + font-weight: normal; + font-style: italic; +} + +span.cacheStrategy +{ + font-weight: bold; + font-style: normal; +} + +.datasource, .datasink, .pact +{ + border: 1px solid #9DA3B3; + padding: 3px; + margin: 0px; +} + +.datasource, .datasink +{ + background-color: #F7BE81; + width: 80px; + height: 60px; + border-radius: 20px; + +} + +.sourceSinkContents +{ + font-family: verdana; + font-size: 14px; + word-wrap: break-word; + text-align: center; + margin-top: 18px; + margin-bottom: 23px; + margin-left: 5px; + margin-right: 5px; +} + +.pact +{ + width: 120px; + height: 90px; + background-color: #A9F5A9; + border-radius: 5px; +} + +.pactTypeBox +{ + background-color: #E0E8FF; + border: 1px solid #9DA3B3; + padding: 2px; + color: #33333F; + font-family: verdana; + font-size: 14px; + font-weight: bold; + text-align: center; +} + +.pactContents +{ + font-family: verdana; + font-size: 16px; + text-align:center; + vertical-align: middle; + + padding: 3px; + margin-top: 5px; + margin-bottom: 15px; + + word-wrap: break-word; +} + +.propertiesTable +{ + border: none; + margin: 2px; + padding: 2px; + width: 100%; + + background-color: #E0E8FF; + font-family: verdana; + font-size: 16px; + font-weight: normal; +} + +.propertiesNameCell +{ + margin: 5px; + padding: 3px; + background-color: #FFFFFF; + font-style: normal; + text-align: right; +} + +.propertiesValueCell +{ + margin: 5px; + padding: 3px; + background-color: #FFFFFF; + font-style: italic; + text-align: left; +} + +p.propItem +{ + font-family: Arial; + font-size: 16px; + font-style: normal; + margin: 3px; + padding: 3px 10px 3px 5px; + border: none; + border-bottom: 1px solid #444444; +} + +span.propLabel +{ + font-weight: bold; + font-style: normal; +} + +span.propValue +{ + font-weight: normal; + font-style: italic; + word-wrap: break-word; +} + +div.propertyCanvasSection +{ + float: left; + min-width: 280px; + max-width: 350px; + min-height: 180px; + + border-left: 1px solid #444444; + border-top: 1px solid #444444; + + padding: 5px; + margin: 0px; +} http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/76d603c0/flink-clients/src/main/resources/web-docs/img/FlinkLogo.png ---------------------------------------------------------------------- diff --git a/flink-clients/src/main/resources/web-docs/img/FlinkLogo.png b/flink-clients/src/main/resources/web-docs/img/FlinkLogo.png new file mode 100755 index 0000000..90d30cf Binary files /dev/null and b/flink-clients/src/main/resources/web-docs/img/FlinkLogo.png differ http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/76d603c0/flink-clients/src/main/resources/web-docs/img/GradientBoxes.png ---------------------------------------------------------------------- diff --git a/flink-clients/src/main/resources/web-docs/img/GradientBoxes.png b/flink-clients/src/main/resources/web-docs/img/GradientBoxes.png new file mode 100755 index 0000000..6213561 Binary files /dev/null and b/flink-clients/src/main/resources/web-docs/img/GradientBoxes.png differ http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/76d603c0/flink-clients/src/main/resources/web-docs/img/arrows/arr.gif ---------------------------------------------------------------------- diff --git a/flink-clients/src/main/resources/web-docs/img/arrows/arr.gif b/flink-clients/src/main/resources/web-docs/img/arrows/arr.gif new file mode 100755 index 0000000..e7fd0a1 Binary files /dev/null and b/flink-clients/src/main/resources/web-docs/img/arrows/arr.gif differ http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/76d603c0/flink-clients/src/main/resources/web-docs/img/arrows/arr2.gif ---------------------------------------------------------------------- diff --git a/flink-clients/src/main/resources/web-docs/img/arrows/arr2.gif b/flink-clients/src/main/resources/web-docs/img/arrows/arr2.gif new file mode 100755 index 0000000..779c081 Binary files /dev/null and b/flink-clients/src/main/resources/web-docs/img/arrows/arr2.gif differ http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/76d603c0/flink-clients/src/main/resources/web-docs/img/arrows/arr2_d.gif ---------------------------------------------------------------------- diff --git a/flink-clients/src/main/resources/web-docs/img/arrows/arr2_d.gif b/flink-clients/src/main/resources/web-docs/img/arrows/arr2_d.gif new file mode 100755 index 0000000..ac6530a Binary files /dev/null and b/flink-clients/src/main/resources/web-docs/img/arrows/arr2_d.gif differ http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/76d603c0/flink-clients/src/main/resources/web-docs/img/arrows/arr2_l.gif ---------------------------------------------------------------------- diff --git a/flink-clients/src/main/resources/web-docs/img/arrows/arr2_l.gif b/flink-clients/src/main/resources/web-docs/img/arrows/arr2_l.gif new file mode 100755 index 0000000..92bae98 Binary files /dev/null and b/flink-clients/src/main/resources/web-docs/img/arrows/arr2_l.gif differ http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/76d603c0/flink-clients/src/main/resources/web-docs/img/arrows/arr2_r.gif ---------------------------------------------------------------------- diff --git a/flink-clients/src/main/resources/web-docs/img/arrows/arr2_r.gif b/flink-clients/src/main/resources/web-docs/img/arrows/arr2_r.gif new file mode 100755 index 0000000..779c081 Binary files /dev/null and b/flink-clients/src/main/resources/web-docs/img/arrows/arr2_r.gif differ http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/76d603c0/flink-clients/src/main/resources/web-docs/img/arrows/arr2_u.gif ---------------------------------------------------------------------- diff --git a/flink-clients/src/main/resources/web-docs/img/arrows/arr2_u.gif b/flink-clients/src/main/resources/web-docs/img/arrows/arr2_u.gif new file mode 100755 index 0000000..992caae Binary files /dev/null and b/flink-clients/src/main/resources/web-docs/img/arrows/arr2_u.gif differ http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/76d603c0/flink-clients/src/main/resources/web-docs/img/arrows/arr_d.gif ---------------------------------------------------------------------- diff --git a/flink-clients/src/main/resources/web-docs/img/arrows/arr_d.gif b/flink-clients/src/main/resources/web-docs/img/arrows/arr_d.gif new file mode 100755 index 0000000..93095cc Binary files /dev/null and b/flink-clients/src/main/resources/web-docs/img/arrows/arr_d.gif differ http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/76d603c0/flink-clients/src/main/resources/web-docs/img/arrows/arr_l.gif ---------------------------------------------------------------------- diff --git a/flink-clients/src/main/resources/web-docs/img/arrows/arr_l.gif b/flink-clients/src/main/resources/web-docs/img/arrows/arr_l.gif new file mode 100755 index 0000000..3f9c05d Binary files /dev/null and b/flink-clients/src/main/resources/web-docs/img/arrows/arr_l.gif differ http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/76d603c0/flink-clients/src/main/resources/web-docs/img/arrows/arr_r.gif ---------------------------------------------------------------------- diff --git a/flink-clients/src/main/resources/web-docs/img/arrows/arr_r.gif b/flink-clients/src/main/resources/web-docs/img/arrows/arr_r.gif new file mode 100755 index 0000000..e7fd0a1 Binary files /dev/null and b/flink-clients/src/main/resources/web-docs/img/arrows/arr_r.gif differ http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/76d603c0/flink-clients/src/main/resources/web-docs/img/arrows/arr_u.gif ---------------------------------------------------------------------- diff --git a/flink-clients/src/main/resources/web-docs/img/arrows/arr_u.gif b/flink-clients/src/main/resources/web-docs/img/arrows/arr_u.gif new file mode 100755 index 0000000..5f92c87 Binary files /dev/null and b/flink-clients/src/main/resources/web-docs/img/arrows/arr_u.gif differ http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/76d603c0/flink-clients/src/main/resources/web-docs/img/arrows/arrow.gif ---------------------------------------------------------------------- diff --git a/flink-clients/src/main/resources/web-docs/img/arrows/arrow.gif b/flink-clients/src/main/resources/web-docs/img/arrows/arrow.gif new file mode 100755 index 0000000..e59288f Binary files /dev/null and b/flink-clients/src/main/resources/web-docs/img/arrows/arrow.gif differ http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/76d603c0/flink-clients/src/main/resources/web-docs/img/arrows/arrow_d.gif ---------------------------------------------------------------------- diff --git a/flink-clients/src/main/resources/web-docs/img/arrows/arrow_d.gif b/flink-clients/src/main/resources/web-docs/img/arrows/arrow_d.gif new file mode 100755 index 0000000..6dd0add Binary files /dev/null and b/flink-clients/src/main/resources/web-docs/img/arrows/arrow_d.gif differ http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/76d603c0/flink-clients/src/main/resources/web-docs/img/arrows/arrow_l.gif ---------------------------------------------------------------------- diff --git a/flink-clients/src/main/resources/web-docs/img/arrows/arrow_l.gif b/flink-clients/src/main/resources/web-docs/img/arrows/arrow_l.gif new file mode 100755 index 0000000..0f7c1e3 Binary files /dev/null and b/flink-clients/src/main/resources/web-docs/img/arrows/arrow_l.gif differ http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/76d603c0/flink-clients/src/main/resources/web-docs/img/arrows/arrow_r.gif ---------------------------------------------------------------------- diff --git a/flink-clients/src/main/resources/web-docs/img/arrows/arrow_r.gif b/flink-clients/src/main/resources/web-docs/img/arrows/arrow_r.gif new file mode 100755 index 0000000..e59288f Binary files /dev/null and b/flink-clients/src/main/resources/web-docs/img/arrows/arrow_r.gif differ http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/76d603c0/flink-clients/src/main/resources/web-docs/img/arrows/arrow_u.gif ---------------------------------------------------------------------- diff --git a/flink-clients/src/main/resources/web-docs/img/arrows/arrow_u.gif b/flink-clients/src/main/resources/web-docs/img/arrows/arrow_u.gif new file mode 100755 index 0000000..2d3dfdc Binary files /dev/null and b/flink-clients/src/main/resources/web-docs/img/arrows/arrow_u.gif differ http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/76d603c0/flink-clients/src/main/resources/web-docs/img/delete-icon.png ---------------------------------------------------------------------- diff --git a/flink-clients/src/main/resources/web-docs/img/delete-icon.png b/flink-clients/src/main/resources/web-docs/img/delete-icon.png new file mode 100755 index 0000000..7fad958 Binary files /dev/null and b/flink-clients/src/main/resources/web-docs/img/delete-icon.png differ http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/76d603c0/flink-clients/src/main/resources/web-docs/img/gradient.jpg ---------------------------------------------------------------------- diff --git a/flink-clients/src/main/resources/web-docs/img/gradient.jpg b/flink-clients/src/main/resources/web-docs/img/gradient.jpg new file mode 100755 index 0000000..8c5e804 Binary files /dev/null and b/flink-clients/src/main/resources/web-docs/img/gradient.jpg differ http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/76d603c0/flink-clients/src/main/resources/web-docs/img/overlay/close.png ---------------------------------------------------------------------- diff --git a/flink-clients/src/main/resources/web-docs/img/overlay/close.png b/flink-clients/src/main/resources/web-docs/img/overlay/close.png new file mode 100644 index 0000000..d247e09 Binary files /dev/null and b/flink-clients/src/main/resources/web-docs/img/overlay/close.png differ http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/76d603c0/flink-clients/src/main/resources/web-docs/index.html ---------------------------------------------------------------------- diff --git a/flink-clients/src/main/resources/web-docs/index.html b/flink-clients/src/main/resources/web-docs/index.html new file mode 100644 index 0000000..bfba666 --- /dev/null +++ b/flink-clients/src/main/resources/web-docs/index.html @@ -0,0 +1,26 @@ + + + + + + + + + http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/76d603c0/flink-clients/src/main/resources/web-docs/js/bootstrap.min.js ---------------------------------------------------------------------- diff --git a/flink-clients/src/main/resources/web-docs/js/bootstrap.min.js b/flink-clients/src/main/resources/web-docs/js/bootstrap.min.js new file mode 100644 index 0000000..b04a0e8 --- /dev/null +++ b/flink-clients/src/main/resources/web-docs/js/bootstrap.min.js @@ -0,0 +1,6 @@ +/*! + * Bootstrap v3.1.1 (http://getbootstrap.com) + * Copyright 2011-2014 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ +if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]};return!1}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one(a.support.transition.end,function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b()})}(jQuery),+function(a){"use strict";var b='[data-dismiss="alert"]',c=function(c){a(c).on("click",b,this.close)};c.prototype.close=function(b){function c(){f.trigger("closed.bs.alert").remove()}var d=a(this),e=d.attr("data-target");e||(e=d.attr("href"),e=e&&e.replace(/.*(?=#[^\s]*$)/,""));var f=a(e);b&&b.preventDefault(),f.length||(f=d.hasClass("alert")?d:d.parent()),f.trigger(b=a. Event("close.bs.alert")),b.isDefaultPrevented()||(f.removeClass("in"),a.support.transition&&f.hasClass("fade")?f.one(a.support.transition.end,c).emulateTransitionEnd(150):c())};var d=a.fn.alert;a.fn.alert=function(b){return this.each(function(){var d=a(this),e=d.data("bs.alert");e||d.data("bs.alert",e=new c(this)),"string"==typeof b&&e[b].call(d)})},a.fn.alert.Constructor=c,a.fn.alert.noConflict=function(){return a.fn.alert=d,this},a(document).on("click.bs.alert.data-api",b,c.prototype.close)}(jQuery),+function(a){"use strict";var b=function(c,d){this.$element=a(c),this.options=a.extend({},b.DEFAULTS,d),this.isLoading=!1};b.DEFAULTS={loadingText:"loading..."},b.prototype.setState=function(b){var c="disabled",d=this.$element,e=d.is("input")?"val":"html",f=d.data();b+="Text",f.resetText||d.data("resetText",d[e]()),d[e](f[b]||this.options[b]),setTimeout(a.proxy(function(){"loadingText"==b?(this.isLoading=!0,d.addClass(c).attr(c,c)):this.isLoading&&(this.isLoading=!1,d.removeClass(c).re moveAttr(c))},this),0)},b.prototype.toggle=function(){var a=!0,b=this.$element.closest('[data-toggle="buttons"]');if(b.length){var c=this.$element.find("input");"radio"==c.prop("type")&&(c.prop("checked")&&this.$element.hasClass("active")?a=!1:b.find(".active").removeClass("active")),a&&c.prop("checked",!this.$element.hasClass("active")).trigger("change")}a&&this.$element.toggleClass("active")};var c=a.fn.button;a.fn.button=function(c){return this.each(function(){var d=a(this),e=d.data("bs.button"),f="object"==typeof c&&c;e||d.data("bs.button",e=new b(this,f)),"toggle"==c?e.toggle():c&&e.setState(c)})},a.fn.button.Constructor=b,a.fn.button.noConflict=function(){return a.fn.button=c,this},a(document).on("click.bs.button.data-api","[data-toggle^=button]",function(b){var c=a(b.target);c.hasClass("btn")||(c=c.closest(".btn")),c.button("toggle"),b.preventDefault()})}(jQuery),+function(a){"use strict";var b=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-in dicators"),this.options=c,this.paused=this.sliding=this.interval=this.$active=this.$items=null,"hover"==this.options.pause&&this.$element.on("mouseenter",a.proxy(this.pause,this)).on("mouseleave",a.proxy(this.cycle,this))};b.DEFAULTS={interval:5e3,pause:"hover",wrap:!0},b.prototype.cycle=function(b){return b||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},b.prototype.getActiveIndex=function(){return this.$active=this.$element.find(".item.active"),this.$items=this.$active.parent().children(),this.$items.index(this.$active)},b.prototype.to=function(b){var c=this,d=this.getActiveIndex();return b>this.$items.length-1||0>b?void 0:this.sliding?this.$element.one("slid.bs.carousel",function(){c.to(b)}):d==b?this.pause().cycle():this.slide(b>d?"next":"prev",a(this.$items[b]))},b.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(".next, .p rev").length&&a.support.transition&&(this.$element.trigger(a.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},b.prototype.next=function(){return this.sliding?void 0:this.slide("next")},b.prototype.prev=function(){return this.sliding?void 0:this.slide("prev")},b.prototype.slide=function(b,c){var d=this.$element.find(".item.active"),e=c||d[b](),f=this.interval,g="next"==b?"left":"right",h="next"==b?"first":"last",i=this;if(!e.length){if(!this.options.wrap)return;e=this.$element.find(".item")[h]()}if(e.hasClass("active"))return this.sliding=!1;var j=a.Event("slide.bs.carousel",{relatedTarget:e[0],direction:g});return this.$element.trigger(j),j.isDefaultPrevented()?void 0:(this.sliding=!0,f&&this.pause(),this.$indicators.length&&(this.$indicators.find(".active").removeClass("active"),this.$element.one("slid.bs.carousel",function(){var b=a(i.$indicators.children()[i.getActiveIndex()]);b&&b.addClass("active")})),a.support.transition&&this.$element.h asClass("slide")?(e.addClass(b),e[0].offsetWidth,d.addClass(g),e.addClass(g),d.one(a.support.transition.end,function(){e.removeClass([b,g].join(" ")).addClass("active"),d.removeClass(["active",g].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger("slid.bs.carousel")},0)}).emulateTransitionEnd(1e3*d.css("transition-duration").slice(0,-1))):(d.removeClass("active"),e.addClass("active"),this.sliding=!1,this.$element.trigger("slid.bs.carousel")),f&&this.cycle(),this)};var c=a.fn.carousel;a.fn.carousel=function(c){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},b.DEFAULTS,d.data(),"object"==typeof c&&c),g="string"==typeof c?c:f.slide;e||d.data("bs.carousel",e=new b(this,f)),"number"==typeof c?e.to(c):g?e[g]():f.interval&&e.pause().cycle()})},a.fn.carousel.Constructor=b,a.fn.carousel.noConflict=function(){return a.fn.carousel=c,this},a(document).on("click.bs.carousel.data-api","[data-slide], [data-slide-to]",function(b){var c,d=a(this),e=a(d.a ttr("data-target")||(c=d.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,"")),f=a.extend({},e.data(),d.data()),g=d.attr("data-slide-to");g&&(f.interval=!1),e.carousel(f),(g=d.attr("data-slide-to"))&&e.data("bs.carousel").to(g),b.preventDefault()}),a(window).on("load",function(){a('[data-ride="carousel"]').each(function(){var b=a(this);b.carousel(b.data())})})}(jQuery),+function(a){"use strict";var b=function(c,d){this.$element=a(c),this.options=a.extend({},b.DEFAULTS,d),this.transitioning=null,this.options.parent&&(this.$parent=a(this.options.parent)),this.options.toggle&&this.toggle()};b.DEFAULTS={toggle:!0},b.prototype.dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},b.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var b=a.Event("show.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.$parent&&this.$parent.find("> .panel > .in");if(c&&c.length){var d=c.data("bs.collapse");if(d&&d.transition ing)return;c.collapse("hide"),d||c.data("bs.collapse",null)}var e=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[e](0),this.transitioning=1;var f=function(){this.$element.removeClass("collapsing").addClass("collapse in")[e]("auto"),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!a.support.transition)return f.call(this);var g=a.camelCase(["scroll",e].join("-"));this.$element.one(a.support.transition.end,a.proxy(f,this)).emulateTransitionEnd(350)[e](this.$element[0][g])}}},b.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var b=a.Event("hide.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.dimension();this.$element[c](this.$element[c]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse").removeClass("in"),this.transitioning=1;var d=function(){this.transitioning=0,this.$element.trigger("hidden.bs.collapse").removeClass("collapsing").addClass("collap se")};return a.support.transition?void this.$element[c](0).one(a.support.transition.end,a.proxy(d,this)).emulateTransitionEnd(350):d.call(this)}}},b.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()};var c=a.fn.collapse;a.fn.collapse=function(c){return this.each(function(){var d=a(this),e=d.data("bs.collapse"),f=a.extend({},b.DEFAULTS,d.data(),"object"==typeof c&&c);!e&&f.toggle&&"show"==c&&(c=!c),e||d.data("bs.collapse",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.collapse.Constructor=b,a.fn.collapse.noConflict=function(){return a.fn.collapse=c,this},a(document).on("click.bs.collapse.data-api","[data-toggle=collapse]",function(b){var c,d=a(this),e=d.attr("data-target")||b.preventDefault()||(c=d.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,""),f=a(e),g=f.data("bs.collapse"),h=g?"toggle":d.data(),i=d.attr("data-parent"),j=i&&a(i);g&&g.transitioning||(j&&j.find('[data-toggle=collapse][data-parent="'+i+'"]').not(d).addClass("collapsed"),d[f.hasClass("in ")?"addClass":"removeClass"]("collapsed")),f.collapse(h)})}(jQuery),+function(a){"use strict";function b(b){a(d).remove(),a(e).each(function(){var d=c(a(this)),e={relatedTarget:this};d.hasClass("open")&&(d.trigger(b=a.Event("hide.bs.dropdown",e)),b.isDefaultPrevented()||d.removeClass("open").trigger("hidden.bs.dropdown",e))})}function c(b){var c=b.attr("data-target");c||(c=b.attr("href"),c=c&&/#[A-Za-z]/.test(c)&&c.replace(/.*(?=#[^\s]*$)/,""));var d=c&&a(c);return d&&d.length?d:b.parent()}var d=".dropdown-backdrop",e="[data-toggle=dropdown]",f=function(b){a(b).on("click.bs.dropdown",this.toggle)};f.prototype.toggle=function(d){var e=a(this);if(!e.is(".disabled, :disabled")){var f=c(e),g=f.hasClass("open");if(b(),!g){"ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&a(''}),b.prototype=a.extend({},a.fn.tooltip.Constructor.prototype),b.prototype.constructor=b,b.prototype.getDefaults=function(){return b.DEFAULTS},b.prototype.setContent=function(){var a=this.tip(),b=this.getTitle(),c=this.getContent();a.find(".popover-title")[this.options.html?"html":"text"](b),a.find(".popover-content")[this.options.html?"string"==typeof c?"html":"append":"text"](c),a.removeClass("fade top bottom left right in"),a.find(".popover-title").html()||a.find(".popover-title").hide()},b.prototype.hasContent=function(){return this.getTitle()||this.getContent()},b.prototype.getContent=function(){var a=this.$element,b=this.options;return a.attr("data-content")||("function"==typeof b.content?b.content.call(a[0]):b.content)},b.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")},b.prototype.tip=function(){return this. $tip||(this.$tip=a(this.options.template)),this.$tip};var c=a.fn.popover;a.fn.popover=function(c){return this.each(function(){var d=a(this),e=d.data("bs.popover"),f="object"==typeof c&&c;(e||"destroy"!=c)&&(e||d.data("bs.popover",e=new b(this,f)),"string"==typeof c&&e[c]())})},a.fn.popover.Constructor=b,a.fn.popover.noConflict=function(){return a.fn.popover=c,this}}(jQuery),+function(a){"use strict";function b(c,d){var e,f=a.proxy(this.process,this);this.$element=a(a(c).is("body")?window:c),this.$body=a("body"),this.$scrollElement=this.$element.on("scroll.bs.scroll-spy.data-api",f),this.options=a.extend({},b.DEFAULTS,d),this.selector=(this.options.target||(e=a(c).attr("href"))&&e.replace(/.*(?=#[^\s]+$)/,"")||"")+" .nav li > a",this.offsets=a([]),this.targets=a([]),this.activeTarget=null,this.refresh(),this.process()}b.DEFAULTS={offset:10},b.prototype.refresh=function(){var b=this.$element[0]==window?"offset":"position";this.offsets=a([]),this.targets=a([]);{var c=this;this.$body.fi nd(this.selector).map(function(){var d=a(this),e=d.data("target")||d.attr("href"),f=/^#./.test(e)&&a(e);return f&&f.length&&f.is(":visible")&&[[f[b]().top+(!a.isWindow(c.$scrollElement.get(0))&&c.$scrollElement.scrollTop()),e]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){c.offsets.push(this[0]),c.targets.push(this[1])})}},b.prototype.process=function(){var a,b=this.$scrollElement.scrollTop()+this.options.offset,c=this.$scrollElement[0].scrollHeight||this.$body[0].scrollHeight,d=c-this.$scrollElement.height(),e=this.offsets,f=this.targets,g=this.activeTarget;if(b>=d)return g!=(a=f.last()[0])&&this.activate(a);if(g&&b<=e[0])return g!=(a=f[0])&&this.activate(a);for(a=e.length;a--;)g!=f[a]&&b>=e[a]&&(!e[a+1]||b<=e[a+1])&&this.activate(f[a])},b.prototype.activate=function(b){this.activeTarget=b,a(this.selector).parentsUntil(this.options.target,".active").removeClass("active");var c=this.selector+'[data-target="'+b+'"],'+this.selector+'[href="'+b+'"]',d=a(c).parents("li" ).addClass("active");d.parent(".dropdown-menu").length&&(d=d.closest("li.dropdown").addClass("active")),d.trigger("activate.bs.scrollspy")};var c=a.fn.scrollspy;a.fn.scrollspy=function(c){return this.each(function(){var d=a(this),e=d.data("bs.scrollspy"),f="object"==typeof c&&c;e||d.data("bs.scrollspy",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.scrollspy.Constructor=b,a.fn.scrollspy.noConflict=function(){return a.fn.scrollspy=c,this},a(window).on("load",function(){a('[data-spy="scroll"]').each(function(){var b=a(this);b.scrollspy(b.data())})})}(jQuery),+function(a){"use strict";var b=function(b){this.element=a(b)};b.prototype.show=function(){var b=this.element,c=b.closest("ul:not(.dropdown-menu)"),d=b.data("target");if(d||(d=b.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,"")),!b.parent("li").hasClass("active")){var e=c.find(".active:last a")[0],f=a.Event("show.bs.tab",{relatedTarget:e});if(b.trigger(f),!f.isDefaultPrevented()){var g=a(d);this.activate(b.parent("li"),c),this .activate(g,g.parent(),function(){b.trigger({type:"shown.bs.tab",relatedTarget:e})})}}},b.prototype.activate=function(b,c,d){function e(){f.removeClass("active").find("> .dropdown-menu > .active").removeClass("active"),b.addClass("active"),g?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu")&&b.closest("li.dropdown").addClass("active"),d&&d()}var f=c.find("> .active"),g=d&&a.support.transition&&f.hasClass("fade");g?f.one(a.support.transition.end,e).emulateTransitionEnd(150):e(),f.removeClass("in")};var c=a.fn.tab;a.fn.tab=function(c){return this.each(function(){var d=a(this),e=d.data("bs.tab");e||d.data("bs.tab",e=new b(this)),"string"==typeof c&&e[c]()})},a.fn.tab.Constructor=b,a.fn.tab.noConflict=function(){return a.fn.tab=c,this},a(document).on("click.bs.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"]',function(b){b.preventDefault(),a(this).tab("show")})}(jQuery),+function(a){"use strict";var b=function(c,d){this.options=a.extend({},b.DE FAULTS,d),this.$window=a(window).on("scroll.bs.affix.data-api",a.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLoop,this)),this.$element=a(c),this.affixed=this.unpin=this.pinnedOffset=null,this.checkPosition()};b.RESET="affix affix-top affix-bottom",b.DEFAULTS={offset:0},b.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(b.RESET).addClass("affix");var a=this.$window.scrollTop(),c=this.$element.offset();return this.pinnedOffset=c.top-a},b.prototype.checkPositionWithEventLoop=function(){setTimeout(a.proxy(this.checkPosition,this),1)},b.prototype.checkPosition=function(){if(this.$element.is(":visible")){var c=a(document).height(),d=this.$window.scrollTop(),e=this.$element.offset(),f=this.options.offset,g=f.top,h=f.bottom;"top"==this.affixed&&(e.top+=d),"object"!=typeof f&&(h=g=f),"function"==typeof g&&(g=f.top(this.$element)),"function"==typeof h&&(h=f.bottom(this.$element));va r i=null!=this.unpin&&d+this.unpin<=e.top?!1:null!=h&&e.top+this.$element.height()>=c-h?"bottom":null!=g&&g>=d?"top":!1;if(this.affixed!==i){this.unpin&&this.$element.css("top","");var j="affix"+(i?"-"+i:""),k=a.Event(j+".bs.affix");this.$element.trigger(k),k.isDefaultPrevented()||(this.affixed=i,this.unpin="bottom"==i?this.getPinnedOffset():null,this.$element.removeClass(b.RESET).addClass(j).trigger(a.Event(j.replace("affix","affixed"))),"bottom"==i&&this.$element.offset({top:c-h-this.$element.height()}))}}};var c=a.fn.affix;a.fn.affix=function(c){return this.each(function(){var d=a(this),e=d.data("bs.affix"),f="object"==typeof c&&c;e||d.data("bs.affix",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.affix.Constructor=b,a.fn.affix.noConflict=function(){return a.fn.affix=c,this},a(window).on("load",function(){a('[data-spy="affix"]').each(function(){var b=a(this),c=b.data();c.offset=c.offset||{},c.offsetBottom&&(c.offset.bottom=c.offsetBottom),c.offsetTop&&(c.offset.top=c.offsetT op),b.affix(c)})})}(jQuery); \ No newline at end of file