root/events/phpframework/piece_framework/trunk/web/frontend/webapp/templates/Globals/User.html @ 20593

Revision 20593, 230 bytes (checked in by riaf, 5 years ago)

どうやらローカルではそれなりに更新してあったらしい。どこまでやってるかわからないけどとりあえずコミットしておく。あとでちゃんと見ますごめんなさいごめんなさい。

  • Property svn:keywords set to Id Rev
Line 
1<html>
2<head>
3</head>
4<body>
5
6<div>
7  <p>
8    <a href="/home">ホーム</a>
9    <a href="/account/settings">設定</a>
10    <a href="/logout">ログアウト</a>
11  </p>
12</div>
13
14<div content_for_layout="inner">
15</div>
16</body>
17<html>
Note: See TracBrowser for help on using the browser.