OSDN Git Service

初回コミット(v2.6.17.1)
[magic3/magic3.git] / scripts / fckeditor2.6.6 / editor / plugins / MobileLink / mobilelink.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <!--
3  * mobilelink.html
4  *
5  * LICENSE: This source file is licensed under the terms of the GNU General Public License.
6  *
7  * @package    Magic3 Framework
8  * @author     平田直毅(Naoki Hirata) <naoki@aplo.co.jp>
9  * @copyright  Copyright 2006-2011 Magic3 Project.
10  * @license    http://www.gnu.org/copyleft/gpl.html  GPL License
11  * @version    SVN: $Id: mobilelink.html 4248 2011-08-10 05:49:35Z fishbone $
12  * @link       http://www.magic3.org
13 -->
14 <html>
15         <head>
16                 <title>Link Properties</title>
17                 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
18                 <meta name="robots" content="noindex, nofollow" />
19                 <script src="common/fck_dialog_common.js" type="text/javascript"></script>
20                 <script src="mobilelink.js" type="text/javascript"></script>
21         </head>
22         <body scroll="no" style="OVERFLOW: hidden">
23                 <div id="divInfo" style="DISPLAY: none">
24                         <span fckLang="DlgLnkType">Link Type</span><br />
25                         <select id="cmbLinkType" onchange="SetLinkType(this.value);">
26                                 <option value="url" fckLang="DlgLnkTypeURL" selected="selected">URL</option>
27                                 <option value="anchor" fckLang="DlgLnkTypeAnchor">Anchor in this page</option>
28                                 <option value="email" fckLang="DlgLnkTypeEMail">E-Mail</option>
29                                 <option value="phone" fckLang="DlgLnkTypePhone">Phone</option>
30                         </select>
31                         <br />
32                         <br />
33                         <div id="divLinkTypeUrl">
34                                 <table cellspacing="0" cellpadding="0" width="100%" border="0" dir="ltr">
35                                         <tr>
36                                                 <td nowrap="nowrap">
37                                                         <span fckLang="DlgLnkProto">Protocol</span><br />
38                                                         <select id="cmbLinkProtocol">
39                                                                 <option value="http://" selected="selected">http://</option>
40                                                                 <option value="https://">https://</option>
41                                                                 <option value="ftp://">ftp://</option>
42                                                                 <option value="news://">news://</option>
43                                                                 <option value="" fckLang="DlgLnkProtoOther">&lt;other&gt;</option>
44                                                         </select>
45                                                 </td>
46                                                 <td nowrap="nowrap">&nbsp;</td>
47                                                 <td nowrap="nowrap" width="100%">
48                                                         <span fckLang="DlgLnkURL">URL</span><br />
49                                                         <input id="txtUrl" style="WIDTH: 100%" type="text" onkeyup="OnUrlChange();" onchange="OnUrlChange();" />
50                                                 </td>
51                                         </tr>
52                                         <tr>
53                                                 <td nowrap="nowrap" colspan="3">
54                                                         <span fckLang="DlgGenAccessKey">Access Key</span><br />
55                                                         <select id="txtAttAccessKey">
56                                                             <option value="" selected="selected"></option>
57                                                                 <option value="0">0</option>
58                                                                 <option value="1">1</option>
59                                                                 <option value="2">2</option>
60                                                                 <option value="3">3</option>
61                                                                 <option value="4">4</option>
62                                                                 <option value="5">5</option>
63                                                                 <option value="6">6</option>
64                                                                 <option value="7">7</option>
65                                                                 <option value="8">8</option>
66                                                                 <option value="9">9</option>
67                                                                 <option value="*">*</option>
68                                                                 <option value="#">#</option>
69                                                         </select>
70                                                 </td>
71                                         </tr>
72                                 </table>
73                                 <br />
74                                 <div id="divBrowseServer">
75                                 <input type="button" value="Browse Server" fckLang="DlgBtnBrowseServer" onclick="BrowseServer();" />
76                                 </div>
77                         </div>
78                         <div id="divLinkTypeAnchor" style="DISPLAY: none" align="center">
79                                 <div id="divSelAnchor" style="DISPLAY: none">
80                                         <table cellspacing="0" cellpadding="0" border="0" width="70%">
81                                                 <tr>
82                                                         <td colspan="3">
83                                                                 <span fckLang="DlgLnkAnchorSel">Select an Anchor</span>
84                                                         </td>
85                                                 </tr>
86                                                 <tr>
87                                                         <td width="50%">
88                                                                 <span fckLang="DlgLnkAnchorByName">By Anchor Name</span><br />
89                                                                 <select id="cmbAnchorName" onchange="GetE('cmbAnchorId').value='';" style="WIDTH: 100%">
90                                                                         <option value="" selected="selected"></option>
91                                                                 </select>
92                                                         </td>
93                                                         <td>&nbsp;&nbsp;&nbsp;</td>
94                                                         <td width="50%">
95                                                                 <span fckLang="DlgLnkAnchorById">By Element Id</span><br />
96                                                                 <select id="cmbAnchorId" onchange="GetE('cmbAnchorName').value='';" style="WIDTH: 100%">
97                                                                         <option value="" selected="selected"></option>
98                                                                 </select>
99                                                         </td>
100                                                 </tr>
101                                         </table>
102                                 </div>
103                                 <div id="divNoAnchor" style="DISPLAY: none">
104                                         <span fckLang="DlgLnkNoAnchors">&lt;No anchors available in the document&gt;</span>
105                                 </div>
106                         </div>
107                         <div id="divLinkTypeEMail" style="DISPLAY: none">
108                                 <span fckLang="DlgLnkEMail">E-Mail Address</span><br />
109                                 <input id="txtEMailAddress" style="WIDTH: 100%" type="text" /><br />
110                                 <span fckLang="DlgLnkEMailSubject">Message Subject</span><br />
111                                 <input id="txtEMailSubject" style="WIDTH: 100%" type="text" /><br />
112                                 <span fckLang="DlgLnkEMailBody">Message Body</span><br />
113                                 <textarea id="txtEMailBody" style="WIDTH: 100%" rows="3" cols="20"></textarea>
114                         </div>
115                         <div id="divLinkTypePhone" style="DISPLAY: none">
116                                 <span fckLang="DlgLnkPhone">Phone Number</span><br />
117                                 <input id="txtPhoneNumber" type="text" size=13 /><br />
118                         </div>
119                 </div>
120                 <div id="divUpload" style="DISPLAY: none">
121                         <form id="frmUpload" method="post" target="UploadWindow" enctype="multipart/form-data" action="" onsubmit="return CheckUpload();">
122                                 <span fckLang="DlgLnkUpload">Upload</span><br />
123                                 <input id="txtUploadFile" style="WIDTH: 100%" type="file" size="40" name="NewFile" /><br />
124                                 <br />
125                                 <input id="btnUpload" type="submit" value="Send it to the Server" fckLang="DlgLnkBtnUpload" />
126                                 <iframe name="UploadWindow" style="DISPLAY: none" src="javascript:void(0)"></iframe>
127                         </form>
128                 </div>
129                 <div id="divTarget" style="DISPLAY: none">
130                         <table cellspacing="0" cellpadding="0" width="100%" border="0">
131                                 <tr>
132                                         <td nowrap="nowrap">
133                                                 <span fckLang="DlgLnkTarget">Target</span><br />
134                                                 <select id="cmbTarget" onchange="SetTarget(this.value);">
135                                                         <option value="" fckLang="DlgGenNotSet" selected="selected">&lt;not set&gt;</option>
136                                                         <option value="frame" fckLang="DlgLnkTargetFrame">&lt;frame&gt;</option>
137                                                         <option value="popup" fckLang="DlgLnkTargetPopup">&lt;popup window&gt;</option>
138                                                         <option value="_blank" fckLang="DlgLnkTargetBlank">New Window (_blank)</option>
139                                                         <option value="_top" fckLang="DlgLnkTargetTop">Topmost Window (_top)</option>
140                                                         <option value="_self" fckLang="DlgLnkTargetSelf">Same Window (_self)</option>
141                                                         <option value="_parent" fckLang="DlgLnkTargetParent">Parent Window (_parent)</option>
142                                                 </select>
143                                         </td>
144                                         <td>&nbsp;</td>
145                                         <td id="tdTargetFrame" nowrap="nowrap" width="100%">
146                                                 <span fckLang="DlgLnkTargetFrameName">Target Frame Name</span><br />
147                                                 <input id="txtTargetFrame" style="WIDTH: 100%" type="text" onkeyup="OnTargetNameChange();"
148                                                         onchange="OnTargetNameChange();" />
149                                         </td>
150                                         <td id="tdPopupName" style="DISPLAY: none" nowrap="nowrap" width="100%">
151                                                 <span fckLang="DlgLnkPopWinName">Popup Window Name</span><br />
152                                                 <input id="txtPopupName" style="WIDTH: 100%" type="text" />
153                                         </td>
154                                 </tr>
155                         </table>
156                         <br />
157                         <table id="tablePopupFeatures" style="DISPLAY: none" cellspacing="0" cellpadding="0" align="center"
158                                 border="0">
159                                 <tr>
160                                         <td>
161                                                 <span fckLang="DlgLnkPopWinFeat">Popup Window Features</span><br />
162                                                 <table cellspacing="0" cellpadding="0" border="0">
163                                                         <tr>
164                                                                 <td valign="top" nowrap="nowrap" width="50%">
165                                                                         <input id="chkPopupResizable" name="chkFeature" value="resizable" type="checkbox" /><label for="chkPopupResizable" fckLang="DlgLnkPopResize">Resizable</label><br />
166                                                                         <input id="chkPopupLocationBar" name="chkFeature" value="location" type="checkbox" /><label for="chkPopupLocationBar" fckLang="DlgLnkPopLocation">Location
167                                                                                 Bar</label><br />
168                                                                         <input id="chkPopupManuBar" name="chkFeature" value="menubar" type="checkbox" /><label for="chkPopupManuBar" fckLang="DlgLnkPopMenu">Menu
169                                                                                 Bar</label><br />
170                                                                         <input id="chkPopupScrollBars" name="chkFeature" value="scrollbars" type="checkbox" /><label for="chkPopupScrollBars" fckLang="DlgLnkPopScroll">Scroll
171                                                                                 Bars</label>
172                                                                 </td>
173                                                                 <td></td>
174                                                                 <td valign="top" nowrap="nowrap" width="50%">
175                                                                         <input id="chkPopupStatusBar" name="chkFeature" value="status" type="checkbox" /><label for="chkPopupStatusBar" fckLang="DlgLnkPopStatus">Status
176                                                                                 Bar</label><br />
177                                                                         <input id="chkPopupToolbar" name="chkFeature" value="toolbar" type="checkbox" /><label for="chkPopupToolbar" fckLang="DlgLnkPopToolbar">Toolbar</label><br />
178                                                                         <input id="chkPopupFullScreen" name="chkFeature" value="fullscreen" type="checkbox" /><label for="chkPopupFullScreen" fckLang="DlgLnkPopFullScrn">Full
179                                                                                 Screen (IE)</label><br />
180                                                                         <input id="chkPopupDependent" name="chkFeature" value="dependent" type="checkbox" /><label for="chkPopupDependent" fckLang="DlgLnkPopDependent">Dependent
181                                                                                 (Netscape)</label>
182                                                                 </td>
183                                                         </tr>
184                                                         <tr>
185                                                                 <td valign="top" nowrap="nowrap" width="50%">&nbsp;</td>
186                                                                 <td></td>
187                                                                 <td valign="top" nowrap="nowrap" width="50%"></td>
188                                                         </tr>
189                                                         <tr>
190                                                                 <td valign="top">
191                                                                         <table cellspacing="0" cellpadding="0" border="0">
192                                                                                 <tr>
193                                                                                         <td nowrap="nowrap"><span fckLang="DlgLnkPopWidth">Width</span></td>
194                                                                                         <td>&nbsp;<input id="txtPopupWidth" type="text" maxlength="4" size="4" /></td>
195                                                                                 </tr>
196                                                                                 <tr>
197                                                                                         <td nowrap="nowrap"><span fckLang="DlgLnkPopHeight">Height</span></td>
198                                                                                         <td>&nbsp;<input id="txtPopupHeight" type="text" maxlength="4" size="4" /></td>
199                                                                                 </tr>
200                                                                         </table>
201                                                                 </td>
202                                                                 <td>&nbsp;&nbsp;</td>
203                                                                 <td valign="top">
204                                                                         <table cellspacing="0" cellpadding="0" border="0">
205                                                                                 <tr>
206                                                                                         <td nowrap="nowrap"><span fckLang="DlgLnkPopLeft">Left Position</span></td>
207                                                                                         <td>&nbsp;<input id="txtPopupLeft" type="text" maxlength="4" size="4" /></td>
208                                                                                 </tr>
209                                                                                 <tr>
210                                                                                         <td nowrap="nowrap"><span fckLang="DlgLnkPopTop">Top Position</span></td>
211                                                                                         <td>&nbsp;<input id="txtPopupTop" type="text" maxlength="4" size="4" /></td>
212                                                                                 </tr>
213                                                                         </table>
214                                                                 </td>
215                                                         </tr>
216                                                 </table>
217                                         </td>
218                                 </tr>
219                         </table>
220                 </div>
221                 <div id="divAttribs" style="DISPLAY: none">
222                         <table cellspacing="0" cellpadding="0" width="100%" align="center" border="0">
223                                 <tr>
224                                         <td valign="top" width="50%">
225                                                 <span fckLang="DlgGenId">Id</span><br />
226                                                 <input id="txtAttId" style="WIDTH: 100%" type="text" />
227                                         </td>
228                                         <td width="1"></td>
229                                         <td valign="top">
230                                                 <table cellspacing="0" cellpadding="0" width="100%" align="center" border="0">
231                                                         <tr>
232                                                                 <td width="60%">
233                                                                         <span fckLang="DlgGenLangDir">Language Direction</span><br />
234                                                                         <select id="cmbAttLangDir" style="WIDTH: 100%">
235                                                                                 <option value="" fckLang="DlgGenNotSet" selected>&lt;not set&gt;</option>
236                                                                                 <option value="ltr" fckLang="DlgGenLangDirLtr">Left to Right (LTR)</option>
237                                                                                 <option value="rtl" fckLang="DlgGenLangDirRtl">Right to Left (RTL)</option>
238                                                                         </select>
239                                                                 </td>
240                                                                 <td width="1%">&nbsp;&nbsp;&nbsp;</td>
241                                                                 <td nowrap="nowrap"><span fckLang="DlgGenAccessKey">Access Key</span><br />
242                                                                         <input id="txtAttAccessKey" style="WIDTH: 100%" type="text" maxlength="1" size="1" />
243                                                                 </td>
244                                                         </tr>
245                                                 </table>
246                                         </td>
247                                 </tr>
248                                 <tr>
249                                         <td valign="top" width="50%">
250                                                 <span fckLang="DlgGenName">Name</span><br />
251                                                 <input id="txtAttName" style="WIDTH: 100%" type="text" />
252                                         </td>
253                                         <td width="1"></td>
254                                         <td valign="top">
255                                                 <table cellspacing="0" cellpadding="0" width="100%" align="center" border="0">
256                                                         <tr>
257                                                                 <td width="60%">
258                                                                         <span fckLang="DlgGenLangCode">Language Code</span><br />
259                                                                         <input id="txtAttLangCode" style="WIDTH: 100%" type="text" />
260                                                                 </td>
261                                                                 <td width="1%">&nbsp;&nbsp;&nbsp;</td>
262                                                                 <td nowrap="nowrap">
263                                                                         <span fckLang="DlgGenTabIndex">Tab Index</span><br />
264                                                                         <input id="txtAttTabIndex" style="WIDTH: 100%" type="text" maxlength="5" size="5" />
265                                                                 </td>
266                                                         </tr>
267                                                 </table>
268                                         </td>
269                                 </tr>
270                                 <tr>
271                                         <td valign="top" width="50%">&nbsp;</td>
272                                         <td width="1"></td>
273                                         <td valign="top"></td>
274                                 </tr>
275                                 <tr>
276                                         <td valign="top" width="50%">
277                                                 <span fckLang="DlgGenTitle">Advisory Title</span><br />
278                                                 <input id="txtAttTitle" style="WIDTH: 100%" type="text" />
279                                         </td>
280                                         <td width="1">&nbsp;&nbsp;&nbsp;</td>
281                                         <td valign="top">
282                                                 <span fckLang="DlgGenContType">Advisory Content Type</span><br />
283                                                 <input id="txtAttContentType" style="WIDTH: 100%" type="text" />
284                                         </td>
285                                 </tr>
286                                 <tr>
287                                         <td valign="top">
288                                                 <span fckLang="DlgGenClass">Stylesheet Classes</span><br />
289                                                 <input id="txtAttClasses" style="WIDTH: 100%" type="text" />
290                                         </td>
291                                         <td></td>
292                                         <td valign="top">
293                                                 <span fckLang="DlgGenLinkCharset">Linked Resource Charset</span><br />
294                                                 <input id="txtAttCharSet" style="WIDTH: 100%" type="text" />
295                                         </td>
296                                 </tr>
297                         </table>
298                         <table cellspacing="0" cellpadding="0" width="100%" align="center" border="0">
299                                 <tr>
300                                         <td>
301                                                 <span fckLang="DlgGenStyle">Style</span><br />
302                                                 <input id="txtAttStyle" style="WIDTH: 100%" type="text" />
303                                         </td>
304                                 </tr>
305                         </table>
306                 </div>
307         </body>
308 </html>