⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 db_backup.tpl

📁 NetGou商城购物系统是一款功能强大完善、操作界面友好、可扩展性好、专门针对个人和企业进行网上销售而开发的一套商城购物系统。 它具有完善的商品管理、订单管理、销售统计、新闻管理、结算系统、税率系统、
💻 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>&nbsp;-&nbsp;</TD>
<TD>{$lng.txt_restore_database_from_file|substitute:"file":$sqldump_file}</TD></TR>
</TABLE>
<BR>
{/if}
<INPUT type="file" name="userfile">&nbsp;
<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 + -