Changes between Version 11 and Version 12 of Doc_SkinML
- Timestamp:
- Feb 23, 2010 5:29:27 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc_SkinML
v11 v12 175 175 176 176 The list of subscribed mailboxes/folders of the current IMAP account either as {{{<ul>}}} or {{{<select>}}}.[[BR]] 177 See [source:trunk/roundcubemail/skins/ templates/message.html message.html] for examples.177 See [source:trunk/roundcubemail/skins/default/templates/message.html message.html] for examples. 178 178 179 179 === messages === 180 180 181 181 Container for the table of messages. Supports many attributes for styling.[[BR]] 182 See [source:trunk/roundcubemail/skins/ templates/mail.html mail.html] for an example.182 See [source:trunk/roundcubemail/skins/default/templates/mail.html mail.html] for an example. 183 183 184 184 === messagecountdisplay === … … 197 197 198 198 Creates a table with headers of the currently displayed message.[[BR]] 199 See [source:trunk/roundcubemail/skins/ templates/message.html message.html] for an example.199 See [source:trunk/roundcubemail/skins/default/templates/message.html message.html] for an example. 200 200 201 201 === messagebody === 202 202 203 203 This is where the message content will be inserted.[[BR]] 204 Usable in [source:trunk/roundcubemail/skins/ templates/message.html message.html] and [source:trunk/roundcubemail/skins/templates/messagepreview.html messagepreview.html]204 Usable in [source:trunk/roundcubemail/skins/default/templates/message.html message.html] and [source:trunk/roundcubemail/skins/default/templates/messagepreview.html messagepreview.html] 205 205 206 206 === messagecontentframe === 207 207 208 208 Inserts an {{{<iframe>}}} - the preview pane - to load the message preview.[[BR]] 209 See [source:trunk/roundcubemail/skins/ templates/mail.html mail.html] for an example.209 See [source:trunk/roundcubemail/skins/default/templates/mail.html mail.html] for an example. 210 210 211 211 === messagepartframe === 212 212 213 213 Creates an {{{<iframe>}}} to load the selected attachment.[[BR]] 214 Only used in [source:trunk/roundcubemail/skins/ templates/messagepart.html messagepart.html].214 Only used in [source:trunk/roundcubemail/skins/default/templates/messagepart.html messagepart.html]. 215 215 216 216 === messagepartcontrols === 217 217 218 218 Filename, size and download link of the selected attachment.[[BR]] 219 Used in [source:trunk/roundcubemail/skins/ templates/messagepart.html messagepart.html].219 Used in [source:trunk/roundcubemail/skins/default/templates/messagepart.html messagepart.html]. 220 220 221 221 === searchfilter === 222 222 223 223 Creates a drop-down menu to select quick-search filters.[[BR]] 224 See [source:trunk/roundcubemail/skins/ templates/mail.html mail.html] for an example.224 See [source:trunk/roundcubemail/skins/default/templates/mail.html mail.html] for an example. 225 225 226 226 === searchform === 227 227 228 228 A search input field surrounded with a {{{<form>}}} used for searching messages or contacts.[[BR]] 229 See [source:trunk/roundcubemail/skins/ templates/mail.html mail.html] for an example.229 See [source:trunk/roundcubemail/skins/default/templates/mail.html mail.html] for an example. 230 230 231 231 === messageattachments === 232 232 233 233 The list of attachments of the currently displayed message.[[BR]] 234 Usable in [source:trunk/roundcubemail/skins/ templates/message.html message.html] and [source:trunk/roundcubemail/skins/templates/messagepreview.html messagepreview.html]234 Usable in [source:trunk/roundcubemail/skins/default/templates/message.html message.html] and [source:trunk/roundcubemail/skins/default/templates/messagepreview.html messagepreview.html] 235 235 236 236 === blockedobjects === … … 249 249 === storetarget === 250 250 251 See [source:trunk/roundcubemail/skins/ templates/compose.html compose.html] for examples of the above objects.251 See [source:trunk/roundcubemail/skins/default/templates/compose.html compose.html] for examples of the above objects. 252 252 253 253 === directorylist === 254 254 255 255 Similar to the mailboxlist this inserts the list of available address directories.[[BR]] 256 Used in [source:trunk/roundcubemail/skins/ templates/addressbook.html addressbook.html].256 Used in [source:trunk/roundcubemail/skins/default/templates/addressbook.html addressbook.html]. 257 257 258 258 === addresslist === … … 260 260 === recordscountdisplay === 261 261 262 See [source:trunk/roundcubemail/skins/ templates/addressbook.html addressbook.html] for an example.262 See [source:trunk/roundcubemail/skins/default/templates/addressbook.html addressbook.html] for an example. 263 263 264 264 === contactdetails === 265 265 266 Used in [source:trunk/roundcubemail/skins/ templates/showcontact.html showcontact.html].266 Used in [source:trunk/roundcubemail/skins/default/templates/showcontact.html showcontact.html]. 267 267 268 268 === contacteditform === 269 269 270 Used in [source:trunk/roundcubemail/skins/ templates/editcontact.html editcontact.html].270 Used in [source:trunk/roundcubemail/skins/default/templates/editcontact.html editcontact.html]. 271 271 272 272 === importstep === 273 273 === importnav === 274 274 275 See [source:trunk/roundcubemail/skins/ templates/importcontacts.html importcontacts.html] for examples.275 See [source:trunk/roundcubemail/skins/default/templates/importcontacts.html importcontacts.html] for examples. 276 276 277 277 === prefsframe === … … 280 280 === sectionname === 281 281 282 See [source:trunk/roundcubemail/skins/ templates/settings.html settings.html] for examples.282 See [source:trunk/roundcubemail/skins/default/templates/settings.html settings.html] for examples. 283 283 284 284 === identitieslist === 285 285 286 Used in [source:trunk/roundcubemail/skins/ templates/identities.html identities.html].286 Used in [source:trunk/roundcubemail/skins/default/templates/identities.html identities.html]. 287 287 288 288 === identityform === 289 289 290 Used in [source:trunk/roundcubemail/skins/ templates/editidentity.html editidentity.html].290 Used in [source:trunk/roundcubemail/skins/default/templates/editidentity.html editidentity.html]. 291 291 292 292 === foldersubscription === … … 294 294 === renamefolder === 295 295 296 See [source:trunk/roundcubemail/skins/ templates/managefolders.html managefolders.html] for examples.296 See [source:trunk/roundcubemail/skins/default/templates/managefolders.html managefolders.html] for examples. 297 297 298 298
