|
From: OryNider <ory...@us...> - 2008-01-31 03:38:11
|
Update of /cvsroot/mxbb/mx_blogs/templates/subSilver/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23877 Added Files: weblog_group_edit_body.tpl weblog_group_select_body.tpl Log Message: --- NEW FILE: weblog_group_select_body.tpl --- <h1>{L_GROUP_TITLE}</h1> <p>{L_GROUP_EXPLAIN}</p> <form method="post" action="{S_GROUP_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> <tr> <th class="thHead" align="center">{L_GROUP_SELECT}</th> </tr> <!-- BEGIN select_box --> <tr> <td class="row1" align="center">{S_GROUP_SELECT} <input type="submit" name="edit" value="{L_LOOK_UP}" class="mainoption" /> </td> </tr> <!-- END select_box --> <tr> <td class="catBottom" align="center">{S_HIDDEN_FIELDS}<input type="submit" class="liteoption" name="new" value="{L_CREATE_NEW_GROUP}" /></td> </tr> </table></form> --- NEW FILE: weblog_group_edit_body.tpl --- <h1>{L_GROUP_TITLE}</h1> <form action="{S_GROUP_ACTION}" method="post" name="post"><table border="0" cellpadding="3" cellspacing="1" class="forumline" align="center"> <tr> <th class="thHead" colspan="2">{L_GROUP_EDIT_DELETE}</th> </tr> <tr> <td class="row1" colspan="2"><span class="gensmall">{L_ITEMS_REQUIRED}</span></td> </tr> <tr> <td class="row1" width="38%"><span class="gen">{L_GROUP_NAME}:</span></td> <td class="row2" width="62%"> <input class="post" type="text" name="group_name" size="35" maxlength="40" value="{GROUP_NAME}" /> </td> </tr> <tr> <td class="row1" width="38%"><span class="gen">{L_GROUP_DESCRIPTION}:</span></td> <td class="row2" width="62%"> <textarea class="post" name="group_description" rows="5" cols="51">{GROUP_DESCRIPTION}</textarea> </td> </tr> <tr> <td class="row1" width="38%"><span class="gen">{L_GROUP_MODERATOR}:</span></td> <td class="row2" width="62%"><input class="post" type="text" class="post" name="username" maxlength="50" size="20" value="{GROUP_MODERATOR}" /> <input type="submit" name="usersubmit" value="{L_FIND_USERNAME}" class="liteoption" onClick="window.open('{U_SEARCH_USER}', '_phpbbsearch', 'HEIGHT=250,resizable=yes,WIDTH=400');return false;" /></td> </tr> <tr> <td class="row1" width="38%"><span class="gen">{L_GROUP_STATUS}:</span></td> <td class="row2" width="62%"> <input type="radio" name="group_type" value="{S_GROUP_OPEN_TYPE}" {S_GROUP_OPEN_CHECKED} /> {L_GROUP_OPEN} <input type="radio" name="group_type" value="{S_GROUP_CLOSED_TYPE}" {S_GROUP_CLOSED_CHECKED} /> {L_GROUP_CLOSED} <input type="radio" name="group_type" value="{S_GROUP_HIDDEN_TYPE}" {S_GROUP_HIDDEN_CHECKED} /> {L_GROUP_HIDDEN}</td> </tr> <tr> <td class="row1" width="38%"><span class="gen">{L_WEBLOG_GROUP}:</span></td> <td class="row2" width="62%"> <input type="radio" name="group_allow_weblogs" value="1" {S_GROUP_ALLOW_WEBLOGS_YES} /> {L_YES} <input type="radio" name="group_allow_weblogs" value="0" {S_GROUP_ALLOW_WEBLOGS_NO} /> {L_NO}</td> </tr> <!-- BEGIN group_edit --> <tr> <td class="row1" width="38%"><span class="gen">{L_DELETE_MODERATOR}</span> <br /> <span class="gensmall">{L_DELETE_MODERATOR_EXPLAIN}</span></td> <td class="row2" width="62%"> <input type="checkbox" name="delete_old_moderator" value="1"> {L_YES}</td> </tr> <tr> <td class="row1" width="38%"><span class="gen">{L_GROUP_DELETE}:</span></td> <td class="row2" width="62%"> <input type="checkbox" name="group_delete" value="1"> {L_GROUP_DELETE_CHECK}</td> </tr> <!-- END group_edit --> <tr> <td class="catBottom" colspan="2" align="center"><span class="cattitle"> <input type="submit" name="group_update" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" name="reset" class="liteoption" /> </span></td> </tr> </table>{S_HIDDEN_FIELDS}</form> |