请教如果把记事本显示出来?

2010-09-14 02:03:28 +08:00
 paloalto
就是访问别人的页面时,能看到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>


没有作用啊~~
4186 次点击
所在节点    Project Babel
3 条回复
kailuo
2010-09-14 02:11:35 +08:00
「V2EX Notes 是一个简单可靠的云端记事本,你的数据绝对安全,随时可以访问。」
Livid
2010-09-14 02:12:09 +08:00
目前 Notes 的设计暂时还是面向自用。

分享的使用模式还在设计中。
paloalto
2010-09-14 02:15:14 +08:00
好的,那我等着啦

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/2568

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX