A tumblelog CMS built on AJAX, PHP and MySQL.

template_isadmin.htm 330B

12345
  1. <div style="padding:4px; border:solid 2px #bbb; display:inline; background-color:#ddd; position:absolute; top:3px; right:3px;">
  2. <b>Hi, {User}.</b>&nbsp;&nbsp;
  3. <a target="_top" href="{URL_Tumble}/admin/index.php">Add/Edit my posts</a>&nbsp;&nbsp;
  4. <a target="_top" href="{URL_Tumble}/admin/close.php">Sign out</a>
  5. </div>