home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 March / PCWMAR06.iso / Software / Freeware / Thingamablog 1.0.5 / thinga-setup-1.0.5.exe / entry.template < prev    next >
Encoding:
Text File  |  2005-11-29  |  2.2 KB  |  92 lines

  1. <html>
  2.     <head>
  3.         <meta http-equiv="Content-Type" content="text/html; charset=<$Charset$>" />
  4.  
  5.         <title><$BlogTitle$> : <$PageTitle$></title>
  6.         <link rel="stylesheet" href="<$BaseURL$>/styles-site.css" type="text/css" />    
  7.     </head>
  8.     <body>
  9.  
  10.     <div id="banner">
  11.         <h1><$BlogTitle$></h1>
  12.         <span class="description"><$PageTitle$></span>
  13.     </div>
  14.  
  15.  
  16.  
  17.     <div id="content">
  18.         <div class="blog">
  19. <!-- back and forward -->
  20. <p align="center">
  21. <PreviousPage>
  22. <IfPageExists>
  23. <a href="<$PageLink$>">« <$PageName$></a> |
  24. </IfPageExists>
  25. </PreviousPage>
  26. <a href="<$FrontPageLink$>">Main</a>
  27. <NextPage>
  28. <IfPageExists>
  29. | <a href="<$PageLink$>"><$PageName$> »</a>
  30. </IfPageExists>
  31. </NextPage>
  32. </p>
  33.         <!-- This section specifies the layout for each entry -->
  34.         <BlogEntry>
  35.         <DayHeader><h2 class="date"><$DayHeaderDate$></h2></DayHeader>        
  36.         <div class="blogbody">
  37.             <a name="<$EntryID$>"></a>
  38.             <EntryTitle>
  39.             <h3 class="title"><$EntryTitle$></h3>
  40.             </EntryTitle>
  41.             <$EntryBody$>
  42.             <div class="posted">
  43.                 Posted by <a href="mailto:<$EntryAuthorEmail$>"><$EntryAuthor$></a> at <$EntryTime$></a><br>
  44.                 <EntryModifiedDate><i>Edited on: <$EntryModifiedDate$></i><br></EntryModifiedDate>
  45.                 Categories: <EntryCategories glue=", "><a href="<$CategoryLink$>"><$CategoryName$></a></EntryCategories><br>
  46.             </div>
  47.         </div>
  48.         </BlogEntry>    
  49.  
  50.  
  51.         </div><!--end blog -->
  52.     </div> <!-- end content -->
  53.     
  54.     <!-- sidebar begin -->
  55.     <div id="links">
  56.         <p></p>
  57.         <div class="syndicate">
  58.             <a href="<$FrontPageLink$>">Front Page</a><br />
  59.             <a href="<$RssLink$>">Syndicate this site (XML)</a>
  60.         </div>
  61.      
  62.       
  63.         <!-- Category links list -->
  64.         <div class="sidetitle">
  65.             Categories
  66.         </div>
  67.  
  68.         <div class="side">
  69.         <CategoryList>
  70.             <a href="<$CategoryLink$>"><$CategoryName$></a><br />
  71.         </CategoryList>
  72.         </div>      
  73.  
  74.  
  75.         <div class="sidetitle">
  76.             Credits
  77.         </div>
  78.         <div class="side"><!--REQUIRED LINK!!!! do not delete! -->
  79.             <a href="http://www.movablestyle.com/">Design by Movablestyle</a><br />        
  80.         </div>
  81.       
  82.       
  83.         <div class="powered">
  84.             Powered by<br /><a href="<$AppLink$>"><$AppName$> <$AppVersion$></a><br />    
  85.         </div>
  86.  
  87.  
  88.     </div>
  89.     <br clear="all" />
  90.     </body>
  91. </html>
  92.