Update of /cvsroot/mxbb/mx_blogs/templates/_core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29317/templates/_core/admin Added Files: user_select_body.tpl weblog_action_edit_body.tpl weblog_action_list_body.tpl weblog_config_body.tpl weblog_group_edit_body.tpl weblog_group_select_body.tpl weblog_mood_edit_body.tpl weblog_mood_list_body.tpl weblog_mood_set_edit_body.tpl weblog_purge_body.tpl weblog_template_edit_body.tpl weblog_template_list_body.tpl weblog_tools_body.tpl weblog_tools_manage_body.tpl weblog_users_body.tpl Log Message: upgrade for new styling engine --- NEW FILE: weblog_template_edit_body.tpl --- <h1>{L_TEMPLATE_TITLE}</h1> <p>{L_TEMPLATE_EXPLAIN}</p> <script language="javascript" type="text/javascript"> <!-- function update_preview(newimage) { document.preview_image.src = "./../weblogs/templates/" + newimage + "/preview_img.gif"; } //--> </script> <form method="post" action="{S_TEMPLATE_ACTION}"><table class="forumline" cellspacing="1" cellpadding="4" border="0" align="center"> <tr> <th class="thHead" colspan="2">{L_TEMPLATE_CONFIG}</th> </tr> <tr> <td class="row1">{L_TEMPLATE_NAME}</td> <td class="row1"><input class="post" type="text" name="template_name" value="{TEMPLATE_NAME}" /></td> </tr> <tr> <td class="row1">{L_TEMPLATE_DIR}<br /></td> <td class="row1">{TEMPLATE_DIR}</td> </tr> <tr> <td class="row1">{L_TEMPLATE_PREVIEW}</td> <td class="row1"><img name="preview_image" src="{PREVIEW_IMG}" border="0"></td> </tr> <tr> <td class="row1">{L_TEMPLATE_PRIVATE}</td> <td class="row1"><input type="radio" name="private_template" value="1"{TEMPLATE_PRIVATE_CHECKED} />{L_YES} <input type="radio" name="private_template" value="0"{TEMPLATE_NOT_PRIVATE_CHECKED} />{L_NO}</td> </tr> <tr> <td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" value="{L_SUBMIT}" /></td> </tr> </table></form> --- NEW FILE: weblog_tools_body.tpl --- <h1>{L_CONFIGURATION_TITLE}</h1> <p>{L_CONFIGURATION_EXPLAIN}</p> <form action="{S_SELECT_ACTION}" method="post"> <table cellspacing="0" cellpadding="3" border="0" class="forumline" align="center"> <tr> <th class="thHead">{L_CONFIGURATION_TITLE}</th> </tr> <tr> <td align="center" class="row1"> <h2>{L_PICK_A_TOOL}</h2> <p> <input type="submit" name="user_admin" value="{L_WEBLOG_USER_ADMIN}" class="mainoption" /><br /> {L_WEBLOG_USER_ADMIN_EXPLAIN} </p> <p> <input type="submit" name="purge" value="{L_WEBLOG_PURGING}" class="mainoption" /><br /> {L_WEBLOG_PURGING_EXPLAIN} </p> </td></tr></table> </form> <br clear="all" /> --- NEW FILE: weblog_action_list_body.tpl --- <h1>{L_CURRENTLY_TITLE}</h1> <P>{L_CURRENTLY_TEXT}</p> <form method="post" action="{S_CURRENTLY_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> <tr> <th class="thTop">{L_IMAGE}</th> <th class="thTop">{L_CURRENTLY}</th> <th colspan="2" class="thCornerR">{L_ACTION}</th> </tr> <!-- BEGIN currently --> <tr> <td class="{currently.ROW_CLASS}"><img src="{currently.CURRENTLY_IMG}" alt="{currently.CURRENTLY}" /></td> <td class="{currently.ROW_CLASS}">{currently.CURRENTLY}</td> <td class="{currently.ROW_CLASS}"><a href="{currently.U_CURRENTLY_EDIT}">{L_EDIT}</a></td> <td class="{currently.ROW_CLASS}"><a href="{currently.U_CURRENTLY_DELETE}">{L_DELETE}</a></td> </tr> <!-- END currently --> <tr> <td class="catBottom" colspan="5" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="add" value="{L_CURRENTLY_ADD}" class="mainoption" /></td> </tr> </table></form> --- NEW FILE: weblog_config_body.tpl --- <h1>{L_CONFIGURATION_TITLE}</h1> <p>{L_CONFIGURATION_EXPLAIN}</p> <form action="{S_CONFIG_ACTION}" method="post"><table width="99%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> <tr> <th class="thHead" colspan="2">{L_GENERAL_SETTINGS}</th> </tr> <tr> <td class="row1" width="50%">{L_ENABLE_BLOG_MOD}</td> <td class="row2" width="50%"><input type="radio" name="enable_mod" value="1" {S_ENABLE_BLOG_MOD_YES} /> {L_YES} <input type="radio" name="enable_mod" value="0" {S_ENABLE_BLOG_MOD_NO} /> {L_NO}</td> </tr> <tr> <td class="row1">{L_CONDENSE_INDEX}<br /><span class="gensmall">{L_CONDENSE_INDEX_EXPLAIN}</span></td> <td class="row2"><input type="radio" name="condense_index" value="1" {S_CONDENSE_INDEX_YES} /> {L_YES} <input type="radio" name="condense_index" value="0" {S_CONDENSE_INDEX_NO} /> {L_NO}</td> </tr> <tr> <td class="row1">{L_CENSOR_WEBLOGS}<br /><span class="gensmall">{L_CENSOR_WEBLOGS_EXPLAIN}</span></td> <td class="row2"><input type="radio" name="censor_weblog" value="1" {S_CENSOR_WEBLOGS_YES} /> {L_YES} <input type="radio" name="censor_weblog" value="0" {S_CENSOR_WEBLOGS_NO} /> {L_NO}</td> </tr> <tr> <td class="row1">{L_REQUIRE_AUTH}<br /><span class="gensmall">{L_REQUIRE_AUTH_EXPLAIN}</span></td> <td class="row2"><input type="radio" name="require_auth" value="1" {S_REQUIRE_AUTH_YES} /> {L_YES} <input type="radio" name="require_auth" value="0" {S_REQUIRE_AUTH_NO} /> {L_NO}</td> </tr> <tr> <td class="row1">{L_INDEX_LIST_BY_USERNAME}</td> <td class="row2"><input type="radio" name="index_list_by_username" value="1" {S_INDEX_LIST_BY_USERNAME_YES} /> {L_BY_OWNER_NAME} <input type="radio" name="index_list_by_username" value="0" {S_INDEX_LIST_BY_USERNAME_NO} /> {L_BY_WEBLOG_NAME}</td> </tr> <tr> <td class="row1">{L_USE_DEFAULT_FACEPLATES}<br /><span class="gensmall">{L_USE_DEFAULT_FACEPLATES_EXPLAIN}</span></td> <td class="row2"><input type="radio" name="use_default_faceplates" value="1" {S_USE_DEFAULT_FACEPLATES_YES} /> {L_YES} <input type="radio" name="use_default_faceplates" value="0" {S_USE_DEFAULT_FACEPLATES_NO} /> {L_NO}</td> </tr> <tr> <td class="row1">{L_SHOUTBOX_FLOOD_DELAY}</td> <td class="row2"><input class="post" type="text" maxlength="5" size="5" name="shoutbox_flood_delay" value="{SHOUTBOX_FLOOD_DELAY}" /></td> </tr> <tr> <th class="thHead" colspan="2">{L_PICTURE_UPLOADING}</th> </tr> <tr> <td class="row1">{L_PICTURE_UPLOAD_ENABLED}</td> <td class="row2"><input type="radio" name="pic_upload_enabled" value="1" {S_PIC_UPLOAD_ENABLED_YES} /> {L_YES} <input type="radio" name="pic_upload_enabled" value="0" {S_PIC_UPLOAD_ENABLED_NO} /> {L_NO}</td> </tr> <tr> <td class="row1">{L_MAXIMUM_PIC_SIZE}</td> <td class="row2"><input class="post" type="text" maxlength="8" size="8" name="max_pic_size" value="{MAX_PIC_SIZE}" /></td> </tr> <tr> <td class="row1">{L_MAX_PIC_WIDTH}</td> <td class="row2"><input class="post" type="text" maxlength="5" size="5" name="max_pic_width" value="{MAX_PIC_WIDTH}" /></td> </tr> <tr> <td class="row1">{L_MAX_PIC_HEIGHT}</td> <td class="row2"><input class="post" type="text" maxlength="5" size="5" name="max_pic_height" value="{MAX_PIC_HEIGHT}" /></td> </tr> <tr> <th class="thHead" colspan="2">{L_DEFAULT_SETTINGS}</th> </tr> <tr> <td class="row1">{L_DEFAULT_WEBLOG_NAME}<br /><span class="gensmall">{L_DEFAULT_WEBLOG_NAME_EXPLAIN}</span></td> <td class="row2"><input class="post" type="text" maxlength="60" size="40" name="default_name" value="{DEFAULT_WEBLOG_NAME}" /></td> </tr> <tr> <td class="row1">{L_DEFAULT_WEBLOG_DESC}<br /><span class="gensmall">{L_DEFAULT_WEBLOG_NAME_EXPLAIN}</span></td> <td class="row2"><input class="post" type="text" maxlength="255" size="40" name="default_desc" value="{DEFAULT_WEBLOG_DESC}" /></td> </tr> <tr> <td class="row1">{L_INDEX_BLOGS_PER_PAGE}</td> <td class="row2">{BLOGS_PER_PAGE_SELECT}</td> </tr> <tr> <td class="row1">{L_INDEX_SORT_TYPE}</td> <td class="row2">{INDEX_SORT_TYPE_SELECT}</td> </tr> <tr> <td class="row1">{L_INDEX_SORT_ORDER}</td> <td class="row2">{INDEX_SORT_ORDER_SELECT}</td> </tr> <tr> <td class="row1">{L_WEBLOG_AUTH_DEFAULT}</td> <td class="row2">{WEBLOG_AUTH_SELECT}</td> </tr> <tr> <td class="row1">{L_WEBLOG_REPLY_AUTH_DEFAULT}</td> <td class="row2">{WEBLOG_REPLY_AUTH_SELECT}</td> </tr> <tr> <td class="row1">{L_ENTRIES_PER_PAGE}</td> <td class="row2"><input class="post" type="text" maxlength="5" size="5" name="default_entries_perpage" value="{ENTRIES_PER_PAGE}" /></td> </tr> <tr> <td class="row1">{L_POST_REPLY_TEXT}</td> <td class="row2"><input class="post" type="text" maxlength="60" size="40" name="default_post_reply_text" value="{POST_REPLY_TEXT}" /></td> </tr> <tr> <td class="row1">{L_REPLIES_TEXT}</td> <td class="row2"><input class="post" type="text" maxlength="60" size="40" name="default_replies_text" value="{REPLIES_TEXT}" /></td> </tr> <tr> <td class="row1">{L_WEBLOG_CONFIG_PAGE}</td> <td class="row2"><input class="post" type="text" maxlength="3" size="40" name="mx_weblog_config_page" value="{WEBLOG_CONFIG_PAGE}" /></td> </tr> <tr> <td class="row1">{L_WEBLOG_LISTS_PAGE}</td> <td class="row2"><input class="post" type="text" maxlength="3" size="40" name="mx_weblog_list" value="{WEBLOG_LIST_PAGE}" /></td> </tr> <tr> <td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /> </td> </tr> </table></form> <br clear="all" /> --- 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> --- NEW FILE: weblog_users_body.tpl --- <h1>{L_CONFIGURATION_TITLE}</h1> <p>{L_CONFIGURATION_EXPLAIN}</p> <form action="{S_CONFIG_ACTION}" method="post"><table width="99%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> <tr> <th class="thHead" colspan="2">{USERNAME}</th> </tr> <tr> <td class="row1">{L_BAN_THIS_USER_WEBLOG}</td> <td class="row2"><input type="checkbox" name="ban_user" value="1"{S_BAN_USER_CHECKED}> {L_YES}</td> </tr> <tr> <td class="row1">{L_ALLOW_ADV_WEBLOG}<br /><span class="gensmall">{L_ALLOW_ADV_WEBLOG_EXPLAIN}</span></td> <td class="row2"><input type="radio" name="allow_adv_weblogs" value="1" {S_ALLOW_ADV_WEBLOGS_YES} /> {L_YES} <input type="radio" name="allow_adv_weblogs" value="0" {S_ALLOW_ADV_WEBLOGS_NO} /> {L_NO} </tr> <tr> <td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /></td> </tr> </table></form> <br clear="all" /> --- 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: user_select_body.tpl --- <h1>{L_USER_TITLE}</h1> <p>{L_USER_EXPLAIN}</p> <form method="post" name="post" action="{S_USER_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> <tr> <th class="thHead" align="center">{L_USER_SELECT}</th> </tr> <tr> <td class="row1" align="center"><input type="text" class="post" name="username" maxlength="50" size="20" /> <input type="hidden" name="mode" value="edit" />{S_HIDDEN_FIELDS}<input type="submit" name="submituser" value="{L_LOOK_UP}" class="mainoption" /> <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> </table></form> --- NEW FILE: weblog_mood_edit_body.tpl --- <h1>{L_MOOD_TITLE}</h1> <p>{L_MOOD_EXPLAIN}</p> <script language="javascript" type="text/javascript"> <!-- function update_mood(newimage) { document.mood_image.src = "./../images/weblogs/" + newimage; } //--> </script> <form method="post" action="{S_MOOD_ACTION}"><table class="forumline" cellspacing="1" cellpadding="4" border="0" align="center"> <tr> <th class="thHead" colspan="2">{L_MOOD_CONFIG}</th> </tr> <tr> <td class="row1">{L_MOOD_URL}</td> <td class="row1"><select name="mood_url" onchange="update_mood(this.options[selectedIndex].value);">{S_FILENAME_OPTIONS}</select> <img name="mood_image" src="{MOOD_IMG}" border="0" alt="" /> </td> </tr> <tr> <td class="row2">{L_MOOD_MOOD}</td> <td class="row2"><input class="post" type="text" name="mood_mood" value="{MOOD_MOOD}" /></td> </tr> <tr> <td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" value="{L_SUBMIT}" /></td> </tr> </table></form> --- NEW FILE: weblog_mood_set_edit_body.tpl --- <h1>{L_MOOD_TITLE}</h1> <p>{L_MOOD_EXPLAIN}</p> <form method="post" action="{S_MOOD_SET_ACTION}"><table class="forumline" cellspacing="1" cellpadding="4" border="0" align="center"> <tr> <th class="thHead" colspan="2">{L_MOOD_CONFIG}</th> </tr> <tr> <td class="row2">{L_MOOD_SET}</td> <td class="row2"><input class="post" type="text" name="set_name" value="{MOOD_SET}" /></td> </tr> <tr> <td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" value="{L_SUBMIT}" /></td> </tr> </table></form> --- NEW FILE: weblog_mood_list_body.tpl --- <h1>{L_MOOD_TITLE}</h1> <P>{L_MOOD_TEXT}</p> <form method="post" action="{S_MOOD_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> <tr> <th class="thTop">{L_IMAGE}</th> <th class="thTop">{L_MOOD}</th> <th colspan="3" class="thCornerR">{L_ACTION}</th> </tr> <!-- BEGIN mood_set --> <tr> <td class="catLeft"></td> <td class="cat"><b>{mood_set.SET_NAME}</b></td> <td class="cat"><b><a href="{mood_set.U_SET_ADD}">{L_ADD_MOOD}</a></b></td> <td class="cat"><b><a href="{mood_set.U_SET_EDIT}">{L_EDIT}</a></b></td> <td class="catRight"><b><a href="{mood_set.U_SET_DELETE}">{L_DELETE}</a></b></td> </tr> <!-- BEGIN mood --> <tr> <td class="{mood_set.mood.ROW_CLASS}"><img src="{mood_set.mood.MOOD_IMG}" alt="{mood_set.mood.MOOD}" /></td> <td class="{mood_set.mood.ROW_CLASS}">{mood_set.mood.MOOD}</td> <td class="{mood_set.mood.ROW_CLASS}"></td> <td class="{mood_set.mood.ROW_CLASS}"><a href="{mood_set.mood.U_MOOD_EDIT}">{L_EDIT}</a></td> <td class="{mood_set.mood.ROW_CLASS}"><a href="{mood_set.mood.U_MOOD_DELETE}">{L_DELETE}</a></td> </tr> <!-- END mood --> <!-- END mood_set --> <tr> <td class="catBottom" colspan="5" align="center"><input type="submit" name="addset" value="{L_MOOD_SET_ADD}" class="mainoption" /></td> </tr> </table></form> --- NEW FILE: weblog_purge_body.tpl --- <h1>Purge Deleted Weblogs/Entries</h1> <p>Here you can view the names and owners of all the weblogs and entries that have been deleted. You may restore them or you may deleted them.</p> <p>Please note that in order for users to start creating an entirely new Weblog, their previous weblog must be fully deleted here.</p> <form action="{S_PURGE_ACTION}" method="post"> <table class="forumline" align="center"> <tr> <td> <input type="hidden" name="purge" value="purge" /><input type="submit" name="purge_weblogs" value="Purge All Deleted Weblogs" class="mainoption" /><input type="submit" name="purge_entries" value="Purge All Deleted Entries" class="mainoption" /> </td> </tr> </table> </form> <form action="{S_PURGE_ACTION}" method="post"> <table width="99%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> <tr> <th class="thHead" colspan="5">Deleted Weblogs</th> </tr> <tr> <td class="catLeft"><strong>Weblog</strong></td> <td class="cat"><strong>Weblog Description</strong></td> <td class="cat"><strong>Owner</strong></td> <td class="cat"><strong>Start Date</strong></td> <td class="catRight" width="50"><strong>Delete/Restore?</strong></td> </tr> <!-- BEGIN weblogrow --> <tr> <td class="{weblogrow.ROW_CLASS}">{weblogrow.WEBLOG}</td> <td class="{weblogrow.ROW_CLASS}">{weblogrow.WEBLOG_DESC}</td> <td class="{weblogrow.ROW_CLASS}"><a href="{weblogrow.U_PROFILE}" target="_blank">{weblogrow.OWNER}</a></td> <td class="{weblogrow.ROW_CLASS}" width="200">{weblogrow.STARTED_DATE}</td> <td class="{weblogrow.ROW_CLASS}" width="50"><input type="checkbox" name="{weblogrow.INPUT_NAME}" /></td> </tr> <!-- END weblogrow --> <tr> <td class="catBottom" colspan="5" align="center"><input type="hidden" name="purge" value="purge" />{S_HIDDEN_FIELDS}<input type="submit" name="weblogs_restore" value="Restore" class="mainoption" /> <input type="submit" name="weblogs_purge" value="Purge" class="liteoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /></td> </tr> </table> </form> <form action="{S_PURGE_ACTION}" method="post"> <table width="99%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> <tr> <th class="thHead" colspan="4">Deleted Entries</th> </tr> <tr> <td class="catLeft"><strong>Entry</strong></td> <td class="cat"><strong>Weblog</strong></td> <td class="cat"><strong>Owner</strong></td> <td class="catRight" width="50"><strong>Delete/Restore?</strong></td> </tr> <!-- BEGIN entryrow --> <tr> <td class="{entryrow.ROW_CLASS}">{entryrow.ENTRY}</td> <td class="{entryrow.ROW_CLASS}"><a href="{entryrow.U_WEBLOG}" target="_blank">{entryrow.WEBLOG}</a></td> <td class="{entryrow.ROW_CLASS}"><a href="{entryrow.U_PROFILE}" target="_blank">{entryrow.OWNER}</a></td> <td class="{entryrow.ROW_CLASS}" width="50"><input type="checkbox" name="{entryrow.INPUT_NAME}" /></td> </tr> <!-- END entryrow --> <tr> <td class="catBottom" colspan="4" align="center"><input type="hidden" name="purge" value="purge" />{S_HIDDEN_FIELDS}<input type="submit" name="entries_restore" value="Restore" class="mainoption" /> <input type="submit" name="entries_purge" value="Purge" class="liteoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /></td> </tr> </table> </form> <br clear="all" /> --- NEW FILE: weblog_tools_manage_body.tpl --- <h1>{L_CONFIGURATION_TITLE}</h1> <p>{L_CONFIGURATION_EXPLAIN}</p> <form action="{S_SELECT_ACTION}" method="post"> <table cellspacing="0" cellpadding="3" border="0" class="forumline" align="center"> <tr> <th class="thHead">{L_CONFIGURATION_TITLE}</th> </tr> <tr> <td align="center" class="row1"> <h2>{L_PICK_A_TOOL}</h2> <p> <input type="submit" name="user_admin" value="{L_WEBLOG_USER_ADMIN}" class="mainoption" /><br /> {L_WEBLOG_USER_ADMIN_EXPLAIN} </p> <p> <input type="submit" name="tools" value="{L_WEBLOG_PURGING}" class="mainoption" /><br /> {L_WEBLOG_PURGING_EXPLAIN} </p> </td></tr></table> </form> <br clear="all" /> --- NEW FILE: weblog_template_list_body.tpl --- <h1>{L_TEMPLATE_TITLE}</h1> <P>{L_TEMPLATE_TEXT}</p> <form method="post" action="{S_TEMPLATE_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> <tr> <th class="thCornerL">{L_TEMPLATE_NAME}</th> <th class="thTop">{L_PREVIEW_IMAGE}</th> <th class="thTop">{L_PRIVATE}</th> <th colspan="2" class="thCornerR">{L_ACTION}</th> </tr> <!-- BEGIN template_row --> <tr> <td class="{template_row.ROW_CLASS}" align="center">{template_row.TEMPLATE}</td> <td class="{template_row.ROW_CLASS}" align="center">{template_row.TEMPLATE_IMAGE}</td> <td class="{template_row.ROW_CLASS}" align="center">{template_row.TEMPLATE_PRIVATE}</td> <td class="{template_row.ROW_CLASS}" align="center"><a href="{template_row.U_TEMPLATE_EDIT}">{L_EDIT}</a></td> <td class="{template_row.ROW_CLASS}" align="center"><a href="{template_row.U_TEMPLATE_DELETE}">{L_DELETE}</a></td> </tr> <!-- END template_row --> <tr> <td class="catBottom" colspan="7" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="add" value="{L_TEMPLATE_ADD}" class="mainoption" /></td> </tr> </table></form> --- NEW FILE: weblog_action_edit_body.tpl --- <h1>{L_CURRENTLY_TITLE}</h1> <p>{L_CURRENTLY_EXPLAIN}</p> <script language="javascript" type="text/javascript"> <!-- function update_currently(newimage) { document.currently_image.src = "./../images/weblogs/" + newimage; } //--> </script> <form method="post" action="{S_CURRENTLY_ACTION}"><table class="forumline" cellspacing="1" cellpadding="4" border="0" align="center"> <tr> <th class="thHead" colspan="2">{L_CURRENTLY_CONFIG}</th> </tr> <tr> <td class="row1">{L_CURRENTLY_URL}</td> <td class="row1"><select name="currently_url" onchange="update_currently(this.options[selectedIndex].value);">{S_FILENAME_OPTIONS}</select> <img name="currently_image" src="{CURRENTLY_IMG}" border="0" alt="" /> </td> </tr> <tr> <td class="row2">{L_CURRENTLY_CURRENTLY}</td> <td class="row2"><input class="post" type="text" name="currently_currently" value="{CURRENTLY_CURRENTLY}" /></td> </tr> <tr> <td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" value="{L_SUBMIT}" /></td> </tr> </table></form> |