1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?> 20c4a79c0SAndrew Rist<!--*********************************************************** 3*c2e1856cSmseidel * 40c4a79c0SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 50c4a79c0SAndrew Rist * or more contributor license agreements. See the NOTICE file 60c4a79c0SAndrew Rist * distributed with this work for additional information 70c4a79c0SAndrew Rist * regarding copyright ownership. The ASF licenses this file 80c4a79c0SAndrew Rist * to you under the Apache License, Version 2.0 (the 90c4a79c0SAndrew Rist * "License"); you may not use this file except in compliance 100c4a79c0SAndrew Rist * with the License. You may obtain a copy of the License at 11*c2e1856cSmseidel * 120c4a79c0SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 13*c2e1856cSmseidel * 140c4a79c0SAndrew Rist * Unless required by applicable law or agreed to in writing, 150c4a79c0SAndrew Rist * software distributed under the License is distributed on an 160c4a79c0SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 170c4a79c0SAndrew Rist * KIND, either express or implied. See the License for the 180c4a79c0SAndrew Rist * specific language governing permissions and limitations 190c4a79c0SAndrew Rist * under the License. 20*c2e1856cSmseidel * 210c4a79c0SAndrew Rist ***********************************************************--> 220c4a79c0SAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir<!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd"> 25*c2e1856cSmseidel<dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="SendToMediaWiki" dlg:left="62" dlg:top="57" dlg:width="260" dlg:height="164" dlg:closeable="true" dlg:moveable="true" dlg:title="TOREPLACE" dlg:help-url="vnd.com.sun.star.wiki:sendDialog"> 26cdf0e10cSrcweir <dlg:bulletinboard> 27cdf0e10cSrcweir <dlg:text dlg:id="Label1" dlg:tab-index="0" dlg:left="5" dlg:top="8" dlg:width="65" dlg:height="10" dlg:value="MediaWiki Server"/> 28cdf0e10cSrcweir <dlg:text dlg:id="Label2" dlg:tab-index="3" dlg:left="11" dlg:top="38" dlg:width="59" dlg:height="10" dlg:value="Title"/> 29cdf0e10cSrcweir <dlg:text dlg:id="Label3" dlg:tab-index="5" dlg:left="11" dlg:top="57" dlg:width="59" dlg:height="10" dlg:value="Summary"/> 30*c2e1856cSmseidel <dlg:menulist dlg:id="WikiList" dlg:tab-index="1" dlg:left="75" dlg:top="6" dlg:width="124" dlg:height="14" dlg:spin="true" dlg:help-url="com.sun.star.wiki.MediaWiki.SendToMediaWiki.WikiList"> 31cdf0e10cSrcweir <script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:WikiListChange" script:language="UNO"/> 32cdf0e10cSrcweir </dlg:menulist> 33*c2e1856cSmseidel <dlg:combobox dlg:id="ArticleText" dlg:tab-index="4" dlg:left="75" dlg:top="36" dlg:width="179" dlg:height="14" dlg:spin="true" dlg:help-url="com.sun.star.wiki.MediaWiki.SendToMediaWiki.ArticleText"> 34cdf0e10cSrcweir <script:event script:event-name="on-textchange" script:macro-name="vnd.sun.star.UNO:ArticleTextChange" script:language="UNO"/> 35cdf0e10cSrcweir </dlg:combobox> 36*c2e1856cSmseidel <dlg:textfield dlg:id="CommentText" dlg:tab-index="6" dlg:left="75" dlg:top="55" dlg:width="179" dlg:height="48" dlg:multiline="true" dlg:help-url="com.sun.star.wiki.MediaWiki.SendToMediaWiki.CommentText"/> 37*c2e1856cSmseidel <dlg:button dlg:id="AddButton" dlg:tab-index="2" dlg:left="205" dlg:top="6" dlg:width="50" dlg:height="14" dlg:value="Add..." dlg:help-url="com.sun.star.wiki.MediaWiki.SendToMediaWiki.AddButton"> 38cdf0e10cSrcweir <script:event script:event-name="on-performaction" script:macro-name="vnd.sun.star.UNO:AddWiki" script:language="UNO"/> 39cdf0e10cSrcweir </dlg:button> 40cdf0e10cSrcweir <dlg:checkbox dlg:id="MinorCheck" dlg:tab-index="7" dlg:left="75" dlg:top="109" dlg:width="141" dlg:height="10" dlg:value="Minor edit" dlg:checked="false" dlg:help-url="com.sun.star.wiki.MediaWiki.SendToMediaWiki.MinorCheck"/> 41cdf0e10cSrcweir <dlg:checkbox dlg:id="BrowserCheck" dlg:tab-index="8" dlg:left="75" dlg:top="122" dlg:width="141" dlg:height="10" dlg:value="Show in browser" dlg:checked="false" dlg:help-url="com.sun.star.wiki.MediaWiki.SendToMediaWiki.BrowserCheck"/> 42*c2e1856cSmseidel <dlg:fixedline dlg:id="FixedLine1" dlg:tab-index="9" dlg:left="-2" dlg:top="138" dlg:width="264" dlg:height="4"/> 43*c2e1856cSmseidel <dlg:button dlg:id="CancelButton" dlg:tab-index="10" dlg:left="205" dlg:top="145" dlg:width="50" dlg:height="14" dlg:button-type="cancel"/> 44*c2e1856cSmseidel <dlg:button dlg:id="SendButton" dlg:tab-index="11" dlg:disabled="true" dlg:left="152" dlg:top="145" dlg:width="50" dlg:height="14" dlg:default="true" dlg:value="Send" dlg:help-url="com.sun.star.wiki.MediaWiki.SendToMediaWiki.SendButton"> 45cdf0e10cSrcweir <script:event script:event-name="on-performaction" script:macro-name="vnd.sun.star.UNO:Send" script:language="UNO"/> 46cdf0e10cSrcweir </dlg:button> 47cdf0e10cSrcweir <dlg:button dlg:id="HelpButton" dlg:tab-index="12" dlg:left="5" dlg:top="145" dlg:width="50" dlg:height="14" dlg:button-type="help"/> 48*c2e1856cSmseidel <dlg:fixedline dlg:id="FixedLine2" dlg:tab-index="13" dlg:left="5" dlg:top="25" dlg:width="250" dlg:height="6" dlg:value="MediaWiki"/> 49cdf0e10cSrcweir </dlg:bulletinboard> 50cdf0e10cSrcweir</dlg:window> 51