This topic created in 5712 days ago, the information mentioned may be changed or developed.
就是访问别人的页面时,能看到TA的记事本。
我在member_home.html页面中加入了下面的代码:
<div class="sep20"></div>
<div class="box">
<div class="cell"><span class="boxTit">{{ one.username }}的日记</span></div>
{% for note in notes %}
<div class="cell">
<span class="bigger"><a href="/notes/{{ note.num }}" class="black">{{ note.title|escape }}</a></span>
<div class="sep10"></div>
<span class="fade">创建于 {{ note.created|timesince }} 前</span>
</div>
{% endfor %}
</div>
没有作用啊~~
3 replies 1970-01-01 08:00:00 +08:00  | | 1 kailuo Sep 14, 2010 V2EX Note 是一个简单可靠的云端记事本,你的数据绝对安全,随时可以访问。 |
 | | 2 Livid Sep 14, 2010 目前 Notes 的设计暂时还是面向自用。
分享的使用模式还在设计中。 |