sign in/out code
為了方便登入, 的起心肝, 寫了段code放入template. 結果就是sidebar裡sign in/out那一部分.
<!-- Begin #sign in/out -->
<h2 class="sidebar-title">Sign in / <a href="http://www.blogger.com/logout.do">out</a></h2>
<ul><form action="http://www.blogger.com/login.do" method="post">
<label for="signin-u">User:</label>
<input name="username" id="signin-u" size="10" type="text" class="text" tabindex="1">
<br><label for="signin-p">Pass:</label>
<input name="password" id="signin-p" size="10" type="password" class="text" tabindex="2">
<input type="submit" value="Go">
</form></ul>
<!-- End #sign in/out -->
template裡的位置: 我放在 End #profile 之後
<!-- Begin #sidebar -->
<div id="sidebar">
<h2 class="sidebar-title">About</h2>
<p><$BlogDescription$>
</p>
<!-- Begin #profile-container -->
<$BlogMemberProfile$>
<!-- End #profile -->
ADD HERE!
隨意使用
under GNU GPL
0 Comments:
:: Kommentar veröffentlichen
(留言請留名, 謝!)
<< Home