Yoshihisa Fukuhara
higef****@users*****
2006年 3月 23日 (木) 12:50:56 JST
Index: affelio/apps/bb/templates/owner/set_permission.tmpl diff -u /dev/null affelio/apps/bb/templates/owner/set_permission.tmpl:1.1 --- /dev/null Thu Mar 23 12:50:55 2006 +++ affelio/apps/bb/templates/owner/set_permission.tmpl Thu Mar 23 12:50:55 2006 @@ -0,0 +1,57 @@ +<!--===========================================--> +<div class="afContent"> + +<!--==============================================--> + +<div class="afPubContentHeading"> + <table border="0" cellspacing="0" width=100%> + <tr><td align="left"><AF_M text="Permission settings"></td></tr> + </table> +</div> + +<div class="afPubModeList"> +</div> + +<!--==============================================--> +<div class="afPubContent"> +<!--==============================================--> + + <div class="afPubContentBlock"> + <div class="afPubMessageTable"> +<TMPL_IF NAME="MSG"> +<TMPL_VAR NAME="MSG"> +<br /> +<br /> +</TMPL_IF> +<form action="./admin.cgi" method="post"> + <table border="0" cellpadding="5"> + <tr> + <th><AF_M text="Function"></th> + <th><AF_M text="Super User"></th> + <th><AF_M text="User"></th> + </tr> + + <TMPL_LOOP NAME="PERM_LIST"> + <tr> + <td> + <AF_M text="<TMPL_VAR NAME="KEY">"> + </td> + <td> + <INPUT TYPE="checkbox" NAME="<TMPL_VAR NAME="KEY">" VALUE="S" <TMPL_IF NAME="SUPER">CHECKED</TMPL_IF> /> + </td> + <td> + <INPUT TYPE="checkbox" NAME="<TMPL_VAR NAME="KEY">" VALUE="U" <TMPL_IF NAME="USER">CHECKED</TMPL_IF> /> + </td> + </tr> + </TMPL_LOOP> + </table> +<input type="hidden" name="mode" value="set_permission" /> +<input type="hidden" name="action" value="submit" /> +<input type="submit" /> + +</div> +</div> + + +</div> +</div> \ No newline at end of file