| |
| |
| <div style="background-color: #fff; padding: 10px; margin-top: 10px;" class="permissions"> |
| |
| <a href="{U_BACK}" style="float: {S_CONTENT_FLOW_END};">« {L_BACK}</a> |
| |
| <h3>{L_TRACE_FOR}: {PERMISSION_USERNAME} / {FORUM_NAME} / {PERMISSION} </h3> |
| |
| <br /> |
| |
| <table cellspacing="1" class="type1"> |
| <thead> |
| <tr> |
| <th>{L_TRACE_WHO}</th> |
| <th style="width: 50px;">{L_ACL_SETTING}</th> |
| <th style="width: 50px;">{L_TRACE_TOTAL}</th> |
| <th>{L_INFORMATION}</th> |
| </tr> |
| </thead> |
| <tbody> |
| |
| <tr class="row4"><tr class="row3"> |
| <td style="white-space: nowrap;"><strong>{trace.WHO}</strong></td> |
| |
| |
| <td class="never">{L_ACL_NEVER}</td> |
| |
| <td class="yes">{L_ACL_YES}</td> |
| |
| <td class="no">{L_ACL_NO}</td> |
| |
| |
| |
| <td class="never">{L_ACL_NEVER}</td> |
| |
| <td class="yes">{L_ACL_YES}</td> |
| |
| <td class="no">{L_ACL_NO}</td> |
| |
| |
| <td>{trace.INFORMATION}</td> |
| </tr> |
| |
| <tr class="row2"> |
| <td style="white-space: nowrap;"><strong>{L_TRACE_RESULT}</strong></td> |
| <td colspan="2" style="text-align: center;" class="<!-- IF S_RESULT_NEVER -->never<!-- ELSEIF S_RESULT_YES -->yes<!-- ELSE -->no<!-- ENDIF -->"> |
| {L_ACL_NEVER}{L_ACL_YES}{L_ACL_NO} |
| </td> |
| <td>{L_RESULTING_PERMISSION}</td> |
| </tr> |
| </tbody> |
| </table> |
| |
| <br /> |
| |
| </div> |
| |
| |