?? db_backup.tpl
字號:
{* $Id: db_backup.tpl,v 1.13 2004/05/28 12:20:57 max Exp $ *}
{include file="page_title.tpl" title=$lng.lbl_db_backup_restore}
{$lng.txt_database_backup_restore_top_text}
<BR><BR>
{capture name=dialog}
<FORM action="db_backup.php" method="post">
{include file="main/subheader.tpl" title=$lng.lbl_backup_database}
<BR>
{$lng.txt_backup_database_text}
<TABLE border="0" cellpadding="0" cellspacing="0">
<TR>
<TD><INPUT type="checkbox" name="write_to_file" value="Y"></TD>
<TD>{$lng.txt_write_sql_dump_to_file|substitute:"file":$sqldump_file}</TD>
</TR>
</TABLE>
<BR>
<INPUT type="submit" value="{$lng.lbl_generate_sql_file}">
<INPUT type="hidden" name="mode" value="backup">
</FORM>
{$lng.txt_backup_database_note}
<BR>
<BR>
<BR>
<FORM action="db_backup.php" method="post" name="dbrestoreform" enctype="multipart/form-data" onsubmit='javascript: return confirm("{$lng.txt_operation_is_irreversible_warning|strip_tags}")'>
{include file="main/subheader.tpl" title=$lng.lbl_restore_database}
<BR>
{$lng.txt_restore_database_text}
<BR><BR>
{if $file_exists}
<TABLE border="0" cellpadding="0" cellspacing="0">
<INPUT type="hidden" name="local_file" value="">
<TR><TD valign="top"><INPUT type="submit" value="{$lng.lbl_restore}" onclick="document.dbrestoreform.local_file.value='on'"></TD>
<TD> - </TD>
<TD>{$lng.txt_restore_database_from_file|substitute:"file":$sqldump_file}</TD></TR>
</TABLE>
<BR>
{/if}
<INPUT type="file" name="userfile">
<INPUT type="submit" value="{$lng.lbl_restore_from_file}"><BR>
{$lng.txt_max_file_size_warning|substitute:"size":$upload_max_filesize}
<INPUT type="hidden" name="mode" value="restore">
</FORM>
{$lng.txt_restore_database_note}
<BR><BR>
{/capture}
{include file="dialog.tpl" title=$lng.lbl_db_backup_restore content=$smarty.capture.dialog extra="width=100%"}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -