- Timestamp:
- 11/06/08 20:17:59 (5 years ago)
- Location:
- events/phpframework/rhaco/trunk/resources/templates
- Files:
-
- 8 modified
-
archive.html (modified) (1 diff)
-
followers.html (modified) (1 diff)
-
following.html (modified) (1 diff)
-
home.html (modified) (2 diffs)
-
picture.html (modified) (1 diff)
-
public_timeline.html (modified) (1 diff)
-
requests.html (modified) (1 diff)
-
statuses.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
events/phpframework/rhaco/trunk/resources/templates/archive.html
r22835 r22837 14 14 <rt:block name="main"> 15 15 16 <h2><img src="<rt:if param="{$users.image}"> <rt:else />img/friend_icon.png</rt:if>"16 <h2><img src="<rt:if param="{$users.image}">img/user/{$users.image}<rt:else />img/friend_icon.png</rt:if>" 17 17 alt="{$users.userName}" /> {$users.userName}</h2> 18 18 -
events/phpframework/rhaco/trunk/resources/templates/followers.html
r22835 r22837 8 8 <rt:loop param="object_list" var="object"> 9 9 <tr> 10 <th><a href="{$rhaco.url($object.userName)}"><img src="<rt:if param="{$object.image}"> <rt:else />img/friend_icon.png</rt:if>"10 <th><a href="{$rhaco.url($object.userName)}"><img src="<rt:if param="{$object.image}">img/user/{$object.image}<rt:else />img/friend_icon.png</rt:if>" 11 11 alt="{$object.userName}" /></a></th> 12 12 <td><a href="{$rhaco.url($object.userName)}">{$object.userName}</a><br/> -
events/phpframework/rhaco/trunk/resources/templates/following.html
r22835 r22837 8 8 <rt:loop param="object_list" var="object"> 9 9 <tr> 10 <th><a href="{$rhaco.url($object.userName)}"><img src="<rt:if param="{$object.image}"> <rt:else />img/friend_icon.png</rt:if>"10 <th><a href="{$rhaco.url($object.userName)}"><img src="<rt:if param="{$object.image}">img/user/{$object.image}<rt:else />img/friend_icon.png</rt:if>" 11 11 alt="{$object.userName}" /></a></th> 12 12 <td><a href="{$rhaco.url($object.userName)}">{$object.userName}</a><br/> -
events/phpframework/rhaco/trunk/resources/templates/home.html
r22835 r22837 38 38 date = date.getFullYear()+'/'+(date.getMonth()+1)+'/'+date.getDate()+' '+date.getHours()+':'+date.getMinutes()+':'+date.getSeconds(); 39 39 cont += "<tr><td><a href=\"" + baseurl + us.userName + "\">"; 40 cont += "<img src=\""+resourceurl+"img/" + (us.image ? "user/" + us. userName : "friend") + "_icon.png\" /></a></td>";41 cont += "<td class=\"status_body\"><a href=\"" + baseurl + st.user_name + "\">" + us.userName + "</a> " + st.comment;40 cont += "<img src=\""+resourceurl+"img/" + (us.image ? "user/" + us.image : "friend_icon.png") + "\" /></a></td>"; 41 cont += "<td class=\"status_body\"><a href=\"" + baseurl + us.userName + "\">" + us.userName + "</a> " + st.comment; 42 42 cont += " <span class=\"meta\"><a class=\"published\" href=\"" + baseurl + "statuses/" + st.id + "\">" + date + "</a></span>" + "</td>"; 43 43 cont += "<td><a class=\"delete_link\" href=\"" + baseurl + "status/delete/" + st.id + "/" + token + "\">"; … … 132 132 <h3>プロフィール</h3> 133 133 <p> 134 <a href="{$rhaco.url($users.userName)}"><img src="<rt:if param="{$users.image}"> <rt:else />img/friend_icon</rt:if>.png"134 <a href="{$rhaco.url($users.userName)}"><img src="<rt:if param="{$users.image}">img/user/{$users.image}<rt:else />img/friend_icon</rt:if>.png" 135 135 alt="{$users.userName}" width="32" height="32" /></a> 136 136 {$users.userName} -
events/phpframework/rhaco/trunk/resources/templates/picture.html
r22835 r22837 3 3 <div class="wrapper"> 4 4 <div id="main"> 5 <h2><img src="<rt:if param="{$image}"> <rt:else />img/friend_icon.png</rt:if>" alt="{$userName}" /> {$userName}</h2>5 <h2><img src="<rt:if param="{$image}">img/user/{$image}<rt:else />img/friend_icon.png</rt:if>" alt="{$userName}" /> {$userName}</h2> 6 6 7 7 <ul class="tabNav"> -
events/phpframework/rhaco/trunk/resources/templates/public_timeline.html
r22835 r22837 9 9 <tr> 10 10 <td> 11 <a href="{$rhaco.url($object.factUserId.userName)}"><img src="<rt:if param="{$object.factUserId.image}"> <rt:else />img/friend_icon.png</rt:if>"11 <a href="{$rhaco.url($object.factUserId.userName)}"><img src="<rt:if param="{$object.factUserId.image}">img/user/{$object.factUserId.image}<rt:else />img/friend_icon.png</rt:if>" 12 12 alt="{$object.factUserId.userName}" /></a> 13 13 </td> -
events/phpframework/rhaco/trunk/resources/templates/requests.html
r22835 r22837 8 8 <rt:loop param="object_list" var="object"> 9 9 <tr> 10 <th><a href="{$rhaco.url($object.userName)}"><img src="<rt:if param="{$object.image}"> <rt:else />img/friend_icon.png</rt:if>"10 <th><a href="{$rhaco.url($object.userName)}"><img src="<rt:if param="{$object.image}">img/user/{$object.image}<rt:else />img/friend_icon.png</rt:if>" 11 11 alt="{$object.userName}" /></a></th> 12 12 <td><a href="{$rhaco.url($object.userName)}">{$object.userName}</a><br/> -
events/phpframework/rhaco/trunk/resources/templates/statuses.html
r22835 r22837 19 19 20 20 <div id="user"> 21 <a href="{$rhaco.url($users.userName)}"> <img src="<rt:if param="{$users.image}"> <rt:else />img/friend_icon.png</rt:if>"21 <a href="{$rhaco.url($users.userName)}"> <img src="<rt:if param="{$users.image}">img/user/{$users.image}<rt:else />img/friend_icon.png</rt:if>" 22 22 alt="{$users.userName}" /></a> 23 23 <a href="{$rhaco.url($users.userName)}">{$users.userName}</a>
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)