Changes between Version 11 and Version 12 of Doc_SkinML


Ignore:
Timestamp:
Feb 23, 2010 5:29:27 PM (3 years ago)
Author:
thomasb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc_SkinML

    v11 v12  
    175175 
    176176The 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. 
     177See [source:trunk/roundcubemail/skins/default/templates/message.html message.html] for examples. 
    178178 
    179179=== messages === 
    180180 
    181181Container 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. 
     182See [source:trunk/roundcubemail/skins/default/templates/mail.html mail.html] for an example. 
    183183 
    184184=== messagecountdisplay === 
     
    197197 
    198198Creates a table with headers of the currently displayed message.[[BR]] 
    199 See [source:trunk/roundcubemail/skins/templates/message.html message.html] for an example. 
     199See [source:trunk/roundcubemail/skins/default/templates/message.html message.html] for an example. 
    200200 
    201201=== messagebody === 
    202202 
    203203This 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] 
     204Usable in [source:trunk/roundcubemail/skins/default/templates/message.html message.html] and [source:trunk/roundcubemail/skins/default/templates/messagepreview.html messagepreview.html] 
    205205 
    206206=== messagecontentframe === 
    207207 
    208208Inserts 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. 
     209See [source:trunk/roundcubemail/skins/default/templates/mail.html mail.html] for an example. 
    210210 
    211211=== messagepartframe === 
    212212 
    213213Creates an {{{<iframe>}}} to load the selected attachment.[[BR]] 
    214 Only used in [source:trunk/roundcubemail/skins/templates/messagepart.html messagepart.html]. 
     214Only used in [source:trunk/roundcubemail/skins/default/templates/messagepart.html messagepart.html]. 
    215215 
    216216=== messagepartcontrols === 
    217217 
    218218Filename, size and download link of the selected attachment.[[BR]] 
    219 Used in [source:trunk/roundcubemail/skins/templates/messagepart.html messagepart.html]. 
     219Used in [source:trunk/roundcubemail/skins/default/templates/messagepart.html messagepart.html]. 
    220220 
    221221=== searchfilter === 
    222222 
    223223Creates a drop-down menu to select quick-search filters.[[BR]] 
    224 See [source:trunk/roundcubemail/skins/templates/mail.html mail.html] for an example. 
     224See [source:trunk/roundcubemail/skins/default/templates/mail.html mail.html] for an example. 
    225225 
    226226=== searchform === 
    227227 
    228228A 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. 
     229See [source:trunk/roundcubemail/skins/default/templates/mail.html mail.html] for an example. 
    230230 
    231231=== messageattachments === 
    232232 
    233233The 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] 
     234Usable in [source:trunk/roundcubemail/skins/default/templates/message.html message.html] and [source:trunk/roundcubemail/skins/default/templates/messagepreview.html messagepreview.html] 
    235235 
    236236=== blockedobjects === 
     
    249249=== storetarget === 
    250250 
    251 See [source:trunk/roundcubemail/skins/templates/compose.html compose.html] for examples of the above objects. 
     251See [source:trunk/roundcubemail/skins/default/templates/compose.html compose.html] for examples of the above objects. 
    252252 
    253253=== directorylist === 
    254254 
    255255Similar to the mailboxlist this inserts the list of available address directories.[[BR]] 
    256 Used in [source:trunk/roundcubemail/skins/templates/addressbook.html addressbook.html]. 
     256Used in [source:trunk/roundcubemail/skins/default/templates/addressbook.html addressbook.html]. 
    257257 
    258258=== addresslist === 
     
    260260=== recordscountdisplay === 
    261261 
    262 See [source:trunk/roundcubemail/skins/templates/addressbook.html addressbook.html] for an example. 
     262See [source:trunk/roundcubemail/skins/default/templates/addressbook.html addressbook.html] for an example. 
    263263 
    264264=== contactdetails === 
    265265 
    266 Used in [source:trunk/roundcubemail/skins/templates/showcontact.html showcontact.html]. 
     266Used in [source:trunk/roundcubemail/skins/default/templates/showcontact.html showcontact.html]. 
    267267 
    268268=== contacteditform === 
    269269 
    270 Used in [source:trunk/roundcubemail/skins/templates/editcontact.html editcontact.html]. 
     270Used in [source:trunk/roundcubemail/skins/default/templates/editcontact.html editcontact.html]. 
    271271 
    272272=== importstep === 
    273273=== importnav === 
    274274 
    275 See [source:trunk/roundcubemail/skins/templates/importcontacts.html importcontacts.html] for examples. 
     275See [source:trunk/roundcubemail/skins/default/templates/importcontacts.html importcontacts.html] for examples. 
    276276 
    277277=== prefsframe === 
     
    280280=== sectionname === 
    281281 
    282 See [source:trunk/roundcubemail/skins/templates/settings.html settings.html] for examples. 
     282See [source:trunk/roundcubemail/skins/default/templates/settings.html settings.html] for examples. 
    283283 
    284284=== identitieslist === 
    285285 
    286 Used in [source:trunk/roundcubemail/skins/templates/identities.html identities.html]. 
     286Used in [source:trunk/roundcubemail/skins/default/templates/identities.html identities.html]. 
    287287 
    288288=== identityform === 
    289289 
    290 Used in [source:trunk/roundcubemail/skins/templates/editidentity.html editidentity.html]. 
     290Used in [source:trunk/roundcubemail/skins/default/templates/editidentity.html editidentity.html]. 
    291291 
    292292=== foldersubscription === 
     
    294294=== renamefolder === 
    295295 
    296 See [source:trunk/roundcubemail/skins/templates/managefolders.html managefolders.html] for examples. 
     296See [source:trunk/roundcubemail/skins/default/templates/managefolders.html managefolders.html] for examples. 
    297297 
    298298