{if {$conf.richText}} {else} {/if}

 

{if {$information}}
{information}

{/if} {if {$action.deleted} or {$action.modified} or {$action.added}}
{exito}
{/if} {if {$error}}
{error}
{/if}
{if {$postId}}{/if} {if {$type}=='post'}

{elseif {$type}=='photo'}

Supports JPEG, GIF and PNG.  Max size is 10 MB.
{elseif {$type}=='quote'}


{elseif {$type}=='url'}


{elseif {$type}=='conversation'}

Example
Geek: Wow an open source tumblelog CMS!!.
Normal: Tumble... what??
Geek: Read the wikipedia!!
{elseif {$type}=='video'}

This is the URL from the video sites YouTube, Vimeo, Yahoo, Daily Motion
or even an Slide Share Presentation.
(ie. http://youtube.com/watch?v=HcBFLN9cli0)

{elseif {$type}=='mp3'}

This is the MP3 file URL or a GoEar URL or an Odeo URL.
(ie. http://www.goear.com/listen.php?v=c0a2c85)

{/if}

{__("Some HTML allowed")}:
     <strong> <em> <del> <ul> <ol> <li> <a>
    <blockquote> <code> <pre> <img>


Bookmarklet - {__("add to gelato")}

{if !{$isEdition}} {if {$Posts_Number}} {block {$rows} as {$row}}
Link  

{$row.Date_Added}

{if {$row.postType}=='post'} {$row.Title}

{$row.Body}

{elseif {$row.postType}=='photo'} {$row.Caption}

{$row.PhotoAlt}

{elseif {$row.postType}=='quote'} — {$row.Source}

{$row.Quote}

{elseif {$row.postType}=='url'} » {$row.Name}

{$row.Description}

{elseif {$row.postType}=='conversation'} {$row.Title}
{$row.Conversation}
{elseif {$row.postType}=='video'} {$row.Caption}

Watch video {__('Watch')}

{elseif {$row.postType}=='mp3'} {$row.Caption}

Play song {__('Play')}

{/if}
{/block} {/if} {/if} {pagination}