<$BlogId$>
as I want to be able to simply copy-paste my template from Blog to the Testlab and back, without scrolling through the code to replace the BlogId number. At this moment therefore I only copy parts of code back and forth.<input type="hidden" name="blogID" value="<$BlogID$>"/>
I can conclude that this first suggestion therefore was a bit dumb :S <BlogDateHeader>
<script type="text/javascript">
var datum = <$BlogDateHeaderDate$>;
var datum_string = datum.toString();
var jaar = datum_string.substring(2,4);
if (datum_string.substring(4,5) == 0)
{var maand = datum_string.substring(5,6);}
else
{var maand = datum_string.substring(4,6);}
if (datum_string.substring(6,7) == 0)
{var dag = datum_string.substring(7,8);}
else
{var dag = datum_string.substring(6,8);}
document.write('<div class="post_kop">');
document.write(dag+'/'+maand+'/'+jaar);
document.write('</div>');
</script>
</BlogDateHeader>
<BlogDateHeader>
<$BlogDateHeaderDate$>
</BlogDateHeader>
Labels: blog