1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
1 <!DOCTYPE html> |
2 <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> |
2 <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> |
3 <head> |
3 <head> |
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
5 <title></title> |
5 <title></title> |
6 |
6 |
7 <script type="text/javascript" src="js/editimage.js?ver=3223"></script> |
7 <link rel="stylesheet" href="css/editimage.css?ver=349-20679" type="text/css" media="all" /> |
8 <script type="text/javascript" src="../../utils/form_utils.js?ver=3223"></script> |
8 <script type="text/javascript" src="js/editimage.js?ver=349-20679"></script> |
9 |
9 <script type="text/javascript" src="../../utils/form_utils.js?ver=349-20592"></script> |
10 <link rel="stylesheet" href="css/editimage.css?ver=3223" type="text/css" media="all" /> |
10 <base target="_self" /> |
11 |
11 </head> |
|
12 |
|
13 <body id="media-upload" style="display:none;"> |
12 <script type="text/javascript"> |
14 <script type="text/javascript"> |
13 if ( 'rtl' == tinyMCEPopup.editor.getParam('directionality','') ) |
15 if ( 'rtl' == tinyMCEPopup.editor.getParam('directionality','') ) |
14 document.write('<link rel="stylesheet" href="css/editimage-rtl.css?ver=3223" type="text/css" media="all" />'); |
16 document.body.className += ' rtl'; |
15 </script> |
17 </script> |
16 <base target="_self" /> |
|
17 </head> |
|
18 |
|
19 <body id="media-upload" style="display:none;"> |
|
20 <div id="media-upload-header"> |
18 <div id="media-upload-header"> |
21 <ul id="sidemenu"> |
19 <ul id="sidemenu"> |
22 <li><a href="javascript:;" id="tab_basic" class="current" onclick="wpImage.setTabs(this);">{#wpeditimage.edit_img}</a></li> |
20 <li><a href="javascript:;" id="tab_basic" class="current" onclick="wpImage.setTabs(this);">{#wpeditimage.edit_img}</a></li> |
23 <li><a href="javascript:;" id="tab_advanced" onclick="wpImage.setTabs(this);">{#wpeditimage.adv_settings}</a></li> |
21 <li><a href="javascript:;" id="tab_advanced" onclick="wpImage.setTabs(this);">{#wpeditimage.adv_settings}</a></li> |
24 </ul> |
22 </ul> |
83 <td class="field"> |
81 <td class="field"> |
84 <input type="text" id="img_title" name="img_title" value="" aria-required="true" size="60" /> |
82 <input type="text" id="img_title" name="img_title" value="" aria-required="true" size="60" /> |
85 </td> |
83 </td> |
86 </tr> |
84 </tr> |
87 |
85 |
|
86 <tr> |
|
87 <th valign="top" scope="row" class="label"> |
|
88 <label for="img_alt"> |
|
89 <span class="alignleft">{#wpeditimage.alt}</span> |
|
90 </label> |
|
91 </th> |
|
92 <td class="field"> |
|
93 <input type="text" id="img_alt" name="img_alt" value="" size="60" /> |
|
94 </td> |
|
95 </tr> |
|
96 |
88 <tr id="cap_field"> |
97 <tr id="cap_field"> |
89 <th valign="top" scope="row" class="label"> |
98 <th valign="top" scope="row" class="label"> |
90 <label for="img_cap"> |
99 <label for="img_cap"> |
91 <span class="alignleft">{#wpeditimage.caption}</span> |
100 <span class="alignleft">{#wpeditimage.caption}</span> |
92 </label> |
101 </label> |
93 </th> |
102 </th> |
94 <td class="field"> |
103 <td class="field"> |
95 <input type="text" id="img_cap" name="img_cap" value="" size="60" /> |
104 <textarea id="img_cap_text"></textarea> |
96 </td> |
105 </td> |
97 </tr> |
106 </tr> |
98 |
107 |
99 <tr> |
108 <tr> |
100 <th valign="top" scope="row" class="label"> |
109 <th valign="top" scope="row" class="label"> |
126 </th> |
135 </th> |
127 <td class="field"> |
136 <td class="field"> |
128 <input type="text" id="img_src" name="img_src" value="" onblur="wpImage.checkVal(this)" aria-required="true" size="60" /> |
137 <input type="text" id="img_src" name="img_src" value="" onblur="wpImage.checkVal(this)" aria-required="true" size="60" /> |
129 </td> |
138 </td> |
130 </tr> |
139 </tr> |
131 |
|
132 <tr> |
|
133 <th valign="top" scope="row" class="label"> |
|
134 <label for="img_alt"> |
|
135 <span class="alignleft">{#wpeditimage.alt}</span> |
|
136 </label> |
|
137 </th> |
|
138 <td class="field"> |
|
139 <input type="text" id="img_alt" name="img_alt" value="" size="60" /> |
|
140 </td> |
|
141 </tr> |
|
142 |
140 |
143 <tr id="img_dim"> |
141 <tr id="img_dim"> |
144 <th valign="top" scope="row" class="label"> |
142 <th valign="top" scope="row" class="label"> |
145 <label> |
143 <label> |
146 <span class="alignleft">{#wpeditimage.size}</span> |
144 <span class="alignleft">{#wpeditimage.size}</span> |