example templates

Here are some template examples to use with gLine.

– Be aware that each null line break will converted to an HTML one.
– You can find a great mini social bookmark icon set here.
– Feel free to use your imagination!

for Frontpage view via onPrepareContent :

<div><p><i>%CREATED_LC% in <a href="%SECTION_LINK%">%SECTION%</a>, <a href="%CAT_LINK%">%CAT%</a> by %AUTHOR%</i></p>%TEXT%<p><i><a href="%READMORE_LINK%" title="Read the rest of %TITLE%">%READMORE_TEXT%</a></i></p></div>

for Category view via onPrepareContent :

<div><p><i>%CREATED_LC% in <a href="%SECTION_LINK%">%SECTION%</a>, <a href="%CAT_LINK%">%CAT%</a> by %AUTHOR%</i></p>%TEXT%<p><i>Tags: %TAGS_LINE%</i> - <i><a href="%READMORE_LINK%" title="Read the rest of %TITLE%">%READMORE_TEXT%</a></i></p></div>

for Article view via onPrepareContent :

<div><p><i>%CREATED_LC% in <a href="%SECTION_LINK%">%SECTION%</a>, <a href="%CAT_LINK%">%CAT%</a> by %AUTHOR%</i></p>%TEXT%<p><i>Last updated on <a href="%READMORE_LINK%" title="Permanent link to %TITLE%">%MODIFIED_LC2%</a>
Tags: %TAGS_LINE%
Share this via <a title="del.icio.us" rel="nofollow" href="http://del.icio.us/post?url=%LINK%&amp;title=%SITE_NAME%%20&raquo;%20%TITLE%" >del.icio.us</a>, <a title="facebook" rel="nofollow" href="http://www.facebook.com/sharer.php?u=%LINK%&amp;t=%SITE_NAME%%20&raquo;%20%TITLE%" >facebook</a> or <a title="twitter" rel="nofollow" href="http://twitter.com/home?status=Reading: %SITE_NAME%%20&raquo;%20%TITLE% %LINK%" >tweeter</a></i></p></div>